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
/
window_windows.go
Age
Commit message (
Collapse
)
Author
2014-07-19
Started dropping the whole request/response system because it fell apart... ↵
Pietro Gagliardi
time to make a ui.Do(func(){ ... })
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
Laid down the framework for control events on Windows. The only problem left ↵
Pietro Gagliardi
is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back.
2014-07-16
Re-added the Windows sizing code.
Pietro Gagliardi
2014-07-15
Added basic control showing to the Windows backend.
Pietro Gagliardi
2014-07-15
Added the beginninig of the Windows Control code.
Pietro Gagliardi
2014-07-15
Implemented resize event detection on Windows.
Pietro Gagliardi
2014-07-12
Implemented Window.Close() on Windows.
Pietro Gagliardi
2014-07-12
Fixed the Windows code. Now to implement closing properly.
Pietro Gagliardi
2014-07-12
Finished writing initial Windows implementation. Now to find out why it ↵
Pietro Gagliardi
doesn't work...