dxx-rebirth/ui
2012-03-03 16:02:16 +08:00
..
button.c Make B1_JUST_PRESSED event-based, leave ui_dialog_do_gadgets early if a key makes another gadget current, make ui_button_do fully event-responsive (but won't *send* events yet) 2011-11-05 17:07:25 +08:00
checkbox.c Fix implicit function declaration in last commit, make ui_icon_do fully event-responsive 2011-11-05 19:43:54 +08:00
dialog.c Give ui_get_filename a callback for its dialog. Happy new year 2012-01-02 15:49:08 +08:00
file.c Give ui_get_filename a callback for its dialog. Happy new year 2012-01-02 15:49:08 +08:00
gadget.c Remove redundant canvas, next and prev members in the UI_DIALOG struct 2011-12-18 20:33:51 +08:00
icon.c Fix implicit function declaration in last commit, make ui_icon_do fully event-responsive 2011-11-05 19:43:54 +08:00
inputbox.c Say when the event was handled for ui_inputbox_do (was already event-responsive) 2011-11-05 20:11:48 +08:00
keypad.c Remove redundant canvas, next and prev members in the UI_DIALOG struct 2011-12-18 20:33:51 +08:00
keypress.c Give the dialog in (presently unused) GetKeyCode a callback 2012-01-03 13:24:45 +08:00
keytrap.c Pass the event to the individual gadgets' 'do' functions, fix compile warnings introduced in last commit 2011-10-25 09:38:12 +08:00
listbox.c Make ui_listbox_do fully event-responsive 2011-11-06 11:05:45 +08:00
menu.c Give the dialog in (also presently unused) MenuX a callback 2012-01-03 16:22:17 +08:00
menubar.c Make editor menubar and associated menus into windows; either remove or make event-based all the B1_* macros 2011-12-31 17:10:40 +08:00
message.c Give the dialog in MessageBoxN a callback 2012-01-03 17:23:42 +08:00
mouse.c Move EVENT_MOUSE_DOUBLE_CLICKED support from ui/mouse.c to arch/sdl/mouse.c for tidiness and to possibly use it outside the editor 2011-09-12 11:02:30 +08:00
popup.c Give the last use of a dialog in ui, in PopupMenu, a callback 2012-01-09 23:06:29 +08:00
radio.c Make ui_radio_do fully event-responsive 2011-11-06 20:05:43 +08:00
scroll.c Make ui_scroll_do fully event-responsive, make sure scrolling actually works by calling all controls' ui_*_do functions (like before) 2011-11-12 12:46:29 +08:00
ui.c Actually add editor data files and make sure DXX can find them 2012-03-03 16:02:16 +08:00
uidraw.c Copy lots of editor stuff from d2x-rebirth to d1x-rebirth, getting it to work on Mac OS X 2010-12-24 12:26:24 +08:00
userbox.c Make ui_userbox_do fully event-responsive 2011-11-14 19:27:04 +08:00