9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
312bccd9de1cbb6c10da3e96d6e709fb19519288 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Purge sp_desktop_sketch and sp_desktop_tempgroup |
08c634c4b964dbbb89686a645bce04c1c7275611 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView |
fc336487182165df2bbcbe52800aa3d2e292b7c7 |
|
26-Nov-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability |
5e910edf3969fcedbc5d170ceddfe15796a1e285 |
|
10-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Fix bug #1367520 (crash regression) |
3e3e2a49f82b250cb852586703fbc460b3ca20e4 |
|
27-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
5. Refactoring of Application class: make copy/assignment operators private, disallow pointers to Application |
5c45bb188ab729e501e48732842cb9de6a9813be |
|
25-Mar-2013 |
Alex Valavanis <valavanisalex@googlemail.com> |
Workaround usage of deprecated glib symbols in 3rd party libraries |
9c156f30283337a716441b414a77b1b894a30e58 |
|
17-Jun-2012 |
Jon A. Cruz <jon@joncruz.org> |
Removed unneeded header style filename #defines |
eb4caa8f4cdc2955b58dcd2de06fe770533414c8 |
|
17-Jun-2012 |
Jon A. Cruz <jon@joncruz.org> |
Removed outdated classes.
Pruned header to not introduce extraneous includes. |
1b3a8414f17dc95fc921d999ea715c99d10dd4aa |
|
26-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Clean up all remaining false warnings from Gtkmm |
5cacbbec22b42a0480f396eb94bcfb5f746ac68a |
|
06-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Get rid of gtkmm top-level header usage - not required by API |
71aad46792b4f0eac60baac9bbeb5366e6a21e9f |
|
04-Jan-2012 |
Diederik van Lierop <mail@diedenrezi.nl> |
CanvasText: reinstate ability to set anchor position manually |
5cf332777b4c27336d64c273ac63bce3ee27a53d |
|
03-Jan-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Cleanup GSEAL issues and deprecated GtkTooltips |
24be9baeb3585155f4b723dbda0726a4930b5c05 |
|
01-Jan-2012 |
Diederik van Lierop <mail@diedenrezi.nl> |
1) Fix CanvasText alignment bugs caused by static variables, uninitialized variables, and variable border width
2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool) |
2e10ea952a319db08edf0986dea15de42b14d92f |
|
11-Mar-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
move canvastext to its own file (no linking error for me anymore), add outline to fix 334758 |
5cd969f185e1a05f873e023378d0831e71441da6 |
|
01-Aug-2008 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
85bc45682f5dd745ceb7f01b0d47efd35853844f |
|
30-Jul-2008 |
cilix42 <cilix42@users.sourceforge.net> |
New function to set text position and anchor relative to a given path |
4fdeee79088242d2c81462c4738811a564916d27 |
|
30-Jul-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Move coordinate transform workaround to a more logical place |
40e75a00ae2d5d5eae03292b22742e71208e47d5 |
|
30-Jul-2008 |
cilix42 <cilix42@users.sourceforge.net> |
New 'internal' TextParam which doesn't display a widget (useful if the text should not be settable by the user); lpe-ruler uses it now |
4ea30e1bba14987abced98e7bf194b69153e9e21 |
|
30-Jul-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Make text widget for TextParams work and re-enable it |
5e2749329fe641c4f691a32c40815ccbc0f22a5c |
|
29-Jul-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Disable text entry widget for TextParam until it works correctly |
273e660f5f11ea8a59377520134c8b4be87fedbc |
|
29-Jul-2008 |
cilix42 <cilix42@users.sourceforge.net> |
New parameter TextParam for LPEs |