Age | Commit message (Collapse) | Author |
|
use scroll's rect instead of gallery's rect
|
|
|
|
|
|
To avoid confusion and potential inheritance issues
|
|
|
|
|
|
cut a bit"
This reverts commit 7ac094e92105122b22b4693dafae7f0cee72d9a0.
Commit breaks gallery panel, it is not ready.
|
|
Probably whole observer is not nessesary, instead we need a general observer to track a variety of changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Outfit' folders
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
where the folder is pasted
Should resort freshly inserted or dropped folders, does not cover pasting yet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
branch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Notecard
|
|
|
|
Using concatenation appends the intended filename to the parent directory
name, instead of putting the filename in the parent directory.
|
|
|
|
folder view
|
|
|
|
It's cool to be able to write 'arg1 << "stuff" << var ...;' for a lambda
accepting a std::ostream reference, but cascading compile errors mean it's no
longer worth trying to make that work -- given actual C++ lambdas.
Also clean up a lingering BOOST_FOREACH() and a boost::bind() while at it.
|