index
:
jcarr/ui
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 (
Collapse
)
Author
2014-07-28
Made the previous commit's changes on Windows. If the Stack Overflow ↵
Pietro Gagliardi
question tells me I'm wrong, we can deal with it then. But yay simple sizing code again :D
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 ↵
Pietro Gagliardi
and it crashes in WM_NCDESTROY...
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 ↵
Pietro Gagliardi
multiple times.
2014-07-17
Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler ↵
Pietro Gagliardi
errors...
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 ↵
Pietro Gagliardi
I'm not going to wait to debug this smashed stack.