summaryrefslogtreecommitdiff
path: root/new/button_unix.c
AgeCommit message (Expand)Author
2015-04-09Migrated the GTK+ backend to the new uiControl/uiSizing system.Pietro Gagliardi
2015-04-09Implemented the text routines on the GTK+ backend. They work!Pietro Gagliardi
2015-04-08Removed the need for specifying if a GTK+ widget needs to be in a GtkViewport...Pietro Gagliardi
2015-04-08Cleaned up memory leaks in the GTK+ backend.Pietro Gagliardi
2015-04-07Changed the GTK+ new control system from using g_object_newv() to using g_obj...Pietro Gagliardi
2015-04-07Unified the allocators across all platforms so that everyone uses uiAlloc() a...Pietro Gagliardi
2015-04-07Implemented uiButton on GTK+. All we need to do is get it to show up...Pietro Gagliardi