| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 3 | -0/+17 |
| | | |||||
| * | Fix codding style | Jabier Arraiza | 2018-06-25 | 1 | -2/+2 |
| | | |||||
| * | Fix for bug 1777530 on master | Jabier Arraiza | 2018-06-25 | 3 | -12/+4 |
| | | |||||
| * | Merge branch 'sp_print' of gitlab.com:linkmauve/inkscape | Marc Jeanmougin | 2018-06-21 | 18 | -115/+111 |
| |\ | |||||
| | * | Move global functions into SPImage methods. | Emmanuel Gil Peyrot | 2018-06-21 | 4 | -14/+15 |
| | | | |||||
| | * | Move global functions into SPGradient methods. | Emmanuel Gil Peyrot | 2018-06-21 | 6 | -51/+48 |
| | | | |||||
| | * | Move global functions into SPPrintContext methods. | Emmanuel Gil Peyrot | 2018-06-21 | 9 | -50/+48 |
| | | | |||||
| * | | Merge branch 'transf_mat_3x4' of gitlab.com:linkmauve/inkscape | Marc Jeanmougin | 2018-06-21 | 1 | -5/+0 |
| |\ \ | |||||
| | * | | Remove unused headers in transf_mat_3x4. | Emmanuel Gil Peyrot | 2018-06-21 | 1 | -5/+0 |
| | |/ | |||||
| * | | Merge branch 'move-pixmaps' of gitlab.com:linkmauve/inkscape | Marc Jeanmougin | 2018-06-21 | 77 | -57/+53 |
| |\ \ | |||||
| | * | | Move pixmaps to ui/pixmaps, and update the README accordingly. | Emmanuel Gil Peyrot | 2018-06-21 | 77 | -57/+53 |
| | |/ | |||||
| * / | Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for ↵ | Tavmjong Bah | 2018-06-21 | 3 | -200/+253 |
| |/ | | | | | | 'inline-size'). Some additinal refactoring. | ||||
| * | Merge branch 'select-page' of gitlab.com:bobqwatson/inkscape | Marc Jeanmougin | 2018-06-20 | 3 | -0/+21 |
| |\ | |||||
| | * | Add command-line option to select PDF page | Joe Rabinoff | 2018-06-19 | 3 | -0/+21 |
| | | | | | | | | | | | | | The optional argument "--pdf-page N" causes Inkscape to import page number N from the pdf document specified on the command line. This functionality is already available when importing via the GUI, but not when batch processing. | ||||
| * | | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 21 | -65/+65 |
| | | | |||||
| * | | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 18 | -116/+100 |
| | | | |||||
| * | | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 21 | -128/+126 |
| | | | |||||
| * | | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 202 | -631/+631 |
| | | | |||||
| * | | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 61 | -345/+345 |
| | | | | | | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | | Run clang-tidy’s modernize-use-noexcept pass. | Emmanuel Gil Peyrot | 2018-06-18 | 5 | -15/+15 |
| | | | | | | | | | This removes deprecated dynamic exception specifications. | ||||
| * | | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 48 | -125/+125 |
| | | | | | | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 38 | -90/+128 |
| |/ | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | ||||
| * | Update pdf-parser.cpp | Marc Jeanmougin | 2018-06-18 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 119 | -162/+162 |
| | | | | | 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 | 323 | -848/+485 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 676 | -7558/+7558 |
| | | | | | | 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 | 504 | -3093/+3093 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Fix build issue caused by f09962028d017896279b717a6621a4de772d1b4f on GTK+ ↵ | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+5 |
| | | | | | <3.18. | ||||
| * | ZoomToolbar: C++ify and GtkAction migration | Alexander Valavanis | 2018-06-17 | 8 | -12/+223 |
| | | |||||
| * | Potential fix for FTBFS introduced in 60ecfba7 | Alexander Valavanis | 2018-06-17 | 1 | -0/+5 |
| | | |||||
| * | Move toolbars to ui/toolbar | Alexander Valavanis | 2018-06-17 | 46 | -124/+105 |
| | | |||||
| * | Minor documentation changes. | Tavmjong Bah | 2018-06-16 | 1 | -8/+20 |
| | | |||||
| * | Increase allowed precision for filter "offset" primitive. | Tavmjong Bah | 2018-06-15 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'clang-tidy-delete-pass' of gitlab.com:linkmauve/inkscape | Marc Jeanmougin | 2018-06-14 | 142 | -307/+307 |
| |\ | |||||
| | * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 142 | -307/+307 |
| | | | | | | | | | | | 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 | 11 | -113/+92 |
| |\ \ | |||||
| | * | | Make shutdown dialogs use gtkmm. | Emmanuel Gil Peyrot | 2018-06-13 | 1 | -56/+37 |
| | | | | | | | | | | | | | | | | Fixes a FIXME, by using g_markup_printf_escaped() we can make sure the filename won’t conflict with Pango markup and be wrongly interpreted. | ||||
| | * | | Make info dialog use gtkmm. | Emmanuel Gil Peyrot | 2018-06-13 | 1 | -11/+6 |
| | | | | |||||
| | * | | Replace all deprecated gdk_keymap_get_default() with ↵ | Emmanuel Gil Peyrot | 2018-06-12 | 6 | -9/+16 |
| | | | | | | | | | | | | | Gdk::Display::get_default()->get_keymap(). | ||||
| | * | | Make ToolBase::cursor use gdkmm and smart pointers. | Emmanuel Gil Peyrot | 2018-06-12 | 4 | -23/+16 |
| | | | | |||||
| | * | | Make SPDesktopWidget::window_get_pointer() use gdkmm. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -9/+13 |
| | | | | |||||
| | * | | Make SPDesktop::setWaitingCursor() use gdkmm. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -5/+4 |
| | |/ | |||||
| * | | Merge branch 'fontselection' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2018-06-14 | 4 | -5/+24 |
| |\ \ | |||||
| | * | | In font list, don't change selection if current font is already selected; ↵ | Geoff Lankow | 2018-05-31 | 4 | -5/+24 |
| | | | | | | | | | | | | | other minor fixes | ||||
| * | | | Merge branch 'fontmarkup' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2018-06-14 | 2 | -6/+8 |
| |\ \ \ | |||||
| | * | | | Fix three more instances of incorrectly escaped markup | Geoff Lankow | 2018-05-31 | 2 | -6/+8 |
| | |/ / | |||||
| * | | | Merge branch 'patch-1' of gitlab.com:Moini/inkscape | Marc Jeanmougin | 2018-06-14 | 2 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Incorporate some of Mihaela's suggestions. | Maren Hachmann | 2018-05-11 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Try a different tool tip that hopefully can help users determine what to ↵ | Maren Hachmann | 2018-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | expect on change of the rendering tile multiplicator parameter. | ||||
