69d81ebcf6ddfe1f1153458af695a181e9b9eb3d |
|
22-Mar-2016 |
Martin Owens <doctormo@gmail.com> |
Un-revert: Allow Unit object to do conversions, pipe Quality class method via that. |
8b083395dc5852adc3614b31b131291b10f28569 |
|
18-Mar-2016 |
tavmjong-free <tavmjong@free.fr> |
Reverting 14701. |
6793f50a247e9a8c9664f839cd3b4182012d7ec9 |
|
13-Mar-2016 |
Martin Owens <doctormo@gmail.com> |
Add a units box to line height and wire in the style units, plus some cleanup |
4ea6f227a3a11bd60de35d031e2a6f54df6f4b8b |
|
25-Nov-2014 |
tavmjong-free <tavmjong@free.fr> |
Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to match handling of 'ft'. |
153362cd6667a5a3eaf7549513643fe1f8855268 |
|
24-Nov-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
Units: make it absolutely clear that Document properties unit dropdown is 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. |
78919304d57188f878a67f706cc85e2414ddb3f6 |
|
19-Nov-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
units: remove a remnant from old code. There should be only one UnitTable instantiated. |
39583e7eb21205ca92c31e619369ee52ff55a6dd |
|
17-Aug-2014 |
Matthew Petroff <matthew@mpetroff.net> |
Fix grid jumping (bug #1342238). |
9622b20e1241107619ee74c18f5e4a65e2f863cb |
|
24-Feb-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
inspired by r13052, fix up the code to hopefully work when someone has different units for height and width of the page. |
b653b82b8ee3c5ab7c9b72759571d594c1283c0d |
|
29-Oct-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
saving units is not implemented yet, and noone should call the save method |
d943d8b358a77366a24b32d226a8fd9ea716f4fc |
|
29-Oct-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
"fix" some "unused parameter" warnings |
6e3bdbf064312a8a584ae37745241de146dcd9be |
|
28-Oct-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
unit display: fix typo |
87b68db8c76e3425a99bb2f05c70d7b25c50b654 |
|
13-Oct-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit 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... ? |
87dacccf64bee38af81afde687844a37b57b5b9a |
|
05-Oct-2013 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Rewrite the internals of the unit code for somewhat better performance |
c31563173f25ce75a28df8c50f730d69c6539e6a |
|
22-Sep-2013 |
bryce <bryce@canonical.com> |
units: Catch FileError if no units.xml is in /usr/local/...
Reproducible by building and running inkscape in-tree, without
installation.
#10 0x0000000000aa6873 in Inkscape::Util::UnitTable::UnitTable
(this=0x11f75e0) at util/units.cpp:195
filename = 0x121e8f0 "/usr/local/share/inkscape/ui/units.xml" |
4d5969f31ba31c35430055da5692a46ac5d25198 |
|
16-Sep-2013 |
Matthew Petroff <matthew@mpetroff.net> |
C++ify expression evaluator. |
2a2d8d2e0c39985a1f43bc32704e1fb5f0bb093a |
|
01-Sep-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Fix grids with comma as decimal separator [Bug #1216306]. |
5e39b836a30722fbc0c6653ecc7e5e4a78780299 |
|
28-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Added Quantity comparison functions. |
c30aca36a787ac71cfa6cf0ecf82cb9f2bbc91d8 |
|
28-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Use enum names instead of numbers. |
ef7137d766169bb285a4c0cc69ba1c387214512c |
|
26-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Use real world units for page sizes. |
fc2e20aa610641335a34aa9b6604c3c4ec0ae7c4 |
|
05-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Switched to global UnitTable. |
377f8256856c6145428d325a4cd9871288ae5d20 |
|
30-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Cleanup. |
dac7e9fa8e63a3174e901929d7993c3330f1d81a |
|
30-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Update unit extraction regular expressions. |
b70932c81af0ff6329ff6d9f973b741e55f8368b |
|
25-Jul-2013 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Remove unnecessary variable from the GMarkup-based unit parser |
5b9880d7e90781370aac780747e51bc90abd1fc2 |
|
25-Jul-2013 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Remove the "simple SAX" parser. Replace its only use (loading of unit
definitions in util/units.cpp) with Glib::Markup |
6a69fdb6c0a97c4fab4ffe46384ddec7dc98b6bd |
|
22-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Removed SPMetric. |
46bdd868d02e52751990f36d3ac49c0d1a5f33be |
|
20-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Add string output functions for units. |
e2369636031ea45605f69d6d738430ab65802f52 |
|
20-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Added percentage support to "Inkscape::Util::Quantity::convert". |
ed93708e7161e1b556017476a739316746cba604 |
|
18-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Switch unit functions from using pointer arguements to reference arguements. |
d3461e0ed42f06a81c6e41f17524b59b41b0d7c4 |
|
18-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Added more more convientent unit functions. |
4908167ada9366d407fa2c8379bb7dc2f6db98d6 |
|
18-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Added more convienient unit conversion functions. |
9f578482ce54902110df95931d68120ec51e6cab |
|
18-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Added quantity string parsing. |
aaa49d43d354107022dbe444ead869974be0f457 |
|
17-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Fixed botched merge. |
b2b4ca2b28682a455fdd1ab758f06f20410aac0f |
|
17-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Added copyright header and name to AUTHORS. |
bc7146ab834b1a76956e78c5f74697898afa2ade |
|
14-Jul-2013 |
Jon A. Cruz <jon@joncruz.org> |
Minor C++ish refactoring pass. |
2c7ef12568da4704b9dbfcadc07293870752b70f |
|
13-Jul-2013 |
Jon A. Cruz <jon@joncruz.org> |
Whitespace cleanup. |
d59543855809cbcb6cb9dc2a5181987518438662 |
|
09-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Ported sp-namedview.cpp (todo: fix a bunch of things). |
d5541e1a99b939f95e3be8604da2780cf39602bb |
|
06-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Switch setWidth and setHeight to use Quantity and switch to forward declaration of Inkscape::Util::Quantity in document.h. |
73f5f519746323f02f682c9ed8ce51a5f67cbce9 |
|
02-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Renamed Length class to Quantity class, fixed bugs, and added functions. |
d1fc21ad8dc419d82d2ee18447008122711750a6 |
|
25-Jun-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Added length class. |
79a696ebffeec34c853321843c1ca6a8ba647cbf |
|
04-Feb-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck tells us: scanf without field width limits can crash with huge input data. |
a740557e431e45e84fc83153fa6794ff913fc94f |
|
02-Feb-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
rv some issues with previous commit |
aac61422bf1e7b469d1cc49c0cc10319ce63c350 |
|
02-Feb-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck tells us: scanf without field width limits can crash with huge input data. |
e96941b86b9ff0257f77c6648ec445a920d8b51f |
|
22-Jan-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix missing header in units.cpp |
e64d054a0a65c28ddd0956e7dfbaecde5ef5c329 |
|
22-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
memleak / header stuff / unused variable. |
c1b83ea0730c0c0b93baa313609df05ce592b5e2 |
|
10-Nov-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck: initialization / warning cleanup |
a4030d5ca449e7e384bc699cd249ee704faaeab0 |
|
17-Nov-2010 |
Chris Morgan <chris.morganiser@gmail.com> |
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").
Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99
That's my geekiest commit yet. |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |