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-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