| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Check knot's pattern still exists before update | Nathan Lee | 2019-07-15 | 1 | -2/+9 |
| | | | | | | | | Stop crash when pattern changed via swatch palette, and knot is still present. https://gitlab.com/inkscape/inkscape/issues/70 | ||||
| * | Add knot ungrabbed event | Jabiertxof | 2019-05-20 | 1 | -1/+9 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -19/+13 |
| | | |||||
| * | 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 | ||||
| * | KnotHolder: fix knots selection status when a knot is clicked without Shift | Antonio Ospite | 2018-11-01 | 1 | -24/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When there are already selected knots, and _another_ knot is clicked without the Shift key pressed, the user would expects the previously selected knots to be unselected immediately, but this does not happen until the mouse button is released. Steps to replicate: 1. Change size of a rect using one corner. 2. Change the size using the opposite corner (without pressing Shift). Observed behavior: The first corner looks still selected during grab. Expected behavior: The first corner gets unelected as soon as the mouse button is pressed.. This happens because the knots selection status is not updated until the mouse button is released, i.e. in the click/ungrabbed signal handler. In order to have a more immediate feedback of the knot selection status, add a "mousedown" signal handler and update the selection status in there. While at it also remove the knot_holder local variable in knot_clicked_handler() which seems to be unnecessary. | ||||
| * | KnotHolder: remove stale comment | Antonio Ospite | 2018-11-01 | 1 | -1/+0 |
| | | | | | | The code in knot_ungrabbed_handler does not use the click signal, so the comment does not apply there. | ||||
| * | KnotHolder: misc cosmetic cleanups | Antonio Ospite | 2018-11-01 | 1 | -4/+4 |
| | | | | | Remove some trailing spaces and reindent with spaces instad of tabs. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Allow FER edition on canvas | Marc Jeanmougin | 2018-04-28 | 1 | -0/+12 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -19/+26 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix the editing of clipping and masking objects | Stefano Facchini | 2017-10-01 | 1 | -3/+10 |
| | | | | | | | | | By passing along an edit_transform matrix, as done for clipping paths. Cleanups: - remove some unused methods - use member initialization | ||||
| * | Fix a bug with select knots and modifiers | Jabier Arraiza | 2017-07-04 | 1 | -16/+22 |
| | | |||||
| * | Improving CR feedback. thanks! | Jabier Arraiza | 2017-07-01 | 1 | -14/+60 |
| | | |||||
| * | Finish add selectable knot shapes | Jabier Arraiza | 2017-07-01 | 1 | -1/+0 |
| | | |||||
| * | working on knots selection | Jabier Arraiza | 2017-07-01 | 1 | -0/+12 |
| | | |||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -4/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+4 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -4/+0 |
| | | | | (bzr r15025) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2015-03-15 | 1 | -1/+2 |
| | | | | (bzr r14006) | ||||
| * | Update to trunk r13638 | Liam P. White | 2014-10-25 | 1 | -43/+49 |
| |\ | | | | | (bzr r13341.1.286) | ||||
| | * | Initial removal of box3d outdated GTKish macros. | Jon A. Cruz | 2014-10-24 | 1 | -30/+45 |
| | | | | | | | (bzr r13634) | ||||
| * | | Update to experimental r13460 | Liam P. White | 2014-08-06 | 1 | -6/+26 |
| |\| | | | | | (bzr r13090.1.98) | ||||
| | * | Allow editing of fill and stroke patterns simultaneously. Fixes #601336, ↵ | Liam P. White | 2014-08-04 | 1 | -6/+26 |
| | | | | | | | | | | | | | | | | | | | | | #604025, #486192 Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/604025 - https://launchpad.net/bugs/486192 (bzr r13489) | ||||
| * | | I'm an idiot | Liam P. White | 2014-07-31 | 1 | -1/+1 |
| | | | | | | | (bzr r13090.1.97) | ||||
| * | | Minor things | Liam P. White | 2014-04-15 | 1 | -2/+9 |
| | | | | | | | (bzr r13090.1.58) | ||||
| * | | Prevent crash on "three knot" issue | Liam P. White | 2014-04-04 | 1 | -3/+8 |
| | | | | | | | (bzr r13090.1.47) | ||||
| * | | Begin first stage of resolving issue with duplicate knots | Liam P. White | 2014-04-04 | 1 | -6/+8 |
| |/ | | | (bzr r13090.1.46) | ||||
| * | First step of refactoring SPKnot. | Markus Engel | 2014-03-27 | 1 | -3/+1 |
| | | | | (bzr r13223) | ||||
| * | Added some consts. Turned functions to member functions. | Markus Engel | 2014-03-02 | 1 | -4/+4 |
| | | | | (bzr r13089) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -4/+4 |
| | | | | (bzr r12785) | ||||
| * | Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵ | Tavmjong Bah | 2013-10-08 | 1 | -1/+1 |
| | | | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670) | ||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -1/+1 |
| | | | | (bzr r12660) | ||||
| * | Reactivated independent reference counting in the SPObject tree. | Markus Engel | 2013-04-08 | 1 | -2/+5 |
| | | | | (bzr r11608.1.88) | ||||
| * | Merged Shape and subclasses. Cleaned up a bit. | Markus Engel | 2013-04-05 | 1 | -2/+2 |
| | | | | (bzr r11608.1.76) | ||||
| * | Header cleaning for GTK+3 migration | Alex Valavanis | 2012-06-05 | 1 | -0/+1 |
| | | | | (bzr r11460) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -25/+38 |
| | | | | (bzr r11316) | ||||
| * | Additional cleanup. | Jon A. Cruz | 2012-04-10 | 1 | -2/+2 |
| | | | | (bzr r11206) | ||||
| * | fix possible crasher in knot_clicked_handler | Johan B. C. Engelen | 2012-04-07 | 1 | -11/+12 |
| | | | | (bzr r11174) | ||||
| * | remove no longer needed knotholderentity complication | Johan B. C. Engelen | 2012-04-07 | 1 | -7/+1 |
| | | | | (bzr r11171) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| | | | | (bzr r10963) | ||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+2 |
| | | | | (bzr r10659) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -4/+2 |
| | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466) | ||||
| * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -6/+6 |
| | | | | (bzr r10060) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -13/+15 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | SPShape c++ified to the extent it was possible and more changes done for XML ↵ | Abhishek Sharma Public | 2010-07-14 | 1 | -2/+2 |
| | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7) | ||||
| | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -1/+2 |
| | | | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -2/+2 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -3/+3 |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | 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) | ||||
