9120b0e3c36c1d15f4918f762b8998f4dab34f1c |
|
30-May-2015 |
Diederik van Lierop <mail@diedenrezi.nl> |
Snapping in node tool now also works when:
- when double clicking to insert a node on a path
- when dragging a part of the path to deform it |
9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
711dce178e9e5938adb42db657ad8a98bd1e15f4 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Purge sp_desktop_controls |
d1561c248f49dc3508ae9e6557fc0d371928e394 |
|
09-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
Moved and renamed some tool-related files. |
5f19756f48574526dda8abedebf811c9d1456e80 |
|
07-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
First step of moving tools into appropriate namespaces. |
d61d2d7858ded67cc041d49e7c81a10a84c9e164 |
|
19-Mar-2013 |
jtx <javier.arraiza@marker.es> |
Fixing regression |
b411bf4b8d2be4d10c0c5371c3b282639ff47bcf |
|
17-Mar-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
Working with widjets |
35d53c6dae44835a87ee2e3a48dadb1fbd0e7c4f |
|
15-Mar-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix remaining forward declaration tags (except for unavoidable internal errors in Gtkmm headers) |
f89564b0a3e48e96545f258fdcd675c666066ece |
|
13-Jul-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Bug #781893 (Crash after moving a Bezier node after Knot path effect)
Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust. |
7a7345e59acafc35c32fdae5f0ceb5cf4b62bdfc |
|
05-Jul-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop GTK+ 2.20 support. |
567495b02296009865daffc5cf726b43e52616ad |
|
09-Jun-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Stop deriving SPCanvasItem from GtkObject |
52bbce559a1594256804e3f1ad4703a5ff7db138 |
|
21-May-2012 |
Jon A. Cruz <jon@joncruz.org> |
Extended control resizing to node editing. Fixes half of bug #172059.
Additional prep for centralizing color setting. |
b17d0745d113a4e1b0caa99a929e8373367ae48e |
|
17-May-2012 |
Jon A. Cruz <jon@joncruz.org> |
Extended resizing to node handles. |
7128efb0d57297be0fbe4ef91c30fff5d1f94006 |
|
17-May-2012 |
Jon A. Cruz <jon@joncruz.org> |
Corrected protected type access (comments were incorrect).
Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. |
cb636f65fa2a5cd40ff3d571719326351ae68ad8 |
|
03-May-2012 |
Jon A. Cruz <jon@joncruz.org> |
Eliminated duplication of GTK key defines. |
126aa5b056be3aec870a698c7a7d99df41ce12d8 |
|
15-Apr-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Get rid of remaining deprecated GDK Key symbols |
52f6db9ea7d3460be8aa172cbf07d51a39ac32df |
|
10-Apr-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Adopt obsolete GtkAnchorType enum as SPAnchorType |
9f0dec2e9b9c2dcc25a9b240e9620312204987fc |
|
01-Feb-2012 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fill x and y fields in the fake GdkEventMotion struct used when cancelling
a drag with the Escape key in the node tool with correct values. |
0d68d82e47abab250c99dd534da2e2d26b697b2d |
|
01-Feb-2012 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Additional fixes for drag cancellation in the node tool |
a255d33e74f9e0bcc36575cbded6e8d6408b0e70 |
|
01-Feb-2012 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Implement cancellations of drags with ESC in the node tool |
ee447ac6bc305fa06a1b8fb7e98a657a3bcfe097 |
|
23-Jan-2012 |
Josh Andler <scislac@gmail.com> |
Patch from John Smith for 623660 |
4657fa530af64b240cf26727008666847885a3ad |
|
12-Jan-2012 |
Jon A. Cruz <jon@joncruz.org> |
Initial C++ification of SPCanvas. |
5886937ef9636ccd0c5a9eb70f1d05e01d4f6d40 |
|
04-Nov-2011 |
Diederik van Lierop <mail@diedenrezi.nl> |
1) Cycle to the next-closest-snap-source when pressing tab, if the snap-closest-point-only-option has been activated. Works for the selector tool, but also when scaling/stretching/skewing a selection of nodes in the node tool
2) Cleanup and simplification of the code that finds the closest snapsource |
dbb33756bd786e9432e18ec7be93f8c416e1b492 |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Doxygen cleanup. |
d37634d73670180f99a3e0ea583621373d90ec4f |
|
02-Feb-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
update to latest 2geom ! |
0dc33d4ce43e0bb49c63aa53b826ec4a1ff68e28 |
|
23-Dec-2010 |
Jon A. Cruz <jon@joncruz.org> |
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward header. |
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. |
7bf204ae2ff892315b88fb170ae57bb92415ce54 |
|
01-Nov-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Prevent context menu and keyboard shortcuts from interrupting grabs |
6fd26f0ed7b1e02a7820ae12e2982cf51155c5ac |
|
03-Mar-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Clean up control point event handling slightly |
5214ee0dfa9994162f354332da7a46c3df7c28b0 |
|
21-Feb-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Make sure that guides always snap correctly when dropping them, and improve perseverance of snap-indicator |
ed02d9080768df7e31df52038fb9cccee6bf3286 |
|
14-Feb-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Implementation of snap delay mechanism for guides |
bd80360f39d70d4a2622064a4fa0f29dd829d1ed |
|
06-Feb-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix performance regressions in the node tool and a stupid crash bug
when deleting more than one stretch of selected nodes |
924b9143ab6e2b8cc7194895cff1e03b57bcd001 |
|
06-Feb-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix event handling for control points when multiple buttons are pressed;
fixes crash bug in transform handles |
16e7cf17a1bc8bb0d79dfa6adc4f75b843fb6d16 |
|
04-Feb-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Reduce libsigc++ usage to partially fix performance regressions
in the new node tool. |
24cd4c083c480d02226e8120b6211fea650a0004 |
|
15-Jan-2010 |
Jon A. Cruz <jon@joncruz.org> |
Warning cleanup. |
9d6b428fd514c45d7e01f6bdd7a80288faae0ab6 |
|
14-Jan-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Re-enable snapping on release, for now. |
70d31ae8a7a27e57cfcdc921ea0d2f47c92442a4 |
|
10-Jan-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
* Implement node snapping.
* Fix minor bug in linear grow.
* Add --fixes.
* Move some node selection-related functions to ControlPointSelection. |
16a8c7d5e433b176636a4a1260c42ea43932110b |
|
29-Nov-2009 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
First GSoC node tool commit to Bazaar |