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
*
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
*
|
|
|
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-5
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Ported "ui/widget/selected-style.*".
Matthew Petroff
2013-07-19
1
-1
/
+0
|
|
/
|
/
|
*
|
Code readability improvements and licence changes for action-context.*
Eric Greveson
2013-07-04
1
-25
/
+25
*
|
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
1
-132
/
+40
*
|
Fix layer selection so defs don't change layers, updated symbol text.
Martin Owens
2013-06-16
1
-0
/
+4
|
/
*
Fixed broken logic in zoom history to fix bug 1106031 (and removed some unrel...
Craig Marshall
2013-03-26
1
-1
/
+1
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-2
/
+1
*
Partial fix for Bug #1071082 (Undo History doesn't work if open before file i...
Nicolas Dufour
2013-03-19
1
-0
/
+7
*
Migrate ruler position tracking to new track_widget API
Alex Valavanis
2013-01-27
1
-6
/
+0
*
make grayscale viewmode color factors configurable.
Johan B. C. Engelen
2013-01-13
1
-0
/
+14
*
zoom to entire drawing after delete (Bug 970370)
Alvin Penner
2013-01-01
1
-0
/
+1
*
Fix for 1079971 : Symbol dialog : Drag & Drop to the canvas
John Smith
2012-11-18
1
-0
/
+1
*
Fix for 1065933 : Better support for sub-layers in 'Show/Hide other layers'
John Smith
2012-11-03
1
-4
/
+9
*
Fix for 191020 : Lock/Unlock all layers - Lock other layers
John Smith
2012-10-11
1
-0
/
+29
*
Fix for 171904 : toggleToolbox verb
John Smith
2012-10-11
1
-1
/
+12
*
Fix for 191020 : Lock/Unlock all layers
John Smith
2012-10-09
1
-2
/
+11
*
Fix for 819671 : No visual indication for grid and snap being on/off
John Smith
2012-08-09
1
-0
/
+6
[next]