| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove "Perspective path" LPE | Thomas Holder | 2018-12-16 | 1 | -310/+0 |
| | | | | | | - unmaintained "test effect", nobody knows how it works - broken with (maybe also without?) yaxisdown=true | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 1 | -1/+0 |
| | | |||||
| * | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 2018-10-01 | 1 | -0/+2 |
| | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -8/+8 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -2/+2 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -0/+3 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+4 |
| | | | | | A lot of header clean-up. | ||||
| * | Use a macro for GtkMM version checks | Alexander Valavanis | 2017-12-25 | 1 | -2/+2 |
| | | |||||
| * | Code formating | Jabiertxof | 2017-04-28 | 1 | -5/+5 |
| | | | | (bzr r15649) | ||||
| * | LPE Gtk3 deprecation fixes | Alex Valavanis | 2017-03-12 | 1 | -2/+15 |
| | | | | (bzr r15587) | ||||
| * | Remove some ocurrences of desktop in knot functions | Jabiertxof | 2016-12-19 | 1 | -3/+2 |
| | | | | (bzr r15337) | ||||
| * | Fix headers on LPE's | Jabiertxof | 2016-12-10 | 1 | -2/+3 |
| | | | | (bzr r15318) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -5/+0 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+0 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+5 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -5/+0 |
| | | | | | | | (bzr r15025) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -1/+1 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -5/+5 |
| |/ | | | (bzr r14954.1.19) | ||||
| * | Fix for bug 1540070 | Jabier Arraiza Cenoz | 2016-03-02 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678) | ||||
| * | Fixed a bug pointed by suv running from comand line, also removed another ↵ | Jabier Arraiza Cenoz | 2014-11-21 | 1 | -2/+3 |
| | | | | | | desktop call (bzr r13743) | ||||
| * | Fixes crash with perspective_lpe | Jabier Arraiza Cenoz | 2014-11-17 | 1 | -16/+24 |
| | | | | (bzr r13725) | ||||
| * | this patch fix the problem whith clips and mask update in live effects. | Jabier Arraiza Cenoz | 2014-09-29 | 1 | -0/+3 |
| | | | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229) | ||||
| * | Fix SP_ACTIVE_DOCUMENT usage (document can be determined from context) | Liam P. White | 2014-08-30 | 1 | -5/+6 |
| | | | | (bzr r13341.1.185) | ||||
| * | Fix bug #1068987 LPE prespective_path crash inkscape | Jabier Arraiza Cenoz | 2014-08-20 | 1 | -3/+99 |
| | | | | (bzr r13341.1.149) | ||||
| * | const .... | Johan B. C. Engelen | 2013-01-17 | 1 | -4/+4 |
| | | | | (bzr r12039) | ||||
| * | Fix "shift disables snapping" for LPEs and for editing objects | Diederik van Lierop | 2012-10-14 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800) | ||||
| * | Removed outdated classes. | Jon A. Cruz | 2012-06-17 | 1 | -0/+2 |
| | | | | | | Pruned header to not introduce extraneous includes. (bzr r11502) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -9/+5 |
| | | | | (bzr r11316) | ||||
| * | cleanup knotholder code for LPEs | Johan B. C. Engelen | 2012-04-07 | 1 | -20/+18 |
| | | | | (bzr r11170) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵ | Maximilian Albert | 2009-12-26 | 1 | -1/+1 |
| | | | | | | perspectives. (bzr r8910) | ||||
| * | decrease header deps | Johan B. C. Engelen | 2009-11-23 | 1 | -0/+1 |
| | | | | (bzr r8842) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -18/+7 |
| | | | | (bzr r6891) | ||||
| * | remove more NR:: from live_effects code | Johan B. C. Engelen | 2008-08-01 | 1 | -2/+2 |
| | | | | (bzr r6515) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -5/+5 |
| | | | | (bzr r6513) | ||||
| * | Make LPE knotholder handles snap | Maximilian Albert | 2008-08-01 | 1 | -2/+4 |
| | | | | (bzr r6506) | ||||
| * | Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵ | Maximilian Albert | 2008-07-29 | 1 | -3/+1 |
| | | | | | | and make inheritance from it a bit less clumsy (bzr r6448) | ||||
| * | update 2geom (svn rev1433) | Johan B. C. Engelen | 2008-07-03 | 1 | -1/+1 |
| | | | | (bzr r6134) | ||||
| * | Handle for PerspectivePath LPE to adjust offset (not ideal yet but better ↵ | Maximilian Albert | 2008-07-02 | 1 | -5/+53 |
| | | | | | | than entering values by hand) (bzr r6120) | ||||
| * | whitespace | Maximilian Albert | 2008-06-12 | 1 | -2/+2 |
| | | | | (bzr r5905) | ||||
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 1 | -14/+2 |
| | | | | | | (many thanks to the french students who made this.) (bzr r5766) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -2/+0 |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | ||||
| * | Set concatenate_before_pwd2 = true in perspective path LPE so that paths ↵ | Maximilian Albert | 2008-04-15 | 1 | -0/+2 |
| | | | | | | don't get split into their subpaths (which gives weird results especially with text) (bzr r5452) | ||||
| * | - Clean up LPE bounding box computing code | Bastien Bouclet | 2008-04-15 | 1 | -5/+22 |
| | | | | | | - Initial work to make the Perspective Path effect work with groups. Still not working correctly due to a bug in the bounding box code. (bzr r5448) | ||||
| * | change doEffect functions to use const& parameters | Johan B. C. Engelen | 2008-04-09 | 1 | -1/+1 |
| | | | | (bzr r5394) | ||||
