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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes a few of jenkins warnings
Marc Jeanmougin
2015-05-08
1
-1
/
+0
*
merge
Marc Jeanmougin
2015-04-26
1
-1
/
+1
|
\
|
*
Strip ToolFactory
Liam P. White
2015-02-25
1
-1
/
+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
-4
/
+4
*
Purge sp_desktop_canvas
Liam P. White
2014-12-21
1
-1
/
+1
*
Update to experimental r13598
Liam P. White
2014-10-08
1
-2
/
+2
|
\
|
*
Move more UI code into ui/
Liam P. White
2014-10-05
1
-1
/
+1
|
*
Move obvious ui component to ui/
Liam P. White
2014-10-05
1
-1
/
+1
*
|
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-32
/
+26
*
|
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
2014-06-26
1
-1
/
+0
*
|
1. make it compile
Liam P. White
2014-06-25
1
-1
/
+1
|
/
*
Stop observer from crashing when it doesn't exist in preferences.xml
Martin Owens
2014-04-20
1
-1
/
+0
*
Fix remaining issue with prefs updating
Martin Owens
2014-04-19
1
-1
/
+1
*
Add image rendering option for outlines. Setup desktop preferences observer.
Martin Owens
2014-04-18
1
-3
/
+9
*
remove debug messages in desktop.cpp
Johan B. C. Engelen
2014-04-14
1
-3
/
+0
*
fix potential call on nullptr
Johan B. C. Engelen
2014-03-24
1
-1
/
+1
*
fix potential calls on nullptr
Johan B. C. Engelen
2014-03-24
1
-1
/
+3
*
Reimplement global aliasing toggle as a 'shape-rendering' property
Krzysztof Kosi??ski
2014-03-13
1
-2
/
+0
*
Provide a toggle in the document properties to optionally turn off
Krzysztof Kosi??ski
2014-03-13
1
-0
/
+2
*
Work around a crash in the Undo History dialog caused by incorrect
Krzysztof Kosi??ski
2014-02-28
1
-1
/
+17
*
Fix for bug #1270287 (The toolbox buttons toggle between being pressed and re...
Nicolas Dufour
2014-01-20
1
-0
/
+1
*
Additional fix for Bug #1268778 (Move cursor disappears after clicking on Sel...
Nicolas Dufour
2014-01-15
1
-2
/
+9
*
Fix for Bug #1268778 (Move cursor disappears after clicking on Select Tool (F...
Nicolas Dufour
2014-01-14
1
-13
/
+12
*
pass class variables by reference for performance
Kris De Gussem
2014-01-11
1
-3
/
+3
*
gtkmmification (seems there is more margin in desktop-widget.cpp)
Kris De Gussem
2014-01-11
1
-1
/
+1
*
Clean up some tool related things.
Markus Engel
2013-11-12
1
-93
/
+20
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-3
/
+3
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-10
/
+10
*
Fix gradient stop selection when switching to dropper tool.
Markus Engel
2013-10-27
1
-1
/
+2
*
static code analysis: performance
Kris De Gussem
2013-10-16
1
-1
/
+1
*
we don't have nondocked dialogs, so rewrite restoring dialogs on startup via ...
buliabyak
2013-10-13
1
-45
/
+35
*
Merge from trunk.
Matthew Petroff
2013-09-20
1
-61
/
+163
|
\
|
*
Merging libdepixelize branch
VinÃcius dos Santos Oliveira
2013-09-19
1
-0
/
+1
|
|
\
|
|
*
Integrating with libdepixelize
VinÃcius dos Santos Oliveira
2013-09-12
1
-0
/
+1
|
*
|
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-1
/
+0
|
|
\
|
|
*
|
reordered SPDesktop::set_event_context2; fixed last mismatched-tags
Markus Engel
2013-08-02
1
-8
/
+14
|
*
|
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
2013-07-31
1
-1
/
+1
|
*
|
Further refactoring of EventContexts.
Markus Engel
2013-07-30
1
-4
/
+63
|
*
|
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-133
/
+45
|
|
\
\
|
*
|
|
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
2013-04-21
1
-2
/
+8
|
*
|
|
More cleaning.
Markus Engel
2013-04-21
1
-21
/
+3
|
*
|
|
Cleaned up a bit.
Markus Engel
2013-04-21
1
-3
/
+6
|
*
|
|
Some refactoring in RectContext and StarContext.
Markus Engel
2013-04-20
1
-1
/
+5
|
*
|
|
Moved factories to different files.
Markus Engel
2013-04-20
1
-1
/
+1
|
*
|
|
Merging of EventContext classes complete.
Markus Engel
2013-04-20
1
-1
/
+1
|
*
|
|
Further changes to EventContexts; they work without GObject
Markus Engel
2013-04-20
1
-28
/
+66
|
*
|
|
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
2013-04-13
1
-13
/
+13
|
*
|
|
Added prefPaths to contexts; modified SPFactory
Markus Engel
2013-04-12
1
-30
/
+33
[next]