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
path:
root
/
redo
Age
Commit message (
Expand
)
Author
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
2014-07-28
Fixed the test program crashing after a while (prevent the Window and Control...
Pietro Gagliardi
2014-07-28
Set up some extended styles on Windows Tables for consistency and future feat...
Pietro Gagliardi
2014-07-28
Implemented Table item text grabbing on Windows.
Pietro Gagliardi
2014-07-28
Fixed up borders for currently implemented controls on Windows.
Pietro Gagliardi
2014-07-28
Fixed the Tab wrong control drawing issues on Windows.
Pietro Gagliardi
2014-07-28
Began the implementation of Table on Windows.
Pietro Gagliardi
2014-07-28
Quick note about Table.Unlock() and updates.
Pietro Gagliardi
2014-07-28
Added the basic Table interface. Now to implement it...
Pietro Gagliardi
2014-07-28
Fixed the proper recursive application of spaced on Windows tabs by having co...
Pietro Gagliardi
2014-07-28
Made the previous commit's changes on Windows. If the Stack Overflow question...
Pietro Gagliardi
2014-07-28
Began final simplification of size code. spaced is now a global variable; eit...
Pietro Gagliardi
2014-07-28
Made Tab in the GTK+ backend scrollable (in case there are too many tabs).
Pietro Gagliardi
2014-07-27
Added a note about GTK+ color selection dialog deprecations for later.
Pietro Gagliardi
2014-07-27
Copied stack.go and grid.go to a temporary restaging area; removed the margin...
Pietro Gagliardi
2014-07-27
Actually implemented margins in the right place — in container.resize() its...
Pietro Gagliardi
2014-07-26
Made the sizing recursive chain idempotent and added a -spaced option to the ...
Pietro Gagliardi
2014-07-26
Removed sizing.endResize(); it's not really used at this point.
Pietro Gagliardi
2014-07-26
Adjusted autocompletion settings for TextField on Mac OS X.
Pietro Gagliardi
2014-07-26
Verified Mac OS X control appearance and fonts with Interface Builder.
Pietro Gagliardi
2014-07-26
Implemented TextField on Mac OS X.
Pietro Gagliardi
[next]