summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/unit-menu.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Fix modelinesAlex Valavanis2014-08-301-3/+3
| | | (bzr r13341.1.183)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-12/+13
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-051-5/+3
| | | (bzr r12661)
* Switched to global UnitTable.Matthew Petroff2013-08-041-7/+9
| | | (bzr r12380.1.62)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-13/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Replace old ComboText with Gtk::ComboBoxTextAlex Valavanis2012-02-111-1/+13
| | | (bzr r10960)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-73/+22
| | | (bzr r10697)
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10660)
* unitmenu: add method to add a unitJohan B. C. Engelen2011-05-261-0/+8
| | | (bzr r10232)
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-0/+13
| | | | | change Preferences > Steps to this new widget (bzr r10177)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+181
(bzr r1)