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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Temporily fix abiguous macros before later removal.
Jon A. Cruz
2013-04-28
1
-12
/
+12
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-1
/
+1
*
Fix for 1091582 : Problem when entering space in text after space tool toggling.
John Smith
2013-02-01
1
-0
/
+1
*
Migrate ruler position tracking to new track_widget API
Alex Valavanis
2013-01-27
1
-2
/
+1
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-23
/
+2
*
Replace C-style pointer casts in event contexts
Alex Valavanis
2012-12-31
1
-4
/
+2
*
Fix GObject pointer conversion warnings in event context
Alex Valavanis
2012-12-30
1
-5
/
+4
*
Fix for 383871 : Let space switch to selector tool even when used for panning
John Smith
2012-12-14
1
-22
/
+48
*
cppcheck: Convert more C-style pointer casts to GObject or C++
Alex Valavanis
2012-11-11
1
-14
/
+14
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-1
/
+1
*
Fix for 172190 : Hand/Pan tool cursor on middle-drag
John Smith
2012-09-25
1
-0
/
+36
*
Fix for 979567 : Object context menu (right-click) acts on bottom-most instea...
John Smith
2012-09-18
1
-0
/
+10
*
Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object
John Smith
2012-09-06
1
-0
/
+13
*
Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time only...
John Smith
2012-09-05
1
-1
/
+1
*
Fix canvas scroll events in GTK+ 3
Alex Valavanis
2012-07-23
1
-0
/
+10
*
Bug #781893 (Crash after moving a Bezier node after Knot path effect)
Kris De Gussem
2012-07-12
1
-14
/
+40
*
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
/
+0
*
Stop using deprecated GdkBitmap in custom cursors
Alex Valavanis
2012-05-27
1
-9
/
+7
*
Eliminated duplication of GTK key defines.
Jon A. Cruz
2012-05-03
1
-84
/
+1
*
Adding base configurable sizing of controls/handles.
Jon A. Cruz
2012-05-03
1
-9
/
+0
*
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
2012-04-15
1
-35
/
+122
*
Replace deprecated gdk_cursor_unref
Alex Valavanis
2012-04-09
1
-0
/
+12
*
C++ify context menu:
Kris De Gussem
2012-04-05
1
-8
/
+6
*
Merge Andrew's new OCAL dialog and clean headers. Please test
Alex Valavanis
2012-02-27
1
-1
/
+1
|
\
*
|
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-25
1
-1
/
+1
*
|
Patch from John Smith for 623660
Josh Andler
2012-01-23
1
-1
/
+1
*
|
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
1
-4
/
+8
|
/
*
1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...
Diederik van Lierop
2011-11-04
1
-109
/
+109
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-2
/
+1
*
Another minor pass of Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-15
/
+15
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-2
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-12
/
+12
|
\
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Color preview in cursor
Jasper van de Gronde
2010-09-06
1
-11
/
+35
*
|
Fix LP bug #622350: Discard events when desktop->event_context has not been s...
Diederik van Lierop
2010-08-28
1
-8
/
+15
|
/
*
Make sure that guides always snap correctly when dropping them, and improve p...
Diederik van Lierop
2010-02-21
1
-3
/
+3
*
Implementation of snap delay mechanism for guides
Diederik van Lierop
2010-02-14
1
-23
/
+70
*
Tiny bit of refactoring (inverting some logic)
Diederik van Lierop
2010-02-06
1
-1
/
+5
*
Finally introducing the pre-snap indicator
Diederik van Lierop
2010-01-30
1
-0
/
+10
*
Fix snap bug as reported by Arcadie Cracan on the developers mailing list, da...
Diederik van Lierop
2010-01-23
1
-13
/
+9
*
Remove redundancy from snapping API (type of snapsource no longer has to be s...
Diederik van Lierop
2010-01-23
1
-652
/
+625
*
* Merge from trunk
Krzysztof Kosi??ski
2010-01-14
1
-168
/
+169
|
\
|
*
Small snap bug has been eliminated, flowed text snapping now uses baseline, r...
Diederik van Lierop
2009-12-30
1
-167
/
+167
*
|
* Implement node snapping.
Krzysztof Kosi??ski
2010-01-10
1
-0
/
+7
*
|
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
2009-11-29
1
-1
/
+0
|
/
*
fix shift+middle button zoom area when there are other modifiers in the mask;...
bulia byak
2009-10-05
1
-1
/
+1
*
fix by Diederik for 422972
bulia byak
2009-09-21
1
-2
/
+6
*
Make the snap delay mechanism easier to implement for the devs, and get rid o...
Diederik van Lierop
2009-07-18
1
-65
/
+20
*
Only load from preferences when really needed, which might help reducing the ...
Diederik van Lierop
2009-05-10
1
-9
/
+10
[next]