summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/toolbox.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-17Removed outdated classes.Jon A. Cruz1-272/+0
Pruned header to not introduce extraneous includes. (bzr r11502)
2012-04-21Replace deprecated toolbar orientation API. Unfortunately there is no ↵Alex Valavanis1-3/+8
replacement in Gtkmm 3 so we need to use underlying GTK+ object (bzr r11275)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-3/+1
(bzr r10697)
2011-10-03Doxygen cleanup.Jon A. Cruz1-1/+1
(bzr r10660)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)