summaryrefslogtreecommitdiffstats
path: root/src/inkscape.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-11Separate Adwaita and Adwaita-dark with specific styling (alowing to tweak any...Jabier Arraiza1-0/+1
2019-08-04Remove MR811 from 5439390adf3975557920a1c047897aa425db713d to ebfcda5a1b0341c...Jabier Arraiza1-2/+0
2019-08-03Add custom GTK3 themes inside InkscapeJabiertxof1-0/+2
2019-07-08finish rebase from masterJabier Arraiza1-1/+0
2019-07-08Add coloring default to themeJabiertxof1-1/+0
2019-07-08working wth colors for iconsJabier Arraiza1-1/+1
2019-07-08add improvements to color handlingJabiertxof1-1/+1
2019-07-08improve speed not reloading root if only one style tagJabier Arraiza1-1/+1
2019-07-08allow multiple style tagsJabier Arraiza1-0/+1
2019-07-08Add initial commitJabiertxof1-1/+2
2019-07-08Adding styles defaultJabiertxof1-1/+1
2019-07-08Initial code to fixJabiertxof1-2/+1
2019-06-23Remove experimental code to work in MR and fixes for selectorsJabier Arraiza1-1/+4
2019-06-18Improving stylingJabiertxof1-7/+7
2019-06-18Fix compiling issuesJabiertxof1-1/+1
2019-06-18Base of theming refactorJabiertxof1-1/+2
2019-06-07Remove _argv0 from Inkscape::ApplicationPatrick Storz1-7/+3
2019-05-28Fix segfault for bad `--pdf-page` argument valuesSergei Izmailov1-3/+1
2019-05-28Prevent settng PDF page to less than 1. Fixes #265.Tavmjong Bah1-1/+3
2019-04-24Fix commandline page selection page selection and allow to select poppler in cmdMarc Jeanmougin1-0/+8
2019-03-21Misc. typos and whitespace fixesluz.paz1-1/+1
2018-11-12Rename add_style_sheet to reduce confusion with SVG/CSSMartin Owens1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-07-21Fixing coding styleJabier Arraiza1-1/+1
2018-07-21adding gtk-themeJabier Arraiza1-3/+2
2018-06-19Add command-line option to select PDF pageJoe Rabinoff1-0/+8
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens1-3/+0
2016-08-09Move some main functions to Application classAlex Valavanis1-0/+3
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis1-7/+8
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-14/+13
2014-06-27Move constructor/destructor into private section, remove protected section. R...Liam P. White1-7/+6
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-54/+53
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-14/+22
2014-06-251. make it compileLiam P. White1-80/+180
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-2/+11
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-1/+1
2013-07-04Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson1-0/+10
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-0/+11
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis1-3/+3
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2010-12-06Stop background rendering once crash handler is triggered.Jon A. Cruz1-0/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski1-0/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-07-12Made public some functions so they could be used by the DBus code. Similar f...Soren Berg1-0/+3
2008-10-27From trunkTed Gould1-1/+0