index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
interface.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-30
Added "Gtk::" scope to "manage" function calls.
Markus Engel
1
-32
/
+32
2014-03-26
Remove Snap menu item and improve grid menu item text
Martin Owens
1
-3
/
+0
2014-01-03
Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3
Alex Valavanis
1
-2
/
+2
2014-01-02
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
1
-1
/
+1
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-2
/
+2
2013-10-24
fix bug "some of the locale-based templates cause objects to be resized when ...
Johan B. C. Engelen
1
-1
/
+1
2013-09-22
Fix adding viewBox to new documents.
Matthew Petroff
1
-0
/
+5
2013-09-21
Drop unused static function declarations
Alex Valavanis
1
-27
/
+0
2013-09-12
Integrating with libdepixelize
VinÃcius dos Santos Oliveira
1
-0
/
+15
2013-07-24
Old templates support removed
Slagvi Public
1
-96
/
+1
2013-07-03
Changed dbus interface to treat 'division' like other boolops, with a new
Eric Greveson
1
-1
/
+1
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-11
/
+12
2013-04-05
Merged PaintServer and subclasses; moved Gradient classes to own files.
Markus Engel
1
-1
/
+0
2013-04-02
Cleaned up a bit. Uses some C++11 features.
Markus Engel
1
-26
/
+50
2013-03-26
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
1
-1
/
+2
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-6
/
+2
2013-03-11
Fix for 998276 : Keyboard shortcuts not appearing in the main menu under Unit...
John Smith
1
-0
/
+2
2013-03-05
Added null check (should fix Bug #1051017 )
Kris De Gussem
1
-8
/
+10
2013-02-18
Fix for 998276 : Keyboard shortcuts not appearing in the main menu under Unity
John Smith
1
-98
/
+16
2012-11-18
Fix for 1079971 : Symbol dialog : Drag & Drop to the canvas
John Smith
1
-1
/
+11
2012-10-11
Fix for 171904 : toggleToolbox verb
John Smith
1
-21
/
+18
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-8
/
+8
2012-09-30
Fix for 681625 : sort template names under File->New
John Smith
1
-51
/
+99
2012-09-23
Fix for 170395 : Add Trace Bitmap to context menu of images : Focus fix
John Smith
1
-0
/
+3
2012-09-23
Fix for 170395 : Add Trace Bitmap to context menu of images
John Smith
1
-0
/
+12
2012-09-22
Fix for 172222 : Move direct to specified layer
John Smith
1
-0
/
+18
2012-09-21
Fix for bug #1053024: set current layer from template in new blank document a...
su_v
1
-0
/
+1
2012-09-20
Fix for Bug #944787 (The command to follow link does not work).
Nicolas Dufour
1
-9
/
+21
2012-09-02
Fix for 273539 : Add Group action to the context menu
John Smith
1
-0
/
+16
2012-08-30
Fix for 170550 : open blank document on 'close'
John Smith
1
-0
/
+11
2012-08-29
Fix for 980520 : Conflicting accelerator keys
John Smith
1
-2
/
+2
2012-08-09
Fix for 819671 : No visual indication for grid and snap being on/off
John Smith
1
-9
/
+62
2012-08-01
Fix for 918894 : Remove link is reported as Ungroup in Undo history
John Smith
1
-1
/
+2
2012-07-25
Fix for 722625 : Select Same by Object Type
John Smith
1
-5
/
+60
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-12
/
+0
2012-06-11
Fix some broken callbacks for Gtk+ 3
Alex Valavanis
1
-3
/
+23
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-85
/
+1
2012-04-25
Issue with my last commit
Kris De Gussem
1
-5
/
+0
2012-04-24
Memory management in context menu (Bug #910529 )
Kris De Gussem
1
-32
/
+34
2012-04-22
better UI message
Kris De Gussem
1
-1
/
+1
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-4
/
+94
2012-04-11
i18n. Adding some context tags (disambiguation).
Nicolas Dufour
1
-3
/
+3
2012-04-11
UI. Restoring context menu items order (Embed image) and activation test (Ext...
Nicolas Dufour
1
-2
/
+2
2012-04-10
Additional cleanup.
Jon A. Cruz
1
-38
/
+0
2012-04-10
Replace remaining gtk_hbox_new usage
Alex Valavanis
1
-0
/
+10
2012-04-09
Documentation / dropping some pointer conversions in context menu
Kris De Gussem
1
-78
/
+34
2012-04-06
restore item order of dialogs in context menu (Bug #910529)
Kris De Gussem
1
-45
/
+27
2012-04-06
fixes issue with revision 11160?
Kris De Gussem
1
-6
/
+6
2012-04-06
build warning fix
Kris De Gussem
1
-1
/
+1
2012-04-05
C++ify context menu:
Kris De Gussem
1
-105
/
+687
[next]