| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix issue LPE Line Join rendering wrong for arcs line join. ↵ | Jabier Arraiza | 2019-11-07 | 1 | -1/+1 |
| | | | | | https://gitlab.com/inkscape/inkscape/issues/490 | ||||
| * | Eliminate clang warnings | Thomas Holder | 2019-08-23 | 1 | -2/+0 |
| | | | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | ||||
| * | Add paint server dialog. Currently handles patterns and hatches. GSOC 2019. | Valentin Ionita | 2019-08-19 | 1 | -26/+23 |
| | | |||||
| * | reduce usage of desktop coordinates (#341) | Thomas Holder | 2019-08-18 | 1 | -1/+6 |
| | | | | | | | | - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox | ||||
| * | Make doc2dt a document property | Thomas Holder | 2019-07-27 | 1 | -6/+1 |
| | | | | | Closes #340 | ||||
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 2 | -2/+2 |
| | | |||||
| * | Refactoring: call setAttribute() directly. | Shlomi Fish | 2019-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | ||||
| * | Improvemets to GeomPathstroke and Offset LPE | Jabiertxof | 2019-05-21 | 2 | -90/+35 |
| | | |||||
| * | Improvements to Offset LPE | Jabiertxof | 2019-05-20 | 2 | -9/+19 |
| | | |||||
| * | Remove unwanted file | Jabiertxof | 2019-05-20 | 1 | -0/+0 |
| | | |||||
| * | Add knot ungrabbed event | Jabiertxof | 2019-05-20 | 1 | -0/+0 |
| | | |||||
| * | Improvements to geom-pathstroke and offset LPE. | Jabiertxof | 2019-05-17 | 1 | -2/+2 |
| | | |||||
| * | Fix for inbox issue 467 | Jabiertxof | 2019-05-10 | 1 | -0/+4 |
| | | |||||
| * | Some anti-aliasing | Patrick Storz | 2019-03-31 | 2 | -2/+2 |
| | | |||||
| * | Remove "PACKAGE_LOCALE_DIR" environment variable | Patrick Storz | 2019-03-30 | 1 | -2/+0 |
| | | | | | | | | | Likely unneeded, see also https://gitlab.com/inkscape/inkscape/issues/115) If it causes issues we should set the more canonical INKSCAPE_LOCALEDIR instead. | ||||
| * | Fix localization | Marc Jeanmougin | 2019-03-24 | 1 | -2/+2 |
| | | |||||
| * | Header cleanup. | Tavmjong Bah | 2019-02-12 | 3 | -11/+17 |
| | | |||||
| * | Toolbox: Move deprecated VerbAction to separate file | Alexander Valavanis | 2019-02-10 | 3 | -0/+269 |
| | | |||||
| * | Allow InkscapeApplication to track current document, selection, and desktop. | Tavmjong Bah | 2019-01-30 | 2 | -6/+1 |
| | | |||||
| * | Timestamp: Switch to std::shared_ptr. | Emmanuel Gil Peyrot | 2019-01-24 | 1 | -1/+1 |
| | | |||||
| * | Event: Switch all call sites from Util::ptr_shared to char const* or ↵ | Emmanuel Gil Peyrot | 2019-01-24 | 1 | -5/+4 |
| | | | | | std::shared_ptr. | ||||
| * | Remove helper/window.h helper/window.cpp | Tavmjong Bah | 2019-01-09 | 3 | -111/+0 |
| | | |||||
| * | modernize loops (2) | Marc Jeanmougin | 2019-01-02 | 1 | -9/+9 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 3 | -42/+42 |
| | | |||||
| * | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 4 | -145/+1 |
| | | |||||
| * | Fix compiling bug | Jabiertxof | 2018-11-09 | 2 | -5/+14 |
| | | |||||
| * | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 2018-11-09 | 2 | -94/+40 |
| | | | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 30 | -149/+159 |
| | | | | | | | - 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 | ||||
| * | Fix icon loader to allow inverse color in symbolic icons. Also added ↵ | Jabier Arraiza | 2018-11-06 | 2 | -27/+40 |
| | | | | | searching.svg for loading symbols | ||||
| * | 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 |
| | | |||||
