summaryrefslogtreecommitdiff
path: root/redo/sizing.go
AgeCommit message (Expand)Author
2014-08-01Began cleaning up the sizing/container/control stuff by changing container to...Pietro Gagliardi
2014-07-28Fixed the proper recursive application of spaced on Windows tabs by having co...Pietro Gagliardi
2014-07-28Began final simplification of size code. spaced is now a global variable; eit...Pietro Gagliardi
2014-07-27Actually implemented margins in the right place — in container.resize() its...Pietro Gagliardi
2014-07-26Made the sizing recursive chain idempotent and added a -spaced option to the ...Pietro Gagliardi
2014-07-26Removed sizing.endResize(); it's not really used at this point.Pietro Gagliardi
2014-07-25Cleaned up sizing a bit. Being able to know how big something will be ahead o...Pietro Gagliardi
2014-07-25Implemented Tab on GTK+. I really don't like the way sizing works now...Pietro Gagliardi
2014-07-25Adjusted sizing data to act as the base container type; this is needed for pr...Pietro Gagliardi
2014-07-16Ported over the sizing framework from the old package and implemented it on t...Pietro Gagliardi