| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use new GdkSeat API and update gimpcolorwheel comments | Alexander Valavanis | 2017-07-10 | 1 | -1/+12 |
| | | |||||
| * | Improving CR feedback. thanks! | Jabier Arraiza | 2017-07-01 | 1 | -2/+0 |
| | | |||||
| * | Finish add selectable knot shapes | Jabier Arraiza | 2017-07-01 | 1 | -0/+1 |
| | | |||||
| * | working on knots selection | Jabier Arraiza | 2017-07-01 | 1 | -6/+2 |
| | | |||||
| * | Starting selectable knots | Jabier Arraiza | 2017-06-30 | 1 | -9/+34 |
| | | |||||
| * | This commit fixes bug #1657874 | Jabiertxof | 2017-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | | Title Missing handles after reset of rotation center Whats the bug: In a previous commit I do, I change a event on knots from onmove to onmousedown. this seems ok but the problem were if the user click on rotation center without moving it, the onrelease event has a variable move not set and hide the current knots making the needs to switch the tools to reshow. Is in particular a big problem on little elements where the center knot have a big influence and is very easy to click on it on select. Why do this commit that broke: I want have onmousedown fired to allow meshgradient triangle knots updated on mouse down. What fixes: INstras change the place of the signal, I send back to the original position and create a new signal to fire onmousedow a knot. In the gradient code I change the previous calls from undrag to onmousedown. Fixed bugs: - https://launchpad.net/bugs/1657874 (bzr r15486) | ||||
| * | Fix for bug #1652954 | Jabiertxof | 2016-12-29 | 1 | -2/+0 |
| | | | | | | | | | | | | | Title: Critical warning when dragging a selection handle Affect to trunk(r15238) and 0.92(r15293). Not affect 0.91 Bug: When trying to transform an element we recibe a critical warning, this commit fix it Why: The knot fire two timed the grabber event. Originaly this not happends but in r15238 we add again this event to update triangle knots on click, not only on move. Fix: Remove the original knot grabb event fired after the click event that now is who marck a knot to drag. Fixed bugs: - https://launchpad.net/bugs/1652954 (bzr r15371) | ||||
| * | Add update_helperpaths not member of nodetool class to easy call from outside | Jabier Arraiza Cenoz | 2016-12-19 | 1 | -10/+2 |
| | | | | (bzr r15335) | ||||
| * | Add triangle knot. | Jabier Arraiza Cenoz | 2016-12-03 | 1 | -1/+8 |
| | | | | (bzr r15293) | ||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -38/+3 |
| |\ | | | | | (bzr r15038) | ||||
| | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -38/+3 |
| | | | | | | | (bzr r15023.2.8) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -2/+0 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+2 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -2/+0 |
| |/ | | | (bzr r15025) | ||||
| * | Cleanup spurious indentation | Diederik van Lierop | 2015-07-25 | 1 | -121/+121 |
| | | | | (bzr r14256) | ||||
| * | SPKnot no longer consumes all GDK_KEY_PRESS events | Diederik van Lierop | 2015-07-25 | 1 | -1/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1164964 (bzr r14255) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_controls | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13819) | ||||
| * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | (bzr r13341.1.253) | ||||
| * | This push add suport to helper paths redraw to nodes, handles and knots. | Jabier Arraiza Cenoz | 2014-09-29 | 1 | -0/+10 |
| | | | | | | This redraw at mouse movement. Whith knots also redraw at button release event (bzr r13341.1.227) | ||||
| * | Reduce header bloat | Alex Valavanis | 2014-08-30 | 1 | -0/+1 |
| | | | | (bzr r13341.1.184) | ||||
| * | Add in some debugging code that will complain when deleted knots are ↵ | Liam P. White | 2014-08-07 | 1 | -0/+3 |
| | | | | | | accessed by snap handler (bzr r13341.1.120) | ||||
| * | Revert fix for 1309050 since it causes other regressions... | Liam P. White | 2014-07-21 | 1 | -2/+2 |
| | | | | (bzr r13457) | ||||
| * | Workarounds for crash bugs 1309050, 601336; will fix properly in experimental | Liam P. White | 2014-07-19 | 1 | -1/+4 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/1309050 (bzr r13455) | ||||
| * | Further refactored SPKnot. | Markus Engel | 2014-03-28 | 1 | -32/+34 |
| | | | | (bzr r13226) | ||||
| * | First step of refactoring SPKnot. | Markus Engel | 2014-03-27 | 1 | -371/+266 |
| | | | | (bzr r13223) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -1/+1 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -3/+3 |
| | | | | (bzr r12782) | ||||
| * | Allow pixmaps to specify their width and height to control/knots. Allows ↵ | Martin Owens | 2013-09-28 | 1 | -25/+5 |
| | | | | | | non-square nodes. (bzr r12605) | ||||
| * | Step 1. Remove junk and keep functionality. | Martin Owens | 2012-11-30 | 1 | -0/+1 |
| | | | | (bzr r11894.1.1) | ||||
| * | Bug #781893 (Crash after moving a Bezier node after Knot path effect) | Kris De Gussem | 2012-07-12 | 1 | -20/+20 |
| | | | | | | Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust. (bzr r11547) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Migrate to new device pointer API for GTK+ 3 | Alex Valavanis | 2012-06-23 | 1 | -0/+11 |
| | | | | (bzr r11511) | ||||
| * | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 2012-06-09 | 1 | -1/+1 |
| | | | | (bzr r11469.1.1) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -1/+1 |
| | | | | (bzr r11318) | ||||
| * | Adopt obsolete GtkAnchorType enum as SPAnchorType | Alex Valavanis | 2012-04-10 | 1 | -2/+2 |
| | | | | (bzr r11207) | ||||
| * | Replace deprecated gdk_cursor_unref | Alex Valavanis | 2012-04-09 | 1 | -0/+4 |
| | | | | (bzr r11196) | ||||
| * | Replace deprecated GDK key symbols | Alex Valavanis | 2012-04-09 | 1 | -1/+5 |
| | | | | (bzr r11194) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-25 | 1 | -2/+2 |
| | | | | (bzr r11011) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -37/+1 |
| | | | | (bzr r10697) | ||||
| * | GTK+ cleanup: gtk_object_set | Alex Valavanis | 2011-07-02 | 1 | -11/+11 |
| | | | | (bzr r10405) | ||||
| * | Replace deprecated GtkSignal | Alex Valavanis | 2011-06-13 | 1 | -2/+2 |
| | | | | (bzr r10282.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -3/+4 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| * | | Prevent context menu and keyboard shortcuts from interrupting grabs | Krzysztof Kosi??ski | 2010-10-31 | 1 | -1/+1 |
| |/ | | | (bzr r9869) | ||||
| * | moved some marshalling functions to generic glib calls | Nathan Hurst | 2010-04-29 | 1 | -4/+4 |
| | | | | (bzr r9389) | ||||
| * | Implementation of snap delay mechanism for guides | Diederik van Lierop | 2010-02-14 | 1 | -1/+1 |
| | | | | (bzr r9088) | ||||
| * | Finally introducing the pre-snap indicator | Diederik van Lierop | 2010-01-30 | 1 | -56/+56 |
| | | | | (bzr r9034) | ||||
| * | Make the snap delay mechanism easier to implement for the devs, and get rid ↵ | Diederik van Lierop | 2009-07-18 | 1 | -18/+3 |
| | | | | | | of the related warning messages (bzr r8302) | ||||
