libui/unix
Pietro Gagliardi 2705f93305 Added uiMultilineEntry, wrote it on GTK+, and wrote the uiQueueMain() test. It works on Unix. 2015-12-06 01:18:32 -05:00
..
GNUmakeinc.mk Added uiMultilineEntry, wrote it on GTK+, and wrote the uiQueueMain() test. It works on Unix. 2015-12-06 01:18:32 -05:00
GNUosspecific.mk Added C++ to the build and started writing the actual Haiku code. I think this isg oing to have to require a GCC 4 hybrid... 2015-11-17 11:49:23 -05:00
alloc.c Wrote the Haiku allocator and fixed some leftovers in other allocators. 2015-11-17 12:51:51 -05:00
area.c Removed uiAreaHandler.RedrawOnResize(); Direct2D requires us to always redraw on resize (see previous commit). Added windows/amd64 to the example makefiles and updated them to use libui.xxx instead of new.xxx. 2015-12-04 21:04:51 -05:00
box.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
button.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
checkbox.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
child.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
combobox.c Implemented uiComboboxSetSelected() on GTK+. 2015-10-09 13:54:34 -04:00
control.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
datetimepicker.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
draw.c Added line dashing and implemented it on GTK+. 2015-10-16 10:09:41 -04:00
entry.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
group.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
label.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
main.c Added uiQueueMain() (basically g_idle_add()) and implemented it on all platforms except Haiku. A test to come. After this we can start rewriting the Go package ui at long last. 2015-12-04 23:42:03 -05:00
menu.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
multilineentry.c Added uiMultilineEntry, wrote it on GTK+, and wrote the uiQueueMain() test. It works on Unix. 2015-12-06 01:18:32 -05:00
progressbar.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
radiobuttons.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
separator.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
slider.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
spinbox.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
stddialogs.c Implemented the dialog changes on the GTK+ backend. 2015-11-28 11:02:58 -05:00
tab.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
text.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
uipriv_unix.h Moved all the common stuff in a new folder common/. This is part of the makefile simplification. 2015-10-16 18:31:14 -04:00
util.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
window.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00