summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-12Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah1-3/+4
2018-11-12Rename add_style_sheet to reduce confusion with SVG/CSSMartin Owens1-2/+2
2018-11-10Fix a bug icons dont show if no dialog openJabiertxof1-0/+4
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places i...Jabiertxof1-3/+15
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-06Remove unused widget.Tavmjong Bah1-2/+0
2018-11-03Use monospace digits font in messages and spinbuttonsJabier Arraiza1-0/+15
2018-10-13Move some files to 'io' directory.Tavmjong Bah1-7/+13
2018-10-06Misc. typosluz.paz1-10/+10
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-5/+5
2018-08-21Enable autosaves by default, puts them in user cache dirMarc Jeanmougin1-2/+5
2018-08-03Add inkscape app icon to themesJabier Arraiza1-30/+30
2018-08-02Fix test compiling bugJabier Arraiza1-24/+26
2018-08-02Fix test compiling bugJabier Arraiza1-2/+2
2018-07-31Remove XGD_DATA_DIR as sugestion of su_vJabier Arraiza1-0/+1
2018-07-31Fixing coding styleJabier Arraiza1-10/+12
2018-07-31Fixing tests brokenJabier Arraiza1-1/+1
2018-07-31First try co fix icons bugsJabier Arraiza1-4/+25
2018-07-27Refactor fo theme switcherJabier Arraiza1-16/+1
2018-07-26Fixing paths to allow themes and icons inside main inkscape instalation not o...Jabier Arraiza1-4/+0
2018-07-21Fixing coding styleJabier Arraiza1-6/+6
2018-07-21Fixing some icons dont redrawJabier Arraiza1-3/+1
2018-07-21Working on themesJabier Arraiza1-1/+1
2018-07-21adding gtk-themeJabier Arraiza1-4/+35
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-44/+44
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-03-27Minor cleanup of warnings. No functional change.Felipe Corrêa da Silva Sanches1-2/+0
2018-01-04Parsing errors in application CSS should not be fatalEduard Braun1-1/+1
2017-11-13Unset the current tool early on shutdown.Stefano Facchini1-0/+2
2017-10-21Add preference to load additional fonts from custom directoriesEduard Braun1-0/+6
2017-10-20Add preference to load additional fonts from 'fonts' directoriesEduard Braun1-0/+13
2017-10-05Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in someAndrey Mozzhuhin1-1/+2
2017-10-01First batchMarc Jeanmougin1-24/+22
2017-07-21Use menus.xml for menus, load a basic File>Quit menu as backup.Martin Owens1-12/+3
2017-07-08Hackfest Regression: Fix profile_path() not returning the correct directoryEduard Braun1-14/+0
2017-07-02Remove duplicate error messageMartin Owens1-8/+1
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens1-192/+17
2017-01-12Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun1-1/+1
2016-09-02Remove a superflous == TRUE.Shlomi Fish1-1/+1
2016-08-15Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah1-1/+1
2016-08-09Move some main functions to Application classAlex Valavanis1-0/+105
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-10/+1