258164b904bfa03eda646e437e4bd7f4144c49cb |
|
05-Dec-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
cppification: GSList replaced by vectors (mostly related to guides and grids) |
08c634c4b964dbbb89686a645bce04c1c7275611 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView |
75a9e9a452df552fafffef74ea9e9a6998073bf5 |
|
23-Jul-2013 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Remove approx-equal.h and replace with Geom::are_near |
17238dd97c572210f1036dd8a7a8657e67bfa9c3 |
|
04-Oct-2012 |
Campbell Barton <ideasman42@gmail.com> |
code cleanup: add own includes to cpp files or make the functions static if they are not used elsewhere. |
ccaa97485ae65466ba22b896ab7aa086d9758599 |
|
28-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Completely remove libnr |
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. |
5bf9e75a4b436336bc542149de4df7d777ff5a50 |
|
24-Jul-2010 |
Abhishek Sharma public <spyzerdotabhishek0at-signgmaildotcom> |
Yet mor in c++ification |
a863e835ebdabf37c059e325ba54d689ff0dd752 |
|
09-Jan-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Refactoring the snapping API (making it easier to maintain and understand for the devs) |
771d00baf3d15209a77dce026f7ef45a78365e62 |
|
20-Feb-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
The snap indicator's tooltip now displays "A to B", whereas before it only displayed "B". |
90a3966dd44e306d23febc15ebd65cde07d7a4dd |
|
11-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merging from trunk |
5b20351508dc029f37f23fb7add6d0b43bf47f20 |
|
01-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
2geomify a lot of NR::Points to Geom::Point |
26df83e9e39227d74ed76d9241f7e752da1bffaa |
|
19-Dec-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
guides: switch from using one position coordinate to Geom::Point point_on_line |
7b83afd088bf778cb0cbf63e04d84e055926f216 |
|
19-Dec-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
rename guide parameters to match snapping code naming convention.
start conversion to use point_on_line instead of position. |
6129af7cc5b723223e9617614c931936e5190421 |
|
17-Apr-2006 |
mental <mental@users.sourceforge.net> |
Get rid of the SP_DT_* macros which do nothing more than provide additional, confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |