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
2014-03-02
Added some consts. Turned functions to member functions.
Markus Engel
1
-7
/
+6
2014-03-01
Fix for crashes on fast tool toggling.
Markus Engel
1
-4
/
+14
2014-02-26
Made constructors of tools use initializer lists.
Markus Engel
1
-22
/
+20
2014-01-21
Move dragging undo block from tools-base to canvas. Regarding bug #168695
Martin Owens
1
-7
/
+0
2014-01-20
Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16...
Martin Owens
1
-10
/
+6
2014-01-19
Try another fix for the undo when dragging bug #168695
Martin Owens
1
-3
/
+11
2013-11-12
Clean up some tool related things.
Markus Engel
1
-116
/
+5
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-2
/
+2
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-42
/
+52
2013-10-27
fix warnings
Johan B. C. Engelen
1
-1
/
+1
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
[next]