| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixing coding style | Jabier Arraiza | 2018-07-27 | 1 | -2/+1 |
| | | |||||
| * | Refactor fo theme switcher | Jabier Arraiza | 2018-07-27 | 1 | -1/+1 |
| | | |||||
| * | Fixing coding style | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -1/+0 |
| | | |||||
| * | Add allow to use system icon sets | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -1/+6 |
| | | |||||
| * | fix coding style | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -1/+1 |
| | | |||||
| * | Open folders in inkscape preferences with XGD. Also added a tentative for Mac | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -5/+4 |
| | | |||||
| * | Fixing a win bug open folders | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -0/+4 |
| | | |||||
| * | Fixing coding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+2 |
| | | |||||
| * | Fixing a win compiling bug and fix a string pointed by vlada | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Fixing a win compiling bug and coding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Fixing a win compiling bug and coding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -9/+2 |
| | | |||||
| * | Fix a win compiling bug and coding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 2 | -29/+24 |
| | | |||||
| * | Working on open folders on WIN | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+7 |
| | | |||||
| * | Fix codding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 2 | -43/+42 |
| | | |||||
| * | Improve string for open button in preferences II | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Improve string for open button in preferences | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Improve the look of prefs buttons | Jabier Arraiza | 2018-07-24 | 2 | -5/+13 |
| | | |||||
| * | Add buttons to open folders as sugestion of Maren | Jabier Arraiza | 2018-07-24 | 2 | -0/+32 |
| | | |||||
| * | Fix a wrongy commit | Jabier Arraiza | 2018-07-24 | 2 | -11/+0 |
| | | |||||
| * | Remove pointer | Jabiertxo Arraiza Cenoz | 2018-07-24 | 2 | -0/+11 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 3 | -18/+17 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 15 | -99/+112 |
| | | |||||
| * | Fix non-standard type | Eduard Braun | 2018-07-03 | 1 | -1/+1 |
| | | |||||
| * | Reduce width of Transform dialog by making spinbuttons narrower | Geoff Lankow | 2018-07-02 | 2 | -0/+11 |
| | | |||||
| * | Move pixmaps to ui/pixmaps, and update the README accordingly. | Emmanuel Gil Peyrot | 2018-06-21 | 1 | -4/+4 |
| | | |||||
| * | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 2 | -4/+4 |
| | | |||||
| * | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -4/+4 |
| | | |||||
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 3 | -48/+48 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 2 | -6/+6 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 2 | -9/+9 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 3 | -7/+10 |
| | | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | ||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 5 | -5/+5 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 20 | -34/+24 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 45 | -227/+227 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 42 | -184/+184 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Move toolbars to ui/toolbar | Alexander Valavanis | 2018-06-17 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'clang-tidy-delete-pass' of gitlab.com:linkmauve/inkscape | Marc Jeanmougin | 2018-06-14 | 5 | -9/+9 |
| |\ | |||||
| | * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 5 | -9/+9 |
| | | | | | | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | | Merge branch 'gdkmm' of gitlab.com:linkmauve/inkscape | Marc Jeanmougin | 2018-06-14 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | Replace all deprecated gdk_keymap_get_default() with ↵ | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -1/+2 |
| | |/ | | | | | | | Gdk::Display::get_default()->get_keymap(). | ||||
| * | | Merge branch 'fontselection' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2018-06-14 | 1 | -4/+7 |
| |\ \ | |||||
| | * | | In font list, don't change selection if current font is already selected; ↵ | Geoff Lankow | 2018-05-31 | 1 | -4/+7 |
| | | | | | | | | | | | | | other minor fixes | ||||
| * | | | Merge branch 'fontmarkup' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2018-06-14 | 1 | -2/+3 |
| |\ \ \ | |||||
| | * | | | Fix three more instances of incorrectly escaped markup | Geoff Lankow | 2018-05-31 | 1 | -2/+3 |
| | |/ / | |||||
| * | | | Create at least two radio buttons for a table. | Tavmjong Bah | 2018-06-14 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | Calculation of number of radio buttons to create could be "wrong" due to script and language tags of tables. | ||||
| * | | | Limit style alternatives label width. | Tavmjong Bah | 2018-06-14 | 1 | -0/+7 |
| | | | | |||||
| * | | | Add radio buttons for font style alternates. | Tavmjong Bah | 2018-06-14 | 2 | -63/+163 |
| | | | | |||||
| * | | | Improvements to the Font Features dialog. Better OpenType coverage. | Tavmjong Bah | 2018-06-11 | 1 | -55/+147 |
| | |/ |/| | |||||
| * | | Add GUI support for 'font-variant-east-asian' property. | Tavmjong Bah | 2018-06-07 | 2 | -2/+270 |
| | | | |||||
| * | | Remove tables that should not be exposed to user from OpenType table list. | Tavmjong Bah | 2018-06-05 | 1 | -0/+19 |
| | | | |||||
