summaryrefslogtreecommitdiff
path: root/new/button_unix.c
AgeCommit message (Collapse)Author
2015-04-07Changed the GTK+ new control system from using g_object_newv() to using ↵Pietro Gagliardi
g_object_new_valist() due to weird crashes.
2015-04-07Unified the allocators across all platforms so that everyone uses uiAlloc() ↵Pietro Gagliardi
and friends.
2015-04-07Implemented uiButton on GTK+. All we need to do is get it to show up...Pietro Gagliardi