| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -2/+2 |
| | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -1/+1 |
| | | | | (bzr r13341.5.3) | ||||
| * | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -2/+2 |
| | | | | (bzr r13341.5.1) | ||||
| * | Change my mind on the solution to the bug, protect all selection additions. | Martin Owens | 2014-01-08 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12894) | ||||
| * | Remove warning on bbox and allow empty bound selection to clear existing ↵ | Martin Owens | 2013-10-31 | 1 | -8/+6 |
| | | | | | | | | | selection. Fixed bugs: - https://launchpad.net/bugs/1243408 (bzr r12755) | ||||
| * | Make sure selection->setList checks for dupes by routing to selection->addList. | Martin Owens | 2013-09-24 | 1 | -11/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1229678 (bzr r12586) | ||||
| * | reduce variable scope | Johan B. C. Engelen | 2013-08-03 | 1 | -3/+3 |
| | | | | (bzr r12464) | ||||
| * | Use Jon Cruz info about OptRect to correctly get area height and width | Martin Owens | 2013-07-12 | 1 | -5/+5 |
| | | | | (bzr r12417) | ||||
| * | Change small to sml to fix windows compile problem | Martin Owens | 2013-07-11 | 1 | -3/+3 |
| | | | | (bzr r12415) | ||||
| * | Remove align point, not required any more | Martin Owens | 2013-07-11 | 1 | -1/+0 |
| | | | | (bzr r12414) | ||||
| * | Step 2 refactoring the align functions, added some functionality to selection. | Martin Owens | 2013-07-11 | 1 | -0/+30 |
| | | | | (bzr r12413) | ||||
| * | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 1 | -7/+7 |
| | | | | | | based on merge request code review and feedback (bzr r12387.1.7) | ||||
| * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -8/+8 |
| | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | ||||
| * | cppcheck | Kris De Gussem | 2013-03-16 | 1 | -1/+0 |
| | | | | (bzr r12217) | ||||
| * | Selector tool: improve responsiveness for snapping a path's internal ↵ | Diederik van Lierop | 2012-12-08 | 1 | -33/+1 |
| | | | | | | intersections (was unbearable already for paths having 20+ segments) (bzr r11937) | ||||
| * | remove superfluous RectHull | Johan B. C. Engelen | 2012-02-19 | 1 | -10/+6 |
| | | | | (bzr r11001) | ||||
| * | move helper/recthull.h to 2geom/rect-hull.h | Johan B. C. Engelen | 2012-02-19 | 1 | -1/+1 |
| | | | | (bzr r10996) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -1/+1 |
| | | | | (bzr r10987) | ||||
| * | implement some switches between visual bbox and geometric bbox, depending on ↵ | Alvin Penner | 2012-02-04 | 1 | -1/+6 |
| | | | | | | | | | prefs (Bug 906952) Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10935) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -5/+2 |
| | | | | (bzr r10697) | ||||
| * | 1) Fix absolute scaling in transform dialog | Diederik van Lierop | 2011-09-04 | 1 | -0/+10 |
| | | | | | | 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -24/+22 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Refactoring of the snapping preferences; mainly about storing all toggles in ↵ | Diederik van Lierop | 2011-08-22 | 1 | -6/+6 |
| | | | | | | a single array, instead of each having its own member variable (bzr r10569) | ||||
| * | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+1 |
| | | | | (bzr r10347.1.2) | ||||
| * | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+1 |
| | | | | (bzr r10347.1.1) | ||||
| * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -7/+7 |
| | | | | (bzr r10064) | ||||
| * | 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 | -5/+6 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -5/+5 |
| | | | | | | | | | | | 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) | ||||
| * | | Avoid self-snapping when dragging a rotation center, and draw the rotation ↵ | Diederik van Lierop | 2010-07-24 | 1 | -0/+2 |
| |/ | | | | | center at the snapped position (bzr r9641) | ||||
| * | - "Snap nodes or handles" button now also includes smooth nodes | Diederik van Lierop | 2010-05-21 | 1 | -4/+10 |
| | | | | | | - Improved snap tooltips (bzr r9440) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -12/+12 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | Small snap bug has been eliminated, flowed text snapping now uses baseline, ↵ | Diederik van Lierop | 2009-12-30 | 1 | -3/+3 |
| | | | | | | replacing tabs by spaces, removing some commented lines (bzr r8925) | ||||
| * | Major simplification of 3D box code. | Maximilian Albert | 2009-12-26 | 1 | -32/+17 |
| | | | | (bzr r8911) | ||||
| * | Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵ | Maximilian Albert | 2009-12-26 | 1 | -1/+1 |
| | | | | | | perspectives. (bzr r8910) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -16/+16 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -5/+5 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -29/+34 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -41/+17 |
| | | | | (bzr r6884) | ||||
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 1 | -4/+29 |
| | | | | (bzr r6836) | ||||
| * | Remove debugging messages | Maximilian Albert | 2008-08-18 | 1 | -2/+0 |
| | | | | (bzr r6689) | ||||
| * | Many debugging messages | Maximilian Albert | 2008-08-18 | 1 | -0/+2 |
| | | | | (bzr r6661) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -7/+7 |
| | | | | (bzr r6569) | ||||
| * | Remove now obsolete functions | Maximilian Albert | 2008-07-29 | 1 | -8/+0 |
| | | | | (bzr r6458) | ||||
| * | First step towards making helper paths for LPE items work better | Maximilian Albert | 2008-06-16 | 1 | -0/+8 |
| | | | | (bzr r5954) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| | | | | (bzr r5915) | ||||
| * | Make grouped 3D boxes work correctly when transformed (fixes: LP 188991) | Maximilian Albert | 2008-03-19 | 1 | -8/+67 |
| | | | | (bzr r5122) | ||||
| * | Bug fix: prevent perspectives from being transformed more than once (by ↵ | Maximilian Albert | 2007-12-23 | 1 | -0/+11 |
| | | | | | | keeping track of selected boxes and their transformations). (bzr r4291) | ||||
