summaryrefslogtreecommitdiff
path: root/redo/window_windows.go
AgeCommit message (Expand)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-26Got rid of the modal queue now that it's no longer needed.Pietro Gagliardi
2014-08-18Implemented the beginning of a potential solution to the Windows modality issue.Pietro Gagliardi
2014-08-14Fixed the infinite loop on Tab control dialog message bug(s) on the Windows b...Pietro Gagliardi
2014-08-04Merged cases of C.moveWindow() on Windows containers to one place (container_...Pietro Gagliardi
2014-08-04Decided to keep tab textures on Windows.Pietro Gagliardi
2014-08-04Completed the migration of the Windows backend to the new container system.Pietro Gagliardi
2014-08-04Split layout and Window on Windows to use two separate window classes. This i...Pietro Gagliardi
2014-08-04Split apart the Windows Window code so that the same window class can be used...Pietro Gagliardi
2014-08-01Migrated the Windows backend to use sizer.Pietro Gagliardi
2014-07-29Changed Control.setParent() to take the same argument type on all platforms; ...Pietro Gagliardi
2014-07-28Fixed the proper recursive application of spaced on Windows tabs by having co...Pietro Gagliardi
2014-07-28Made the previous commit's changes on Windows. If the Stack Overflow question...Pietro Gagliardi
2014-07-26Made the sizing recursive chain idempotent and added a -spaced option to the ...Pietro Gagliardi
2014-07-25Implemented the various parenting and sizing changes on the Mac OS X backend;...Pietro Gagliardi
2014-07-25Adjusted sizing data to act as the base container type; this is needed for pr...Pietro Gagliardi
2014-07-25Simplified the control nesting model by removing Control.unparent() and requi...Pietro Gagliardi
2014-07-25Implemented Tab on Windows.Pietro Gagliardi
2014-07-22Moved Window.SetControl() into window.go pending addition of fake resize events.Pietro Gagliardi
2014-07-19Started dropping the whole request/response system because it fell apart... t...Pietro Gagliardi
2014-07-17Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler ...Pietro Gagliardi
2014-07-17Migrated window_windows.go to C.Pietro Gagliardi
2014-07-17Laid down the framework for control events on Windows. The only problem left ...Pietro Gagliardi
2014-07-16Re-added the Windows sizing code.Pietro Gagliardi
2014-07-15Added basic control showing to the Windows backend.Pietro Gagliardi
2014-07-15Added the beginninig of the Windows Control code.Pietro Gagliardi
2014-07-15Implemented resize event detection on Windows.Pietro Gagliardi
2014-07-12Implemented Window.Close() on Windows.Pietro Gagliardi
2014-07-12Fixed the Windows code. Now to implement closing properly.Pietro Gagliardi
2014-07-12Finished writing initial Windows implementation. Now to find out why it doesn...Pietro Gagliardi