summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-06-26Implemented padding on Stack.Pietro Gagliardi
2014-06-26Fixed a typo in controlsize_windows.go.Pietro Gagliardi
2014-06-26Implemented window margins for Grids and Stacks.Pietro Gagliardi
2014-06-26Added a padding/margins test to the test program.Pietro Gagliardi
2014-06-26Fixed label alignment on Mac OS X for real now.Pietro Gagliardi
2014-06-26More TODOs.Pietro Gagliardi
2014-06-26More TODOs.Pietro Gagliardi
2014-06-26Fixed Space() causing panics during size calculations.Pietro Gagliardi
2014-06-26Made the Listbox in the Label alignment test resize vertically so as to make ...Pietro Gagliardi
2014-06-26Changed the commit order in controlsize.go to be from right to left rather th...Pietro Gagliardi
2014-06-26Finished implementing the new control sizing system on Mac OS X. The new labe...Pietro Gagliardi
2014-06-26Undid the whole yoff spiel on Mac OS X. NOW I'll merge the new sizing system ...Pietro Gagliardi
2014-06-25Applied the new control sizing system to the GTK+ backend.Pietro Gagliardi
2014-06-25Made a quick comment clarificaiton in stdwndclass_windows.go.Pietro Gagliardi
2014-06-25Made the new sizing system work on Windows.Pietro Gagliardi
2014-06-25Finished the Windows conversion to the new sizing system. Untested.Pietro Gagliardi
2014-06-25Integrated the new sizing system into Grid and Stack.Pietro Gagliardi
2014-06-25Reverted Stack and Grid back to pre-yoff form. This is part of the change in ...Pietro Gagliardi
2014-06-25Migrated existing controls to the new sizing system.Pietro Gagliardi
2014-06-25Began the work for moving everything to the new control sizing system.Pietro Gagliardi
2014-06-25Finished proposed new sizing system.Pietro Gagliardi
2014-06-25More work on the new sizing system.Pietro Gagliardi
2014-06-25Added initial new sizing plan.Pietro Gagliardi
2014-06-25More TODOs.Pietro Gagliardi
2014-06-25More TODOs.Pietro Gagliardi
2014-06-25Updated the README to discuss the new labelling rules.Pietro Gagliardi
2014-06-25Improved the label alignment test.Pietro Gagliardi
2014-06-25(Somewhat hackily) implemented the new label rules on Mac OS X.Pietro Gagliardi
2014-06-25Improved the label alignment test.Pietro Gagliardi
2014-06-25Implemented new label behavior on Windows.Pietro Gagliardi
2014-06-25Added the necessary work to make new regular Labels work on the other platforms.Pietro Gagliardi
2014-06-25Added new Label alignment test.Pietro Gagliardi