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
*
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
2013-07-31
1
-5
/
+5
*
Further refactoring of EventContexts.
Markus Engel
2013-07-30
1
-23
/
+23
*
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-20
/
+15
|
\
|
*
Removed hard coded keybinding from event-context.cpp and added the appropiate...
Christoffer Holmstedt
2013-06-17
1
-7
/
+0
|
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
|
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+2
|
*
Temporily fix abiguous macros before later removal.
Jon A. Cruz
2013-04-28
1
-12
/
+12
*
|
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
2013-04-21
1
-2
/
+2
*
|
More cleaning.
Markus Engel
2013-04-21
1
-11
/
+13
*
|
Cleaned up a bit.
Markus Engel
2013-04-21
1
-115
/
+165
*
|
Merging of EventContext classes complete.
Markus Engel
2013-04-20
1
-87
/
+16
*
|
Further changes to EventContexts; they work without GObject
Markus Engel
2013-04-20
1
-46
/
+60
*
|
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
2013-04-13
1
-7
/
+4
*
|
Added prefPaths to contexts; modified SPFactory
Markus Engel
2013-04-12
1
-4
/
+4
*
|
Added constructors to EventContext tree / some missing virtual pads.
Markus Engel
2013-04-09
1
-41
/
+72
*
|
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
2013-04-08
1
-1
/
+41
|
/
*
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
[next]