summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct order of stylesheet list insertion (after bug fix to libcroco).Tavmjong Bah2019-11-151-1/+1
|
* Fix a warning issue on theme changeJabier Arraiza2019-10-141-1/+1
|
* Re-Add blending modes UI using CSS instead filtersJabier Arraiza2019-10-141-1/+1
|
* Separate Adwaita and Adwaita-dark with specific styling (alowing to tweak ↵Jabier Arraiza2019-10-111-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
* Reduce memory leak on editing text, etc.Nathan Lee2019-10-111-4/+7
|
* Merge XML and CSS widgets improvements from ↵Jabier Arraiza2019-08-221-7/+14
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/801
* Fixes for symbols dialogJabiertxof2019-08-171-4/+8
|
* Remove MR811 from 5439390adf3975557920a1c047897aa425db713d to ↵Jabier Arraiza2019-08-041-65/+25
| | | | ebfcda5a1b0341c66b8f91d07ffacbf39a806885
* Fix coding styleJabiertxof2019-08-031-6/+8
|
* Add custom GTK3 themes inside InkscapeJabiertxof2019-08-031-26/+64
|
* Add ruler color customizableJabier Arraiza2019-07-191-1/+1
|
* Fix a issue on defaulñt colors for custom theme, remove the not needed ↵Jabiertxof2019-07-091-3/+1
| | | | folder scallable and add a WIP icons for align and distribute
* fix issue on theme changeJabier Arraiza2019-07-081-1/+1
|
* Bug fixing of update colorsJabiertxof2019-07-081-3/+3
|
* Coding Style FixesJabiertxof2019-07-081-10/+9
|
* Add coloring default to themeJabiertxof2019-07-081-66/+6
|
* working wth colors for iconsJabier Arraiza2019-07-081-60/+59
|
* add improvements to color handlingJabiertxof2019-07-081-25/+33
|
* Allow good render of multiples stylesheetsJabiertxof2019-07-081-8/+11
|
* improve speed not reloading root if only one style tagJabier Arraiza2019-07-081-2/+4
|
* allow multiple style tagsJabier Arraiza2019-07-081-138/+137
|
* Add initial commitJabiertxof2019-07-081-24/+47
|
* Adding styles defaultJabiertxof2019-07-081-1/+2
|
* Fix coding styleJabiertxof2019-07-081-21/+12
|
* Initial code to fixJabiertxof2019-07-081-12/+82
|
* Remove gimp ruler.Tavmjong Bah2019-06-291-1/+1
|
* Make tick color the symbolic icon color if symbolic icons are used.Tavmjong Bah2019-06-291-1/+1
|
* Remove experimental code to work in MR and fixes for selectorsJabier Arraiza2019-06-231-17/+27
|
* Fix a icon bugJabiertxof2019-06-181-2/+2
|
* Improving stylingJabiertxof2019-06-181-8/+12
|
* Fix compiling issuesJabiertxof2019-06-181-1/+1
|
* Base of theming refactorJabiertxof2019-06-181-77/+65
|
* Improve default colors and remove symlink iconsJabier Arraiza2019-06-161-4/+4
|
* Add next gen theme for Adam BellisJabier Arraiza2019-06-161-7/+16
|
* Flush crash message to ensure it's actually printed and update linkPatrick Storz2019-06-071-1/+3
|
* Remove _argv0 from Inkscape::ApplicationPatrick Storz2019-06-071-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
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-17/+5
|
* Fix segfault when inkscape is started more than once in single app mode.Tavmjong Bah2019-04-101-1/+1
| | | | Fixes Inbox issue #299.
* Misc. typos and whitespace fixesluz.paz2019-03-211-2/+2
| | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-3/+3
| | | | Makes searching through code for them easier.
* Add System Default Theme to prefereces theme switchJabiertxof2019-01-281-0/+1
|
* Finich CSS refactorJabier Arraiza2019-01-271-2/+3
|
* Remove not rebased partsJabier Arraiza2019-01-271-7/+0
|
* Fix compiling errorsJabier Arraiza2019-01-271-5/+3
|
* Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-01-271-28/+44
|
* Add 'Theme Decide' option to symbolic icons colorJabier Arraiza2019-01-261-8/+15
|
* modernize loopsMarc Jeanmougin2019-01-021-24/+18
|
* Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-181-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.
* Remove Adwaita-hicolor icon themes toggles making more compatJabier Arraiza2018-11-151-14/+7
|
* Fix bug forcing symbolic system icons in hicolor themeJabiertxof2018-11-141-2/+6
|