| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixing coding style | Jabiertxo Arraiza Cenoz | 2018-08-04 | 2 | -5/+7 |
| * | Fix missing icons and warning on ico size in symbols | Jabiertxo Arraiza Cenoz | 2018-08-04 | 2 | -3/+6 |
| * | 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 | 2 | -2/+3 |
| * | 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 | 2 | -3/+13 |
| * | 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 | 2 | -39/+28 |
| * | Add allow to use system icon sets | Jabiertxo Arraiza Cenoz | 2018-07-26 | 2 | -38/+73 |
| * | Fixing paths to allow themes and icons inside main inkscape instalation not o... | Jabier Arraiza | 2018-07-26 | 2 | -2/+7 |
| * | 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 | 2 | -37/+48 |
| * | 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 | 2 | -8/+34 |
| * | Fix a wrongy commit | Jabier Arraiza | 2018-07-24 | 2 | -2/+3 |
| * | Remove pointer | Jabiertxo Arraiza Cenoz | 2018-07-24 | 2 | -6/+5 |
| * | Add themes inkscape folder abailable by the app | Jabiertxo Arraiza Cenoz | 2018-07-24 | 1 | -2/+5 |
| * | Toggle symbolic icons staff depending the theme has it or not | Jabiertxo Arraiza Cenoz | 2018-07-22 | 2 | -8/+41 |
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 2 | -86/+78 |
| * | Fixing some icons dont redraw | Jabier Arraiza | 2018-07-21 | 1 | -7/+3 |
| * | Working on themes | Jabier Arraiza | 2018-07-21 | 2 | -8/+6 |
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 17 | -118/+272 |
| * | Reduce width of Transform dialog by making spinbuttons narrower | Geoff Lankow | 2018-07-02 | 1 | -0/+6 |
| * | Move global functions into SPGradient methods. | Emmanuel Gil Peyrot | 2018-06-21 | 2 | -2/+2 |
| * | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 2 | -8/+8 |
| * | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -2/+3 |
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -3/+3 |
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 15 | -23/+23 |
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 12 | -189/+189 |
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 10 | -22/+22 |
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 7 | -11/+20 |
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 5 | -5/+5 |
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 38 | -75/+57 |
