index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
desktop.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
2010-04-06
1
-8
/
+11
*
Coords: fix SPDesktop::point() method
Krzysztof Kosi??ski
2010-04-04
1
-2
/
+2
*
Fix behavior when loading a document
Krzysztof Kosi??ski
2010-04-03
1
-1
/
+0
*
Initial fix for the inverted coordinate system bug
Krzysztof Kosi??ski
2010-04-03
1
-8
/
+6
*
Cleanup on id access.
Jon A. Cruz
2010-03-02
1
-1
/
+1
*
Whitespace cleanup.
Jon A. Cruz
2010-01-15
1
-1
/
+1
*
* Merge from trunk
Krzysztof Kosi??ski
2010-01-14
1
-2
/
+7
|
\
|
*
C++-ification pass.
Jon A. Cruz
2010-01-08
1
-2
/
+4
|
*
- new: Print Colors Preview Dialog and rendermode
Felipe Corr??a da Silva Sanches
2009-12-11
1
-0
/
+3
*
|
Comment cleanup
Krzysztof Kosi??ski
2009-12-23
1
-5
/
+3
*
|
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
2009-11-29
1
-65
/
+29
|
/
*
remove registerEditWidget, move this to SPDesktop::init instead; a noop chang...
bulia byak
2009-10-25
1
-1
/
+3
*
Patch by Adib for 238796
Josh Andler
2009-09-21
1
-7
/
+9
*
- fix bug #414142 (Moving path nodes twice is hard when snap is enabled)
Diederik van Lierop
2009-08-23
1
-1
/
+8
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-3
/
+3
*
SPDocument->Document
johnce
2009-08-05
1
-3
/
+3
*
Fix crash reported in bug #311737
Diederik van Lierop
2009-04-28
1
-45
/
+47
*
Store the snapper tolerances in the snap-preferences instead of in each snapp...
Diederik van Lierop
2009-01-31
1
-34
/
+0
*
Added a new toolbar with snapping controls
Diederik van Lierop
2009-01-10
1
-4
/
+4
*
move shape_editor from node context to the parent class, event context
bulia byak
2009-01-08
1
-2
/
+1
*
object-snapper.cpp
Thomas Holder
2008-12-20
1
-1
/
+7
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-12
/
+9
*
From trunk
Ted Gould
2008-10-27
1
-145
/
+148
*
Merging from trunk
Ted Gould
2008-10-11
1
-8
/
+8
*
Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...
Ted Gould
2008-09-25
1
-0
/
+124
*
fix crash: desktop->selection was not deleted when desktop is destroyed
bulia byak
2008-09-21
1
-0
/
+5
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-38
/
+45
*
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
2008-09-18
1
-42
/
+42
*
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
2008-09-16
1
-2
/
+0
*
convert almost all libnrtype to Geom::
Johan B. C. Engelen
2008-09-11
1
-10
/
+10
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-3
/
+3
*
replace matrix division code.
Johan B. C. Engelen
2008-08-01
1
-2
/
+1
*
a better way to make cursor change immediate; of course this trick is not doc...
bulia byak
2008-07-19
1
-7
/
+2
*
add commentary about temporary canvas items.
Johan B. C. Engelen
2008-06-18
1
-4
/
+12
*
Added the ability to toggle a layer "solo". Fixes bug #171530.
Jon A. Cruz
2008-06-13
1
-0
/
+26
*
wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative...
Stephen Silver
2008-05-31
1
-0
/
+10
*
move temporary canvas items to bottom by default. maybe fixes interfering of ...
Johan B. C. Engelen
2008-04-01
1
-1
/
+6
*
implement filter toggle
MenTaLguY
2008-03-31
1
-21
/
+15
*
lay groundwork for non-filter view mode
MenTaLguY
2008-03-31
1
-7
/
+8
*
Split data mode apart from UI and added button trackers
Jon A. Cruz
2008-03-15
1
-0
/
+4
*
Move 3D box code out of sp-canvas.cpp
Maximilian Albert
2008-03-09
1
-0
/
+7
*
remove flashing test indicator on pointparam.
Johan B. C. Engelen
2008-03-02
1
-3
/
+15
*
NEW: temporary on-canvas indicators
Johan B. C. Engelen
2008-03-02
1
-1
/
+29
*
Fix missing ruler and document title updates when a file is opened in an exis...
Maximilian Albert
2008-02-03
1
-0
/
+10
*
2nd part of the fix for bug #167500: correctly update the rulers when they ch...
Diederik van Lierop
2008-01-30
1
-3
/
+3
*
remove SPDesktop from SPNamedView when it is destroyed. Fixing bug 183621, bu...
Johan B. C. Engelen
2008-01-17
1
-3
/
+7
*
1) fix snapping while scaling
Diederik van Lierop
2008-01-03
1
-3
/
+3
*
Use "%"-key for toggling the snapper, and modify the related sp-desktop code
Diederik van Lierop
2007-12-20
1
-0
/
+6
*
Rework dialog management. Use singleton behavior for dialogs when
gustav_b
2007-12-07
1
-1
/
+1
*
Menu item to toggle CMS adjustment on and off
Jon A. Cruz
2007-11-26
1
-5
/
+10
[prev]
[next]