summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+12
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-12/+1
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-8/+8
2014-09-14Always check result of sp_repr_read_mem for NULLBryce Harrington1-1/+1
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis1-79/+45
2014-07-24Fix crash bug when exporting PNG from CLILiam P. White1-4/+6
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-25/+51
2014-06-27Move constructor/destructor into private section, remove protected section. R...Liam P. White1-2/+15
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-132/+123
2014-06-26Fix filters/extensions menus not populatingLiam P. White1-1/+10
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-419/+185
2014-06-252. connect signalsLiam P. White1-2/+8
2014-06-251. make it compileLiam P. White1-283/+267
2014-05-10Adding new INKSCAPE_PROFILE_DIR environment variable (see bug #1247448, envir...Nicolas Dufour1-0/+5
2014-03-23fix Windows build for newer gcc/libsJohan B. C. Engelen1-1/+4
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-3/+3
2013-09-28effects don't need to merge into menus if we're running without gui; with thi...buliabyak1-1/+1
2013-09-28return value of g_utf16_to_utf8 was leaking herebuliabyak1-1/+3
2013-07-30Further refactoring of EventContexts.Markus Engel1-4/+4
2013-07-04Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson1-1/+16
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-0/+54
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-1/+1
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+3
2013-04-03Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...Kris De Gussem1-7/+9
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-2/+1
2013-03-19Fixing regressionjtx1-1/+1
2013-03-17Working with widjetsJabier Arraiza Cenoz1-1/+1
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-1/+1
2013-02-23Fix missing headers for Gtk+ 3 buildAlex Valavanis1-0/+2
2012-11-29Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive i...John Smith1-0/+4
2012-10-09Fix translation issue of rev 11759.Kris De Gussem1-4/+4
2012-10-08Fix for 490338 : Try to create the autosave directory if that does not existsJohn Smith1-2/+18
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-3/+3
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-10/+12
2012-02-15Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...Alex Valavanis1-1/+1
2012-02-12Header cleaningAlex Valavanis1-1/+0
2012-02-11Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis1-1/+2
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz1-0/+4
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-2/+3
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-2/+1
2011-05-27Applying patch from Gellule Xg to fix crash on 64-bit.Jon A. Cruz1-1/+1
2011-05-20Reinstating version bump.Jon A. Cruz1-4/+0
2011-05-19Revert version bump so win devlibs can catch up.Jon A. Cruz1-0/+4
2011-05-18Made dependencies explicit and bumped versions.Jon A. Cruz1-4/+0
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-0/+2
2011-04-15No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde1-12/+2