.. |
GNUfiles.mk
|
Set up the new Unix build. Now to do the OS X build.
|
2015-12-11 18:37:15 -05:00 |
GNUosspecific.mk
|
Set up the new Unix build. Now to do the OS X build.
|
2015-12-11 18:37:15 -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
|
Added a test of mouse events in a scrolled uiArea. Removed some dead code from the GTK+ uiArea. Now to make the changes to the Windows and OS X backends!
|
2015-12-17 21:21:29 -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
|
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 |