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
/
zconstants_windows_386.go
Age
Commit message (
Expand
)
Author
2014-07-02
Moved it all back; the preemptive multitaksing during an event handler kills ...
Pietro Gagliardi
2014-07-02
Moved everything out of the way pending rewrite.
Pietro Gagliardi
2014-06-30
Restored the previous new API. I'm going to change it so that events are call...
Pietro Gagliardi
2014-06-30
Reverted everything back to the old API.
Pietro Gagliardi
2014-06-28
Fixed the build. New API works on Windows! Also removed TODO on dialogs in Wi...
Pietro Gagliardi
2014-06-11
Fixed the implementation of sysData.center() on Windows to be thread-safe; al...
Pietro Gagliardi
2014-06-11
added Center function to window
papplampe
2014-06-10
Made adjustments to the output of windowsconstgen to please go fmt.
Pietro Gagliardi
2014-06-07
Fixed the Windows 7 progressbar animation dumbness.
Pietro Gagliardi
2014-06-07
Documented window switch clicks in Area and implemented them on Windows and M...
Pietro Gagliardi
2014-06-07
Fixed incorrect numpad handling on Windows Areas.
Pietro Gagliardi
2014-06-06
Fixed the standard window class focus behavior on Windows from the previous c...
Pietro Gagliardi
2014-06-05
Implemented code to save and restore control focus on Windows properly when s...
Pietro Gagliardi
2014-06-05
Changed Checkbox on Windows to use BS_CHECKBOX instead of BS_AUTOCHECKBOX; th...
Pietro Gagliardi
2014-06-04
Implemented the new MsgBox() transience on Windows.
Pietro Gagliardi
2014-06-04
Resolved the ACTCTX_FLAG_SET_PROCESS_DEFAULT TODO by deciding to enable this ...
Pietro Gagliardi
2014-06-02
Gave message boxes on Windows the MB_TASKMODAL style, which does event modali...
Pietro Gagliardi
2014-05-30
Moved the standard window class (for Window) on Windows to get the sysData po...
Pietro Gagliardi
2014-05-30
Added GetWindowLongPtr()/SetWindowLongPtr() generation to the windowsconstgen...
Pietro Gagliardi
2014-05-29
Added the new Modifiers handling to the Windows backend.
Pietro Gagliardi
2014-05-25
Finished migrating the Windows code to using the pregenerated constants.
Pietro Gagliardi
2014-05-25
Removed constants from common_windows.go. Almost done!
Pietro Gagliardi
2014-05-25
Removed constants from area_windows.go. I think I added a regression earlier ...
Pietro Gagliardi
2014-05-25
Stripped constants from dialog_windows.go.
Pietro Gagliardi
2014-05-25
And merged the old events_windows.go constants into zconstants_windows_GOARCH...
Pietro Gagliardi
2014-05-25
Fixed issues handling INVALID_HANDLE_VALUE in the Windows constant generator,...
Pietro Gagliardi