| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-26 | Allowed tab stops on Windows; see ↵ | Pietro Gagliardi | |
| http://blogs.msdn.com/b/oldnewthing/archive/2003/10/21/55384.aspx. Fixes #13 | |||
| 2014-06-26 | Removed the special-casing of GtkLayout to have transparent frames: this ↵ | Pietro Gagliardi | |
| breaks the Ubuntu GTK+ 3 themes (Ambianace and Radiance) with their correct renderer (see https://github.com/andlabs/ui/pull/19#issuecomment-47273597), and the KDE bug has now been fixed. | |||
| 2014-06-26 | Fixed README and removed padding/spacing from future plans. | Pietro Gagliardi | |
| 2014-06-26 | Updated README. | Pietro Gagliardi | |
| 2014-06-26 | Merge pull request #21 from boppreh/master | Pietro Gagliardi | |
| Fix layout.go in regard to new padding and margin | |||
| 2014-06-26 | Remove padding and margin from layout.go | BoppreH | |
| 2014-06-26 | Merge branch 'master' of github.com:andlabs/ui | Pietro Gagliardi | |
| 2014-06-26 | Added margins and padding to Grid and a test program to make sure they're ↵ | Pietro Gagliardi | |
| the same... | |||
| 2014-06-26 | Merge pull request #19 from boppreh/master | Pietro Gagliardi | |
| Add a Layout function for higher-level layouts. I might put this in a subrepository. Thanks @boppreh | |||
| 2014-06-26 | Add old layout.go | BoppreH | |
| 2014-06-26 | Implemented padding on Stack. | Pietro Gagliardi | |
| 2014-06-26 | Fixed a typo in controlsize_windows.go. | Pietro Gagliardi | |
| 2014-06-26 | Implemented window margins for Grids and Stacks. | Pietro Gagliardi | |
| 2014-06-26 | Added a padding/margins test to the test program. | Pietro Gagliardi | |
| 2014-06-26 | Fixed label alignment on Mac OS X for real now. | Pietro Gagliardi | |
| 2014-06-26 | More TODOs. | Pietro Gagliardi | |
| 2014-06-26 | More TODOs. | Pietro Gagliardi | |
| 2014-06-26 | Fixed Space() causing panics during size calculations. | Pietro Gagliardi | |
| 2014-06-26 | Made the Listbox in the Label alignment test resize vertically so as to make ↵ | Pietro Gagliardi | |
| the test more meaningful. | |||
| 2014-06-26 | Changed the commit order in controlsize.go to be from right to left rather ↵ | Pietro Gagliardi | |
| than from left to right; this will make the label positioning calculations on Mac OS X make sense. | |||
| 2014-06-26 | Finished implementing the new control sizing system on Mac OS X. The new ↵ | Pietro Gagliardi | |
| label behavior needs to be reimplemented next. | |||
| 2014-06-26 | Undid the whole yoff spiel on Mac OS X. NOW I'll merge the new sizing system ↵ | Pietro Gagliardi | |
| into that backend. | |||
| 2014-06-25 | Applied the new control sizing system to the GTK+ backend. | Pietro Gagliardi | |
| 2014-06-25 | Made a quick comment clarificaiton in stdwndclass_windows.go. | Pietro Gagliardi | |
| 2014-06-25 | Made the new sizing system work on Windows. | Pietro Gagliardi | |
| 2014-06-25 | Finished the Windows conversion to the new sizing system. Untested. | Pietro Gagliardi | |
| 2014-06-25 | Integrated the new sizing system into Grid and Stack. | Pietro Gagliardi | |
| 2014-06-25 | Reverted Stack and Grid back to pre-yoff form. This is part of the change in ↵ | Pietro Gagliardi | |
| the sizing system. | |||
| 2014-06-25 | Migrated existing controls to the new sizing system. | Pietro Gagliardi | |
| 2014-06-25 | Began the work for moving everything to the new control sizing system. | Pietro Gagliardi | |
| 2014-06-25 | Finished proposed new sizing system. | Pietro Gagliardi | |
| 2014-06-25 | More work on the new sizing system. | Pietro Gagliardi | |
| 2014-06-25 | Added initial new sizing plan. | Pietro Gagliardi | |
| 2014-06-25 | More TODOs. | Pietro Gagliardi | |
| 2014-06-25 | More TODOs. | Pietro Gagliardi | |
| 2014-06-25 | Updated the README to discuss the new labelling rules. | Pietro Gagliardi | |
| 2014-06-25 | Improved the label alignment test. | Pietro Gagliardi | |
| 2014-06-25 | (Somewhat hackily) implemented the new label rules on Mac OS X. | Pietro Gagliardi | |
| 2014-06-25 | Improved the label alignment test. | Pietro Gagliardi | |
| 2014-06-25 | Implemented new label behavior on Windows. | Pietro Gagliardi | |
| 2014-06-25 | Added the necessary work to make new regular Labels work on the other platforms. | Pietro Gagliardi | |
| 2014-06-25 | Added new Label alignment test. | Pietro Gagliardi | |
| 2014-06-25 | Split Label into a non-aligned standalone label and an aligned regular ↵ | Pietro Gagliardi | |
| label. Implemented on GTK+. Now to write the test. | |||
| 2014-06-25 | Updated the README to include information about the werid Go 1.3 darwin bug. | Pietro Gagliardi | |
| 2014-06-22 | Made LineEdit horizontally scrolling on Mac OS X. I'm not sure how I missed ↵ | Pietro Gagliardi | |
| this before o.o | |||
| 2014-06-12 | More TODOs. | Pietro Gagliardi | |
| 2014-06-12 | Converted the GTK+ custom stylesheet to a single string using CSS comments ↵ | Pietro Gagliardi | |
| because cgo complains about the current one. While I'm at it, also remove the need for the null terminator on that string. Thanks to various people in irc.gimp.net/#gtk+ (grawity, dro|desrt, Company) and irc.freenode.net/#go-nuts and the Gopher Academy Slack. | |||
| 2014-06-12 | More TODOs. | Pietro Gagliardi | |
| 2014-06-12 | Made sysdata_windows.go send func()s to uitask and not uimsgs. This is also ↵ | Pietro Gagliardi | |
| more correct, as multi-step processes happen in one homogenous blob instead of in steps spread across two goroutines. | |||
| 2014-06-12 | groan | Pietro Gagliardi | |
