| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Extended resizing to node handles. | Jon A. Cruz | 2012-05-17 | 1 | -0/+17 |
| | | | | (bzr r11375) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -5/+1 |
| | | | | (bzr r11318) | ||||
| * | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 2012-04-15 | 1 | -5/+13 |
| | | | | (bzr r11250) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -2/+1 |
| | | | | (bzr r11030) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -0/+2 |
| | | | | (bzr r10940) | ||||
| * | Patch from John Smith for 623660 | Josh Andler | 2012-01-23 | 1 | -3/+3 |
| | | | | (bzr r10921) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -1/+1 |
| | | | | | | | | 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) | ||||
| * | use shape's curve before LPE as flash path in node tool. so now, you should ↵ | Johan B. C. Engelen | 2011-04-01 | 1 | -2/+3 |
| | | | | | | see a flashing path for all shapes now (bzr r10143) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -0/+1 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+6 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -2/+5 |
| | | | | | | | | | | | 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) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+1 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -2/+2 |
| | | | | | | | | | | | 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) | ||||
| * | | Fix drag & drop from swatches - patch by Adonis Papaderos | Krzysztof Kosi??ski | 2010-11-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/447385 (bzr r9919) | ||||
| * | | Reintroduce plural forms into the node selection description | Krzysztof Kosi??ski | 2010-11-21 | 1 | -4/+9 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/601719 (bzr r9911) | ||||
| * | | Minor documentation update | Krzysztof Kosi??ski | 2010-11-21 | 1 | -1/+11 |
| | | | | | | | (bzr r9908) | ||||
| * | | Fix four minor node tool regressions: | Krzysztof Kosi??ski | 2010-11-18 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Inverted modifier for spatial/linear grow * PgDn/PgUp keyboard shortcuts for grow * Shift during drag disables snapping * Clicking on the background deselects first the nodes and then the path Fixed bugs: - https://launchpad.net/bugs/647498 - https://launchpad.net/bugs/588628 (bzr r9904) | ||||
| * | | 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) | ||||
| * | | Only create / delete shape editors in the node tool when necessary. | Krzysztof Kosi??ski | 2010-10-31 | 1 | -12/+15 |
| | | | | | | | (bzr r9868) | ||||
| * | | Fix pattern editing in the node editor. As a bonus, allow editing | Krzysztof Kosi??ski | 2010-10-31 | 1 | -12/+13 |
| |/ | | | | | of more than one non-path shape at once. (bzr r9867) | ||||
| * | Consistency fix in the tools strings (badly places :). | Nicolas Dufour | 2010-05-26 | 1 | -2/+2 |
| | | | | (bzr r9453) | ||||
| * | Add Ctrl+H as a shortcut for "show handles" in the node tool. | Krzysztof Kosi??ski | 2010-04-02 | 1 | -1/+11 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/324208 (bzr r9277) | ||||
| * | color the original-d path just like a normal path when an LPE is applied. | Johan B. C. Engelen | 2010-02-14 | 1 | -1/+1 |
| | | | | (bzr r9086.1.3) | ||||
| * | Correct fix from r9070 so that it doesn't break path highlighting | Krzysztof Kosi??ski | 2010-02-11 | 1 | -6/+2 |
| | | | | (bzr r9081) | ||||
| * | fix middle button pan and rubberband-zoom in node tool | buliabyak | 2010-02-10 | 1 | -1/+7 |
| | | | | (bzr r9080) | ||||
| * | Fix multiple minor problems in the node tool | Krzysztof Kosi??ski | 2010-02-09 | 1 | -28/+54 |
| | | | | (bzr r9070) | ||||
| * | Add pref settings that control updating the display of paths when dragging | Krzysztof Kosi??ski | 2010-01-31 | 1 | -0/+8 |
| | | | | | | | | | or transforming nodes them. Fixed bugs: - https://launchpad.net/bugs/380762 (bzr r9038) | ||||
| * | Fix some of the LPE issues. | Krzysztof Kosi??ski | 2010-01-22 | 1 | -5/+3 |
| | | | | (bzr r9013) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2010-01-15 | 1 | -7/+7 |
| | | | | (bzr r8981) | ||||
| * | * Add "show transform handles" toggle button. | Krzysztof Kosi??ski | 2010-01-14 | 1 | -0/+1 |
| | | | | | | | * Transform handle mode switching similar to selector tool, when node transform handles are visible. (bzr r8846.2.18) | ||||
| * | * Implement node snapping. | Krzysztof Kosi??ski | 2010-01-10 | 1 | -6/+6 |
| | | | | | | | | | | | | | | * 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) | ||||
| * | Implement selection linear grow | Krzysztof Kosi??ski | 2009-12-26 | 1 | -0/+44 |
| | | | | (bzr r8846.2.8) | ||||
| * | Fix the "show temporary outlines for selected paths" preference. | Krzysztof Kosi??ski | 2009-12-08 | 1 | -3/+1 |
| | | | | (bzr r8846.2.4) | ||||
| * | Fix LPEs and break mask transform undo | Krzysztof Kosi??ski | 2009-12-08 | 1 | -20/+12 |
| | | | | (bzr r8846.2.3) | ||||
| * | Fix mask editing behavior on undo and outline display for masks/clips; | Krzysztof Kosi??ski | 2009-12-05 | 1 | -32/+51 |
| | | | | | | prepare to fix LPE path parameters (bzr r8846.2.2) | ||||
| * | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -0/+563 |
| (bzr r8846.1.1) | |||||
