index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
UI uniformisation / addition of mnemonics (Bug #170765)
Kris De Gussem
2011-07-28
2
-25
/
+53
*
|
|
|
Filters. New Bump custom predefined filter.
Nicolas Dufour
2011-07-28
2
-3
/
+275
*
|
|
|
another g_return_if_fail -> g_return_val_if_fail & add include to cmake.
Campbell Barton
2011-07-28
2
-1
/
+2
*
|
|
|
fix for build error when not returning a value in libgdl & minor style edit.
Campbell Barton
2011-07-28
2
-2
/
+2
*
|
|
|
Filters. New Channel transparency and Cross blur custom predefined filters.
Nicolas Dufour
2011-07-27
3
-0
/
+208
*
|
|
|
Reverse color order in tracing support function to match reversal of colors i...
Jon A. Cruz
2011-07-27
1
-2
/
+2
*
|
|
|
Cleaning up trace methods to aid fixing color inversion.
Jon A. Cruz
2011-07-27
4
-112
/
+136
*
|
|
|
update to cmake checker and add missing header.
Campbell Barton
2011-07-26
1
-0
/
+1
*
|
|
|
Temporary fix for crash when launching via command-line.
Jon A. Cruz
2011-07-25
1
-4
/
+11
*
|
|
|
Filters. New Channel painting custom predefined filter.
Nicolas Dufour
2011-07-25
2
-2
/
+116
|
|
/
/
|
/
|
|
*
|
|
Revert workarounds from 10501 - no longer necessary
Krzysztof Kosi??ski
2011-07-25
2
-67
/
+74
*
|
|
Update 2Geom to fix serious IntRect bug I've found in my GSoC branch
Krzysztof Kosi??ski
2011-07-24
17
-94
/
+258
*
|
|
fix page shadow rendering bug introduced in r10495
Johan B. C. Engelen
2011-07-24
2
-74
/
+67
*
|
|
Fixed path update (Bug #812517)
Kris De Gussem
2011-07-24
1
-3
/
+1
*
|
|
Fix memory leak.
Jon A. Cruz
2011-07-23
1
-1
/
+3
*
|
|
Fix issue with deleted guides and gtk warnings.
Jon A. Cruz
2011-07-23
1
-29
/
+32
*
|
|
NRRectL -> 2geom
Johan B. C. Engelen
2011-07-23
2
-89
/
+97
*
|
|
remove obsolete code because changed to cairo
Johan B. C. Engelen
2011-07-23
1
-93
/
+0
*
|
|
Don't flag a comma separted list of fonts in the font-family entry box
Tavmjong Bah
2011-07-23
1
-2
/
+46
*
|
|
Fixed bug where having a font-family with an uninstalled font (or with a
Tavmjong Bah
2011-07-22
1
-95
/
+96
*
|
|
fix crash when guideline is deleted by dragging it off-canvas
Johan B. C. Engelen
2011-07-22
1
-0
/
+4
*
|
|
Patch from Andreas Becker to fix bug 805238 (Crash when setting empty font fa...
Tavmjong Bah
2011-07-22
1
-1
/
+4
*
|
|
Minor UI fix
Kris De Gussem
2011-07-20
1
-2
/
+2
*
|
|
Memory leak fixes (Bug #812497)
Kris De Gussem
2011-07-20
3
-12
/
+23
*
|
|
Filters. Custom predefined filters update.
Nicolas Dufour
2011-07-20
4
-44
/
+84
*
|
|
memory leak fix
Kris De Gussem
2011-07-20
1
-0
/
+2
*
|
|
Remove deprecated Glib symbols
Krzysztof Kosi??ski
2011-07-19
7
-20
/
+23
*
|
|
Add two new snap icons, and fix toggling bug for a single button
Diederik van Lierop
2011-07-19
1
-1
/
+1
*
|
|
another case of SP_ACTIVE_DESKTOP removed
Johan B. C. Engelen
2011-07-19
1
-3
/
+4
*
|
|
remove some unnecessary inkscape_active_desktop() calls
Johan B. C. Engelen
2011-07-19
7
-16
/
+15
*
|
|
Fix index out of bounds problems. Corrects bug #812003.
Jon A. Cruz
2011-07-19
1
-2
/
+3
*
|
|
Minor code safety tweak to null out stale pointer.
Jon A. Cruz
2011-07-19
1
-0
/
+1
*
|
|
revert unnecessary complicated change
Johan B. C. Engelen
2011-07-18
1
-23
/
+3
*
|
|
refactor the guideline drawing. now it obeys desktop transforms a lot better.
Johan B. C. Engelen
2011-07-18
3
-28
/
+56
*
|
|
fix hardcoded desktop2doc transform
Johan B. C. Engelen
2011-07-18
1
-2
/
+2
*
|
|
Replace NR_HUGE by Geom:infinity() in some snapping code
Diederik van Lierop
2011-07-18
2
-17
/
+17
*
|
|
consistency fix (potential bug)
Johan B. C. Engelen
2011-07-18
1
-1
/
+1
*
|
|
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
53
-159
/
+158
*
|
|
Fix build failures on make check
Krzysztof Kosi??ski
2011-07-17
3
-16
/
+13
*
|
|
Fix crash that occurred when scaling a clipped object, as reported in lp:811819
Diederik van Lierop
2011-07-17
1
-4
/
+8
*
|
|
Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, etc.)...
Diederik van Lierop
2011-07-16
1
-1
/
+6
*
|
|
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
47
-307
/
+238
*
|
|
fix for building with cmake and building without lcms works again.
Campbell Barton
2011-07-16
3
-15
/
+10
*
|
|
Fix scaling error when snapping, caused by rev. #10326
Diederik van Lierop
2011-07-15
1
-3
/
+5
*
|
|
Fix icon toggler breakage after the icon-names.h change. Patch from ~suv.
Krzysztof Kosi??ski
2011-07-15
2
-4
/
+4
*
|
|
Remove BezierCurve copy constructor - it's equivalent the default one
Krzysztof Kosi??ski
2011-07-15
1
-2
/
+1
*
|
|
Address issues with GtkRuleMetric const warnings.
Jon A. Cruz
2011-07-15
1
-20
/
+12
*
|
|
Fixed issue with copy ctor in 2geom's BezierCurve.
Jon A. Cruz
2011-07-15
1
-2
/
+2
*
|
|
Remove the icon-names.h thing, which was a mistake.
Krzysztof Kosi??ski
2011-07-15
17
-905
/
+337
|
/
/
*
|
Make cms_key in SPDesktopWidget a regular ustring rather than a pointer
Krzysztof Kosi??ski
2011-07-14
1
-9
/
+5
[prev]
[next]