index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rect-context.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-08
switch to using shape_editor, instead of separate knotholders and listeners; ...
bulia byak
1
-50
/
+10
2008-12-08
Make all tools consider full parent transform (up to document, not just up to...
Thomas Holder
1
-1
/
+1
2008-12-05
NR -> 2Geom few more files
Joshua L. Blocher
1
-7
/
+7
2008-10-27
From trunk
Ted Gould
1
-16
/
+15
2008-08-30
NR => Geom for context-fns
Johan B. C. Engelen
1
-6
/
+6
2008-08-28
Modify the parameters required for setting up the SnapManager
Diederik van Lierop
1
-1
/
+1
2008-08-14
Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...
Maximilian Albert
1
-15
/
+1
2008-08-11
Move all of the snapper code to 2geom
Diederik van Lierop
1
-3
/
+4
2008-07-08
I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK
MenTaLguY
1
-0
/
+1
2008-07-08
enable motion hints for non-freehand actions
MenTaLguY
1
-1
/
+1
2008-06-04
C++ify knotholders
Maximilian Albert
1
-2
/
+2
2008-05-20
Improve snapping behaviour when creating new shapes
Diederik van Lierop
1
-5
/
+5
2008-05-18
Eliminate some redundant snapping calls
Diederik van Lierop
1
-6
/
+1
2008-05-16
Fix a regression in the snapper, caused by me. Sorry!
Diederik van Lierop
1
-9
/
+10
2008-05-12
Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...
Diederik van Lierop
1
-4
/
+3
2008-04-30
- Major refactoring of snapping related code...
Diederik van Lierop
1
-15
/
+8
2008-04-07
Refactor snapper and snapindicator (in order to enable the snapindicator in t...
Diederik van Lierop
1
-4
/
+4
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-1
/
+1
2008-03-04
add snapindicator to rect tool but not satisfactory yet...
Johan B. C. Engelen
1
-4
/
+14
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2008-01-11
Add possibility to convert objects (only rectangles and 3D boxes currently) t...
Maximilian Albert
1
-0
/
+9
2007-12-17
Use golden ratio as additional constrained ratio during Ctrl+dragging rectang...
Maximilian Albert
1
-1
/
+18
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-0
/
+14
2007-08-29
In ellipse and rect tool: include info about width/height ratio in status mes...
Maximilian Albert
1
-3
/
+17
2007-08-21
gobble more of motion events; make statusbar messages immediate for better vi...
bulia byak
1
-2
/
+2
2007-08-07
Only in the selector tool we should snap in bbox mode (PointType = SNAPPOINT_...
Diederik van Lierop
1
-2
/
+2
2007-07-29
due to the order of processing events, we must disable lmb handling in childr...
bulia byak
1
-4
/
+4
2007-07-28
1) Changes to snapping preferences dialog
Diederik van Lierop
1
-2
/
+2
2007-04-18
fix crash when pressing space while drawing a shape
bulia byak
1
-0
/
+15
2007-03-16
Fix bug #1511262: don't snap rect to itself
Diederik van Lierop
1
-1
/
+1
2007-02-24
patch 1665648 by Diederik to snap to grid when drawing rectangles
bulia byak
1
-1
/
+6
2007-01-21
start switching sp_repr_new* over to XML::Document::create*, and rename creat...
MenTaLguY
1
-1
/
+2
2006-10-19
remove color cursors
Josh Andler
1
-6
/
+0
2006-10-01
Other tools now also retain there specific statusbar text when pressing alt/s...
Johan B. C. Engelen
1
-4
/
+7
2006-09-24
Added forced redraws to other tools
John Bintz
1
-4
/
+8
2006-09-06
Initial reworking of forced redraw to work better with interruptible display
John Bintz
1
-4
/
+0
2006-09-04
Force non-interruptible canvas redraws to ensure accurate display while creat...
John Bintz
1
-0
/
+4
2006-07-09
undo annotations
gustav_b
1
-2
/
+2
2006-06-29
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
1
-1
/
+2
2006-06-19
initial color cursor implementation (reads from pixbufs, will work on reading...
Josh Andler
1
-0
/
+6
2006-05-21
eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen wi...
bulia byak
1
-1
/
+0
2006-05-03
Give SPNamedView a SnapManager instance and use it for all management of snap...
Carl Hetherington
1
-1
/
+1
2006-04-17
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
1
-6
/
+6
2006-04-01
turns out, all these synthesize_events were not necessary at all - they just ...
bulia byak
1
-2
/
+0
2006-02-15
bulk trailing spaces removal. consistency through MD5 of binary
Ralf Stephan
1
-4
/
+4
[prev]