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 (
Expand
)
Author
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-26
Got rid of the modal queue now that it's no longer needed.
Pietro Gagliardi
2014-08-18
Implemented the beginning of a potential solution to the Windows modality issue.
Pietro Gagliardi
2014-08-14
Fixed the infinite loop on Tab control dialog message bug(s) on the Windows b...
Pietro Gagliardi
2014-08-04
Merged cases of C.moveWindow() on Windows containers to one place (container_...
Pietro Gagliardi
2014-08-04
Decided to keep tab textures on Windows.
Pietro Gagliardi
2014-08-04
Completed the migration of the Windows backend to the new container system.
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-01
Migrated the Windows backend to use sizer.
Pietro Gagliardi
2014-07-29
Changed Control.setParent() to take the same argument type on all platforms; ...
Pietro Gagliardi
2014-07-28
Fixed the proper recursive application of spaced on Windows tabs by having co...
Pietro Gagliardi
2014-07-28
Made the previous commit's changes on Windows. If the Stack Overflow question...
Pietro Gagliardi
2014-07-26
Made the sizing recursive chain idempotent and added a -spaced option to the ...
Pietro Gagliardi
2014-07-25
Implemented the various parenting and sizing changes on the Mac OS X backend;...
Pietro Gagliardi
2014-07-25
Adjusted sizing data to act as the base container type; this is needed for pr...
Pietro Gagliardi
2014-07-25
Simplified the control nesting model by removing Control.unparent() and requi...
Pietro Gagliardi
2014-07-25
Implemented Tab on Windows.
Pietro Gagliardi
2014-07-22
Moved Window.SetControl() into window.go pending addition of fake resize events.
Pietro Gagliardi
2014-07-19
Started dropping the whole request/response system because it fell apart... t...
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
Laid down the framework for control events on Windows. The only problem left ...
Pietro Gagliardi
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 doesn...
Pietro Gagliardi