| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove gimp ruler. | Tavmjong Bah | 2019-06-29 | 1 | -1/+1 |
| | | |||||
| * | Make tick color the symbolic icon color if symbolic icons are used. | Tavmjong Bah | 2019-06-29 | 1 | -1/+1 |
| | | |||||
| * | Remove experimental code to work in MR and fixes for selectors | Jabier Arraiza | 2019-06-23 | 1 | -17/+27 |
| | | |||||
| * | Fix a icon bug | Jabiertxof | 2019-06-18 | 1 | -2/+2 |
| | | |||||
| * | Improving styling | Jabiertxof | 2019-06-18 | 1 | -8/+12 |
| | | |||||
| * | Fix compiling issues | Jabiertxof | 2019-06-18 | 1 | -1/+1 |
| | | |||||
| * | Base of theming refactor | Jabiertxof | 2019-06-18 | 1 | -77/+65 |
| | | |||||
| * | Improve default colors and remove symlink icons | Jabier Arraiza | 2019-06-16 | 1 | -4/+4 |
| | | |||||
| * | Add next gen theme for Adam Bellis | Jabier Arraiza | 2019-06-16 | 1 | -7/+16 |
| | | |||||
| * | Flush crash message to ensure it's actually printed and update link | Patrick Storz | 2019-06-07 | 1 | -1/+3 |
| | | |||||
| * | Remove _argv0 from Inkscape::Application | Patrick Storz | 2019-06-07 | 1 | -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 set | Alexander Valavanis | 2019-05-26 | 1 | -17/+5 |
| | | |||||
| * | Fix segfault when inkscape is started more than once in single app mode. | Tavmjong Bah | 2019-04-10 | 1 | -1/+1 |
| | | | | | Fixes Inbox issue #299. | ||||
| * | Misc. typos and whitespace fixes | luz.paz | 2019-03-21 | 1 | -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 Bah | 2019-02-20 | 1 | -3/+3 |
| | | | | | Makes searching through code for them easier. | ||||
| * | Add System Default Theme to prefereces theme switch | Jabiertxof | 2019-01-28 | 1 | -0/+1 |
| | | |||||
| * | Finich CSS refactor | Jabier Arraiza | 2019-01-27 | 1 | -2/+3 |
| | | |||||
| * | Remove not rebased parts | Jabier Arraiza | 2019-01-27 | 1 | -7/+0 |
| | | |||||
| * | Fix compiling errors | Jabier Arraiza | 2019-01-27 | 1 | -5/+3 |
| | | |||||
| * | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-01-27 | 1 | -28/+44 |
| | | |||||
| * | Add 'Theme Decide' option to symbolic icons color | Jabier Arraiza | 2019-01-26 | 1 | -8/+15 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -24/+18 |
| | | |||||
| * | Rewrite of main.cpp using InkscapeApplication (Gtk::Application) | Tavmjong Bah | 2018-11-18 | 1 | -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 compat | Jabier Arraiza | 2018-11-15 | 1 | -14/+7 |
| | | |||||
| * | Fix bug forcing symbolic system icons in hicolor theme | Jabiertxof | 2018-11-14 | 1 | -2/+6 |
| | | |||||
| * | Rename add_style_sheet to reduce confusion with SVG/CSS | Martin Owens | 2018-11-12 | 1 | -2/+2 |
| | | |||||
| * | Fix a bug icons dont show if no dialog open | Jabiertxof | 2018-11-10 | 1 | -0/+4 |
| | | |||||
| * | Fix codding style | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 2018-11-09 | 1 | -3/+15 |
| | | | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove unused widget. | Tavmjong Bah | 2018-11-06 | 1 | -2/+0 |
| | | |||||
| * | Use monospace digits font in messages and spinbuttons | Jabier Arraiza | 2018-11-03 | 1 | -0/+15 |
| | | |||||
| * | Move some files to 'io' directory. | Tavmjong Bah | 2018-10-13 | 1 | -7/+13 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-10-06 | 1 | -10/+10 |
| | | | | Found via `codespell` | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -5/+5 |
| | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | ||||
| * | Enable autosaves by default, puts them in user cache dir | Marc Jeanmougin | 2018-08-21 | 1 | -2/+5 |
| | | |||||
| * | Add inkscape app icon to themes | Jabier Arraiza | 2018-08-03 | 1 | -30/+30 |
| | | |||||
| * | Fix test compiling bug | Jabier Arraiza | 2018-08-02 | 1 | -24/+26 |
| | | |||||
| * | Fix test compiling bug | Jabier Arraiza | 2018-08-02 | 1 | -2/+2 |
| | | |||||
| * | Remove XGD_DATA_DIR as sugestion of su_v | Jabier Arraiza | 2018-07-31 | 1 | -0/+1 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-31 | 1 | -10/+12 |
| | | |||||
| * | Fixing tests broken | Jabier Arraiza | 2018-07-31 | 1 | -1/+1 |
| | | |||||
| * | First try co fix icons bugs | Jabier Arraiza | 2018-07-31 | 1 | -4/+25 |
| | | |||||
| * | Refactor fo theme switcher | Jabier Arraiza | 2018-07-27 | 1 | -16/+1 |
| | | |||||
| * | Fixing paths to allow themes and icons inside main inkscape instalation not ↵ | Jabier Arraiza | 2018-07-26 | 1 | -4/+0 |
| | | | | | only at home | ||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 1 | -6/+6 |
| | | |||||
| * | Fixing some icons dont redraw | Jabier Arraiza | 2018-07-21 | 1 | -3/+1 |
| | | |||||
| * | Working on themes | Jabier Arraiza | 2018-07-21 | 1 | -1/+1 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -4/+35 |
| | | |||||
