index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-08-02
Implemented Tab.preferredSize() on Windows.
Pietro Gagliardi
2014-08-02
Rewrote the tab height calculation function from the previous commit to consi...
Pietro Gagliardi
2014-08-02
Wrote code to get Windows Tabs's tab height; will integrate it later.
Pietro Gagliardi
2014-08-02
Migrated the Label alignment code back into the Mac OS X port.
Pietro Gagliardi
2014-08-02
Wrote Control.preferredSize() (including Tab.preferredSize()) on Mac OS X.
Pietro Gagliardi
2014-08-02
Migrated the Mac OS X backend to sizer. Once I get this control sizing stuff ...
Pietro Gagliardi
2014-08-02
Migrated the GTK+ backend to the new sizer system.
Pietro Gagliardi
2014-08-01
Migrated the Windows backend to use sizer.
Pietro Gagliardi
2014-08-01
Began cleaning up the sizing/container/control stuff by changing container to...
Pietro Gagliardi
2014-08-01
Began migrating all the Mac OS X sizing stuff over.
Pietro Gagliardi
2014-08-01
More TODOs.
Pietro Gagliardi
2014-08-01
Cleaned up sizing_windows.go now that the important things have been reimplem...
Pietro Gagliardi
2014-08-01
Added debug chatter to Button.preferredSize() on Windows.
Pietro Gagliardi
2014-08-01
Implemented Button.preferredSize() on Windows.
Pietro Gagliardi
2014-08-01
Added Table.preferredSize() on Windows.
Pietro Gagliardi
2014-08-01
Added TextField preferredSize() on Windows.
Pietro Gagliardi
2014-08-01
Removed previous commit's TODO and added Checkbox preferredSize() on Windows.
Pietro Gagliardi
2014-08-01
More TODOs.
Pietro Gagliardi
2014-08-01
Implemented preferredSize() for Label on Windows. Seems to work...
Pietro Gagliardi
2014-08-01
Converted direct usages of C.setWindowText() in the Windows Control code into...
Pietro Gagliardi
2014-08-01
More Windows sizing framework code: merged together the MulDiv() instances in...
Pietro Gagliardi
2014-08-01
Added a function to the Windows backend to keep track of text length. This wi...
Pietro Gagliardi
2014-08-01
Fixed up more LPCWSTR->LPWSTR conversion, including some code simplification.
Pietro Gagliardi
2014-08-01
Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ...
Pietro Gagliardi
2014-08-01
Applied non-standalone Label offsets to the Windows backend. Also more TODOs.
Pietro Gagliardi
2014-08-01
Resolved a TODO about label alignment.
Pietro Gagliardi
2014-07-30
Disambiguated what happens when a regular Label is used in a Standalone context.
Pietro Gagliardi
2014-07-30
Added preferred size tests to zz_test.go; these will help for what we're abou...
Pietro Gagliardi
2014-07-30
Split out the default definitions of Control.allocate() into a single place.
Pietro Gagliardi
2014-07-30
Applied Labels being vertically aligned to the top when next to a Table in th...
Pietro Gagliardi
2014-07-30
Fixed up attributes of Table on Mac OS X.
Pietro Gagliardi
2014-07-30
Moved the Mac OS X function newScrollView() to control_darwin.m and verified ...
Pietro Gagliardi
2014-07-30
Moved the definition of Control itself to control.go and updated some comments.
Pietro Gagliardi
2014-07-30
Ported the new Control setup to Mac OS X.
Pietro Gagliardi
2014-07-30
Applied the new Control system to the GTK+ backend.
Pietro Gagliardi
2014-07-30
Set up a new, cleaner model for deriving Control's methods and applied it to ...
Pietro Gagliardi
2014-07-30
Renamed the controls* and containers* files to basicctrls* and containerctrls...
Pietro Gagliardi
2014-07-29
Re-added Stack. Of course it only works right on GTK+ right now... the other ...
Pietro Gagliardi
2014-07-29
Changed Control.setParent() to take the same argument type on all platforms; ...
Pietro Gagliardi
2014-07-29
Added Label and implemented it on all platforms.
Pietro Gagliardi
2014-07-29
Wrote up the data model for Mac OS X Tables; now Tables work everywhere!
Pietro Gagliardi
2014-07-29
Added the beginning of the Mac OS X Table code.
Pietro Gagliardi
2014-07-29
Made column headers resizeable on GTK+ Tables.
Pietro Gagliardi
2014-07-29
Hooked all the GTK+ Table stuff together and got it working. Woo!
Pietro Gagliardi
2014-07-29
Added build guards to the GTK+ Table code.
Pietro Gagliardi
2014-07-29
Wrote the GTK+ Table model code. Mostly working; now it just needs an update ...
Pietro Gagliardi
2014-07-29
Added the beginning of the GTK+ Table model implementation.
Pietro Gagliardi
2014-07-29
Fixed a small error in the zz_test.go rewrite from a few commits ago.
Pietro Gagliardi
2014-07-29
Began the implementation of Table on GTK+.
Pietro Gagliardi
2014-07-29
Added #include "_cgo_export.h" to table_windows.c.
Pietro Gagliardi
[next]