summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/unit-menu.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-13fix coding styleJabier Arraiza1-4/+1
2019-06-13Try to fix issue with focus with thomas and add also stops to combos and ↵Jabiertxof1-0/+7
unitcombos
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
- 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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2014-08-30Fix modelinesAlex Valavanis1-3/+3
(bzr r13341.1.183)
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen1-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)
2013-10-05Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski1-5/+3
(bzr r12661)
2013-08-04Switched to global UnitTable.Matthew Petroff1-7/+9
(bzr r12380.1.62)
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-13/+1
Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
2012-02-11Replace old ComboText with Gtk::ComboBoxTextAlex Valavanis1-1/+13
(bzr r10960)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-73/+22
(bzr r10697)
2011-10-03Doxygen cleanup.Jon A. Cruz1-1/+1
(bzr r10660)
2011-05-26unitmenu: add method to add a unitJohan B. C. Engelen1-0/+8
(bzr r10232)
2011-04-17add new preference widget for a number with a unit.Johan B. C. Engelen1-0/+13
change Preferences > Steps to this new widget (bzr r10177)