index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
new
/
newcontrol_unix.c
Age
Commit message (
Expand
)
Author
2015-04-09
Migrated the GTK+ backend to the new uiControl/uiSizing system.
Pietro Gagliardi
2015-04-09
Decided to split control removal from parent into its own method removeParent...
Pietro Gagliardi
2015-04-08
Implemented the parent updating logic on GTK+.
Pietro Gagliardi
2015-04-08
Decided not to turn new control scrolling parameters into a bitfield.
Pietro Gagliardi
2015-04-08
Removed the need for specifying if a GTK+ widget needs to be in a GtkViewport...
Pietro Gagliardi
2015-04-08
Cleaned up memory leaks in the GTK+ backend.
Pietro Gagliardi
2015-04-07
Decided to remove containerShow() and containerHide() for now.
Pietro Gagliardi
2015-04-07
Changed the GTK+ new control system from using g_object_newv() to using g_obj...
Pietro Gagliardi
2015-04-07
Unified the allocators across all platforms so that everyone uses uiAlloc() a...
Pietro Gagliardi
2015-04-07
Fixed compilation issues. Now to implement uiButton on GTK+.
Pietro Gagliardi
2015-04-07
Added the new native control code to the GTK+ backend. Fixed some missing sta...
Pietro Gagliardi