libui/windows
Pietro Gagliardi e6e264408f Implemented dialog parenting on Windows. Eliminated the dialog helper. uiArea still works (and still responds to key events), but IsDialogMessage() isn't being called for the active window anymore... 2015-11-28 10:53:48 -05:00
..
GNUmakeinc.mk Implemented dialog parenting on Windows. Eliminated the dialog helper. uiArea still works (and still responds to key events), but IsDialogMessage() isn't being called for the active window anymore... 2015-11-28 10:53:48 -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 Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
area.c Fixed a small bug in the uiArea message filter. 2015-11-27 23:00:57 -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 OS X and Windows; fixed editable combobox minimum widths on OS X. 2015-10-09 14:39:26 -04:00
compilerver.h Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
container.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
control.c More uiRadioButtons work. 2015-09-02 18:26:48 -04:00
datetimepicker.c Fixed assorted build errors in the MSVC build. It works! And MinGW-w64 will need isolation awareness... 2015-11-27 19:59:46 -05:00
debug.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
draw.c Dropped utarray in favor of our ptrArray. This should get rid of our strdup woes. 2015-11-27 20:38:21 -05:00
entry.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
events.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
group.c Fixed uiGroup children positioning on Windows. 2015-09-02 21:29:16 -04:00
init.c Implemented dialog parenting on Windows. Eliminated the dialog helper. uiArea still works (and still responds to key events), but IsDialogMessage() isn't being called for the active window anymore... 2015-11-28 10:53:48 -05:00
label.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
libui.manifest Integrated the Common Controls 6 manifest into libui.dll. While it does work, themes don't work, and I wonder if it's because of isolation awareness. Time to write an nmakefile! 2015-11-27 13:35:24 -05:00
main.c Switch uiArea from using a custom message pump to using a message filter for input handling. This allows us to rewrite the dialog system to avoid needing to block ALL windows and set a proper parent window. 2015-11-27 21:45:30 -05:00
menu.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
notes More notes. 2015-11-27 12:35:23 -05:00
parent.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
progressbar.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
radiobuttons.c More TODOs. 2015-09-02 18:29:14 -04:00
resize.c Made the uiWindow grow when necessary. 2015-09-02 16:26:54 -04:00
resources.h Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
resources.rc Integrated the Common Controls 6 manifest into libui.dll. While it does work, themes don't work, and I wonder if it's because of isolation awareness. Time to write an nmakefile! 2015-11-27 13:35:24 -05: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 Fixed a memory leak. 2015-09-02 19:46:10 -04:00
stddialogs.c Implemented dialog parenting on Windows. Eliminated the dialog helper. uiArea still works (and still responds to key events), but IsDialogMessage() isn't being called for the active window anymore... 2015-11-28 10:53:48 -05:00
tab.c More TODOs. 2015-09-02 16:43:20 -04:00
tabpage.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_windows.h Implemented dialog parenting on Windows. Eliminated the dialog helper. uiArea still works (and still responds to key events), but IsDialogMessage() isn't being called for the active window anymore... 2015-11-28 10:53:48 -05:00
util.c Implemented uiTab minimum size and uiWindow resize restriction. 2015-09-02 16:02:06 -04:00
utilwin.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
winapi.h Disabled compiler warnings for system headers on MSVC. Removed /Wp64; it's a no-op on VS2013 (our minimum supported version). 2015-11-27 20:07:23 -05:00
window.c Implemented dialog parenting on Windows. Eliminated the dialog helper. uiArea still works (and still responds to key events), but IsDialogMessage() isn't being called for the active window anymore... 2015-11-28 10:53:48 -05:00