index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
desktop.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-3
/
+0
*
Move background drawing to SPCanvas to avoid temporarily drawing an incorrect
Krzysztof Kosi??ski
2016-04-13
1
-1
/
+0
*
Fixes UX pointed in suv review
Jabier Arraiza Cenoz
2015-12-06
1
-0
/
+2
*
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
2015-12-05
1
-1
/
+0
*
Add global lock guides to the rulers
Jabier Arraiza Cenoz
2015-12-03
1
-0
/
+1
*
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-1
/
+1
*
Just...
mc
2015-02-18
1
-1
/
+1
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-0
/
+3
*
Update to experimental r13598
Liam P. White
2014-10-08
1
-0
/
+2
|
\
|
*
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
2014-08-26
1
-2
/
+3
*
|
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-2
/
+0
|
/
*
fix compile warning
Johan B. C. Engelen
2014-05-15
1
-1
/
+1
*
Clean up of style code: Patch from suv: SPStyle: struct -> class
Tavmjong Bah
2014-04-26
1
-3
/
+3
*
Fix remaining issue with prefs updating
Martin Owens
2014-04-19
1
-2
/
+1
*
Add image rendering option for outlines. Setup desktop preferences observer.
Martin Owens
2014-04-18
1
-1
/
+26
*
pass class variables by reference for performance
Kris De Gussem
2014-01-11
1
-4
/
+4
*
gtkmmification (seems there is more margin in desktop-widget.cpp)
Kris De Gussem
2014-01-11
1
-1
/
+1
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-6
/
+16
*
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
2013-07-31
1
-2
/
+2
*
Further refactoring of EventContexts.
Markus Engel
2013-07-30
1
-0
/
+15
*
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-6
/
+4
|
\
|
*
Code readability improvements and licence changes for action-context.*
Eric Greveson
2013-07-04
1
-2
/
+2
|
*
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
1
-6
/
+4
*
|
Further changes to EventContexts; they work without GObject
Markus Engel
2013-04-20
1
-2
/
+5
|
/
*
Fix another load of forward declaration tags
Alex Valavanis
2013-03-14
1
-1
/
+1
*
Fix another tonne of forward declaration tags
Alex Valavanis
2013-03-14
1
-1
/
+1
*
Drop dead Inkboard code. Config flag no longer exists
Alex Valavanis
2013-03-04
1
-10
/
+0
*
Migrate ruler position tracking to new track_widget API
Alex Valavanis
2013-01-27
1
-1
/
+0
*
Fix for 191020 : Lock/Unlock all layers - Lock other layers
John Smith
2012-10-11
1
-0
/
+1
*
Fix for 171904 : toggleToolbox verb
John Smith
2012-10-11
1
-0
/
+1
*
Fix for 191020 : Lock/Unlock all layers
John Smith
2012-10-09
1
-1
/
+2
*
Fix for 819671 : No visual indication for grid and snap being on/off
John Smith
2012-08-09
1
-0
/
+1
*
Fix for 378413 : Show/Hide all layers
John Smith
2012-07-12
1
-0
/
+1
*
Fixing to use explicit enum types instead of generic guint & bool.
Jon A. Cruz
2012-05-08
1
-2
/
+4
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
1
-2
/
+6
*
Fix for 171579 : Make inkscape remember dialogs window status
John Smith
2012-02-17
1
-0
/
+6
*
More header cleanup/fwd declarations
Alex Valavanis
2012-02-15
1
-6
/
+9
*
Added signal for desktop destruction to allow for proper removal of tracked s...
Jon A. Cruz
2012-01-01
1
-0
/
+6
*
mixed usage of class and struct for same object
Kris De Gussem
2011-12-11
1
-2
/
+2
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-1
/
+31
*
Cleanup pass on documentation that was dumping garbage into doxygen output.
Jon A. Cruz
2011-10-25
1
-3
/
+1
*
Remove all NRRect use.
Krzysztof Kosi??ski
2011-08-27
1
-3
/
+4
*
Merge rendering cache branch (GSoC 2011)
Krzysztof Kosi??ski
2011-08-25
1
-6
/
+6
|
\
|
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-6
/
+6
*
|
DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.
Nicolas Dufour
2011-08-21
1
-1
/
+2
*
|
Better memory-leak fix by just changing member to Glib::ustring. Eliminates p...
Jon A. Cruz
2011-07-31
1
-1
/
+1
|
/
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-0
/
+3
*
Switch to GObject
Alex Valavanis
2011-06-24
1
-2
/
+2
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-2
/
+2
*
Adding initial cut of resource manager.
Jon A. Cruz
2011-05-06
1
-0
/
+1
[prev]
[next]