| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 1 | -1/+0 |
| | | |||||
| * | fix vi modelines: encoding -> fileencoding | Thomas Holder | 2018-10-15 | 5 | -13/+5 |
| | | |||||
| * | Move macros.h and remove unneeded macros | Eduard Braun | 2018-10-01 | 1 | -2/+0 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 5 | -17/+1 |
| | | |||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -3/+3 |
| | | | | | | | | | 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 | ||||
| * | SP_ACTIVE_DESKTOP: check for NULL or eliminate | Thomas Holder | 2018-09-27 | 1 | -5/+2 |
| | | |||||
| * | Fix PDF bitmap export (inverted y-axis) | Thomas Holder | 2018-09-26 | 1 | -7/+7 |
| | | | | | https://bugs.launchpad.net/inkscape/+bug/1794298 | ||||
| * | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape | Marc Jeanmougin | 2018-09-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Several more typos | luz.paz | 2018-09-11 | 1 | -1/+1 |
| | | | |||||
| * | | New option to invert y-axis | Thomas Holder | 2018-09-12 | 2 | -8/+10 |
| |/ | | | | | | | | | 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 | ||||
| * | Refactor xml editor, improve UI and prepare for future additions | Martin Owens | 2018-09-11 | 1 | -1/+2 |
| | | |||||
| * | Remove unneeded sp-marshal.{h,cpp}.mingw | Eduard Braun | 2018-09-11 | 2 | -398/+0 |
| | | |||||
| * | Fix opacity of rasterized filters in PDF export | Eduard Braun | 2018-08-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Opacity was applied thrice: 1. when rendering the filter to a pixbuf (i.e. transparency was baked into the bitmap) 2. when rendering this pixbuf onto a cairo surface 3. when actually rendering the (now doubly opaque) item Avoid 1. and 2. and only apply opacity once. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/381677 | ||||
| * | Fix missing icons and warning on ico size in symbols | Jabiertxo Arraiza Cenoz | 2018-08-04 | 1 | -3/+0 |
| | | |||||
| * | Remove XGD_DATA_DIR as sugestion of su_v | Jabier Arraiza | 2018-07-31 | 1 | -1/+7 |
| | | |||||
| * | Refactor fo theme switcher | Jabier Arraiza | 2018-07-27 | 1 | -13/+4 |
| | | |||||
| * | Working on icons | Jabiertxo Arraiza Cenoz | 2018-07-27 | 1 | -1/+4 |
| | | |||||
| * | Fixing paths to allow themes and icons inside main inkscape instalation not ↵ | Jabier Arraiza | 2018-07-26 | 1 | -4/+0 |
| | | | | | only at home | ||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 2 | -16/+17 |
| | | |||||
| * | Working on themes | Jabier Arraiza | 2018-07-21 | 2 | -2/+27 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 4 | -2/+162 |
| | | |||||
| * | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -2/+2 |
| | | |||||
| * | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 2 | -20/+20 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 9 | -55/+55 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | ZoomToolbar: C++ify and GtkAction migration | Alexander Valavanis | 2018-06-17 | 2 | -1/+44 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-05-14 | 1 | -1/+1 |
| | | | | Found via `codespell` and `grep` | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 10 | -31/+31 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 10 | -31/+31 |
| | | |||||
| * | Erase rejected files | Jabier Arraiza | 2018-04-07 | 1 | -38/+0 |
| | | |||||
| * | Add LPE Dash Stroke | Jabier Arraiza | 2018-04-01 | 1 | -0/+38 |
| | | |||||
| * | Fix fillet chamfer LPE bug on adding points to paths | Jabier Arraiza | 2018-03-31 | 1 | -3/+17 |
| | | |||||
| * | Add lots of README's. | Tavmjong Bah | 2018-03-30 | 1 | -0/+8 |
| | | |||||
| * | Removing sample meson build files. | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -59/+0 |
| | | | | | | | | | | | These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY | ||||
| * | [meson-build] libsrcdir | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -2/+3 |
| | | |||||
| * | [meson-build] wip: sp-object, sp-marshal and lib_helper | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -0/+58 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 3 | -10/+12 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -2/+2 |
| | | | | Found via `codespell` | ||||
| * | sp-marshal: fix deprecation | Alexander Valavanis | 2017-12-25 | 1 | -1/+1 |
| | | |||||
| * | license fix | Eduard Braun | 2017-11-26 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'luzpaz/inkscape-typos' (!119) | Eduard Braun | 2017-11-07 | 5 | -6/+6 |
| |\ | |||||
| | * | Misc. typos | Unknown | 2017-11-07 | 5 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | | Change abs to std::abs to fix warnings | Simon Wells | 2017-11-04 | 1 | -2/+2 |
| |/ | |||||
| * | Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscape | Marc Jeanmougin | 2017-10-20 | 1 | -2/+1 |
| |\ | |||||
| | * | Replace boost::scoped_ptr | Jan Lingscheid | 2017-10-17 | 1 | -2/+1 |
| | | | | | | | | | | | This replaces all usage of boost::scoped_ptr with std::unique_ptr. Also removes the corresponding includes. | ||||
| * | | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 |
| |/ | |||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 2 | -13/+14 |
| | | |||||
| * | remove helper/gnome-utils.* | Marc Jeanmougin | 2017-09-29 | 3 | -151/+0 |
| | | |||||
| * | Include the prefix.h defines in gettext config | Ted Gould | 2017-08-05 | 1 | -1/+5 |
| | | |||||
