index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
new
/
uipriv_windows.h
Age
Commit message (
Expand
)
Author
2015-04-15
Moved the uipriv_*.h files to the respective folders. The ui_*.h files stay u...
Pietro Gagliardi
2015-04-12
Set up the foundation for the new Windows uiParent.
Pietro Gagliardi
2015-04-12
Made controls transparent to tab backgrounds on Windows. It doesn't quite wor...
Pietro Gagliardi
2015-04-10
Added REAL code for the initial parent of a control on Windows.
Pietro Gagliardi
2015-04-09
Migrated the new control logic on Windows to the new uiControl/uiSizing system.
Pietro Gagliardi
2015-04-09
Laid the foundation for padding.
Pietro Gagliardi
2015-04-09
Implemented uiWindowSetMargined() on Windows.
Pietro Gagliardi
2015-04-09
Implemented the text functions on Windows.
Pietro Gagliardi
2015-04-09
Split toUTF16() into a new file; other Windows text functions will also be th...
Pietro Gagliardi
2015-04-08
Decided to not call InvalidateRect() in the Windows updateParent(); the Cocoa...
Pietro Gagliardi
2015-04-08
"Fixed" initial Windows window shows for now (see previous commit). Not yet a...
Pietro Gagliardi
2015-04-08
More TODO resolution.
Pietro Gagliardi
2015-04-07
Unified the allocators across all platforms so that everyone uses uiAlloc() a...
Pietro Gagliardi
2015-04-07
Added uiContainer, the GtkFixed equivalent for use by the GTK+ backend. Fixed...
Pietro Gagliardi
2015-04-07
Moved Windows container functions from util_windows.c to container_windows.c.
Pietro Gagliardi
2015-04-07
Hooked up resizing. Now to make a control that uses this.
Pietro Gagliardi
2015-04-07
Fixed build issues. Now I just need to hook resizing into uiWindow and implem...
Pietro Gagliardi
2015-04-07
Hooked everything else together (initialParent, ui_windows.h in uipriv_window...
Pietro Gagliardi
2015-04-07
Hooked up the WM_COMMAND and WM_NOTIFY bouncers.
Pietro Gagliardi
2015-04-07
Added Common Controls code again (because we're going to need the subclassing...
Pietro Gagliardi
2015-04-07
More work on the Windows control hooking.
Pietro Gagliardi
2015-04-07
Added a public API for creating raw Windows controls. Removed include guards ...
Pietro Gagliardi
2015-04-07
Changed ui_*.h to uipriv_*.h pending a public non-portable API.
Pietro Gagliardi