| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-15 | Split all OS backends into their own folders. | Pietro Gagliardi | |
| 2015-04-14 | More of the last few commits, now on the GTK+ backend. THAT ONE WORKS... | Pietro Gagliardi | |
| 2015-04-13 | Fixed issues in the GTK+ uiParent change. | Pietro Gagliardi | |
| 2015-04-13 | Did the GTK+ conversion to uiParent. Now to build. | Pietro Gagliardi | |
| 2015-04-12 | Some more uiParent migration. | Pietro Gagliardi | |
| 2015-04-12 | Fixed a major flaw in the GTK+ implementation I only realized now: by ↵ | Pietro Gagliardi | |
| calling gtk_widget_show_all() in uiWindowShow(), we override the user's explicit hide settings! Fix it by calling gtk_widget_show() there (to only show the window), and gtk_widget_show_all() in both the new control constructor (to show the new control initially) and in the container constructor (to show that initially too). | |||
| 2015-04-11 | Implemented show/hide/enable/disable on uiStack and fixed other bugs. It works! | Pietro Gagliardi | |
| 2015-04-11 | Implemented making invisible children of uiStacks not count when drawing or ↵ | Pietro Gagliardi | |
| calculating preferred size. Need to implement the new methods on uiStack itself before we can test. | |||
| 2015-04-11 | Implemented showing, hiding, enabling, and disabling for GTK+ controls. | Pietro Gagliardi | |
| 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 ↵ | Pietro Gagliardi | |
| removeParent() rather than automatically doing it in setParent(). | |||
| 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 ↵ | Pietro Gagliardi | |
| GtkViewport for it to be scrollable; the new control code finds out itself now in the same way newer versions of GTK+ do. | |||
| 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 ↵ | Pietro Gagliardi | |
| g_object_new_valist() due to weird crashes. | |||
| 2015-04-07 | Unified the allocators across all platforms so that everyone uses uiAlloc() ↵ | Pietro Gagliardi | |
| and friends. | |||
| 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 ↵ | Pietro Gagliardi | |
| statics in the Windows one too. | |||
