summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-30Restored the previous new API. I'm going to change it so that events are call...Pietro Gagliardi
2014-06-30Rolled back all those changes; I'm stupid.Pietro Gagliardi
2014-06-30Converted the Mac OS X backend to use uitask() instead of uitask chan func().Pietro Gagliardi
2014-06-30Converted the Windows backend to make uitask a function that runs the func() ...Pietro Gagliardi
2014-06-30Disabled MsgBox() on Windows for the time being; I'm going to restructure uit...Pietro Gagliardi
2014-06-30Reverted everything back to the old API.Pietro Gagliardi
2014-06-30Copied all the handler-based stuff to a ZIP file as I'm rolling it all back.Pietro Gagliardi
2014-06-29More TODOs.Pietro Gagliardi
2014-06-29Made the "Title and Text" message box parented like it should have been. This...Pietro Gagliardi
2014-06-29More TODOs.Pietro Gagliardi
2014-06-29FIxed compilation errors in the Mac OS X build. It works, but I still need to...Pietro Gagliardi
2014-06-29More of the same conversion.Pietro Gagliardi
2014-06-29More dialog_darwin.go/.m conversion.Pietro Gagliardi
2014-06-29Did most of the conversion of dialog_darwin.go/.m to the new API.Pietro Gagliardi
2014-06-29Removed stable.md (it is no longer relevant) and moved redoproposal.md to old...Pietro Gagliardi
2014-06-29Migrated sysdata_darwin.go and uitask_darwin.go to the new API. Now to just w...Pietro Gagliardi
2014-06-29Migrated the Mac OS X delegate code to the new API.Pietro Gagliardi
2014-06-28More TODOs.Pietro Gagliardi
2014-06-28Migrated the GTK+ backend to the new API.Pietro Gagliardi
2014-06-28Fixed the build. New API works on Windows! Also removed TODO on dialogs in Wi...Pietro Gagliardi
2014-06-28Decided to make dialogs code-modal; will figure out how to get the behavior I...Pietro Gagliardi
2014-06-28Adjusted window.go to make safe functions actually safe.Pietro Gagliardi
2014-06-28Converted most of the rest of the test program. Now I just need to figure out...Pietro Gagliardi
2014-06-28Converted most of the rest of the test program to the new API.Pietro Gagliardi
2014-06-28Migrated the keyboard test to the new API.Pietro Gagliardi
2014-06-28Migrated uitask_windows.go to the new API.Pietro Gagliardi
2014-06-28Migrated init.go to the new API. This should probably be renamed now.Pietro Gagliardi
2014-06-28Added rewrite of most of the dialog system for the new API. The Windows API i...Pietro Gagliardi
2014-06-28Migrated controlsize_windows.go and stdwndclass_windows.go to the new API.Pietro Gagliardi
2014-06-28Migrated sysdata_windows.go to the new API. Also more TODOs.Pietro Gagliardi
2014-06-28Documented the new Window.Closing behavior.Pietro Gagliardi
2014-06-28Implemented the new events in the portable code.Pietro Gagliardi
2014-06-28Migrated window.go and sysdata.go to the new API. Controls will need to be mi...Pietro Gagliardi
2014-06-28Began the migration to the new API. Removed locks from the public control API...Pietro Gagliardi
2014-06-27Added propsoal for the API rewrite.Pietro Gagliardi
2014-06-27Updated README.Pietro Gagliardi
2014-06-26Fixed README and removed Checkbox.SetChecked() from the future plans.Pietro Gagliardi
2014-06-26Implemented Checkbox.SetChecked() on Mac OS X and updated the README.Pietro Gagliardi
2014-06-26Implemented Checkbox.SetChecked() on Windows.Pietro Gagliardi
2014-06-26Added Checkbox.SetChecked() and implemented it on GTK+.Pietro Gagliardi
2014-06-26Allowed tab stops on Windows; see http://blogs.msdn.com/b/oldnewthing/archive...Pietro Gagliardi
2014-06-26Removed the special-casing of GtkLayout to have transparent frames: this brea...Pietro Gagliardi
2014-06-26Fixed README and removed padding/spacing from future plans.Pietro Gagliardi
2014-06-26Updated README.Pietro Gagliardi
2014-06-26Merge pull request #21 from boppreh/masterPietro Gagliardi
2014-06-26Remove padding and margin from layout.goBoppreH
2014-06-26Merge branch 'master' of github.com:andlabs/uiPietro Gagliardi
2014-06-26Added margins and padding to Grid and a test program to make sure they're the...Pietro Gagliardi
2014-06-26Merge pull request #19 from boppreh/masterPietro Gagliardi
2014-06-26Add old layout.goBoppreH