| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cppcheck: get rid of more C-style pointer casts | Alex Valavanis | 2012-10-27 | 1 | -0/+1 |
| | | | | (bzr r11840) | ||||
| * | Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object | John Smith | 2012-09-06 | 1 | -0/+1 |
| | | | | (bzr r11655) | ||||
| * | Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time ↵ | John Smith | 2012-09-05 | 1 | -0/+2 |
| | | | | | | only pick (bzr r11652) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -0/+8 |
| | | | | (bzr r11316) | ||||
| * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 1 | -3/+3 |
| | | | | (bzr r10766.1.1) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -6/+4 |
| | | | | (bzr r10696) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 1 | -3/+10 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.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) | ||||
| * | Color preview in cursor | Jasper van de Gronde | 2010-09-06 | 1 | -0/+2 |
| | | | | (bzr r9743) | ||||
| * | Implementation of snap delay mechanism for guides | Diederik van Lierop | 2010-02-14 | 1 | -8/+12 |
| | | | | (bzr r9088) | ||||
| * | Finally introducing the pre-snap indicator | Diederik van Lierop | 2010-01-30 | 1 | -0/+1 |
| | | | | (bzr r9034) | ||||
| * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -34/+34 |
| | | | | | | specified explicitly) (bzr r9014) | ||||
| * | * Implement node snapping. | Krzysztof Kosi??ski | 2010-01-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9) | ||||
| * | Make the snap delay mechanism easier to implement for the devs, and get rid ↵ | Diederik van Lierop | 2009-07-18 | 1 | -3/+1 |
| | | | | | | of the related warning messages (bzr r8302) | ||||
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -1/+54 |
| | | | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | ||||
| * | remove unused | bulia byak | 2009-02-06 | 1 | -1/+0 |
| | | | | (bzr r7240) | ||||
| * | move shape_editor from node context to the parent class, event context | bulia byak | 2009-01-08 | 1 | -2/+1 |
| | | | | (bzr r7096) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -4/+5 |
| | | | | (bzr r6885) | ||||
| * | NR => Geom for (almost all of) event-context.h/.cpp | Johan B. C. Engelen | 2008-08-30 | 1 | -3/+3 |
| | | | | (bzr r6731) | ||||
| * | Debugging messages in event-context for mouse and keyboard interaction | Maximilian Albert | 2008-08-18 | 1 | -0/+2 |
| | | | | (bzr r6665) | ||||
| * | Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+3 |
| | | | | | | selections doesn't work right yet; changing the cursor would also be nice) (bzr r6656) | ||||
| * | add comment | Maximilian Albert | 2008-08-14 | 1 | -1/+1 |
| | | | | (bzr r6619) | ||||
| * | replace separate forward declarations by proper forward.h inclusion | Johan B. C. Engelen | 2008-07-07 | 1 | -3/+2 |
| | | | | (bzr r6214) | ||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 1 | -3/+2 |
| | | | | (bzr r5797) | ||||
| * | (struct SPEventContext, sp-cursor.*): Change xpm arguments from gchar** to ↵ | Peter Moulder | 2007-09-16 | 1 | -1/+1 |
| | | | | | | gchar const *const *. (bzr r3760) | ||||
| * | optional panning by space | bulia byak | 2007-07-29 | 1 | -0/+2 |
| | | | | (bzr r3340) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -0/+1 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | remove color cursors | Josh Andler | 2006-10-19 | 1 | -2/+0 |
| | | | | (bzr r1811) | ||||
| * | initial color cursor implementation (reads from pixbufs, will work on ↵ | Josh Andler | 2006-06-19 | 1 | -0/+2 |
| | | | | | | reading from svg instead) (bzr r1227) | ||||
| * | optimized includes | Ralf Stephan | 2006-01-18 | 1 | -15/+12 |
| | | | | (bzr r16) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+139 |
| (bzr r1) | |||||
