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
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
2014-01-11
gtkmmification (seems there is more margin in desktop-widget.cpp)
Kris De Gussem
1
-1
/
+1
2013-11-12
Clean up some tool related things.
Markus Engel
1
-93
/
+20
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-3
/
+3
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-10
/
+10
2013-10-27
Fix gradient stop selection when switching to dropper tool.
Markus Engel
1
-1
/
+2
2013-10-16
static code analysis: performance
Kris De Gussem
1
-1
/
+1
2013-10-13
we don't have nondocked dialogs, so rewrite restoring dialogs on startup via ...
buliabyak
1
-45
/
+35
2013-09-12
Integrating with libdepixelize
VinÃcius dos Santos Oliveira
1
-0
/
+1
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-5
/
+5
2013-08-02
reordered SPDesktop::set_event_context2; fixed last mismatched-tags
Markus Engel
1
-8
/
+14
2013-07-31
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
1
-1
/
+1
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-4
/
+63
2013-07-19
Ported "ui/widget/selected-style.*".
Matthew Petroff
1
-1
/
+0
2013-07-04
Code readability improvements and licence changes for action-context.*
Eric Greveson
1
-25
/
+25
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-132
/
+40
2013-06-16
Fix layer selection so defs don't change layers, updated symbol text.
Martin Owens
1
-0
/
+4
2013-04-21
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
1
-2
/
+8
2013-04-21
More cleaning.
Markus Engel
1
-21
/
+3
2013-04-21
Cleaned up a bit.
Markus Engel
1
-3
/
+6
2013-04-20
Some refactoring in RectContext and StarContext.
Markus Engel
1
-1
/
+5
[prev]
[next]