index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
tools
/
tool-base.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-31
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
1
-5
/
+5
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-23
/
+23
2013-06-17
Removed hard coded keybinding from event-context.cpp and added the appropiate...
Christoffer Holmstedt
1
-7
/
+0
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+2
2013-04-28
Temporily fix abiguous macros before later removal.
Jon A. Cruz
1
-12
/
+12
2013-04-21
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
1
-2
/
+2
2013-04-21
More cleaning.
Markus Engel
1
-11
/
+13
2013-04-21
Cleaned up a bit.
Markus Engel
1
-115
/
+165
2013-04-20
Merging of EventContext classes complete.
Markus Engel
1
-87
/
+16
2013-04-20
Further changes to EventContexts; they work without GObject
Markus Engel
1
-46
/
+60
2013-04-13
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
1
-7
/
+4
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-4
/
+4
2013-04-09
Added constructors to EventContext tree / some missing virtual pads.
Markus Engel
1
-41
/
+72
2013-04-08
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
1
-1
/
+41
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-1
/
+1
2013-02-01
Fix for 1091582 : Problem when entering space in text after space tool toggling.
John Smith
1
-0
/
+1
2013-01-27
Migrate ruler position tracking to new track_widget API
Alex Valavanis
1
-2
/
+1
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-23
/
+2
2012-12-31
Replace C-style pointer casts in event contexts
Alex Valavanis
1
-4
/
+2
2012-12-30
Fix GObject pointer conversion warnings in event context
Alex Valavanis
1
-5
/
+4
2012-12-14
Fix for 383871 : Let space switch to selector tool even when used for panning
John Smith
1
-22
/
+48
2012-11-11
cppcheck: Convert more C-style pointer casts to GObject or C++
Alex Valavanis
1
-14
/
+14
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-1
/
+1
2012-09-25
Fix for 172190 : Hand/Pan tool cursor on middle-drag
John Smith
1
-0
/
+36
2012-09-18
Fix for 979567 : Object context menu (right-click) acts on bottom-most instea...
John Smith
1
-0
/
+10
2012-09-06
Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object
John Smith
1
-0
/
+13
2012-09-05
Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time only...
John Smith
1
-1
/
+1
2012-07-23
Fix canvas scroll events in GTK+ 3
Alex Valavanis
1
-0
/
+10
2012-07-12
Bug #781893 (Crash after moving a Bezier node after Knot path effect)
Kris De Gussem
1
-14
/
+40
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-06-05
Header cleaning for GTK+3 migration
Alex Valavanis
1
-1
/
+0
2012-05-27
Stop using deprecated GdkBitmap in custom cursors
Alex Valavanis
1
-9
/
+7
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-84
/
+1
2012-05-03
Adding base configurable sizing of controls/handles.
Jon A. Cruz
1
-9
/
+0
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-35
/
+122
2012-04-09
Replace deprecated gdk_cursor_unref
Alex Valavanis
1
-0
/
+12
2012-04-05
C++ify context menu:
Kris De Gussem
1
-8
/
+6
2012-02-25
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-1
/
+1
2012-01-23
Patch from John Smith for 623660
Josh Andler
1
-1
/
+1
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-4
/
+8
2011-11-04
1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...
Diederik van Lierop
1
-109
/
+109
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-2
/
+1
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-15
/
+15
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-2
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-09-06
Color preview in cursor
Jasper van de Gronde
1
-11
/
+35
2010-08-28
Fix LP bug #622350: Discard events when desktop->event_context has not been s...
Diederik van Lierop
1
-8
/
+15
2010-02-21
Make sure that guides always snap correctly when dropping them, and improve p...
Diederik van Lierop
1
-3
/
+3
2010-02-14
Implementation of snap delay mechanism for guides
Diederik van Lierop
1
-23
/
+70
[prev]
[next]