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
/
redo
/
winapi_windows.h
Age
Commit message (
Expand
)
Author
2014-08-14
Moved code to handle window user data in the Windows backend to a single func...
Pietro Gagliardi
2014-08-14
Split out common container window procedure code in Windows to its own function.
Pietro Gagliardi
2014-08-14
Fixed the infinite loop on Tab control dialog message bug(s) on the Windows b...
Pietro Gagliardi
2014-08-14
Fixed Tabs on Windows having undesirable tab stop behavior. This doesn't work...
Pietro Gagliardi
2014-08-14
Stripped C-style comments from C sources and headers where appropriate.
Pietro Gagliardi
2014-08-14
Implemented table column autoresize on Windows. Also fixed Windows/Mac OS X b...
Pietro Gagliardi
2014-08-13
Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X ...
Pietro Gagliardi
2014-08-13
Made Areas on Windows tab stops and implemented AreaHandler.Defocuses() on Wi...
Pietro Gagliardi
2014-08-12
Migrated all Common Controls version 6 initialization on the Windows backend ...
Pietro Gagliardi
2014-08-09
Settled the placement of functions formerly in sizing_windows.c and updated t...
Pietro Gagliardi
2014-08-08
Mostly fixed Labels on Windows being offset slightly; need to finish the fix ...
Pietro Gagliardi
2014-08-05
Added the hollow brush to the list of static data initialized by uiinit() in ...
Pietro Gagliardi
2014-08-05
Fixed errors with Area on Windows. Woo!
Pietro Gagliardi
2014-08-05
Mostly completed writing Area on Windows. Now to fix compiler errors.
Pietro Gagliardi
2014-08-05
Started re-adding Area to the Windows backend: ported the existing code to C.
Pietro Gagliardi
2014-08-04
Re-added base units calculation to the resizing code now that container store...
Pietro Gagliardi
2014-08-04
Split layout and Window on Windows to use two separate window classes. This i...
Pietro Gagliardi
2014-08-04
Split apart the Windows Window code so that the same window class can be used...
Pietro Gagliardi
2014-08-03
Converted the new Windows Control code to use interfaces instead of controlba...
Pietro Gagliardi
2014-08-02
Wrote code to get Windows Tabs's tab height; will integrate it later.
Pietro Gagliardi
2014-08-01
Added a function to the Windows backend to keep track of text length. This wi...
Pietro Gagliardi
2014-08-01
Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ...
Pietro Gagliardi
2014-07-28
Set up some extended styles on Windows Tables for consistency and future feat...
Pietro Gagliardi
2014-07-28
Began the implementation of Table on Windows.
Pietro Gagliardi
2014-07-28
Made the previous commit's changes on Windows. If the Stack Overflow question...
Pietro Gagliardi
2014-07-25
Implemented Tab on Windows.
Pietro Gagliardi
2014-07-21
Mostly added Checkbox to the Windows backend; it doesn't show up right away a...
Pietro Gagliardi
2014-07-21
Resolved ambiguous WINAPI issues on Windows.
Pietro Gagliardi
2014-07-18
Added (and applied) standard Windows fonts.
Pietro Gagliardi
2014-07-17
Fixed assorted typos in some of the new C files.
Pietro Gagliardi
2014-07-17
Added include guards to winapi_windows.h because of cgo including the file mu...
Pietro Gagliardi
2014-07-17
Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler ...
Pietro Gagliardi
2014-07-17
Migrated window_windows.go to C.
Pietro Gagliardi
2014-07-17
Migrated sizing_windows.go to C.
Pietro Gagliardi
2014-07-17
Migrated init_windows.go to C.
Pietro Gagliardi
2014-07-17
Migrated controls_windows.go to C.
Pietro Gagliardi
2014-07-17
Migrated comctl32_windows.go to C.
Pietro Gagliardi
2014-07-17
Began the drudgery of converting all the Windows code to use cgo, because I'm...
Pietro Gagliardi