| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Add Maren string improvements | Jabier Arraiza | 2018-08-03 | 1 | -11/+11 |
| | | |||||
| * | Move themes to user system folders | Jabier Arraiza | 2018-08-02 | 1 | -7/+1 |
| | | |||||
| * | Remove XGD_DATA_DIR as sugestion of su_v | Jabier Arraiza | 2018-07-31 | 1 | -0/+2 |
| | | |||||
| * | First try co fix icons bugs | Jabier Arraiza | 2018-07-31 | 1 | -75/+2 |
| | | |||||
| * | change header string | Jabier Arraiza | 2018-07-29 | 1 | -1/+1 |
| | | |||||
| * | reposition widgets | Jabier Arraiza | 2018-07-29 | 1 | -5/+6 |
| | | |||||
| * | Allow to change dark teme and GtkTheme at instant | Jabier Arraiza | 2018-07-28 | 1 | -3/+12 |
| | | |||||
| * | Go back to iconTemes placed only on inkscape folders | Jabier Arraiza | 2018-07-27 | 1 | -67/+93 |
| | | |||||
| * | fixing coding style | Jabier Arraiza | 2018-07-27 | 1 | -3/+2 |
| | | |||||
| * | Refactor fo theme switcher | Jabier Arraiza | 2018-07-27 | 1 | -2/+4 |
| | | |||||
| * | working on symbolic | Jabier Arraiza | 2018-07-26 | 1 | -7/+8 |
| | | |||||
| * | Refactoring icon locations | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -3/+3 |
| | | |||||
| * | Fixing coding style | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -29/+24 |
| | | |||||
| * | Add allow to use system icon sets | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -34/+69 |
| | | |||||
| * | Fixing paths to allow themes and icons inside main inkscape instalation not ↵ | Jabier Arraiza | 2018-07-26 | 1 | -1/+6 |
| | | | | | only at home | ||||
| * | Fix symbolic icon color width | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -1/+1 |
| | | |||||
| * | fix a string | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -1/+1 |
| | | |||||
| * | Fixes pointed by maren in original MR | Jabier Arraiza | 2018-07-25 | 1 | -13/+15 |
| | | |||||
| * | Fixing coding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Fixing a win compiling bug and fix a string pointed by vlada | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -3/+3 |
| | | |||||
| * | Fix a win compiling bug and coding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -22/+33 |
| | | |||||
| * | Fix a compiling bug | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Add some Marting sugestions about main.cpp in MR | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -3/+4 |
| | | |||||
| * | Improve tooltip for open button in preferences | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -8/+8 |
| | | |||||
| * | Improve string for open button in preferences | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -2/+2 |
| | | |||||
| * | Fix buttons strings | Jabier Arraiza | 2018-07-24 | 1 | -2/+2 |
| | | |||||
| * | Fix buttons strings | Jabier Arraiza | 2018-07-24 | 1 | -2/+2 |
| | | |||||
| * | Add buttons to open folders as sugestion of Maren | Jabier Arraiza | 2018-07-24 | 1 | -6/+25 |
| | | |||||
| * | Fix a wrongy commit | Jabier Arraiza | 2018-07-24 | 1 | -1/+2 |
| | | |||||
| * | Remove pointer | Jabiertxo Arraiza Cenoz | 2018-07-24 | 1 | -5/+3 |
| | | |||||
