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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-30
Add canvas-rotate for rapid previewing canvas rotation.
Tavmjong Bah
1
-5
/
+11
2017-03-22
Add canvas flip. No GUI. Can be bound to keys via preferences.
Tavmjong Bah
1
-0
/
+42
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-0
/
+1
2017-03-19
Fix lp:1670688.
Minglangjun Li
1
-6
/
+10
2017-03-14
Modify scroll_to_point() to work with rotated desktop. Simplified code to boot.
Tavmjong Bah
1
-35
/
+13
2017-03-14
Add functions to rotate drawing inside desktop.
Tavmjong Bah
1
-0
/
+42
2017-03-13
Replace rectangle based zooming by affine based zooming.
Tavmjong Bah
1
-269
/
+275
2016-10-24
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
1
-0
/
+1
2016-09-03
Remove == true.
Shlomi Fish
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-13
/
+1
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-4
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+13
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-13
/
+1
2016-07-25
Revert the canvas widget changes, which cause performance regressions
Krzysztof Kosi??ski
1
-4
/
+15
2016-04-13
Move page border below the drawing.
Krzysztof Kosi??ski
1
-1
/
+1
2016-04-13
Move background drawing to SPCanvas to avoid temporarily drawing an incorrect
Krzysztof Kosi??ski
1
-14
/
+3
2016-04-12
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
1
-2
/
+2
2016-04-11
desktop: Fix deprecated GdkCursor API
Alex Valavanis
1
-1
/
+2
2015-12-21
Add option for checkerboard background.
Tavmjong Bah
1
-6
/
+10
2015-12-08
finally removed all GSList from main folder .h files
Marc Jeanmougin
1
-6
/
+0
2015-12-06
Fixes UX pointed in suv review
Jabier Arraiza Cenoz
1
-0
/
+5
2015-12-05
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
1
-7
/
+0
2015-12-05
cppification: GSList replaced by vectors (mostly related to guides and grids)
Marc Jeanmougin
1
-1
/
+1
2015-12-03
Add global lock guides to the rulers
Jabier Arraiza Cenoz
1
-0
/
+7
2015-08-31
Fix restoring previous state of 'Objects' and 'Selection sets' dialogs
su_v
1
-0
/
+2
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-1
/
+0
2015-02-25
Strip ToolFactory
Liam P. White
1
-1
/
+1
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-1
/
+1
2015-02-18
Just...
mc
1
-1
/
+1
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-4
/
+4
2014-12-21
Purge sp_desktop_canvas
Liam P. White
1
-1
/
+1
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1
/
+1
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-32
/
+26
2014-06-26
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
1
-1
/
+0
2014-06-25
1. make it compile
Liam P. White
1
-1
/
+1
2014-04-20
Stop observer from crashing when it doesn't exist in preferences.xml
Martin Owens
1
-1
/
+0
2014-04-19
Fix remaining issue with prefs updating
Martin Owens
1
-1
/
+1
2014-04-18
Add image rendering option for outlines. Setup desktop preferences observer.
Martin Owens
1
-3
/
+9
2014-04-14
remove debug messages in desktop.cpp
Johan B. C. Engelen
1
-3
/
+0
2014-03-27
Get pollar tiling working agains with trunk
Martin Owens
1
-30
/
+30
2014-03-24
fix potential call on nullptr
Johan B. C. Engelen
1
-1
/
+1
2014-03-24
fix potential calls on nullptr
Johan B. C. Engelen
1
-1
/
+3
2014-03-13
Reimplement global aliasing toggle as a 'shape-rendering' property
Krzysztof Kosi??ski
1
-2
/
+0
2014-03-13
Provide a toggle in the document properties to optionally turn off
Krzysztof Kosi??ski
1
-0
/
+2
2014-02-28
Work around a crash in the Undo History dialog caused by incorrect
Krzysztof Kosi??ski
1
-1
/
+17
2014-01-20
Fix for bug #1270287 (The toolbox buttons toggle between being pressed and re...
Nicolas Dufour
1
-0
/
+1
2014-01-15
Additional fix for Bug #1268778 (Move cursor disappears after clicking on Sel...
Nicolas Dufour
1
-2
/
+9
2014-01-14
Fix for Bug #1268778 (Move cursor disappears after clicking on Select Tool (F...
Nicolas Dufour
1
-13
/
+12
2014-01-11
pass class variables by reference for performance
Kris De Gussem
1
-3
/
+3
[next]