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
/
stdwndclass_windows.go
Age
Commit message (
Expand
)
Author
2014-08-30
Out with the old...
Pietro Gagliardi
2014-07-03
Added Post() and implemented it on Windows.
Pietro Gagliardi
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
Made Window.Closing a callback closure.
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
Migrated controlsize_windows.go and stdwndclass_windows.go to the new API.
Pietro Gagliardi
2014-06-25
Made a quick comment clarificaiton in stdwndclass_windows.go.
Pietro Gagliardi
2014-06-25
Made the new sizing system work on Windows.
Pietro Gagliardi
2014-06-10
More go fmt.
Pietro Gagliardi
2014-06-08
Checked Windows RECT usage and fixed wrong ones.
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
Resolved a TODO in stdwndclass_windows.go about deferring WM_NCCREATE to DefW...
Pietro Gagliardi
2014-06-03
Migrated stdwndclass_windows.go to the new string handling.
Pietro Gagliardi
2014-05-30
Changed storeSysData() on Windows to write the HWND to the sysData structure ...
Pietro Gagliardi
2014-05-30
Converted the standard Windows window class (for Window) to be a single class...
Pietro Gagliardi
2014-05-30
Some quick formatting changes to stdwndclass_windows.go.
Pietro Gagliardi
2014-05-30
Moved the standard window class (for Window) on Windows to get the sysData po...
Pietro Gagliardi
2014-05-30
Normalized DefWindowProc() handling across the Windows files; the syscall.Laz...
Pietro Gagliardi
2014-05-25
Removed constants from common_windows.go. Almost done!
Pietro Gagliardi
2014-05-17
More TODOs (see previous commit).
Pietro Gagliardi
2014-05-11
Consistency change: all Windows API structure field names now match case-wise...
Pietro Gagliardi
2014-04-13
Migrated cursors_windows.go and icons_windows.go.
Pietro Gagliardi
2014-04-07
Split out the common resizing code into its own function so that it's all in ...
Pietro Gagliardi
2014-03-24
Corrected a copy-paste fail in stdwndclass_windows.go that broke compilation ...
Pietro Gagliardi
2014-03-17
Changed the new resizing code so that it uses the same allocated slice per wi...
Pietro Gagliardi
2014-03-17
Changed window resizes so that the actual Control.setRect() functions appende...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-03
Fixed Mac OS X control placement flipping. This is done by passing the height...
Pietro Gagliardi
2014-02-21
Fixed the unregistered window class error on 64-bit Windows: turns out it was...
Pietro Gagliardi
2014-02-19
Moved to a proper package; main() is now a test and go test -c is used to bui...
Pietro Gagliardi
2014-02-18
Made event dispatch asynchronous to avoid deadlocks; right now events that ca...
Pietro Gagliardi
2014-02-17
Fixed the GTK+ crashes (I think) by making resizes synchronous. Since all con...
Pietro Gagliardi
2014-02-13
Fixed the resizing deadlock.
Pietro Gagliardi
2014-02-13
Added sizing of windows and the main window control. It presently deadlocks; ...
Pietro Gagliardi
2014-02-12
Fixed compiler errors. New code structure success!
Pietro Gagliardi
2014-02-12
Whoops, class registration now has to go through the UI task.
Pietro Gagliardi
2014-02-12
Each control may only need one event, so combine them all into a single chann...
Pietro Gagliardi
2014-02-12
Restructuring the codebase to make things neater. First off: each window now ...
Pietro Gagliardi
2014-02-12
Added button events.
Pietro Gagliardi
2014-02-11
Changed the sysData cache so that if we didn't fill it in yet, getSysData() r...
Pietro Gagliardi
2014-02-11
Got rid of the reverse HWND->sysData lookup for now, to see if there's a mist...
Pietro Gagliardi
2014-02-11
It appears the result of syscall.StringToUTF16Ptr() is only temporary, so rem...
Pietro Gagliardi
2014-02-11
Whoops, copy-paste fail somehow changed init error checks. Now it starts... a...
Pietro Gagliardi
2014-02-11
All build errors resolved. Now to test...
Pietro Gagliardi
2014-02-11
Added the init and testing main functions and started fixing errors. Let's fi...
Pietro Gagliardi
2014-02-11
Filled in the standard window procedure.
Pietro Gagliardi
[next]