index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
dialog
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed obsolete header file.
Markus Engel
2014-03-29
1
-2
/
+2
*
Guides: Clean up memory a bit better and move color changed to OK so we don't...
Martin Owens
2014-03-28
2
-20
/
+14
*
Remove _onApply and strdup the char from the label before it gets corrupted. ...
Martin Owens
2014-03-28
2
-12
/
+3
*
Merge in pixelArt threading mechanism to stop blocking the UI when performing...
Martin Owens
2014-03-28
1
-35
/
+117
|
\
|
*
Removing useless comment
VinÃcius dos Santos Oliveira
2013-10-07
1
-1
/
+0
|
*
Running libdepixelize expensive process in a background thread
VinÃcius dos Santos Oliveira
2013-10-07
1
-47
/
+117
*
|
Get pollar tiling working agains with trunk
Martin Owens
2014-03-27
5
-15
/
+14
*
|
Commit a merge to trunk, with probabal errors
Martin Owens
2014-03-27
93
-3004
/
+9929
|
\
\
|
*
|
fix crash when spelling error is in hidden part of a text on path
buliabyak
2014-03-26
1
-43
/
+45
|
*
|
"fix" GTK3 build.
Johan B. C. Engelen
2014-03-23
1
-39
/
+43
|
*
|
Warning cleanups.
Jon A. Cruz
2014-03-18
2
-2
/
+2
|
*
|
Fix for Bug #1158506 (Batch export DPI always at 90).
Nicolas Dufour
2014-03-17
1
-1
/
+1
|
*
|
Fix build failure with GTK 3.0
Krzysztof Kosi??ski
2014-03-15
1
-5
/
+2
|
*
|
UI. Fix for Bug #1016889 (GTK3: status bar of XML Editor triggers resize of d...
Nicolas Dufour
2014-03-15
1
-0
/
+3
|
*
|
Make the Object Properties dialog code adhere to the coding style.
Krzysztof Kosi??ski
2014-03-15
2
-350
/
+320
|
*
|
Reimplement global aliasing toggle as a 'shape-rendering' property
Krzysztof Kosi??ski
2014-03-13
1
-2
/
+6
|
*
|
Provide a toggle in the document properties to optionally turn off
Krzysztof Kosi??ski
2014-03-13
2
-8
/
+12
|
*
|
Reconnect correctly as documents are replaced.
Jon A. Cruz
2014-03-08
2
-38
/
+103
|
*
|
Symbols. Adding missing include.
Nicolas Dufour
2014-03-07
1
-1
/
+1
|
*
|
Fix for Bug #1288401 (Hovering in symbols dialog over symbols with ampersand ...
Nicolas Dufour
2014-03-06
1
-1
/
+1
|
*
|
static code analysis: references for string classes that are function input p...
Kris De Gussem
2014-03-04
2
-268
/
+282
|
*
|
Stop tracking SPDocuments as they are deleted.
Jon A. Cruz
2014-03-02
2
-30
/
+75
|
*
|
Avoid crashing when the document is set to NULL (upon cleanup, window closing...
Jon A. Cruz
2014-03-02
1
-1
/
+4
|
*
|
swatches dialog: remove unused code part. cleanup some code
Johan B. C. Engelen
2014-02-27
1
-7
/
+3
|
*
|
swatches dialog: properly reference count the reference to SPDocument in time...
Johan B. C. Engelen
2014-02-27
1
-1
/
+2
|
*
|
Move filter reordering closer to the layers.cpp patern of reordering xml
Martin Owens
2014-02-25
2
-6
/
+7
|
*
|
Fix infinite loop (?) by disabling saving the order of filters when they are ...
Johan B. C. Engelen
2014-02-24
1
-1
/
+6
|
*
|
offset of viewBox on document unit change (Bug 1280684)
Alvin Penner
2014-02-22
1
-1
/
+7
|
*
|
Symbols dialog: update currentDesktop and currentDocument when document repla...
Tavmjong Bah
2014-02-21
1
-1
/
+3
|
*
|
Fix for Bug #1281104 (Open Clipart import dialog crashes with concurrent sear...
Nicolas Dufour
2014-02-19
1
-3
/
+2
|
*
|
scaling of viewBox on document unit change (Bug 1236257)
Alvin Penner
2014-02-17
1
-3
/
+8
|
*
|
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
1
-2
/
+2
|
*
|
Fix some formatting problems and add formatting info at end of file.
Tavmjong Bah
2014-02-01
1
-60
/
+74
|
*
|
Fix spacing/remove tabs and eliminate extra conditional.
Martin Owens
2014-01-31
1
-10
/
+8
|
*
|
Prevent crash if a symbols file does not have a title.
Tavmjong Bah
2014-01-30
1
-1
/
+9
|
*
|
cppcheck stuff
Kris De Gussem
2014-01-20
1
-5
/
+2
|
*
|
i18n. No need to translate strings with one single space.
Nicolas Dufour
2014-01-19
1
-1
/
+1
|
*
|
Better fix for GTK3 build error in symbols.cpp.
Nicolas Dufour
2014-01-17
1
-2
/
+2
|
*
|
GTK3 build error in symbols.cpp.
Nicolas Dufour
2014-01-17
1
-1
/
+2
|
*
|
i18n. Symbols are now translatable (see Bug #1261198); POT file and French tr...
Nicolas Dufour
2014-01-17
1
-3
/
+4
|
*
|
i18n. New from Template entries now translatable (see Bug #383844). POT file ...
Nicolas Dufour
2014-01-15
1
-5
/
+5
|
*
|
Fix for Bug #1236282 (add full keyboard navigation support for new templates ...
Nicolas Dufour
2014-01-15
3
-5
/
+12
|
*
|
Fix bug #1239779 by removing caching for symbols.
Martin Owens
2014-01-14
2
-50
/
+22
|
*
|
Add GUI for feComponentTransfer filter primitive.
Tavmjong Bah
2014-01-13
2
-31
/
+220
|
*
|
Give the selection id a default just in case every selected item has no id. F...
Martin Owens
2014-01-10
1
-1
/
+1
|
*
|
suppress compiler warnings
Kris De Gussem
2014-01-08
1
-1
/
+1
|
*
|
Rebuild symbols collection if opening or closing documents.
Martin Owens
2014-01-08
2
-0
/
+10
|
*
|
Uniform colons usage in UI in front of edit boxes
Kris De Gussem
2014-01-05
1
-4
/
+4
|
*
|
modify get_scale_transform_for_variable_stroke() to be consistent with get_sc...
Alvin Penner
2014-01-04
1
-3
/
+4
|
*
|
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
2014-01-02
6
-30
/
+91
[next]