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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Completely remove NRPixBlock
Krzysztof Kosi??ski
2010-08-14
3
-40
/
+40
*
|
|
merge from trunk
Krzysztof Kosi??ski
2010-08-08
17
-205
/
+550
|
\
|
|
|
*
|
Add a constrained snap method that takes multiple constraints. This reduces t...
Diederik van Lierop
2010-08-07
1
-101
/
+16
|
*
|
New feature: to exchange position of two objects (bug #171944)
Nicolas Dufour
2010-08-03
3
-19
/
+167
|
*
|
More sensible ranges for feSpecularLighting and feDiffuseLighting parameters
Krzysztof Kosi??ski
2010-07-27
1
-11
/
+12
|
*
|
Fix initial combo box values in filter effects dialog
Krzysztof Kosi??ski
2010-07-26
1
-1
/
+1
|
*
|
fix crash bug 607557
Johan B. C. Engelen
2010-07-26
1
-0
/
+4
|
*
|
Added preference to suppress auto-refresh of icon previews.
Jon A. Cruz
2010-07-26
1
-2
/
+4
|
*
|
Added debug info.
Jon A. Cruz
2010-07-25
2
-11
/
+65
|
*
|
Make icon preview seleciton stikcy by default.
Jon A. Cruz
2010-07-25
1
-1
/
+1
|
*
|
Added preference to suppress icon preview frames.
Jon A. Cruz
2010-07-25
1
-4
/
+8
|
*
|
Added preference to keep last selected item shown.
Jon A. Cruz
2010-07-25
2
-18
/
+29
|
*
|
Adding preference to suppress packing of previews.
Jon A. Cruz
2010-07-25
1
-1
/
+3
|
*
|
Fix sculpting of nodes with non-degenerate handles.
Krzysztof Kosi??ski
2010-07-22
2
-5
/
+50
|
*
|
When snapping to handle lines (Ctrl+Alt node drag), snap
Krzysztof Kosi??ski
2010-07-21
1
-7
/
+64
|
*
|
- Snap while rotating an object using the selector tool
Diederik van Lierop
2010-07-12
1
-6
/
+6
|
*
|
Disabling Print Colors dialog due to lack of resolution from mailing list thr...
Josh Andler
2010-07-07
2
-4
/
+5
|
*
|
Patch by Johan for LPE Tool prefs page
Josh Andler
2010-07-07
1
-2
/
+3
|
*
|
If 'Edit' on a swatch matches the current selection, invoke Fill-and-Stroke i...
Jon A. Cruz
2010-07-06
1
-5
/
+31
|
*
|
Minor cruft cleanup.
Jon A. Cruz
2010-07-06
1
-1
/
+0
|
*
|
Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ma...
Jon A. Cruz
2010-07-06
1
-33
/
+22
|
*
|
Translations. New Telugu translation by వీవెన్ (Veeven).
Nicolas Dufour
2010-07-06
1
-2
/
+2
|
*
|
Suppress gradient direction line for 'solid' gradients.
Jon A. Cruz
2010-07-04
1
-7
/
+7
|
*
|
Make order of 'auto' swatches match order in document.
Jon A. Cruz
2010-07-03
1
-0
/
+2
|
*
|
Bump default for "widescreen" to target netbook sizes.
Jon A. Cruz
2010-07-02
1
-1
/
+1
|
*
|
Rough pass of Fill-n-Stroke swatch conversion.
Jon A. Cruz
2010-07-02
1
-34
/
+37
|
|
/
|
*
Partial C++-ification of SPGradient
Jon A. Cruz
2010-06-28
1
-8
/
+9
|
*
Implementing the "Convert" popup menu item for gradients/swatches. Part of bu...
Jon A. Cruz
2010-06-26
2
-3
/
+82
*
|
Wholesale cruft removal part 3
Krzysztof Kosi??ski
2010-08-04
1
-9
/
+8
*
|
Wholesale cruft removal part 2
Krzysztof Kosi??ski
2010-08-04
1
-1
/
+0
*
|
Wholesale cruft removal part 1
Krzysztof Kosi??ski
2010-08-04
4
-77
/
+83
*
|
Merge redundant *-fns.h into respective filter headers.
Krzysztof Kosi??ski
2010-07-14
1
-1
/
+1
*
|
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
2010-06-29
1
-7
/
+10
|
/
*
Romanian translation update by Cristian Secară (Bug #596689)
Kris De Gussem
2010-06-21
1
-1
/
+2
*
Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.
Jon A. Cruz
2010-06-16
2
-6
/
+49
*
Translations:
Nicolas Dufour
2010-06-13
1
-7
/
+13
*
Translator credits update (now all files are updated)
Kris De Gussem
2010-06-05
1
-2
/
+2
*
Adding JessyInk 1.5.1 extension set by Hannes Hochreiner
Josh Andler
2010-06-04
1
-0
/
+1
*
Translator credits update
Kris De Gussem
2010-06-04
1
-3
/
+5
*
Authors and translators lists update.
Nicolas Dufour
2010-06-03
1
-146
/
+181
*
Cleanup on encapsulation. Addition of initial widescreen detection.
Jon A. Cruz
2010-06-01
2
-20
/
+67
*
Fixing order from r9463, correct order is Width -> Height -> Units. (Bug #587...
Alex Leone
2010-06-01
1
-1
/
+1
*
In the document properties dialog, changes tab order to units, width, height....
Alex Leone
2010-06-01
2
-1
/
+11
*
Makes the "Fit Page to Selection" margin options load from the opened file. (...
Alex Leone
2010-06-01
3
-19
/
+62
*
Consistency fix in the tools strings (badly places :).
Nicolas Dufour
2010-05-26
4
-34
/
+34
*
fix lpe dialog updating
Johan B. C. Engelen
2010-05-18
2
-1
/
+6
*
better fix for lpe stack forking
Johan B. C. Engelen
2010-05-18
1
-2
/
+3
*
Fix small snapping regression (reported in LP #562205, comment #11)
Diederik van Lierop
2010-05-09
1
-3
/
+1
*
Fix tooltip error in the preferences (Bug #446723).
Nicolas Dufour
2010-05-09
1
-1
/
+1
*
Track selection changes for updating in icon preview.
Jon A. Cruz
2010-05-06
2
-1
/
+8
[prev]
[next]