summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
AgeCommit message (Expand)Author
2014-08-05Added the hollow brush to the list of static data initialized by uiinit() in ...Pietro Gagliardi
2014-08-05Fixed errors with Area on Windows. Woo!Pietro Gagliardi
2014-08-05Mostly completed writing Area on Windows. Now to fix compiler errors.Pietro Gagliardi
2014-08-05Started re-adding Area to the Windows backend: ported the existing code to C.Pietro Gagliardi
2014-08-04Re-added base units calculation to the resizing code now that container store...Pietro Gagliardi
2014-08-04Split layout and Window on Windows to use two separate window classes. This i...Pietro Gagliardi
2014-08-04Split apart the Windows Window code so that the same window class can be used...Pietro Gagliardi
2014-08-03Converted the new Windows Control code to use interfaces instead of controlba...Pietro Gagliardi
2014-08-02Wrote code to get Windows Tabs's tab height; will integrate it later.Pietro Gagliardi
2014-08-01Added a function to the Windows backend to keep track of text length. This wi...Pietro Gagliardi
2014-08-01Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ...Pietro Gagliardi
2014-07-28Set up some extended styles on Windows Tables for consistency and future feat...Pietro Gagliardi
2014-07-28Began the implementation of Table on Windows.Pietro Gagliardi
2014-07-28Made the previous commit's changes on Windows. If the Stack Overflow question...Pietro Gagliardi
2014-07-25Implemented Tab on Windows.Pietro Gagliardi
2014-07-21Mostly added Checkbox to the Windows backend; it doesn't show up right away a...Pietro Gagliardi
2014-07-21Resolved ambiguous WINAPI issues on Windows.Pietro Gagliardi
2014-07-18Added (and applied) standard Windows fonts.Pietro Gagliardi
2014-07-17Fixed assorted typos in some of the new C files.Pietro Gagliardi
2014-07-17Added include guards to winapi_windows.h because of cgo including the file mu...Pietro Gagliardi
2014-07-17Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler ...Pietro Gagliardi
2014-07-17Migrated window_windows.go to C.Pietro Gagliardi
2014-07-17Migrated sizing_windows.go to C.Pietro Gagliardi
2014-07-17Migrated init_windows.go to C.Pietro Gagliardi
2014-07-17Migrated controls_windows.go to C.Pietro Gagliardi
2014-07-17Migrated comctl32_windows.go to C.Pietro Gagliardi
2014-07-17Began the drudgery of converting all the Windows code to use cgo, because I'm...Pietro Gagliardi