index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
select-context.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-21
/
+24
|
\
|
*
cppcheck
Kris De Gussem
2013-08-04
1
-55
/
+52
|
*
reduce variable scope
Johan B. C. Engelen
2013-08-03
1
-8
/
+6
*
|
Cleaned up.
Markus Engel
2013-08-03
1
-44
/
+44
*
|
Further refactoring of EventContexts.
Markus Engel
2013-07-30
1
-2
/
+2
*
|
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-84
/
+125
|
\
|
|
*
Merge: scale, rotate and skew handles refactoring
Martin Owens
2013-07-05
1
-13
/
+15
|
|
\
|
|
*
Adjust sizes of lists
Martin Owens
2013-07-05
1
-1
/
+1
|
|
*
Improve handle xpm loading using rotate
Martin Owens
2013-07-04
1
-14
/
+16
|
*
|
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
2013-07-03
1
-16
/
+16
|
|
/
|
*
alt + scroll to select messes up opacity
Raphael Rosch
2013-05-02
1
-13
/
+51
|
*
Temporily fix abiguous macros before later removal.
Jon A. Cruz
2013-04-28
1
-32
/
+32
*
|
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
2013-04-21
1
-3
/
+3
*
|
Cleaned up a bit.
Markus Engel
2013-04-21
1
-281
/
+338
*
|
Moved factories to different files.
Markus Engel
2013-04-20
1
-1
/
+1
*
|
merged from trunk (r12287)
Markus Engel
2013-04-20
1
-2
/
+2
|
\
|
|
*
patch by Damjan Velickovski for rotation snap degrees, Bug 525508
Alvin Penner
2013-04-08
1
-2
/
+2
*
|
Merging of EventContext classes complete.
Markus Engel
2013-04-20
1
-112
/
+12
*
|
Further changes to EventContexts; they work without GObject
Markus Engel
2013-04-20
1
-0
/
+36
*
|
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
-7
/
+16
*
|
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
2013-04-08
1
-8
/
+42
|
/
*
More GObject boilerplate cleanup
Alex Valavanis
2013-01-24
1
-33
/
+8
*
Replace C-style pointer casts in event contexts
Alex Valavanis
2012-12-31
1
-9
/
+9
*
Fix for 587019 : Select and transform mouse cursor changes to normal cursor o...
John Smith
2012-10-06
1
-2
/
+3
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-2
/
+2
*
Fix for 816496 : Alt+mouse wheel z-order cycling, add option to cycle wrap
John Smith
2012-07-21
1
-4
/
+9
*
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
*
Header cleaning for GTK+3 migration
Alex Valavanis
2012-06-05
1
-1
/
+1
*
Eliminated duplication of GTK key defines.
Jon A. Cruz
2012-05-03
1
-63
/
+1
*
Replace deprecated gdk_cursor_unref
Alex Valavanis
2012-04-09
1
-0
/
+8
*
Replace deprecated GDK key symbols
Alex Valavanis
2012-04-09
1
-49
/
+115
*
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-25
1
-1
/
+1
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+1
*
Initial C++ification of SPCanvas.
Jon A. Cruz
2012-01-12
1
-6
/
+6
*
More GSEAL issues
Alex Valavanis
2012-01-04
1
-11
/
+22
*
1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...
Diederik van Lierop
2011-11-04
1
-3
/
+13
*
removing useless messages to stdout.
Felipe Corr??a da Silva Sanches
2011-09-19
1
-1
/
+0
*
Merge rendering cache branch (GSoC 2011)
Krzysztof Kosi??ski
2011-08-25
1
-9
/
+9
|
\
|
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-9
/
+9
*
|
DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.
Nicolas Dufour
2011-08-21
1
-0
/
+8
|
/
*
Switch to GObject
Alex Valavanis
2011-06-24
1
-1
/
+1
*
add new preference widget for a number with a unit.
Johan B. C. Engelen
2011-04-17
1
-2
/
+2
*
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
2011-02-21
1
-7
/
+7
*
Initialize pointer.
Maximilian Albert
2010-12-28
1
-0
/
+1
*
Fix crash in cycle-selection (and restructure internals).
Maximilian Albert
2010-12-23
1
-30
/
+62
*
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
2010-12-23
1
-0
/
+3
*
Enable item-selection by cycling through them (using Alt+mouse wheel scroll).
Maximilian Albert
2010-12-22
1
-2
/
+115
[next]