9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
08c634c4b964dbbb89686a645bce04c1c7275611 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
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. |
9836787d16b657453784c30809d330f50d9bc6d8 |
|
05-Oct-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Move GtkAction subclasses to widgets/ |
bd201dd421887a377b6b55f48b121160e0a01fc3 |
|
07-Sep-2014 |
apenner <penner@vaxxine.com> |
prevent multiple simultaneous updates during undo (Bug 1348382) |
51dfc3fe0096bb733089efe4fc6b98b03b62bd96 |
|
10-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Nuke connection-pool.h |
652485ad88d2a42f827c7e355220efeb3b2e37af |
|
10-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Further fixes related to bug #1327267, toolbars don't need to update when their context is not in use |
b59fb89597912496277746078811ae7f05261790 |
|
07-Jul-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Allow basic editing capabilites if share directory is missing |
a4142717644b885998f4de2b27be4e8648315dec |
|
02-Mar-2014 |
Markus Engel <markus.engel@tum.de> |
Fixed includes for tools. |
5a61ac392da3266dd131d8588da4f3ffe6fbb394 |
|
09-Jan-2014 |
Kris <Kris.De.Gussem@hotmail.com> |
null check: fix regression Bug #1258815 (crash after using Edit nodes icon twice (rev >= 12730)) |
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. |
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... ? |
8261c3f0a43f2bbfa6f25edbae152278c40d9d97 |
|
25-Sep-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
C++ify calling a few SPLPEItem functions, much more work than expected... slowly slowly... |
add38d633bbf8ef881bdb908735ea27385c554b8 |
|
16-Sep-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Enable unit evaluation in toolbars. |
fc2e20aa610641335a34aa9b6604c3c4ec0ae7c4 |
|
05-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Switched to global UnitTable. |
bf9ec3e969ba6b11cbbc613545aedc63cc886973 |
|
19-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files. |
ed93708e7161e1b556017476a739316746cba604 |
|
18-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Switch unit functions from using pointer arguements to reference arguements. |
7e417d8610050f933e9d268b04af344cf6ea366a |
|
17-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Ported "widgets/node-toolbar.cpp". |
d59543855809cbcb6cb9dc2a5181987518438662 |
|
09-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Ported sp-namedview.cpp (todo: fix a bunch of things). |
5c45bb188ab729e501e48732842cb9de6a9813be |
|
25-Mar-2013 |
Alex Valavanis <valavanisalex@googlemail.com> |
Workaround usage of deprecated glib symbols in 3rd party libraries |
6b0fbf10b982696648debeede2b57f2b32a6a958 |
|
11-Nov-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Replace remaining C-style pointer casts for src/widgets |
eb4caa8f4cdc2955b58dcd2de06fe770533414c8 |
|
17-Jun-2012 |
Jon A. Cruz <jon@joncruz.org> |
Removed outdated classes.
Pruned header to not introduce extraneous includes. |
3fad3df12ae2d320c12871d471eb0faf5f187cbd |
|
28-May-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Build with GDK_DISABLE_DEPRECATED for Gtk+ 2 |
2f5f997e354e7f4a02b6818bdc68fbece5cb237d |
|
08-May-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 986446 : Refactor toolbox into tool specific files |