.. |
GNUfiles.mk
|
Fixed the GTK+ SetColor() issues. It works!
|
2016-04-20 01:14:46 -04:00 |
GNUinstall.mk
|
Various fixes around makefiles
|
2016-01-01 23:19:14 +01:00 |
GNUosspecific.mk
|
Set up saner handling of sonames at build time.
|
2016-01-05 11:51:36 -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
|
Typo fixes in the previous commit.
|
2016-01-24 21:50:10 -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
|
Implemented the new fontbutton routines on GTK+.
|
2016-04-20 13:59:59 -04:00 |
entry.c
|
Finally merged out the redo folder.
|
2015-09-02 13:48:06 -04:00 |
fontbutton.c
|
Implemented the new fontbutton routines on GTK+.
|
2016-04-20 13:59:59 -04:00 |
group.c
|
Tiny warning fix.
|
2016-01-01 01:45:32 +01: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
|
Implemented the new fontbutton routines on GTK+.
|
2016-04-20 13:59:59 -04:00 |
util.c
|
Finally merged out the redo folder.
|
2015-09-02 13:48:06 -04:00 |
window.c
|
OUCH. Fixed a MASSIVE bug in the GTK+ implementation of uiWindow: uiWindowSetChild() was DESTROYING the old child, not merely removing it! The other ports don't have this bug.
|
2015-12-12 15:30:56 -05:00 |