| Age | Commit message (Expand) | Author |
| 2014-07-22 | Oops, forgot to fill in a name in a comment in the previous commit. Fixed. | Pietro Gagliardi |
| 2014-07-22 | Implemented the Control parent/unparent redraw provisions on the GTK+ backend. | Pietro Gagliardi |
| 2014-07-22 | Added provisions for proper window redraw on Window.SetParent() and implement... | Pietro Gagliardi |
| 2014-07-22 | Moved Window.SetControl() into window.go pending addition of fake resize events. | Pietro Gagliardi |
| 2014-07-21 | More TODOs. | Pietro Gagliardi |
| 2014-07-21 | Fixed the RemoveWindowSubclass() crash in Windows Checkboxes. | Pietro Gagliardi |
| 2014-07-21 | Mostly added Checkbox to the Windows backend; it doesn't show up right away a... | Pietro Gagliardi |
| 2014-07-21 | Added Checkbox on the GTK+ backend, added a checkbox to the test program, and... | Pietro Gagliardi |
| 2014-07-21 | Switched from gtk_init() to the version that lets us catch and report any err... | Pietro Gagliardi |
| 2014-07-21 | Actually, switch back to GtkLayout, as GtkFixed has the side effect of not al... | Pietro Gagliardi |
| 2014-07-21 | Switched the GTK+ layout control from GtkLayout back to GtkFixed; the size-al... | Pietro Gagliardi |
| 2014-07-21 | Implemented initial window size on the GTK+ backend. | Pietro Gagliardi |
| 2014-07-21 | Disabled Checkbox for now; more stuff to do first. | Pietro Gagliardi |
| 2014-07-21 | Re-added Checkbox's interface specification (with th Request changes applied)... | Pietro Gagliardi |
| 2014-07-21 | Resolved ambiguous WINAPI issues on Windows. | Pietro Gagliardi |
| 2014-07-20 | Added common_darwin.go; moved toBOOL() there. | Pietro Gagliardi |
| 2014-07-20 | Re-added Mac OS X versioning macros and compiler/linker options. | Pietro Gagliardi |
| 2014-07-20 | Removed leftover TODO in window_darwin.go. | Pietro Gagliardi |
| 2014-07-20 | Resolved the NSWindowDelegate issue and added an explicit NSApplicationDelega... | Pietro Gagliardi |
| 2014-07-20 | Resolved NSMakeRect() argument casting TODO in sizing_darwin.m. | Pietro Gagliardi |
| 2014-07-20 | Implemented Window.Close() on Mac OS X, settling both that TODO and the one a... | Pietro Gagliardi |
| 2014-07-19 | Verified that Window.Close() works as documented on GTK+. | Pietro Gagliardi |
| 2014-07-19 | Oops, NewButton() should return Button, not the backend type. Fixed. | Pietro Gagliardi |
| 2014-07-19 | Ah, fixed the stalling: logic error in the test program itself. | Pietro Gagliardi |
| 2014-07-19 | Fixed issuing in the new system. Now to figure out why it stalls... | Pietro Gagliardi |
| 2014-07-19 | Fixed more conversion kinks. Now for a major change... | Pietro Gagliardi |
| 2014-07-19 | Updated the test program to be Request-less. Now to test... | Pietro Gagliardi |
| 2014-07-19 | Removed Request completely, also updating the uitask files. Also renamed xper... | Pietro Gagliardi |
| 2014-07-19 | Started dropping the whole request/response system because it fell apart... t... | Pietro Gagliardi |
| 2014-07-18 | Fixed a slight channel leak in event.fire(). | Pietro Gagliardi |
| 2014-07-18 | Added a test case for Window.Close(). | Pietro Gagliardi |
| 2014-07-18 | Decided not to use removeFromSuperviewWithoutNeedingRedraw at mikeash in irc.... | Pietro Gagliardi |
| 2014-07-18 | Settled TODO about cairo version macros. | Pietro Gagliardi |
| 2014-07-18 | Fixed window resizing in GTK+ acting wonky AND several related TODOs to boot! | Pietro Gagliardi |
| 2014-07-18 | Made the previous commit more robust. | Pietro Gagliardi |
| 2014-07-18 | Fixed control positioning on initial window show on Mac OS X. | Pietro Gagliardi |
| 2014-07-18 | Scrapped Window.SetSize() and Window.Center() (for now?). | Pietro Gagliardi |
| 2014-07-18 | Added the standard control fonts to the Mac OS X backend. The GTK+ backend is... | Pietro Gagliardi |
| 2014-07-18 | Added (and applied) standard Windows fonts. | Pietro Gagliardi |
| 2014-07-18 | Added #include "_cgo_export.h" to files that needed it and fixed a cast error... | Pietro Gagliardi |
| 2014-07-18 | Fixed all the remaining compiler errors. C conversion works! | Pietro Gagliardi |
| 2014-07-17 | Fixed assorted typos in some of the new C files. | Pietro Gagliardi |
| 2014-07-17 | Added include guards to winapi_windows.h because of cgo including the file mu... | Pietro Gagliardi |
| 2014-07-17 | Changed the GTK+ files so they would not compile on Windows; this is needed n... | Pietro Gagliardi |
| 2014-07-17 | Fixed Go compiler errors in the new Windows code; round 1. | Pietro Gagliardi |
| 2014-07-17 | Removed Windows constant generation code as we will no longer need it. | Pietro Gagliardi |
| 2014-07-17 | Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler ... | Pietro Gagliardi |
| 2014-07-17 | Some Unicode-related fixups and additions in the new Windows code. | Pietro Gagliardi |
| 2014-07-17 | Migrated window_windows.go to C. | Pietro Gagliardi |
| 2014-07-17 | Migrated sizing_windows.go to C. | Pietro Gagliardi |