| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow the center handle to be selectable for items having a width or height ↵ | Diederik van Lierop | 2011-03-06 | 1 | -0/+6 |
| | | | | | | | | close to zero (i.e. lines, dots) Before I fixed this the center handle used to be burried underneath the other handles (bzr r10081) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -9/+9 |
| | | | | (bzr r10025) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -5/+3 |
| | | | | | | header. (bzr r9978.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) | ||||
| * | Merge from trunk | Ted Gould | 2010-03-26 | 1 | -15/+44 |
| |\ | | | | | (bzr r8254.1.53) | ||||
| | * | Fix regression caused by rev. #9158 (selection of nodes in the node editor ↵ | Diederik van Lierop | 2010-03-21 | 1 | -1/+5 |
| | | | | | | | | | | | by dragging a rectangle using a tablet was broken) (bzr r9219) | ||||
| | * | Fix crash in spray tool caused by rev. 9158 | Diederik van Lierop | 2010-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/537249 (bzr r9181) | ||||
| | * | Fix scrolling with mouse wheel when hovering above a snap-indicator | Diederik van Lierop | 2010-03-06 | 1 | -8/+21 |
| | | | | | | | (bzr r9158) | ||||
| | * | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -8/+20 |
| | | | | | | | (bzr r8846.1.1) | ||||
| * | | Merging in from trunk | Ted Gould | 2009-11-29 | 1 | -1/+1 |
| |\| | | | | | (bzr r8254.1.37) | ||||
| | * | typo in comment | bulia byak | 2009-10-04 | 1 | -1/+1 |
| | | | | | | | (bzr r8711) | ||||
| * | | Experimental pause updating scheme. | Soren Berg | 2009-07-22 | 1 | -0/+5 |
| |/ | | | (bzr r8254.1.20) | ||||
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -148/+2 |
| | | | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | ||||
| * | Fix #338838, in which zooming and panning with the middle mouse button made ↵ | Diederik van Lierop | 2009-03-09 | 1 | -0/+1 |
| | | | | | | Inkscape inrespronsive (bzr r7461) | ||||
| * | Fix bug #291795 again | Diederik van Lierop | 2009-03-03 | 1 | -1/+6 |
| | | | | (bzr r7409) | ||||
| * | Use on-cavas text instead of a tooltip for the snapindicator (fixes some ↵ | Diederik van Lierop | 2009-02-22 | 1 | -23/+0 |
| | | | | | | tooltip annoyances and fixes bug #330252) (bzr r7346) | ||||
| * | After snapping, show a tooltip together with the snap indicator | Diederik van Lierop | 2009-02-15 | 1 | -15/+36 |
| | | | | (bzr r7296) | ||||
| * | - The snap-delay mechanism should now be more robust. From now on, it must ↵ | Diederik van Lierop | 2009-01-25 | 1 | -74/+97 |
| | | | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -1/+1 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | Cmake: Corrections for mistakes | Joshua L. Blocher | 2009-01-09 | 1 | -1/+1 |
| | | | | (bzr r7101) | ||||
| * | 2geomification | Johan B. C. Engelen | 2009-01-02 | 1 | -2/+1 |
| | | | | (bzr r7056) | ||||
| * | Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32 | Jon A. Cruz | 2008-12-31 | 1 | -1/+1 |
| | | | | (bzr r7049) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -40/+51 |
| | | | | (bzr r6891) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -29/+44 |
| | | | | (bzr r6887) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -6/+101 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -7/+8 |
| | | | | (bzr r6884) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -31/+29 |
| | | | | (bzr r6839) | ||||
| * | NR ==> Geom conversion in sp-canvas | Maximilian Albert | 2008-09-18 | 1 | -11/+11 |
| | | | | (bzr r6838) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| | | | | (bzr r6569) | ||||
| * | Add tracking of skew factor and display in warning message. | Jon A. Cruz | 2008-07-27 | 1 | -1/+1 |
| | | | | (bzr r6429) | ||||
| * | fix 248419 | bulia byak | 2008-07-14 | 1 | -1/+1 |
| | | | | (bzr r6303) | ||||
| * | instrument event latency | MenTaLguY | 2008-07-08 | 1 | -0/+14 |
| | | | | (bzr r6231) | ||||
| * | disable motion hints again; still some subtle issues to work out | MenTaLguY | 2008-07-08 | 1 | -7/+4 |
| | | | | (bzr r6230) | ||||
| * | False alarm; re-enable them | MenTaLguY | 2008-07-08 | 1 | -1/+1 |
| | | | | (bzr r6224) | ||||
| * | disable motion hints again | MenTaLguY | 2008-07-08 | 1 | -1/+1 |
| | | | | (bzr r6223) | ||||
| * | I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK | MenTaLguY | 2008-07-08 | 1 | -5/+6 |
| | | | | (bzr r6222) | ||||
| * | disable motion hints again | MenTaLguY | 2008-07-08 | 1 | -1/+1 |
| | | | | (bzr r6221) | ||||
| * | enable safe support for motion hints | MenTaLguY | 2008-07-08 | 1 | -10/+33 |
| | | | | (bzr r6218) | ||||
| * | whitespace | bulia byak | 2008-06-24 | 1 | -17/+15 |
| | | | | (bzr r6053) | ||||
| * | switch to 32bpp canvasbuf, create cairo context for it, optionally output to ↵ | bulia byak | 2008-06-24 | 1 | -28/+59 |
| | | | | | | screen using cairo too (for now off, as it's slower than gdk) (bzr r6038) | ||||
| * | Updating deprecated type calls. | Jon A. Cruz | 2008-05-06 | 1 | -34/+34 |
| | | | | (bzr r5617) | ||||
| * | suppress warnings when closing a desktop but not program | bulia byak | 2008-04-01 | 1 | -1/+8 |
| | | | | (bzr r5294) | ||||
| * | lay groundwork for non-filter view mode | MenTaLguY | 2008-03-31 | 1 | -9/+4 |
| | | | | (bzr r5265) | ||||
| * | Move 3D box code out of sp-canvas.cpp | Maximilian Albert | 2008-03-09 | 1 | -10/+0 |
| | | | | (bzr r5008) | ||||
| * | fix 198818 | bulia byak | 2008-03-05 | 1 | -2/+4 |
| | | | | (bzr r4968) | ||||
| * | Iron out some rounding errors in the displaying of the rulers and of guides | Diederik van Lierop | 2008-02-05 | 1 | -1/+10 |
| | | | | (bzr r4662) | ||||
| * | 2nd part of the fix for bug #167500: correctly update the rulers when they ↵ | Diederik van Lierop | 2008-01-30 | 1 | -7/+7 |
| | | | | | | change size (bzr r4621) | ||||
| * | Partially fix bug #167500 (rulers being off) | Diederik van Lierop | 2008-01-18 | 1 | -2/+2 |
| | | | | (bzr r4557) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -2/+2 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | Warning cleanup (including OFFSET_OF warning) | Jon A. Cruz | 2007-12-01 | 1 | -1/+1 |
| | | | | (bzr r4150) | ||||
