820a3e94926b287299b1e260bb7b7ce78ac79407 |
|
22-Feb-2016 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
c2bcbdd9645667ba2cd7c2713054da184b5a036c |
|
07-Dec-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
2dbe4fd256edcb332443e73c7518117a17cf769a |
|
06-Dec-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
cppification: GSList replaced by vectors (vanishing points) |
818c556fe93c630c009124bc6e00d1357e6f1110 |
|
24-Jul-2015 |
Diederik van Lierop <mail@diedenrezi.nl> |
3D box tool: the shift key must not prevent snapping of the vanishing point. It must only serve to separate the vanishing points, in case of multiple boxes sharing the same vanishing points |
aa9235c966804d9b8f8daa083a2d123d9d47d2bb |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
corrected the casts (hopefully) |
acd93b79c034f4bcc8ff02de8aa877f70f081881 |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
Put a few std::vector<SPitem*> |
0de73848362e95b081e5fa85f910d6481094b2b9 |
|
17-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
At first, I was thinking "I just have to go to the selection file, and change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on. |
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 |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
fc336487182165df2bbcbe52800aa3d2e292b7c7 |
|
26-Nov-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability |
f91279be939ce6c33befa6cdb5bc8a99cc5a765c |
|
24-Oct-2014 |
Jon A. Cruz <jon@joncruz.org> |
Initial removal of box3d outdated GTKish macros. |
5e657c265e2687328f5f9c7bf71a4c6b39bb3be9 |
|
06-Oct-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Move more UI code into ui/ |
3e3e2a49f82b250cb852586703fbc460b3ca20e4 |
|
27-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
5. Refactoring of Application class: make copy/assignment operators private, disallow pointers to Application |
1989682aa0e9162a46a309839ea541ff98bd83c1 |
|
25-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
1. make it compile |
bbbbbd459609704904e6c228f27b5db2271b7dd4 |
|
28-Mar-2014 |
Markus Engel <markus.engel@tum.de> |
Further refactored SPKnot. |
8b30ff2c4a7189eb3d3eba6a8991d7d1b82e4545 |
|
28-Mar-2014 |
Markus Engel <markus.engel@tum.de> |
First step of refactoring SPKnot. |
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. |
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. |
567495b02296009865daffc5cf726b43e52616ad |
|
09-Jun-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Stop deriving SPCanvasItem from GtkObject |
af0cfd3c37dc911b0d44fd4bc533561d32d9bcc2 |
|
05-Jun-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning for GTK+3 migration |
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. |
47badd0035ae8c9135c51444f3770b17ae504dda |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
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. |
d4c22f866f0c9262e780b7bcbce4c790308e311c |
|
25-Sep-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Implement snapping of vanishing points (LP #629333) |
5e1a030f60fc5f5753e30882711db9af56f763f5 |
|
02-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
New Class SPDocumentUndo created which takes care of c++fying some non SPDocument based methods |
fce046713c4cb905f38bf489cc4a73af425f3037 |
|
26-Dec-2009 |
Maximilian Albert <maximilian.albert@gmail.com> |
Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspectives. |
09ba3247163582bf2e30e17c4c154aa259ce038a |
|
06-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Revert recent refactoring changes by johnce because they break the build, which cannot be fixed easily. |
b45b3ca12c271745b18a142d10a6ac8efd9f79cc |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
48a2dd248b8ec9cca13a915ab56fb237f0ebf7cc |
|
07-Feb-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
remove unused |
a832584a456279eae69530a8e1e28f0b873ecc0f |
|
08-Jan-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
switch to using shape_editor, instead of separate knotholders and listeners; fixes a lot of crashes, simplifies code |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
c4ae5c46c1d9c171f96e47e81f2f0f5f0e189547 |
|
18-Sep-2008 |
cilix42 <cilix42@users.sourceforge.net> |
More NR::Point ==> Geom::Point |
8b9a820756fdf348239872236be2257f854e094a |
|
06-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
NR::Maybe => boost::optional |
41cb516a78b9e54daf81ca4a7e7fc55164c03dfa |
|
01-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
change knot.h to Geom::Point only instead of NR::Point. |
edfb6f4ecc50bd6d9d7acfe7fc36b915eb921c85 |
|
04-Jun-2008 |
cilix42 <cilix42@users.sourceforge.net> |
C++ify knotholders |
3ca2560f1103677939f8b6e8de30865c3aef7fe0 |
|
22-Feb-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Clean up comments and remove (already commented) debugging messages |
13223d251a0eca100512280a15dc9b2213a28809 |
|
23-Dec-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Bug fix: prevent perspectives from being transformed more than once (by keeping track of selected boxes and their transformations). |
67f112a66b477fe7fb28c644a4deaf0793533838 |
|
15-Dec-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
fa90912de6e92199e5fa5957d1d47fd485abc011 |
|
13-Dec-2007 |
cilix42 <cilix42@users.sourceforge.net> |
If necessary, split up perspectives when applying transformations to boxes; moreover, fix crash caused by listening to already destroyed perspectives |
4358ff6156766a315e38e72a5c3c83d6d5f7486b |
|
13-Dec-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Fundamentally reworked version of the 3D box tool (among many other things, this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. |
723b4d8bde8ce8503d1d01ee0f2e3548ec0dc88c |
|
25-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
4afe6ce6ad98c33cff42076097036e7327f32ceb |
|
10-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
bedbeec8a0241f2d83052b4c9e3f40510b1edb73 |
|
02-Sep-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Decent support for setting the direction of infinite VPs via the toolbar and partial fix for wrong undo behaviour (?) |
fbdfd8486b6e079ebac503d948d77131bffaa600 |
|
17-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Draw perspective lines for infinite VPs, too (they are updated during scrolling or zooming); don't create knots for infinite VPs on the canvas |
209527815f6ad1b81d21bb3188947aef3d845010 |
|
10-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Hold perspectives on document level rather than globally; this corrects the changes made in commit #15681 |
e243dcc81f91e3c087610302fc55562d5749e5d8 |
|
10-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Status bar tips for VP draggers |
fc5435340e1a4a9fc54edaf29bc60aed1409582e |
|
07-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape boxes when state of a VP changes |
b9314c4c1c56471487e07aa368f0e311d29bee58 |
|
07-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Set z-orders of 3D box faces during dragging/resizing according to the perspective |
36f768de5093f93de10e3b516a2b6f8b74f41513 |
|
06-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Draw perspective lines; provide shortcuts to toggle their visibility and the corners where they are attached |
3616fc4f881e624b50093cef5f017751ddf51b07 |
|
06-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
(Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate perspectives and thus create new ones interactively |
833612d1c1e43055c4428afa90dd2b112a439780 |
|
06-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
First stage of draggable vanishing points (no snapping/unsnapping yet) |
b2dfb5760b4ff97eabdaa0272ba7ed7f0dd8c6eb |
|
06-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Write/read perspectives to/from SVG; store ratios of the distances from corners to VPs (preparation for dragging) |
fcb73bdf080e1820499c5bd5c0aaf818dba78c06 |
|
06-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Preparatory stuff to combine VPs in draggers |
536ac52055722b168e4482f612302fa754dc4f72 |
|
11-Jul-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Move 3D axis manipulation functions to separate file |
5ab319377e453e88687f4d1e450b23633a6534c6 |
|
10-Jul-2007 |
cilix42 <cilix42@users.sourceforge.net> |
More 3D auxiliary/convenience functions |
428cd4b47a96c3f9e4074fd356ef95d09adbf58c |
|
04-Jul-2007 |
cilix42 <cilix42@users.sourceforge.net> |
New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrained movement of corners, too; determine midpoints of edges) |
9a868a59ec493f756a456bfd2c6706a347bc5682 |
|
03-Jul-2007 |
cilix42 <cilix42@users.sourceforge.net> |
More meaningful name for 3D axis directions |
1d882e9533b20c0e0783e9d17fcd3f5466fa422f |
|
21-Jun-2007 |
cilix42 <cilix42@users.sourceforge.net> |
First (very limited) version of the 3D box tool; allows for drawing of new boxes in a fixed perspective without any live interaction. |