summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/unit-tracker.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Last improvements to line heightJabier Arraiza2019-09-071-4/+10
|
* Add line height UX improvementsJabier Arraiza2019-09-071-0/+6
|
* Remove line height code and ficx coding styleJabiertxof2019-08-021-12/+0
|
* Fix coding styleJabiertxof2019-08-021-2/+2
|
* Add font size units and Adam UX sugestionJabiertxof2019-08-021-0/+12
|
* Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis2019-05-281-52/+5
|
* Make display unit change roll out to toolbarsNathan Lee2019-04-301-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
* UnitTracker: Create tool item without using GtkActionAlexander Valavanis2019-02-031-1/+19
|
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-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
* Misc. typosluz.paz2018-10-061-1/+1
| | | Found via `codespell`
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Convert UnitTracker to use ink-select-one-action.Tavmjong Bah2018-02-041-71/+110
| | | | Additional code clean up.
* Relink GtkAdjustments that use same UnitTracker.Tavmjong Bah2018-02-031-1/+1
| | | | Link broken by commit e0957537 (removing GSList).
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+2
| | | | A lot of header clean-up.
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-28/+23
|
* Add prependUnit functionMartin Owens2016-03-221-0/+10
| | | (bzr r14737)
* Reverting 14701.Tavmjong Bah2016-03-181-10/+0
| | | (bzr r14716.1.2)
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-121-0/+10
| | | (bzr r14701)
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.249)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-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)
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-051-4/+4
| | | (bzr r12661)
* cppcheck: performanceKris De Gussem2013-09-261-1/+1
| | | (bzr r12598)
* Switched to global UnitTable.Matthew Petroff2013-08-041-5/+7
| | | (bzr r12380.1.62)
* Fix UnitTracker percentage bug.Matthew Petroff2013-08-011-1/+1
| | | (bzr r12380.1.59)
* Added percent support back to select toolbar.Matthew Petroff2013-07-311-1/+8
| | | (bzr r12380.1.53)
* Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-4/+3
| | | (bzr r12380.1.28)
* Fixed conversion factors and missed unit include removal.Matthew Petroff2013-07-171-1/+1
| | | (bzr r12380.1.12)
* Added new UnitTracker class.Matthew Petroff2013-07-171-0/+255
(bzr r12380.1.9)