1e4be11bd0d2ffdb38bddf648fb1edfb760283b1 |
|
05-Jan-2016 |
Jabiertxof <jtx@jtx.marker.es> |
Improve constant definitions |
5a11371a8dc29a453ba2f1242b6d61df61d5d119 |
|
01-Sep-2015 |
jtx <javier.arraiza@marker.es> |
Improvements to BSPline widgets:
Now the "Change Weight" is % based insteas 0-1 interval
Removed "Ignore cusp nodes" and substituted by:
"Apply on cusp nodes" and "Apply on non cusp nodes" |
1921b929dbf1c1ff579f5eaa93b324a66669d445 |
|
14-Aug-2015 |
Jabiertxof <jtx@jtx.marker.es> |
A bit more refactor of BSPline tool. Still the bug duplicating end node :( |
a0c18ddaea50b785a3a946c9d731d9515ecb6c9d |
|
14-Aug-2015 |
Jabiertxof <jtx@jtx.marker.es> |
Refactor of BSPline code attemping to fix the duplicate end node bug, not sure if fixed jet |
246dfb437e4648f53ac706616c858318d673d9c0 |
|
08-Aug-2015 |
Jabiertxof <jtx@jtx.marker.es> |
minor coding style changes |
0d2a8117a6b91493dd24a4978d597435d42b7a63 |
|
25-Jun-2015 |
Jabiertxof <jtx@jtx.marker.es> |
Improve Tips for BSpline mode |
ca597f14b22c20776ddda3634fcd32e2dc4c7fdd |
|
30-Apr-2015 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Update 2Geom to r2347 |
76addc201c409e81eaaa73fe27cc0f79c4db097c |
|
28-Apr-2015 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
2Geom sync - initial commit |
02d2f18f3cce04d764fc46ac3ee7adf032943cd0 |
|
10-Apr-2015 |
Jabiertxof <jtx@jtx.marker.es> |
Fix coding style issues in bspline/spirolive code |
74fccd5347026ad22d9157ec22c3563fdaad91b0 |
|
21-Mar-2015 |
Jabiertxof <jtx@jtx.marker.es> |
Improve the cache system of bspline, "Correctly" show bspline weight power on nodes and handles |
9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
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. |
e6e5d3c4dff81a360b8f6e6691473927fdce5a4f |
|
17-Nov-2014 |
Jabiertxof <jtx@jtx.marker.es> |
commented unused variables |
5e657c265e2687328f5f9c7bf71a4c6b39bb3be9 |
|
06-Oct-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Move more UI code into ui/ |
5d66175386d00dde894b1e8f889e6f355031391c |
|
29-Sep-2014 |
Jabiertxof <jtx@jtx.marker.es> |
This push add suport to helper paths redraw to nodes, handles and knots.
This redraw at mouse movement. Whith knots also redraw at button release event |
d2e42b9425ccd4c2d4c20c2217455da177035e48 |
|
27-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Update to experimental r13565 |
703f115f34768d5cf54cda52907951d20dfd8e4f |
|
23-Sep-2014 |
Jabiertxof <jtx@jtx.marker.es> |
remove magic numbers from bspline |
2212e7beda13ab98665850adb436e5679702232e |
|
22-Sep-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Fix a bug in BSpline, happend pressing any key hover a modified weight handle -it buggy reset to default weight-. |
a50632739f108520e2208f7b91854015069c947c |
|
08-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Massive performance improvment for basic node operations with thousands of nodes |
a7c01dbef696b1622b8899da8a1d9842e625492c |
|
13-May-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW |
c31ed2469b951a57b4c50769636541ee4b92715b |
|
13-May-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW |
0abcc22e0115e9ffa6001713f76ee4ea9c58938b |
|
13-May-2014 |
ScislaC <> |
Patch from Jabierxto to fix a bug I reported off-tracker. |
f47b4e565cbd1af7d5e82df18e90ce5b8cb62194 |
|
13-May-2014 |
Josh Andler <scislac@gmail.com> |
Patch from Jabierxto to fix a bug I reported off-tracker. |
aca401d4348b77ea5f6ca97ece520382bdf8c14d |
|
05-May-2014 |
Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com> |
Enabling path manipulator to comunicate if paths are bspline when
accessing const objects.
This change was required to correctly show on the GUI whether or not a
node was a bspline. |
96a2155488259547c4b6200b4a6b9645e9162afa |
|
01-Apr-2014 |
Jabiertxof <jtx@jtx.marker.es> |
A refactor for fixing some issues. Pending how to handle static functions
Vinícius for handle tips in his static functions i know two ways:
A: A bool property in node class of node.h to handle if curve is bspline
B: Call another non static function from the static tips one -not tested- |
389bf510ec6c05c9b560df655542664c61c40766 |
|
01-Apr-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Some node.cpp/h work moved to path_manipulator.
Header variable bsplineWeight removed from all.
Simplification of code with less functions in path_manipulator.
To fix: tips stop working because is handled by two static functions and
couldent call to path_manipulator from here. Vinícius, any work arround? lines
480,481,1426,1427,1462 of node.cpp.
gez: ¿Puedes probar si notas algun bug o problema? principalmente con
la herramienta nodo, gracias. |
43ba26d8cb6f210a3fed7169660b24f4023df674 |
|
31-Mar-2014 |
Jabiertxof <jtx@jtx.marker.es> |
use <cmath> instead <math.h> by point of Vinícius |
8d661ca1bac6bef8f80147b1f132e5c29dc267e0 |
|
22-Mar-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
tool/node.cpp : don't rely on g_error terminating the program, allow more graceful error handling. |
523c67aa88378b56e7d995ce820cf9a49d3c4c3c |
|
05-Mar-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Fixing branch problems |
baaf66e2658cf2ae9c9a2413f3e7dcd20d2363dc |
|
05-Mar-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Translations |
4aeaa765c1779bb282e9cb7b8ad14cc1fae248ef |
|
05-Mar-2014 |
Guiu Rocafort <neandertalspeople@gmail.com> |
translations from spanish to english done, it might need a little review, but everything seems ok |
dabddfe3f78a4db2df25fca2ea0c2ac139c0c08d |
|
01-Mar-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Substitute isBSpline property by a cached function isBSpline(bool) |
9cf7b53dbfdcbf38c847c9ce08a66c28bf9643da |
|
28-Feb-2014 |
Jabiertxof <jtx@jtx.marker.es> |
adding some comments |
cac4788fd63b2c32ba4c977509211505431629f0 |
|
09-Jan-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Fix a bug whith oposite handles on node move,and a little cleanup |
d13b4119a328361e04470bc22746db46f2eaf48d |
|
02-Jan-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Fixed a boring bug sometimes curves be converted to lines, increasing a bit the distance from the handle to the line |
1209feccaf55ecb15851234806a37631407e6376 |
|
31-Dec-2013 |
Jabiertxof <jtx@jtx.marker.es> |
fix a bug whith degenerate handles |
84e98620ed2ed0b01937835357937324bbcd8202 |
|
30-Dec-2013 |
Jabiertxof <jtx@jtx.marker.es> |
Spanish comment of node.cpp |
f364b9e697e995289581b2ada2f59b6441e1d050 |
|
30-Dec-2013 |
Jabiertxof <jtx@jtx.marker.es> |
Refact |
281832f981041bca08a4c207cd079eb2f8aae009 |
|
30-Dec-2013 |
Jabiertxof <jtx@jtx.marker.es> |
Updated tip strings |
b56f598b46bdd3cd158c8c7e7517dde747790349 |
|
30-Dec-2013 |
Jabiertxof <jtx@jtx.marker.es> |
Refactorizing |
2d9bfbcd1a783f0fe4b888e347bab5bfdd93c830 |
|
30-Dec-2013 |
Jabiertxof <jtx@jtx.marker.es> |
Refactorizing |
a597c29d3339ceec43370131ddfc5aba55968278 |
|
03-Dec-2013 |
Jabiertxof <jtx@jtx.marker.es> |
Fix a bug delete BSpline LPE from a path retain some BSpline properties |
5f19756f48574526dda8abedebf811c9d1456e80 |
|
07-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
First step of moving tools into appropriate namespaces. |
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... ? |
a2ab5f5eabc476d8fb599c290a28f1dfd7906e3f |
|
07-Oct-2013 |
Jabiertxof <jtx@jtx.marker.es> |
fix bsplines |
1a7b030a36290502cf833369cf1067a3a9ec3b36 |
|
07-Oct-2013 |
Jabiertxof <jtx@jtx.marker.es> |
fix bsplines |
957a99a81b26b6102de248d97c9f09c2ef2184a2 |
|
07-Oct-2013 |
Jabiertxof <jtx@jtx.marker.es> |
fix bsplines |
8d342714ed080b16075d04497e124367d5596331 |
|
07-Oct-2013 |
Jabiertxof <jtx@jtx.marker.es> |
fix bsplines |
46df01d786c4acedb1e3c4e8c8b7015fcee34822 |
|
07-Oct-2013 |
Jabiertxof <jtx@jtx.marker.es> |
fix bsplines |
339e1df956783398729410a6ab79ab9863d3404e |
|
07-Oct-2013 |
Jabiertxof <jtx@jtx.marker.es> |
Fixing BSplines |
3288d873809072998a6e20674059c938bc76f32c |
|
07-Oct-2013 |
Jabiertxof <jtx@jtx.marker.es> |
update to trunk |
b8cd034db99d8e3052529a1be8af1ae2f09af6b7 |
|
07-Oct-2013 |
Jabiertxof <jtx@jtx.marker.es> |
fix in nodes |
b2e93429ae21a7df228e93e55527e76a80186326 |
|
07-Oct-2013 |
Jabiertxof <jtx@jtx.marker.es> |
Fix bspline and strip multi node bspline power editing whith node tool because UX |
04c03c09e38b975de1c6374565c8fd1bcb84aa1c |
|
20-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Ported away from and removed "sp-metrics.*". |
4460f5913a68e61cd0b8e3f63d2c927c74356c5a |
|
17-May-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
Fix error with try-catch |
4243e067b01ab64b11a853d4c6539f9690eee25a |
|
06-May-2013 |
root <root@jtx.marker.es> |
Change only selected nodes |
8e7b2f064fb3f960a5de014e72ba512f42a02634 |
|
06-May-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
Removed auto select nodes, not decide for the user. Added auto update all selected handles when drag |
6a820ec97c0480bcce078464ea43171d0d39d919 |
|
27-Apr-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
Fixed important selection bug when changing to cusp nodes |
af1d2f42fb3ac1c745bd227595bf860628bf8367 |
|
17-Apr-2013 |
root <root@jtx.marker.es> |
Update color lines overlay, with halo of 1 px matched by Gez. Fix some crash snapping. Added new button widget to make cusp node |
a8a6f6e9b27f9584e37aa4e19653324e2d39c67c |
|
08-Apr-2013 |
root <root@jtx.marker.es> |
Change width only for selected nodes by widget |
cd0a620b80b87670d86e00c7055c17df6d16555c |
|
01-Apr-2013 |
root <root@jtx.marker.es> |
Fixed scale-rotate isue with paths multiples |
5cfbf345052e455d99d56a64b32d563f1546df9f |
|
01-Apr-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
Fix scale and rotate some nodes |
b70d3c69c35c7fa7912d6cff3870a5f637a3eae4 |
|
20-Mar-2013 |
jtx <javier.arraiza@marker.es> |
Fixing node fault |
9824d5342f5943ab3d71d5d2917d85b1351b0d7c |
|
20-Mar-2013 |
jtx <javier.arraiza@marker.es> |
Fixing node fault |
182726ef7f0ee1688761379904d57da663b74bac |
|
19-Mar-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
Working width widgets |
692212d0901abfc738ef37d0a10c6e13db29f45e |
|
18-Mar-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
working whith widgets |
d56632babba9617657650bdcd48ae7ee1f9d6051 |
|
12-Mar-2013 |
root <root@jtx.marker.es> |
~sub fix, double click to reset default handles and control to 10% step |
dd8d47138d4380dfa7c78e5a9f6c487ac242b756 |
|
05-Mar-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
BPower for testing. |
e26476e66aee660d3fc750649a90e3bae0525c00 |
|
28-Feb-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
Fixed closed pc->ea |
f62ea2881bdf60e42c70bab692d64ec26795a13e |
|
25-Feb-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
BSpline refactor |
3f911915f89c26419f3747954d909c33deaaf518 |
|
23-Feb-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
Saved for next refactor |
b94ebc73566a086cab0cdc87a954ac8d0e4adc2b |
|
19-Feb-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
Mayor refactor |
c79c4e63e107e677f11e76cf5fba5ae2b47dc04c |
|
18-Feb-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
refactor |
fba8ea938d3d44cb47049481409e28e0802c06d5 |
|
13-Oct-2012 |
Diederik van Lierop <mail@diedenrezi.nl> |
Shift key should disable snapping when dragging a handle in the node tool |
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. |
07390c2aae073d28c5fa1a9ae5c4b3191d1399bf |
|
09-May-2012 |
Jon A. Cruz <jon@joncruz.org> |
Centralized line creation and enhanced visibility. |
851352c059212fb89b24a36de4bcb9c7d0a13212 |
|
04-May-2012 |
Jon A. Cruz <jon@joncruz.org> |
C++ification of SPCtrlLine in preparation of visibility improvements. |
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 |
5a0c9c0d523287747d281c61c78cb529b1118778 |
|
29-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header tidying, suppress all gdk deprecation errors in gtkmm |
ac980509f9d3a167bd16e505c487ac2e5a659124 |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Cleaning up a few headers |
0d68d82e47abab250c99dd534da2e2d26b697b2d |
|
01-Feb-2012 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Additional fixes for drag cancellation in the node tool |
ee447ac6bc305fa06a1b8fb7e98a657a3bcfe097 |
|
23-Jan-2012 |
Josh Andler <scislac@gmail.com> |
Patch from John Smith for 623660 |
d262df351f32b4f6bb9964ca9ff04bb3e37b968f |
|
14-Jan-2012 |
Diederik van Lierop <mail@diedenrezi.nl> |
Enable tangential and perpendicular snapping to paths (in the node-tool, pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) |
dbb33756bd786e9432e18ec7be93f8c416e1b492 |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Doxygen cleanup. |
067afa93d1f416ed77ac64fda344d808545554ce |
|
17-Sep-2011 |
Diederik van Lierop <mail@diedenrezi.nl> |
Node tool, transforming a set of nodes: Fix crashes, and finish implementation of snapping |
d37634d73670180f99a3e0ea583621373d90ec4f |
|
02-Feb-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
update to latest 2geom ! |
74ab8b52ffb455151c92e61ac9600a8cd4500b07 |
|
16-Dec-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Node tool: fix snapping of node rotation center |
4a02a8d1cbfb847a89e8bb5b6a32479036044b30 |
|
16-Dec-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Node tool: fix snapping during constrained rotation of handles |
1dd8e3f6a45ca63e89b0dd7ba88e8e3ea60c095d |
|
16-Dec-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Node tool: fix handle retraction with non-cusp nodes |
addb39f5f5b6743f7ab120eda1078cc0c2216b2b |
|
18-Nov-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix four minor node tool regressions:
* Inverted modifier for spatial/linear grow
* PgDn/PgUp keyboard shortcuts for grow
* Shift during drag disables snapping
* Clicking on the background deselects first the nodes and then the path |
717e3e0553e247516a48527f2e4675099f6f40d1 |
|
17-Nov-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Shift should disable snapping when dragging the rotation center of an object |
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. |
f103ddd7b999beca91a5c6c25562c274f1857631 |
|
07-Nov-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Reintroduce Shift+L shortcut and handle retraction when setting the type
of already cusp nodes to cusp in the node tool |
debac3ae63a8499090d97c0d3a6d99b7de4cdfb1 |
|
12-Oct-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Remove the misfeature of retracting handles when the cusp node button
is clicked and there are cusp nodes selected. It's really annoying when
you have both smooth and cusp nodes in a selection. Use segment commands
and Ctrl+click to retract handles instead. |
e86f16c5e563b3b51338598f5d90cbc3067adcda |
|
12-Oct-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix oddities related to smooth endnodes. Should fix a crasher. |
b65a8fe157b5ac077eb6a20f7b1c621df54179a2 |
|
25-Sep-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Addition to my previous commit: fix for trunk is a bit different from the fix for v0.48 |
0b1df92e83265415734ce26c13fc2b2ea84fcb59 |
|
25-Sep-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
fix snapmanager initialization |
e1010ee04e9654e977952b3c1f0a0ecb98ce6b50 |
|
15-Aug-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
2nd attempt at fixing the crash introduced in rev. #9692. This should nail it! |
bfcc302f134a63f734b187dc0da4599b285e2eb5 |
|
14-Aug-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Fix a crash and add more safety checks to catch NULL pointers |
8407bdf594617aded69904582aabe7ba2e055dd2 |
|
11-Aug-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Clear pointers in the snapmanager if they're no longer needed. |
e72129e933476ac0c1c78741d5d7490bd99ef49c |
|
07-Aug-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Add a constrained snap method that takes multiple constraints. This reduces the code repetitiveness in the node tool |
7d65d58a1f8ea85393d465c5802c72679fa1e248 |
|
21-Jul-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
When snapping to handle lines (Ctrl+Alt node drag), snap
to perpendiculars of those lines as well |
18d56400fb8d667bff7c64b550365d94725bfe6e |
|
12-Jul-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
- Snap while rotating an object using the selector tool
- Rename the ConstraintLine class to SnapConstraint
- Move some duplicated code to 2geom |
9352fe256ac312a66e7c5c941cc2ea92a75e9b71 |
|
26-May-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Consistency fix in the tools strings (badly places :). |
73c1af0b516326a946c9579fca598d1025426732 |
|
09-May-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Fix small snapping regression (reported in LP #562205, comment #11) |
cb04b2e8a56fe57f6f6945ab64a574c624a5546d |
|
18-Mar-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix scaling of degenerate handles using keybard shortcuts. |
0c96a768704b4b4294ef5c76d3410d0051fa1ec1 |
|
18-Mar-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix Ctrl-drag in node tool with zero snap delay. |
2db884161c805d3382058d7a549cbaaec79bbc4d |
|
14-Mar-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
New node tool: implement handle snapping |
d144437b1df1ce29b32a1b45b682420a7708d294 |
|
14-Mar-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Implement keyboard shortcuts for single handle adjustments.
Minor disambiguating cleanup in node.h. |
8aeeed9090214715220c040f8efa06d73957e5f5 |
|
25-Feb-2010 |
Jon A. Cruz <jon@joncruz.org> |
Warning cleanup. |
3f971d74996c54b243e55e351dffe86213a5f246 |
|
10-Feb-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
(Probably) fix a crash in the node tool and fix Ctrl+Alt dragging |
9a8c99c1f18c1d69fee4fe12c455121abf6de6f3 |
|
09-Feb-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix multiple minor problems in the node tool |
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 |
16e7cf17a1bc8bb0d79dfa6adc4f75b843fb6d16 |
|
04-Feb-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Reduce libsigc++ usage to partially fix performance regressions
in the new node tool. |
10881bd22e6c9e74f4aec8f54d10250742b29a8d |
|
31-Jan-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix constrained snapping in node tool. |
f200d31b8a03050faa7243929bbd5698db488399 |
|
23-Jan-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Remove redundancy from snapping API (type of snapsource no longer has to be specified explicitly) |
66f63cae4e41c6b62ce6657bfc7cd9c8309836ef |
|
20-Jan-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Go back to using TR1 unordered containers to fix warnings. Add configure
code to detect the broken header and display Wiki page URL. |
24cd4c083c480d02226e8120b6211fea650a0004 |
|
15-Jan-2010 |
Jon A. Cruz <jon@joncruz.org> |
Warning cleanup. |
9c07ca6fa6d1f672d40c8c11a907c6bbc3592a6f |
|
13-Jan-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Some additional docs |
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. |
285b96e08e3f8ac1c5969281940b334182b9431b |
|
27-Dec-2009 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Implement selection linear grow |
0feb781e42d3bd6b555051c1464fbe046ade4fa2 |
|
26-Dec-2009 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Implement selection spatial grow |
16a8c7d5e433b176636a4a1260c42ea43932110b |
|
29-Nov-2009 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
First GSoC node tool commit to Bazaar |