summaryrefslogtreecommitdiff
path: root/redo/window_unix.go
AgeCommit message (Expand)Author
2014-08-02Migrated the GTK+ backend to the new sizer system.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-28Began final simplification of size code. spaced is now a global variable; eit...Pietro Gagliardi
2014-07-26Made the sizing recursive chain idempotent and added a -spaced option to the ...Pietro Gagliardi
2014-07-25Cleaned up sizing a bit. Being able to know how big something will be ahead o...Pietro Gagliardi
2014-07-25Implemented Tab on GTK+. I really don't like the way sizing works now...Pietro Gagliardi
2014-07-25Updated the GTK+ backend to have the new parenting and sizing changes. Now to...Pietro Gagliardi
2014-07-22Moved Window.SetControl() into window.go pending addition of fake resize events.Pietro Gagliardi
2014-07-21Actually, switch back to GtkLayout, as GtkFixed has the side effect of not al...Pietro Gagliardi
2014-07-21Switched the GTK+ layout control from GtkLayout back to GtkFixed; the size-al...Pietro Gagliardi
2014-07-21Implemented initial window size on the GTK+ backend.Pietro Gagliardi
2014-07-19Started dropping the whole request/response system because it fell apart... t...Pietro Gagliardi
2014-07-18Fixed window resizing in GTK+ acting wonky AND several related TODOs to boot!Pietro Gagliardi
2014-07-17Changed the GTK+ files so they would not compile on Windows; this is needed n...Pietro Gagliardi
2014-07-16Ported over the sizing framework from the old package and implemented it on t...Pietro Gagliardi
2014-07-15Fixed a flaw in the SetControl() for GTK+ Window: it forgot to unparent old c...Pietro Gagliardi
2014-07-15Added parenting/unparenting of controls to the GTK+ backend and the test prog...Pietro Gagliardi
2014-07-14Added window resize handling to the GTK+ backend.Pietro Gagliardi
2014-07-14Added the widget container to the GTK+ code.Pietro Gagliardi
2014-07-08Added the beginning of the Mac OS X code.Pietro Gagliardi
2014-07-08Implemented the Window OnClosing() event on GTK+. It works!Pietro Gagliardi
2014-07-07Fixed most compilation errors and added GTK+ string helper functions to commo...Pietro Gagliardi
2014-07-07Made event handler setters return a Request, implemented stubs on GTK+ so I c...Pietro Gagliardi
2014-07-07Added the GTK+ implementation of Window, added the Window constructors, and r...Pietro Gagliardi