| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-08-28 | Puts back translator comments | Marc Jeanmougin | 1 | -2/+2 | |
| Fixes https://gitlab.com/inkscape/inkscape/issues/391 | |||||
| 2019-08-17 | Formatting last commit | vanntile | 1 | -13/+12 | |
| 2019-08-17 | Some useful hatch changes | vanntile | 1 | -1/+11 | |
| 2019-06-13 | Try to fix issue with focus with thomas and add also stops to combos and ↵ | Jabiertxof | 1 | -1/+1 | |
| unitcombos | |||||
| 2019-05-26 | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 1 | -22/+0 | |
| 2019-03-06 | Allows 'none' palette to be drag and dropped onto Selected Style | Nathan Lee | 1 | -24/+33 | |
| Switches drag_target from x_color to x_oswb_color x_color only accepts RGB, while x_oswb_color has None and Clear as distinct types. Fixes https://gitlab.com/inkscape/inbox/issues/79 | |||||
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -2/+2 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-11-03 | Use monospace digits font in messages and spinbuttons | Jabier Arraiza | 1 | -28/+27 | |
| 2018-10-27 | SelectedStyle: Ensure constant field width of stroke width | Eduard Braun | 1 | -1/+4 | |
| %g omits trailing zeroes, %#g does not but adds trailing commas... | |||||
| 2018-10-07 | Make middle-click functionality on color fields discoverable. | Maren Hachmann | 1 | -2/+2 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-10-01 | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 1 | -0/+2 | |
| Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | |||||
| 2018-06-21 | Move pixmaps to ui/pixmaps, and update the README accordingly. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| 2018-06-20 | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| 2018-06-19 | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -5/+5 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -4/+2 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -15/+15 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-03-27 | Minor cleanup of warnings. No functional change. | Felipe Corrêa da Silva Sanches | 1 | -3/+3 | |
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -1/+1 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -23/+28 | |
| A lot of header clean-up. | |||||
| 2017-12-26 | GtkMM popup menu deprecation fixes | Alexander Valavanis | 1 | -0/+12 | |
| 2017-10-19 | Use standard glib macro instead of a custom one | Stefano Facchini | 1 | -2/+1 | |
| 2017-10-01 | Removed all GSList occurences in .h files | Marc Jeanmougin | 1 | -5/+3 | |
| 2017-07-09 | Update Gtk margin handling | Alexander Valavanis | 1 | -3/+22 | |
| 2017-07-09 | Update for Gtk alignment changes | Alexander Valavanis | 1 | -20/+20 | |
| 2017-07-08 | Fix Gtk alignment API | Alexander Valavanis | 1 | -3/+6 | |
| 2017-04-15 | Fix behavior of scroling stroke width statusbar indicator with non-px units | eman-mod | 1 | -7/+3 | |
| Fixed bugs: - https://launchpad.net/bugs/1671877 (bzr r15622) | |||||
| 2017-01-21 | Fix "swap fill and stroke" for multiple objects in selection | alexandru.roman | 1 | -56/+1 | |
| Add verb and shortcut possibility Fixed bugs: - https://launchpad.net/bugs/367360 - https://launchpad.net/bugs/675690 (bzr r15428) | |||||
| 2016-11-09 | Enable swapping of fill and stroke when one is a mesh. | Tavmjong Bah | 1 | -0/+6 | |
| (bzr r15230) | |||||
| 2016-10-09 | Provide simple "preview" for mesh gradients. | Tavmjong Bah | 1 | -2/+2 | |
| (bzr r15157) | |||||
| 2016-09-27 | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation. | Tavmjong Bah | 1 | -2/+2 | |
| Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -8/+3 | |
| (bzr r15034) | |||||
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -8/+0 | |
| (bzr r15023.2.8) | |||||
| 2016-07-28 | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 1 | -37/+0 | |
| (bzr r15023.2.6) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+8 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -8/+1 | |
| (bzr r15025) | |||||
| 2016-05-17 | GTK3: Give names to more widgets. | Tavmjong Bah | 1 | -0/+1 | |
| (bzr r14896) | |||||
| 2016-04-11 | Hackfest 2016: fix critical warning on startup | Krzysztof Kosi??ski | 1 | -13/+11 | |
| (bzr r14780) | |||||
| 2015-03-01 | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 1 | -2/+2 | |
| <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956) | |||||
| 2014-12-25 | Remove sp_style_new(). | Tavmjong Bah | 1 | -14/+12 | |
| (bzr r13822.1.6) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -36/+35 | |
| (bzr r13820) | |||||
| 2014-12-21 | Purge sp_desktop_canvas | Liam P. White | 1 | -2/+2 | |
| (bzr r13811) | |||||
| 2014-12-21 | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 1 | -1/+1 | |
| (bzr r13810) | |||||
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+1 | |
| (bzr r13809) | |||||
| 2014-11-24 | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 1 | -1/+1 | |
| for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | |||||
| 2014-10-14 | Fix crash with GTK+ 3.14 on launch | Bryce Harrington | 1 | -1/+3 | |
| Patch from Liam to check for undefined desktop during startup. ** (inkscape:57708): CRITICAL **: SPCanvas* sp_desktop_canvas(const SPDesktop*): assertion 'desktop != NULL' failed Fixes: https://bugs.launchpad.net/inkscape/+bug/1375085 Fixed bugs: - https://launchpad.net/bugs/1375085 (bzr r13611) | |||||
| 2014-10-02 | i18n. Fix for Bug #380522 (strings that need to be fixed for translation). | Nicolas Dufour | 1 | -1/+5 | |
| Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576) | |||||
| 2014-08-30 | Fix modelines | Alex Valavanis | 1 | -2/+2 | |
| (bzr r13341.1.183) | |||||
