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
/
interface.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-12
/
+2
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-31
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+12
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-12
/
+1
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-2
/
+2
2016-04-14
function to release object from group
Raphael Rosch
1
-0
/
+12
2016-04-13
Fix cmake build
Marc Jeanmougin
1
-1
/
+1
2016-04-12
Fork GtkImageMenuItem and remove show_image boolean because we always want to...
Martin Owens
1
-0
/
+12
2016-04-12
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
1
-2
/
+2
2016-03-20
[Bug #1545332] Canvas context menu: allow grouping a single selection (same a...
suv-lp
1
-1
/
+1
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-3
/
+3
2015-12-07
static code analysis
Kris De Gussem
1
-2
/
+2
2015-12-06
Fixes UX pointed in suv review
Jabier Arraiza Cenoz
1
-0
/
+3
2015-11-16
null pointer dereference fix
Kris De Gussem
1
-5
/
+3
2015-09-16
fix for recent merge of ~mapreri/inkscape/typo
Marc Jeanmougin
1
-5
/
+1
2015-09-14
Fix typo s/seperator/separator/
Mattia Rizzolo
1
-1
/
+1
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-1
/
+1
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-20
Fix for bug 1409591 :
Marc Jeanmougin
1
-1
/
+1
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-4
/
+4
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-10
/
+7
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-2
/
+2
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+1
2014-11-26
Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...
Tavmjong Bah
1
-1
/
+1
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-2
/
+13
2014-09-07
Update to experimental r13543
Liam P. White
1
-1
/
+1
2014-09-02
Remove misleading dialogs directory
Liam P. White
1
-1
/
+1
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-1
/
+1
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-5
/
+5
2014-06-26
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
1
-1
/
+1
2014-06-25
1. make it compile
Liam P. White
1
-5
/
+5
2014-06-14
Add clip group option from Ponyscape
Liam P. White
1
-0
/
+11
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
[next]