summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-303-10/+12
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-2/+2
| | | Found via `codespell`
* sp-marshal: fix deprecationAlexander Valavanis2017-12-251-1/+1
|
* license fixEduard Braun2017-11-262-2/+2
|
* Merge branch 'luzpaz/inkscape-typos' (!119)Eduard Braun2017-11-075-6/+6
|\
| * Misc. typosUnknown2017-11-075-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 warningsSimon Wells2017-11-041-2/+2
|/
* Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscapeMarc Jeanmougin2017-10-201-2/+1
|\
| * Replace boost::scoped_ptrJan Lingscheid2017-10-171-2/+1
| | | | | | | | | | This replaces all usage of boost::scoped_ptr with std::unique_ptr. Also removes the corresponding includes.
* | Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
|/
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-012-13/+14
|
* remove helper/gnome-utils.*Marc Jeanmougin2017-09-293-151/+0
|
* Include the prefix.h defines in gettext configTed Gould2017-08-051-1/+5
|
* Merge branch 'master' into shortcutsEduard Braun2017-07-092-1/+3
|\
| * Allows one to use Super, Hyper and Meta key modifiers in shortcutsMarc Jeanmougin2017-06-291-0/+6
| |
| * Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis2017-06-272-1/+3
| |
* | Improve and simplify shortcut handling.Eduard Braun2017-06-231-9/+1
|/ | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
* Use UTF8 encoding for output on windows console.Eduard Braun2017-05-101-11/+12
| | | | | This avoids the misery and frustration of converting to the overly limited ANSI codepages and does not seem to cause any issues so far. (bzr r15682)
* Move functions for switching gettext charset to helper/gettext.hEduard Braun2017-05-072-2/+30
| | | (bzr r15675.1.3)
* Move gettext initialization into separate function so it can be re-used ↵Eduard Braun2017-05-073-2/+131
| | | | | (will come in handy in inkview) (bzr r15675.1.2)
* Add improvement pointed in IRC by Ede_123 to allow defaultables parametes on ↵Jabiertxof2017-05-061-3/+3
| | | | | fillet chamfer (bzr r15668)
* Pre merge fixingJabiertxof2017-05-061-2/+3
| | | (bzr r13645.1.177)
* Updating code to trunkJabiertxof2017-05-061-49/+0
| | | (bzr r13645.1.176)
* Update to trunkJabier Arraiza Cenoz2017-05-051-0/+2
|\ | | | | (bzr r13645.1.174)
* | update to trunkJabier Arraiza Cenoz2017-01-252-1/+8
|\| | | | | (bzr r13645.1.168)
| * Adding baseJabiertxof2017-01-052-1/+8
| | | | | | (bzr r15392.1.1)
* | Update to new code in trunkJabiertxof2017-01-222-0/+24
| | | | | | (bzr r13645.1.166)
* | Update to trunkJabiertxof2017-01-2111-127/+265
|\| | | | | (bzr r13645.1.165)
| * antialiasing options on exportMarc Jeanmougin2017-01-042-11/+11
| | | | | | (bzr r15391)
| * Handle negative width correctly in tolerance calculationAlexander Brock2016-11-291-1/+1
| | | | | | (bzr r15280.1.6)
| * Make tolerance a parameter on every levelAlexander Brock2016-11-292-7/+38
| | | | | | (bzr r15280.1.5)
| * Fix instability caused by degenerate paths (patch by jabiertxof)Alexander Brock2016-11-291-6/+4
| | | | | | (bzr r15280.1.4)
| * Make tolerance of offset_curve a parameterAlexander Brock2016-11-271-6/+6
| | | | | | (bzr r15280.1.3)
| * Increase tolerance to match old methods precision and improve speedAlexander Brock2016-11-271-2/+2
| | | | | | (bzr r15280.1.2)