summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/object-attributes.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-18/+8
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Header cleanupAlex Valavanis2013-03-291-3/+0
| | | (bzr r12258)
* Migrate Object Properties dialog to Gtk::GridAlex Valavanis2013-03-091-2/+3
| | | (bzr r12188)
* object attributes code was actually completely rewrittenKris De Gussem2012-08-051-6/+17
| | | (bzr r11593)
* Gtkmmification of object attributes dialog: image and link attributes now ↵Kris De Gussem2012-01-191-0/+124
editable in dockable dialog (Bug #592323) (bzr r10910)