index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
event-context.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2008-01-25
first set of updates to headers for clean gcc 4.3 builds
Kees Cook
1
-0
/
+1
2007-12-20
(Hopefully) proper fix this time for stolen 'D + modifier' shortcuts.
Maximilian Albert
1
-6
/
+4
2007-12-20
Make Shift+Ctrl+D (Document Properties dialog) work again (was shadowed by th...
Maximilian Albert
1
-0
/
+4
2007-12-18
Use 'D' to toggle (not just switch to) the dropper tool; closes bug/RFE #170590
Maximilian Albert
1
-0
/
+30
2007-11-21
fix gobble_key_events so it also handles release events
bulia byak
1
-3
/
+4
2007-11-02
warning cleanup
Jon A. Cruz
1
-6
/
+6
2007-08-23
remove slowest_buffer - we no longer use it in sp-canvas
bulia byak
1
-8
/
+2
2007-07-29
optionally zoom with mousewheel without modifiers
bulia byak
1
-1
/
+5
2007-07-29
optional panning by space
bulia byak
1
-8
/
+45
2007-04-25
a better way to start rubberband
bulia byak
1
-7
/
+6
2007-03-14
reset waiting_cursor when setting any other
bulia byak
1
-0
/
+1
2007-03-04
make conversions away from NR::Maybe explicit
MenTaLguY
1
-2
/
+2
2007-03-03
decouple click and drag release handlers to fix bug where zooming in by middl...
bulia byak
1
-4
/
+9
2007-02-25
move a global to a class property; reduce the use of is_scrolling to prevent ...
bulia byak
1
-1
/
+1
2007-02-24
guaranteed to pan the canvas all the way from mouse-press point to mouse-rele...
bulia byak
1
-3
/
+11
2007-02-19
make sure scrolling acceleration does not hiccup on complex slow-rendering dr...
bulia byak
1
-7
/
+15
2007-02-18
remove old workaround for a bug which seems to be fixed in latest gtk
bulia byak
1
-31
/
+1
2006-11-22
rearrange code to make button actions a bit more interruptibility-proof
bulia byak
1
-4
/
+4
2006-11-13
fix bug which caused erroneous zoom-in after shift-middle-clicking to zoom ou...
bulia byak
1
-0
/
+1
2006-11-06
implement select next/prev as verbs
bulia byak
1
-17
/
+5
2006-10-19
remove color cursors
Josh Andler
1
-11
/
+16
2006-08-10
fix (harmless, probably) copy and paste typo
MenTaLguY
1
-2
/
+2
2006-07-23
forced redraw of canvas upon completion of zooming or upon starting rubber ba...
John Bintz
1
-0
/
+1
2006-07-23
added SPDesktop::updateNow() and forced redraw of canvas upon completion of s...
John Bintz
1
-0
/
+1
2006-06-19
initial color cursor implementation (reads from pixbufs, will work on reading...
Josh Andler
1
-16
/
+11
2006-05-21
eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen wi...
bulia byak
1
-2
/
+2
2006-04-20
we already have import verb, so this is redundant
bulia byak
1
-7
/
+0
2006-04-17
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
1
-3
/
+3
2006-02-15
bulk trailing spaces removal. consistency through MD5 of binary
Ralf Stephan
1
-65
/
+65
2006-02-13
bulk whitespace removal patch #1198588 by gigaclon
Ralf Stephan
1
-8
/
+8
2006-02-07
reverted changes for color cursors
Josh Andler
1
-29
/
+12
2006-02-03
Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & transpare...
Josh Andler
1
-12
/
+29