| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make display unit change roll out to toolbars | Nathan Lee | 2019-04-30 | 1 | -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 | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 | ||||
| * | Remove util/unordered-containers.h aliases. | Emmanuel Gil Peyrot | 2018-10-18 | 1 | -4/+16 |
| | | |||||
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | ||||
| * | Un-revert: Allow Unit object to do conversions, pipe Quality class method ↵ | Martin Owens | 2016-03-22 | 1 | -0/+5 |
| | | | | | | via that. (bzr r14739) | ||||
| * | Reverting 14701. | Tavmjong Bah | 2016-03-18 | 1 | -8/+0 |
| | | | | (bzr r14716.1.2) | ||||
| * | Add a units box to line height and wire in the style units, plus some cleanup | Martin Owens | 2016-03-12 | 1 | -0/+8 |
| | | | | (bzr r14701) | ||||
| * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -0/+3 |
| | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | ||||
| * | inspired by r13052, fix up the code to hopefully work when someone has ↵ | Johan B. C. Engelen | 2014-02-24 | 1 | -1/+7 |
| | | | | | | | | | different units for height and width of the page. Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13053) | ||||
| * | saving units is not implemented yet, and noone should call the save method | Johan B. C. Engelen | 2013-10-29 | 1 | -2/+2 |
| | | | | (bzr r12750) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -14/+16 |
| | | | | | | 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 performance | Krzysztof Kosi??ski | 2013-10-05 | 1 | -35/+46 |
| | | | | (bzr r12661) | ||||
| * | Comment clean up. | Matthew Petroff | 2013-09-16 | 1 | -14/+1 |
| | | | | (bzr r12475.1.27) | ||||
| * | Added Quantity comparison functions. | Matthew Petroff | 2013-08-28 | 1 | -0/+5 |
| | | | | (bzr r12475.1.7) | ||||
| * | Use enum names instead of numbers. | Matthew Petroff | 2013-08-28 | 1 | -1/+1 |
| | | | | (bzr r12475.1.6) | ||||
| * | Use real world units for page sizes. | Matthew Petroff | 2013-08-25 | 1 | -0/+4 |
| | | | | (bzr r12475.1.1) | ||||
| * | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 1 | -0/+2 |
| | | | | (bzr r12380.1.62) | ||||
| * | Cleanup. | Matthew Petroff | 2013-07-30 | 1 | -1/+12 |
| | | | | (bzr r12380.1.52) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-07-30 | 1 | -6/+4 |
| |\ | | | | | (bzr r12380.1.51) | ||||
| | * | Remove the "simple SAX" parser. Replace its only use (loading of unit | Krzysztof Kosi??ski | 2013-07-24 | 1 | -6/+4 |
| | | | | | | | | | | | definitions in util/units.cpp) with Glib::Markup (bzr r12438) | ||||
| * | | Removed SPMetric. | Matthew Petroff | 2013-07-22 | 1 | -1/+0 |
| | | | | | | | (bzr r12380.1.49) | ||||
| * | | Add string output functions for units. | Matthew Petroff | 2013-07-20 | 1 | -0/+3 |
| | | | | | | | (bzr r12380.1.46) | ||||
| * | | Switch unit functions from using pointer arguements to reference arguements. | Matthew Petroff | 2013-07-18 | 1 | -11/+11 |
| | | | | | | | (bzr r12380.1.28) | ||||
| * | | Added more more convientent unit functions. | Matthew Petroff | 2013-07-18 | 1 | -1/+4 |
| | | | | | | | (bzr r12380.1.27) | ||||
| * | | Added more convienient unit conversion functions. | Matthew Petroff | 2013-07-18 | 1 | -1/+5 |
| | | | | | | | (bzr r12380.1.26) | ||||
| * | | Added quantity string parsing. | Matthew Petroff | 2013-07-18 | 1 | -12/+15 |
| | | | | | | | (bzr r12380.1.24) | ||||
| * | | Fixed botched merge. | Matthew Petroff | 2013-07-17 | 1 | -8/+2 |
| | | | | | | | (bzr r12380.1.18) | ||||
| * | | Merge from trunk. | Matthew Petroff | 2013-07-17 | 1 | -0/+55 |
| |\| | | | | | (bzr r12380.1.17) | ||||
| | * | Minor C++ish refactoring pass. | Jon A. Cruz | 2013-07-13 | 1 | -7/+55 |
| | | | | | | | (bzr r12419) | ||||
| * | | Added copyright header and name to AUTHORS. | Matthew Petroff | 2013-07-17 | 1 | -0/+11 |
| | | | | | | | (bzr r12380.1.13) | ||||
| * | | Ported sp-namedview.cpp (todo: fix a bunch of things). | Matthew Petroff | 2013-07-09 | 1 | -0/+1 |
| | | | | | | | (bzr r12380.1.8) | ||||
| * | | Switch setWidth and setHeight to use Quantity and switch to forward ↵ | Matthew Petroff | 2013-07-06 | 1 | -2/+2 |
| | | | | | | | | | | | declaration of Inkscape::Util::Quantity in document.h. (bzr r12380.1.7) | ||||
| * | | Renamed Length class to Quantity class, fixed bugs, and added functions. | Matthew Petroff | 2013-07-02 | 1 | -6/+13 |
| | | | | | | | (bzr r12380.1.3) | ||||
| * | | Added length class. | Matthew Petroff | 2013-06-25 | 1 | -0/+12 |
| |/ | | | (bzr r12380.1.1) | ||||
| * | UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are ↵ | Nicolas Dufour | 2012-03-22 | 1 | -0/+2 |
| | | | | | | | | | translatable) by Fernando Lucchesi. Fixed bugs: - https://launchpad.net/bugs/666370 (bzr r11116) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+88 |
| (bzr r1) | |||||
