libui/windows
Pietro Gagliardi 2186192502 Changed c-> to uiControl(c)-> in the various newcontrol files for consistency. 2015-05-03 14:44:46 -04:00
..
GNUmakeinc.mk Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
OLDcontainer.c Switched from GetParent() to GetAncestor() on Windows since GetAncestor() has no documented error state. 2015-04-30 17:39:20 -04:00
alloc.c BOOL -> int in initAlloc() on Windows. 2015-05-02 12:29:55 -04:00
bin.c TODO consolidation. 2015-05-02 14:58:29 -04:00
button.c Changed the various OS-side control creation functions to use Make like uiMakeContainer() does instead of New. 2015-05-02 20:51:00 -04:00
checkbox.c Changed the various OS-side control creation functions to use Make like uiMakeContainer() does instead of New. 2015-05-02 20:51:00 -04:00
comctl32.c Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
container.c Added WS_EX_CONTROLPARENT to uiContainer on Windows. 2015-05-03 14:12:45 -04:00
debug.c Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
entry.c Changed the various OS-side control creation functions to use Make like uiMakeContainer() does instead of New. 2015-05-02 20:51:00 -04:00
init.c TODO elaboration. 2015-05-03 12:36:35 -04:00
label.c Changed the various OS-side control creation functions to use Make like uiMakeContainer() does instead of New. 2015-05-02 20:51:00 -04:00
main.c Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
menu.c Some TODO consolidation. 2015-05-01 10:11:22 -04:00
newcontrol.c Changed c-> to uiControl(c)-> in the various newcontrol files for consistency. 2015-05-03 14:44:46 -04:00
tab.c Some TODO resolution in windows/tab.c. Wine bug filed (https://bugs.winehq.org/show_bug.cgi?id=38527); first tab behavior verified with program in wine bug. 2015-05-03 11:47:06 -04:00
text.c TODO consolidation. 2015-05-03 10:21:36 -04:00
uipriv_windows.h BOOL -> int in initAlloc() on Windows. 2015-05-02 12:29:55 -04:00
util.c Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
window.c Changed the Windows window-creation code to handle menu wrapping. 2015-05-03 12:15:24 -04:00