.. |
GNUmakeinc.mk
|
Attempted to improve the profiler a bit, making it more like a real profiler. It doesn't quite work yet.
|
2015-05-10 23:02:16 -04:00 |
alloc.c
|
Wrote uninitAlloc() on Windows.
|
2015-05-08 14:05:16 -04:00 |
bin.c
|
Migrated the Windows backend to the new bin.
|
2015-05-10 12:48:11 -04:00 |
button.c
|
Got rid of a stray debugging line in windows/button.c.
|
2015-05-09 21:19:06 -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 it so uiContainer on Windows only updates when we ask it to resize, not on every WM_WINDOWPOSCHANGED. More TODOs.
|
2015-05-10 12:57:13 -04:00 |
debug.c
|
Moved everything back to the top level.
|
2015-04-29 11:02:38 -04:00 |
entry.c
|
Inhibited uiEntryOnChanged() with uiEntrySetText() on Windows.
|
2015-05-09 21:18:27 -04:00 |
init.c
|
Attempted to improve the profiler a bit, making it more like a real profiler. It doesn't quite work yet.
|
2015-05-10 23:02:16 -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
|
Implemented the Quit menu item shouldQuit() logic on Windows.
|
2015-05-09 10:53:38 -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 |
profiler.c
|
Attempted to improve the profiler a bit, making it more like a real profiler. It doesn't quite work yet.
|
2015-05-10 23:02:16 -04:00 |
profiler.go
|
Revert "Integrated idl2h into the main tree so we can custoize it in ui-specific ways; also moved windows/profiler.go to the new tools/ directory."
|
2015-05-11 10:24:47 -04:00 |
tab.c
|
Made all variables that refer to a tab page be called 'page'.
|
2015-05-10 21:22:22 -04:00 |
text.c
|
Added type names to the memory allocator on Windows. More TODOs.
|
2015-05-08 10:34:59 -04:00 |
uipriv_windows.h
|
Started code for handling WM_QUERYENDSESSION and its console equivalent.
|
2015-05-09 14:22:51 -04:00 |
util.c
|
Added type names to the memory allocator on Windows. More TODOs.
|
2015-05-08 10:34:59 -04:00 |
window.c
|
Migrated the Windows backend to the new bin.
|
2015-05-10 12:48:11 -04:00 |