| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add next gen theme for Adam Bellis | Jabier Arraiza | 2019-06-16 | 1 | -2/+24 | |
| | | ||||||
| * | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 2019-05-26 | 1 | -53/+8 | |
| | | ||||||
| * | Remove support for LCMS 1 | Karl Cheng | 2019-05-12 | 1 | -6/+6 | |
| | | | | | | | | Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014 | |||||
| * | Ask user whether to reassign already used shortcuts | Patrick Storz | 2019-04-10 | 1 | -1/+20 | |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/182 | |||||
| * | Aspell: No need to explicitly set prefix anymore | Patrick Storz | 2019-03-30 | 1 | -15/+1 | |
| | | | | | | Aspell (at least the MSYS2 version) is properly relocatable these days. | |||||
| * | Avoid redefining INKSCAPE_DATADIR | Patrick Storz | 2019-03-30 | 1 | -1/+1 | |
| | | | | | | Define and use INKSCAPE_DATADIR_REAL instead, which avoids potential include order issues and avoids some semantic ambiguity. | |||||
| * | Add window class along dark/bright to mark APP is using symbolic icons or ↵ | Jabiertxof | 2019-03-27 | 1 | -0/+9 | |
| | | | | | regular to allow apply diferent rules in icon contesx. For example allow use icons by css only (and sufix properly with "-symbolic" when necesary | |||||
| * | Remove reload UI and some theming fixes | Jabier Arraiza | 2019-03-07 | 1 | -31/+29 | |
| | | ||||||
| * | Translations: Drop Amharic (am) translation | Patrick Storz | 2019-03-07 | 1 | -2/+2 | |
| | | | | | | | | | | It's completely empty... Actually something went wrong in 5a46d516222e06023ecef9c76f605d14fb30e165 which removed all (fuzzy) strings that had ever been translated, but there seems to be no point in retrieving them anymore. | |||||
| * | Enable global snapping preference by default | Patrick Storz | 2019-03-03 | 1 | -2/+2 | |
| | | | | | | | | Ensures consistent behavior with previous versions, i.e. before the switch was introduced in d69b5fe84fd438a218e6198af585f8532f0d8e70. Try to improve help string. | |||||
| * | fixing coding style and translation and merge from master | Jabier Arraiza | 2019-02-18 | 1 | -21/+19 | |
| | | ||||||
| * | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-02-18 | 1 | -20/+21 | |
| | | ||||||
| * | Add System Default Theme to prefereces theme switch | Jabiertxof | 2019-01-28 | 1 | -1/+2 | |
| | | ||||||
| * | Format stilyng for icons section in preferences | Jabier Arraiza | 2019-01-27 | 1 | -2/+3 | |
| | | ||||||
| * | Finich CSS refactor | Jabier Arraiza | 2019-01-27 | 1 | -2/+5 | |
| | | ||||||
| * | Fix compiling errors | Jabier Arraiza | 2019-01-27 | 1 | -24/+22 | |
| | | ||||||
| * | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-01-27 | 1 | -11/+63 | |
| | | ||||||
| * | Add 'Theme Decide' option to symbolic icons color | Jabier Arraiza | 2019-01-26 | 1 | -4/+41 | |
| | | ||||||
| * | Add button to delete prefs | Marc Jeanmougin | 2019-01-11 | 1 | -1/+9 | |
| | | ||||||
| * | run clang tidy modernize pass | Marc Jeanmougin | 2019-01-02 | 1 | -3/+3 | |
| | | ||||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -8/+7 | |
| | | ||||||
| * | Rm deprecated budget widgets | Alexander Valavanis | 2018-12-29 | 1 | -3/+9 | |
| | | ||||||
| * | Add preference for using SVG2 auto-flowed text in GUI. | Tavmjong Bah | 2018-12-19 | 1 | -0/+4 | |
| | | ||||||
| * | Add some SVG 2 fallbacks: | Tavmjong Bah | 2018-12-07 | 1 | -0/+22 | |
| | | | | | | | * Meshes (fill only) * Markers: auto-start-reverse, context-stroke/fill * Text | |||||
| * | fix coding style | Jabier Arraiza | 2018-12-04 | 1 | -2/+2 | |
| | | ||||||
| * | Ready to review XRay | Jabier Arraiza | 2018-12-04 | 1 | -0/+5 | |
| | | ||||||
| * | Fix codding style | Jabiertxof | 2018-11-09 | 1 | -3/+3 | |
| | | ||||||
| * | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 2018-11-09 | 1 | -2/+51 | |
| | | | | | 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 | |||||
| * | Allow symbolic icons in default icon theme | Jabier Arraiza | 2018-11-06 | 1 | -0/+5 | |
| | | ||||||
| * | Add a preference to force enable/disable menu icons | Eduard Braun | 2018-11-05 | 1 | -0/+7 | |
| | | | | | | | | | | By default the theme decides whether it wants to display icons or not by using the "show-icons" attribute in the menus.xml file. This attribute is properly inherited an can therefore be used to selectively enable and disable icons globally (by setting it on the root element), in certain submenus, or individually per menu item. | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -1/+1 | |
| | | ||||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -6/+6 | |
| | | | | | | | | | 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 | |||||
| * | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 2018-10-01 | 1 | -0/+2 | |
| | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | |||||
| * | Add preference for default global snapping and make it false | Martin Owens | 2018-09-27 | 1 | -0/+6 | |
| | | ||||||
| * | Allow ask for SVG dragged import method. Also split ask question from one to ↵ | Jabier Arraiza | 2018-09-22 | 1 | -1/+4 | |
| | | | | | 2 (Bitmap and SVG) | |||||
| * | Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG | Jabier Arraiza | 2018-09-22 | 1 | -1/+1 | |
| | | ||||||
| * | Remove piglatin ocurrences | Jabiertxof | 2018-09-19 | 1 | -2/+2 | |
| | | ||||||
| * | make /options/yaxisdown true the default | Thomas Holder | 2018-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 1 | -0/+5 | |
| | | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049 | |||||
| * | Enable autosaves by default, puts them in user cache dir | Marc Jeanmougin | 2018-08-21 | 1 | -3/+3 | |
| | | ||||||
| * | fix a typo | Jabier Arraiza | 2018-08-14 | 1 | -1/+1 | |
| | | ||||||
| * | fix for bug 1786605 | Jabier Arraiza | 2018-08-12 | 1 | -1/+1 | |
| | | ||||||
| * | Add a label to apply theme sugested by Christoffer Holmstedt on mailing list | Jabier Arraiza | 2018-08-10 | 1 | -1/+1 | |
| | | ||||||
| * | Fixes pointed by Tav | Jabier Arraiza | 2018-08-05 | 1 | -2/+2 | |
| | | ||||||
| * | coding style fixes | Jabier Arraiza | 2018-08-05 | 1 | -5/+4 | |
| | | ||||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -0/+6 | |
| | | ||||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -6/+0 | |
| | | ||||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -0/+6 | |
| | | | | | pref optional to scale dashes on stroke scale | |||||
| * | Fix coding style | Jabier Arraiza | 2018-08-03 | 1 | -4/+8 | |
| | | ||||||
