libui/windows
Pietro Gagliardi 34f55321e0 Added a [libui] and a newline to the message printed by complain(). 2015-05-07 19:34:45 -04:00
..
GNUmakeinc.mk Set up proper -m flag manipulation for cross-compiling builds. 2015-05-07 16:02:34 -04:00
alloc.c Made uiFree(NULL) illegal to spot bugs. 2015-05-07 17:45:55 -04:00
bin.c "Exported" uiSizing fields. 2015-05-07 14:33:46 -04:00
button.c "Exported" uiSizing fields. 2015-05-07 14:33:46 -04:00
checkbox.c "Exported" uiSizing fields. 2015-05-07 14:33:46 -04:00
comctl32.c Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
container.c Made all instances of SetWindowPos() and MoveWindow() use the same wrapper functions so they can all use the same flags. Only the SetWindoPos() that sets the initial size of a uiWindow is unaffected (since that is a special case). 2015-05-07 17:40:13 -04:00
debug.c Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
entry.c "Exported" uiSizing fields. 2015-05-07 14:33:46 -04:00
init.c Started working on a pointer array implementation. This also means we'll need the C standard library for memcpy()/memmove(), so drop the DisableThreadLibraryCalls() TODO. 2015-05-05 22:55:02 -04:00
label.c "Exported" uiSizing fields. 2015-05-07 14:33:46 -04:00
main.c Implemented tab navigation across tabs on Windows. 2015-05-06 18:37:21 -04:00
menu.c Removed a stale TODO. 2015-05-06 18:56:12 -04:00
newcontrol.c Made all instances of SetWindowPos() and MoveWindow() use the same wrapper functions so they can all use the same flags. Only the SetWindoPos() that sets the initial size of a uiWindow is unaffected (since that is a special case). 2015-05-07 17:40:13 -04:00
tab.c Made all instances of SetWindowPos() and MoveWindow() use the same wrapper functions so they can all use the same flags. Only the SetWindoPos() that sets the initial size of a uiWindow is unaffected (since that is a special case). 2015-05-07 17:40:13 -04:00
text.c Removed the typename argument from uiAlloc() and uiRealloc(). 2015-05-03 19:52:24 -04:00
uipriv_windows.h Made all instances of SetWindowPos() and MoveWindow() use the same wrapper functions so they can all use the same flags. Only the SetWindoPos() that sets the initial size of a uiWindow is unaffected (since that is a special case). 2015-05-07 17:40:13 -04:00
util.c Added a [libui] and a newline to the message printed by complain(). 2015-05-07 19:34:45 -04:00
window.c Made all instances of SetWindowPos() and MoveWindow() use the same wrapper functions so they can all use the same flags. Only the SetWindoPos() that sets the initial size of a uiWindow is unaffected (since that is a special case). 2015-05-07 17:40:13 -04:00