index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pen-context.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-1
/
+1
*
C++
Johan B. C. Engelen
2013-10-04
1
-1
/
+1
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-5
/
+8
|
\
|
*
Ported away from and removed "sp-metrics.*".
Matthew Petroff
2013-07-20
1
-2
/
+2
|
*
Removed "helper/units.h" from "pen-context.cpp".
Matthew Petroff
2013-07-19
1
-3
/
+6
*
|
Cleaned up once more.
Markus Engel
2013-08-04
1
-98
/
+57
*
|
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
2013-07-31
1
-9
/
+9
*
|
Further refactoring of EventContexts.
Markus Engel
2013-07-30
1
-2
/
+2
*
|
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-24
/
+24
|
\
|
|
*
Temporily fix abiguous macros before later removal.
Jon A. Cruz
2013-04-28
1
-24
/
+24
*
|
various changes
Markus Engel
2013-04-27
1
-47
/
+47
*
|
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
2013-04-21
1
-3
/
+3
*
|
Moved factories to different files.
Markus Engel
2013-04-20
1
-1
/
+1
*
|
Merging of EventContext classes complete.
Markus Engel
2013-04-20
1
-95
/
+18
*
|
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
2013-04-13
1
-0
/
+16
*
|
Added prefPaths to contexts; modified SPFactory
Markus Engel
2013-04-12
1
-0
/
+2
*
|
Added constructors to EventContext tree / some missing virtual pads.
Markus Engel
2013-04-09
1
-10
/
+20
*
|
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
2013-04-08
1
-13
/
+56
|
/
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-37
/
+9
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-5
/
+5
*
Shortcuts. Fix for Bug #167796 (zoom keys (shortcuts) 3,4,6 on numeric pad no...
Nicolas Dufour
2012-07-10
1
-4
/
+0
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
1
-4
/
+0
*
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
2012-06-09
1
-7
/
+7
*
Centralized line creation and enhanced visibility.
Jon A. Cruz
2012-05-09
1
-8
/
+9
*
C++ification of SPCtrlLine in preparation of visibility improvements.
Jon A. Cruz
2012-05-04
1
-17
/
+17
*
Corrected hardcoded hit detection in pen & pencil tool endpoint detection.
Jon A. Cruz
2012-05-03
1
-7
/
+0
*
Eliminated duplication of GTK key defines.
Jon A. Cruz
2012-05-03
1
-54
/
+4
*
Adding base configurable sizing of controls/handles.
Jon A. Cruz
2012-05-03
1
-124
/
+99
*
Replace deprecated GDK key symbols
Alex Valavanis
2012-04-09
1
-34
/
+89
*
Initial C++ification of SPCanvas.
Jon A. Cruz
2012-01-12
1
-3
/
+4
*
1) make snapping to clip/mask paths optional (see document properties dialog ...
Diederik van Lierop
2011-10-08
1
-2
/
+4
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-2
/
+1
*
add new preference widget for a number with a unit.
Johan B. C. Engelen
2011-04-17
1
-1
/
+1
*
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
2010-12-23
1
-0
/
+1
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
2010-08-11
1
-0
/
+5
*
- Snap while rotating an object using the selector tool
Diederik van Lierop
2010-07-12
1
-1
/
+1
*
Pen context, paraxial mode: don't add a L-shaped path to close the shape when...
Diederik van Lierop
2010-02-28
1
-9
/
+14
*
Pen tool in paraxial mode: Fix automatic selection of the correct paraxial di...
Diederik van Lierop
2010-02-27
1
-0
/
+1
*
Pen tool in paraxial mode: fix automatic orientation of first line segment
Diederik van Lierop
2010-02-23
1
-1
/
+6
*
1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...
Diederik van Lierop
2010-02-22
1
-21
/
+33
*
Tiny bit of refactoring (inverting some logic)
Diederik van Lierop
2010-02-06
1
-3
/
+3
*
Finally introducing the pre-snap indicator
Diederik van Lierop
2010-01-30
1
-2
/
+16
*
Remove redundancy from snapping API (type of snapsource no longer has to be s...
Diederik van Lierop
2010-01-23
1
-8
/
+8
*
Do not append a segment when finishing an open path with right click
Krzysztof Kosi??ski
2010-01-14
1
-13
/
+15
*
patch from 289774
bulia byak
2009-08-18
1
-7
/
+2
*
Make the snap delay mechanism easier to implement for the devs, and get rid o...
Diederik van Lierop
2009-07-18
1
-3
/
+1
*
comment out apparently unused code
bulia byak
2009-06-05
1
-0
/
+2
*
Do not end path editing on double-clicks other than first mouse button
Krzysztof Kosi??ski
2009-04-26
1
-1
/
+2
*
- Move snap delay mechanism to the event context (used to be in SPCanvas)
Diederik van Lierop
2009-03-29
1
-3
/
+3
[next]