summaryrefslogtreecommitdiff
path: root/redo
AgeCommit message (Expand)Author
2014-08-04Switched Tab on Mac OS X to use a dedicated container type system. This conta...Pietro Gagliardi
2014-08-04Fixed a small error that caused clicking a Checkbox to crash on Mac OS X.Pietro Gagliardi
2014-08-04Removed Control.containerShow() and Control.containerHide() and the overall a...Pietro Gagliardi
2014-08-04Changed Tab on Windows to store each control in a *layout (see previous commi...Pietro Gagliardi
2014-08-04Split apart the Windows Window code so that the same window class can be used...Pietro Gagliardi
2014-08-03Converted the new Windows Control code to use interfaces instead of controlba...Pietro Gagliardi
2014-08-03Did the previous commit, but for the Windows backend.Pietro Gagliardi
2014-08-03Standardized basegetAuxResize() on the GTK+ backend to match the Mac OS X bac...Pietro Gagliardi
2014-08-03Migrated the Mac OS X backend to the new Control setup.Pietro Gagliardi
2014-08-03Migrated the GTK+ backend to the new Control system. Added controlParent to d...Pietro Gagliardi
2014-08-03I am a dolt; make Checkbox.Checked() return a bool directly on Windows.Pietro Gagliardi
2014-08-03More TODOs.Pietro Gagliardi
2014-08-03Set up the Control restructure and migrated the Windows implementation over. ...Pietro Gagliardi
2014-08-03Applied previous commit's change to the test program.Pietro Gagliardi
2014-08-03Chagned Checkbox.OnClicked() to Checkbox.OnToggled(). The code restructure wi...Pietro Gagliardi
2014-08-02Split all the Control implementations into their own files and renamed the co...Pietro Gagliardi
2014-08-02Removed the generic preferredSize() from the Windows backend; all controls ar...Pietro Gagliardi
2014-08-02Implemented Tab.preferredSize() on Windows.Pietro Gagliardi
2014-08-02Rewrote the tab height calculation function from the previous commit to consi...Pietro Gagliardi
2014-08-02Wrote code to get Windows Tabs's tab height; will integrate it later.Pietro Gagliardi
2014-08-02Migrated the Label alignment code back into the Mac OS X port.Pietro Gagliardi
2014-08-02Wrote Control.preferredSize() (including Tab.preferredSize()) on Mac OS X.Pietro Gagliardi
2014-08-02Migrated the Mac OS X backend to sizer. Once I get this control sizing stuff ...Pietro Gagliardi
2014-08-02Migrated the GTK+ backend to the new sizer system.Pietro Gagliardi
2014-08-01Migrated the Windows backend to use sizer.Pietro Gagliardi
2014-08-01Began cleaning up the sizing/container/control stuff by changing container to...Pietro Gagliardi
2014-08-01Began migrating all the Mac OS X sizing stuff over.Pietro Gagliardi
2014-08-01More TODOs.Pietro Gagliardi
2014-08-01Cleaned up sizing_windows.go now that the important things have been reimplem...Pietro Gagliardi
2014-08-01Added debug chatter to Button.preferredSize() on Windows.Pietro Gagliardi
2014-08-01Implemented Button.preferredSize() on Windows.Pietro Gagliardi
2014-08-01Added Table.preferredSize() on Windows.Pietro Gagliardi
2014-08-01Added TextField preferredSize() on Windows.Pietro Gagliardi
2014-08-01Removed previous commit's TODO and added Checkbox preferredSize() on Windows.Pietro Gagliardi
2014-08-01More TODOs.Pietro Gagliardi
2014-08-01Implemented preferredSize() for Label on Windows. Seems to work...Pietro Gagliardi
2014-08-01Converted direct usages of C.setWindowText() in the Windows Control code into...Pietro Gagliardi
2014-08-01More Windows sizing framework code: merged together the MulDiv() instances in...Pietro Gagliardi
2014-08-01Added a function to the Windows backend to keep track of text length. This wi...Pietro Gagliardi
2014-08-01Fixed up more LPCWSTR->LPWSTR conversion, including some code simplification.Pietro Gagliardi
2014-08-01Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ...Pietro Gagliardi
2014-08-01Applied non-standalone Label offsets to the Windows backend. Also more TODOs.Pietro Gagliardi
2014-08-01Resolved a TODO about label alignment.Pietro Gagliardi
2014-07-30Disambiguated what happens when a regular Label is used in a Standalone context.Pietro Gagliardi
2014-07-30Added preferred size tests to zz_test.go; these will help for what we're abou...Pietro Gagliardi
2014-07-30Split out the default definitions of Control.allocate() into a single place.Pietro Gagliardi
2014-07-30Applied Labels being vertically aligned to the top when next to a Table in th...Pietro Gagliardi
2014-07-30Fixed up attributes of Table on Mac OS X.Pietro Gagliardi
2014-07-30Moved the Mac OS X function newScrollView() to control_darwin.m and verified ...Pietro Gagliardi
2014-07-30Moved the definition of Control itself to control.go and updated some comments.Pietro Gagliardi