index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for potential null pointer call in the 3D box toolbar widget.
Nicolas Dufour
2015-03-12
1
-7
/
+7
*
scale spinboxes for rectangle toolbar. (Bug 307656)
Alvin Penner
2015-03-04
1
-6
/
+5
*
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
2015-03-01
2
-76
/
+55
*
load rectangle parameters as px. (Bug 1424798)
Alvin Penner
2015-02-25
1
-1
/
+1
*
Backport commit 2086344 from GIMP master: try to fix rulers (bug #1351597)
Liam P. White
2015-02-25
1
-17
/
+25
*
Make icon creation more consistent - use sp_icon_new where possible
Liam P. White
2015-02-22
1
-22
/
+15
*
Commenting dead assignments.
Nicolas Dufour
2015-02-08
1
-3
/
+6
*
Fix two instances of "Dead Initialization" found via Clang scan-build.
Tavmjong Bah
2015-02-03
1
-2
/
+0
*
Experimental mesh smoothing code.
Tavmjong Bah
2015-02-02
2
-19
/
+207
*
Remove sp_style_new().
Tavmjong Bah
2014-12-25
2
-26
/
+21
*
Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().
Tavmjong Bah
2014-12-24
2
-82
/
+69
*
Use gray for 'context-fill' and 'context-stroke' in marker selector.
Tavmjong Bah
2014-12-23
1
-4
/
+4
*
Bug #1380413: make sure that the rect toolbar knows when and when not to update
Liam P. White
2014-12-21
1
-3
/
+11
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
21
-79
/
+76
*
Purge sp_desktop_canvas
Liam P. White
2014-12-21
2
-5
/
+5
*
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
2014-12-21
6
-11
/
+11
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
14
-56
/
+56
*
Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...
Tavmjong Bah
2014-11-26
1
-2
/
+2
*
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability
Liam P. White
2014-11-26
2
-2
/
+2
*
Update to trunk r13766
Liam P. White
2014-11-26
6
-18
/
+18
|
\
|
*
Fix stroke style unit in F&S dialog (update to display unit on first open).
Josh Andler
2014-11-25
1
-2
/
+2
|
*
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2014-11-24
6
-18
/
+18
*
|
Update to trunk r13750
Liam P. White
2014-11-24
1
-1
/
+2
|
\
|
|
*
Purged GTKish SP_IS_RECT_CONTEXT/SP_RECT_CONTEXT macros.
Jon A. Cruz
2014-11-15
1
-1
/
+2
*
|
Remove FIXME from refactoring
Liam P. White
2014-10-31
1
-10
/
+40
*
|
Update to trunk r13648
Liam P. White
2014-10-31
2
-6
/
+8
|
\
|
|
*
Update to trunk r13638
Liam P. White
2014-10-25
2
-6
/
+8
|
|
\
|
|
*
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
2014-10-24
1
-2
/
+2
|
|
*
Don't set linejoin and linecap type if query is "nothing" (query value is inv...
Tavmjong Bah
2014-10-19
1
-4
/
+6
*
|
|
Update to experimental r13619
Liam P. White
2014-10-18
2
-1
/
+7
|
\
|
|
|
*
|
Update to trunk r13621
Liam P. White
2014-10-17
2
-1
/
+7
|
|
\
|
|
|
*
LiamW's initial font caching work.
Tavmjong Bah
2014-10-15
2
-5
/
+9
|
|
*
Fix multiple: "Called C++ object pointer is null"
Tavmjong Bah
2014-10-13
1
-0
/
+6
*
|
|
Update to experimental r13598
Liam P. White
2014-10-08
39
-80
/
+5027
|
\
|
|
|
*
|
Update to trunk r13580
Liam P. White
2014-10-06
5
-5
/
+5
|
|
\
|
|
|
*
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Nicolas Dufour
2014-10-02
3
-3
/
+3
|
|
*
prevent multiple simultaneous updates during undo (Bug 1348382)
Alvin Penner
2014-09-07
2
-2
/
+2
|
*
|
Move more UI code into ui/
Liam P. White
2014-10-05
4
-4
/
+4
|
*
|
Fix CMakeLists
Liam P. White
2014-10-05
1
-0
/
+10
|
*
|
Move GtkAction subclasses to widgets/
Liam P. White
2014-10-05
33
-64
/
+5003
|
*
|
Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree
Liam P. White
2014-10-05
2
-2
/
+2
|
*
|
Move obvious ui component to ui/
Liam P. White
2014-10-05
3
-3
/
+3
|
*
|
Update to experimental r13543
Liam P. White
2014-09-07
11
-93
/
+105
|
*
|
Update to experimental r13531
Liam P. White
2014-08-31
40
-919
/
+592
|
|
\
\
|
|
*
|
Fix gtk3 build
Liam P. White
2014-08-30
1
-13
/
+13
|
|
*
|
Reduce header bloat
Alex Valavanis
2014-08-30
18
-44
/
+29
|
|
*
|
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
2014-08-26
2
-8
/
+6
|
*
|
|
Update to experimental r13483
Liam P. White
2014-08-17
2
-8
/
+13
|
|
\
\
\
|
*
\
\
\
Update to experimental r13479
Liam P. White
2014-08-12
13
-138
/
+262
|
|
\
\
\
\
|
*
\
\
\
\
Update to experimental r13460
Liam P. White
2014-08-06
1
-20
/
+25
|
|
\
\
\
\
\
[next]