summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Header cleanup.Tavmjong Bah2019-02-123-11/+17
|
* Toolbox: Move deprecated VerbAction to separate fileAlexander Valavanis2019-02-103-0/+269
|
* Allow InkscapeApplication to track current document, selection, and desktop.Tavmjong Bah2019-01-302-6/+1
|
* Timestamp: Switch to std::shared_ptr.Emmanuel Gil Peyrot2019-01-241-1/+1
|
* Event: Switch all call sites from Util::ptr_shared to char const* or ↵Emmanuel Gil Peyrot2019-01-241-5/+4
| | | | std::shared_ptr.
* Remove helper/window.h helper/window.cppTavmjong Bah2019-01-093-111/+0
|
* modernize loops (2)Marc Jeanmougin2019-01-021-9/+9
|
* modernize loopsMarc Jeanmougin2019-01-023-42/+42
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-094-145/+1
|
* Fix compiling bugJabiertxof2018-11-092-5/+14
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-092-94/+40
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* Clarify licensesMax Gaukler2018-11-0830-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 Arraiza2018-11-062-27/+40
| | | | searching.svg for loading symbols
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* fix vi modelines: encoding -> fileencodingThomas Holder2018-10-155-13/+5
|
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-2/+0
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-015-17/+1
|
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-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 eliminateThomas Holder2018-09-271-5/+2
|
* Fix PDF bitmap export (inverted y-axis)Thomas Holder2018-09-261-7/+7
| | | | https://bugs.launchpad.net/inkscape/+bug/1794298
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-131-1/+1
|\
| * Several more typosluz.paz2018-09-111-1/+1
| |
* | New option to invert y-axisThomas Holder2018-09-122-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 additionsMartin Owens2018-09-111-1/+2
|
* Remove unneeded sp-marshal.{h,cpp}.mingwEduard Braun2018-09-112-398/+0
|
* Fix opacity of rasterized filters in PDF exportEduard Braun2018-08-281-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 symbolsJabiertxo Arraiza Cenoz2018-08-041-3/+0
|
* Remove XGD_DATA_DIR as sugestion of su_vJabier Arraiza2018-07-311-1/+7
|
* Refactor fo theme switcherJabier Arraiza2018-07-271-13/+4
|
* Working on iconsJabiertxo Arraiza Cenoz2018-07-271-1/+4
|
* Fixing paths to allow themes and icons inside main inkscape instalation not ↵Jabier Arraiza2018-07-261-4/+0
| | | | only at home
* Fixing coding styleJabier Arraiza2018-07-212-16/+17
|
* Working on themesJabier Arraiza2018-07-212-2/+27
|
* adding gtk-themeJabier Arraiza2018-07-214-2/+162
|
* Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-201-2/+2
|
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-201-2/+2
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-182-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 Peyrot2018-06-181-2/+2
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-189-55/+55
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* ZoomToolbar: C++ify and GtkAction migrationAlexander Valavanis2018-06-172-1/+44
|
* Misc. typosluz.paz2018-05-141-1/+1
| | | Found via `codespell` and `grep`
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-0410-31/+31
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-2910-31/+31
|
* Erase rejected filesJabier Arraiza2018-04-071-38/+0
|
* Add LPE Dash StrokeJabier Arraiza2018-04-011-0/+38
|
* Fix fillet chamfer LPE bug on adding points to pathsJabier Arraiza2018-03-311-3/+17
|
* Add lots of README's.Tavmjong Bah2018-03-301-0/+8
|
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-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] libsrcdirFelipe Corrêa da Silva Sanches2018-03-171-2/+3
|
* [meson-build] wip: sp-object, sp-marshal and lib_helperFelipe Corrêa da Silva Sanches2018-03-171-0/+58
|