summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-8/+8
* Fix crash bug when exporting PNG from CLILiam P. White2014-07-241-4/+6
* 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-25/+51
* Move constructor/destructor into private section, remove protected section. R...Liam P. White2014-06-271-2/+15
* 4. further refactor Application class; create proper singleton, encapsulate m...Liam P. White2014-06-261-132/+123
* Fix filters/extensions menus not populatingLiam P. White2014-06-261-1/+10
* 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-419/+185
* 2. connect signalsLiam P. White2014-06-251-2/+8
* 1. make it compileLiam P. White2014-06-251-283/+267
* Adding new INKSCAPE_PROFILE_DIR environment variable (see bug #1247448, envir...Nicolas Dufour2014-05-101-0/+5
* fix Windows build for newer gcc/libsJohan B. C. Engelen2014-03-231-1/+4
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-3/+3
* effects don't need to merge into menus if we're running without gui; with thi...buliabyak2013-09-281-1/+1
* return value of g_utf16_to_utf8 was leaking herebuliabyak2013-09-281-1/+3
* Further refactoring of EventContexts.Markus Engel2013-07-301-4/+4
* Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson2013-07-041-1/+16
* Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-031-0/+54
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-1/+1
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+3
* Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...Kris De Gussem2013-04-031-7/+9
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+2
* Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive i...John Smith2012-11-291-0/+4
* Fix translation issue of rev 11759.Kris De Gussem2012-10-091-4/+4
* Fix for 490338 : Try to create the autosave directory if that does not existsJohn Smith2012-10-081-2/+18
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-3/+3
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-10/+12
* Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...Alex Valavanis2012-02-151-1/+1
* Header cleaningAlex Valavanis2012-02-121-1/+0
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-1/+2
* Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz2011-10-051-0/+4
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Merge from trunkKrzysztof Kosi??ski2011-06-191-7/+4
|\
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+1
| * Applying patch from Gellule Xg to fix crash on 64-bit.Jon A. Cruz2011-05-271-1/+1
| * Reinstating version bump.Jon A. Cruz2011-05-201-4/+0
| * Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-0/+4
| * Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-4/+0
| * Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+2
* | No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-12/+2
|/
* Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-201-10/+18
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-7/+7
|\
* | Stop background rendering once crash handler is triggered.Jon A. Cruz2010-12-061-0/+9
* | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-105/+30
|/
* Forgot explicit initialization of FILE*.Jasper van de Gronde2010-06-021-1/+1