summaryrefslogtreecommitdiff
path: root/new/ui_windows.h
AgeCommit message (Expand)Author
2015-04-09Changed onWM_NOTIFY() to only pass the NMHDR * in. The LPARAM is more useful ...Pietro Gagliardi
2015-04-09Changed onWM_COMMAND() to give our controls only the notification code. We do...Pietro Gagliardi
2015-04-09DlgUnit -> DlgUnitsPietro Gagliardi
2015-04-09Migrated the new control logic on Windows to the new uiControl/uiSizing system.Pietro Gagliardi
2015-04-09Implemented the text functions on Windows.Pietro Gagliardi
2015-04-08More TODO resolution.Pietro Gagliardi
2015-04-08Finished Windows cleanup management. Everything (almost, only parentWindow is...Pietro Gagliardi
2015-04-07Implemented uiButton.preferredSize() on Windows. This includes adding a funct...Pietro Gagliardi
2015-04-07Wrote up the initial uiButton implementation. It (mostly; just needs text and...Pietro Gagliardi
2015-04-07Hooked up resizing. Now to make a control that uses this.Pietro Gagliardi
2015-04-07Added subclassing, which finishes off newcontrol_windows.c.Pietro Gagliardi
2015-04-07More Windows control work.Pietro Gagliardi
2015-04-07More work on the Windows control hooking.Pietro Gagliardi
2015-04-07Added a public API for creating raw Windows controls. Removed include guards ...Pietro Gagliardi
2015-04-07Changed ui_*.h to uipriv_*.h pending a public non-portable API.Pietro Gagliardi
2015-04-07Decided to start with the parenting stuff now.Pietro Gagliardi
2015-04-06Started writing code for handling single-HWND controls on Windows. Similar co...Pietro Gagliardi
2015-04-06Started working on uiControl.Pietro Gagliardi
2015-04-06Implemented what we have so far, but on Windows.Pietro Gagliardi