summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-15Correct order of stylesheet list insertion (after bug fix to libcroco).Tavmjong Bah1-1/+1
2019-10-14Fix a warning issue on theme changeJabier Arraiza1-1/+1
2019-10-14Re-Add blending modes UI using CSS instead filtersJabier Arraiza1-1/+1
2019-10-11Separate Adwaita and Adwaita-dark with specific styling (alowing to tweak ↵Jabier Arraiza1-22/+21
any theme with his theme name as css file)to allow better theming. Use this issue as reference: https://gitlab.com/inkscape/inkscape/issues/461
2019-10-11Reduce memory leak on editing text, etc.Nathan Lee1-4/+7
2019-08-22Merge XML and CSS widgets improvements from ↵Jabier Arraiza1-7/+14
https://gitlab.com/inkscape/inkscape/merge_requests/801
2019-08-17Fixes for symbols dialogJabiertxof1-4/+8
2019-08-04Remove MR811 from 5439390adf3975557920a1c047897aa425db713d to ↵Jabier Arraiza1-65/+25
ebfcda5a1b0341c66b8f91d07ffacbf39a806885
2019-08-03Fix coding styleJabiertxof1-6/+8
2019-08-03Add custom GTK3 themes inside InkscapeJabiertxof1-26/+64
2019-07-19Add ruler color customizableJabier Arraiza1-1/+1
2019-07-09Fix a issue on defaulñt colors for custom theme, remove the not needed ↵Jabiertxof1-3/+1
folder scallable and add a WIP icons for align and distribute
2019-07-08fix issue on theme changeJabier Arraiza1-1/+1
2019-07-08Bug fixing of update colorsJabiertxof1-3/+3
2019-07-08Coding Style FixesJabiertxof1-10/+9
2019-07-08Add coloring default to themeJabiertxof1-66/+6
2019-07-08working wth colors for iconsJabier Arraiza1-60/+59
2019-07-08add improvements to color handlingJabiertxof1-25/+33
2019-07-08Allow good render of multiples stylesheetsJabiertxof1-8/+11
2019-07-08improve speed not reloading root if only one style tagJabier Arraiza1-2/+4
2019-07-08allow multiple style tagsJabier Arraiza1-138/+137
2019-07-08Add initial commitJabiertxof1-24/+47
2019-07-08Adding styles defaultJabiertxof1-1/+2
2019-07-08Fix coding styleJabiertxof1-21/+12
2019-07-08Initial code to fixJabiertxof1-12/+82
2019-06-29Remove gimp ruler.Tavmjong Bah1-1/+1
2019-06-29Make tick color the symbolic icon color if symbolic icons are used.Tavmjong Bah1-1/+1
2019-06-23Remove experimental code to work in MR and fixes for selectorsJabier Arraiza1-17/+27
2019-06-18Fix a icon bugJabiertxof1-2/+2
2019-06-18Improving stylingJabiertxof1-8/+12
2019-06-18Fix compiling issuesJabiertxof1-1/+1
2019-06-18Base of theming refactorJabiertxof1-77/+65
2019-06-16Improve default colors and remove symlink iconsJabier Arraiza1-4/+4
2019-06-16Add next gen theme for Adam BellisJabier Arraiza1-7/+16
2019-06-07Flush crash message to ensure it's actually printed and update linkPatrick Storz1-1/+3
2019-06-07Remove _argv0 from Inkscape::ApplicationPatrick Storz1-18/+3
Currently it was only used as the least preferred (and therefore effectively unused) location where to store the crash backup. However it wasn't set properly since 408cb49b5559a81ea803df64bf58457a5dd4bf16 causing assertion errors while crashing. On top of that argv0 is not a reliable way to determine the path to the currently running executable anyway. Fixes https://gitlab.com/inkscape/inkscape/issues/176
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-17/+5
2019-04-10Fix segfault when inkscape is started more than once in single app mode.Tavmjong Bah1-1/+1
Fixes Inbox issue #299.
2019-03-21Misc. typos and whitespace fixesluz.paz1-2/+2
Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-3/+3
Makes searching through code for them easier.
2019-01-28Add System Default Theme to prefereces theme switchJabiertxof1-0/+1
2019-01-27Finich CSS refactorJabier Arraiza1-2/+3
2019-01-27Remove not rebased partsJabier Arraiza1-7/+0
2019-01-27Fix compiling errorsJabier Arraiza1-5/+3
2019-01-27Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza1-28/+44
2019-01-26Add 'Theme Decide' option to symbolic icons colorJabier Arraiza1-8/+15
2019-01-02modernize loopsMarc Jeanmougin1-24/+18
2018-11-18Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah1-3/+4
Use Gio::File for accessing files. Use Gio options to handle command line arguments. Use Gio::Actions for some command line arguments. Move file export code to src/io/file-export-cmd.h/.cpp. Make into class.
2018-11-15Remove Adwaita-hicolor icon themes toggles making more compatJabier Arraiza1-14/+7
2018-11-14Fix bug forcing symbolic system icons in hicolor themeJabiertxof1-2/+6