summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/unit-tracker.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-07Last improvements to line heightJabier Arraiza1-4/+10
2019-09-07Add line height UX improvementsJabier Arraiza1-0/+6
2019-08-02Remove line height code and ficx coding styleJabiertxof1-12/+0
2019-08-02Fix coding styleJabiertxof1-2/+2
2019-08-02Add font size units and Adam UX sugestionJabiertxof1-0/+12
2019-05-28Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis1-52/+5
2019-04-30Make display unit change roll out to toolbarsNathan Lee1-0/+2
Add exception for measure tool, which uses preferences Fixes https://gitlab.com/inkscape/inbox/issues/393 Partial fix: https://gitlab.com/inkscape/inkscape/issues/208
2019-02-03UnitTracker: Create tool item without using GtkActionAlexander Valavanis1-1/+19
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-06Misc. typosluz.paz1-1/+1
Found via `codespell`
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-02-04Convert UnitTracker to use ink-select-one-action.Tavmjong Bah1-71/+110
Additional code clean up.
2018-02-03Relink GtkAdjustments that use same UnitTracker.Tavmjong Bah1-1/+1
Link broken by commit e0957537 (removing GSList).
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+2
A lot of header clean-up.
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-28/+23
2016-03-22Add prependUnit functionMartin Owens1-0/+10
(bzr r14737)
2016-03-18Reverting 14701.Tavmjong Bah1-10/+0
(bzr r14716.1.2)
2016-03-12Add a units box to line height and wire in the style units, plus some cleanupMartin Owens1-0/+10
(bzr r14701)
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-1/+1
(bzr r13341.1.249)
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen1-13/+14
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-4/+4
(bzr r12661)
2013-09-26cppcheck: performanceKris De Gussem1-1/+1
(bzr r12598)
2013-08-04Switched to global UnitTable.Matthew Petroff1-5/+7
(bzr r12380.1.62)
2013-08-01Fix UnitTracker percentage bug.Matthew Petroff1-1/+1
(bzr r12380.1.59)
2013-07-31Added percent support back to select toolbar.Matthew Petroff1-1/+8
(bzr r12380.1.53)
2013-07-18Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff1-4/+3
(bzr r12380.1.28)
2013-07-17Fixed conversion factors and missed unit include removal.Matthew Petroff1-1/+1
(bzr r12380.1.12)
2013-07-17Added new UnitTracker class.Matthew Petroff1-0/+255
(bzr r12380.1.9)