.. |
GNUmakeinc.mk
|
Switched the GTK+ implementation to use this new uiBox, completed the implementation a bit more, and fixed some other build errors.
|
2015-07-30 12:43:40 -04:00 |
alloc.c
|
Started the new GTK+ backend. Migrated files that don't need changing back.
|
2015-06-09 22:45:35 -04:00 |
bin.c
|
Added a bin type to the GTK+ backend to handle uiWindow parenting and uiWindow/uiTab margins.
|
2015-06-30 22:30:00 -04:00 |
box.c
|
Switched the GTK+ implementation to use this new uiBox, completed the implementation a bit more, and fixed some other build errors.
|
2015-07-30 12:43:40 -04:00 |
button.c
|
Finished the implementation of GTK+ uiButton and implemented a few fixes and added some TODOs.
|
2015-06-30 10:52:38 -04:00 |
checkbox.c
|
Reimplemented GTK+ uiCheckbox.
|
2015-06-30 11:20:14 -04:00 |
combobox.c
|
Finished GTK+ uiComboBox.
|
2015-07-01 11:29:19 -04:00 |
container.c
|
Started to bring back the shared uiBox implementation. Need to figure out why the child clip area is 0x0...
|
2015-07-02 02:11:42 -04:00 |
control.c
|
Wrote the uiControl core for the OS X backend.
|
2015-07-02 22:25:20 -04:00 |
datetimepicker.c
|
Finished the control stubbing. Everything (that is expected to work) works (so far)!
|
2015-06-27 19:57:10 -04:00 |
entry.c
|
Reimplemented GTK+ uiEntry.
|
2015-06-30 11:26:54 -04:00 |
group.c
|
Finished the implementation of GTK+ uiGroup.
|
2015-07-01 08:07:53 -04:00 |
label.c
|
Reimplemented GTK+ uiLabel.
|
2015-06-30 22:10:52 -04:00 |
main.c
|
Called uninitTypes() in uiUninit() for the GTK+ backend.
|
2015-07-01 12:47:16 -04:00 |
menu.c
|
More GTK+ work.
|
2015-06-26 18:45:00 -04:00 |
progressbar.c
|
Reimplemented GTK+ uiProgressBar and uiSpinbox.
|
2015-07-01 11:21:06 -04:00 |
radiobuttons.c
|
Implemented uiRadioButtons on GTK+.
|
2015-07-01 12:39:05 -04:00 |
separator.c
|
More GTK+ control stubbing. Incidentally, this actually finishes the implementation of uiSeparator.
|
2015-06-27 19:48:01 -04:00 |
slider.c
|
Settled uiSlider and uiSpinbox spurious event inhibition on GTK+.
|
2015-07-01 19:11:51 -04:00 |
spinbox.c
|
Settled uiSlider and uiSpinbox spurious event inhibition on GTK+.
|
2015-07-01 19:11:51 -04:00 |
stddialogs.c
|
Implemented uiMsgBox() and uiMsgBoxError() on the GTK+ backend. I think that's all of the GTK+ backend done now...
|
2015-07-02 12:57:37 -04:00 |
tab.c
|
Fixed the other build errors. Now to fix runtime errors.
|
2015-07-29 13:29:32 -04:00 |
text.c
|
Started the new GTK+ backend. Migrated files that don't need changing back.
|
2015-06-09 22:45:35 -04:00 |
uipriv_unix.h
|
Removed PUT_CODE_HERE from uipriv_unix.h; we've implemented everything.
|
2015-07-02 11:31:37 -04:00 |
util.c
|
Finished the migration for now. Yeah, this will work...
|
2015-06-30 01:16:35 -04:00 |
window.c
|
Switched the GTK+ implementation to use this new uiBox, completed the implementation a bit more, and fixed some other build errors.
|
2015-07-30 12:43:40 -04:00 |