index
:
jcarr/ui
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
/
sizing.go
Age
Commit message (
Collapse
)
Author
2014-07-27
Actually implemented margins in the right place — in container.resize() ↵
Pietro Gagliardi
itself, not just in the actual containers (as the old Stack and Grid code do). I'll need to remove them from Stack and Grid when I merge them back in...
2014-07-26
Made the sizing recursive chain idempotent and added a -spaced option to the ↵
Pietro Gagliardi
test program to test spacing.
2014-07-26
Removed sizing.endResize(); it's not really used at this point.
Pietro Gagliardi
2014-07-25
Cleaned up sizing a bit. Being able to know how big something will be ahead ↵
Pietro Gagliardi
of time would be better.
2014-07-25
Implemented Tab on GTK+. I really don't like the way sizing works now...
Pietro Gagliardi
2014-07-25
Adjusted sizing data to act as the base container type; this is needed for ↵
Pietro Gagliardi
proper resizing on both GTK+ and Mac OS X.
2014-07-16
Ported over the sizing framework from the old package and implemented it on ↵
Pietro Gagliardi
the GTK+ backend.