index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...
Campbell Barton
2011-06-12
1
-2
/
+2
|
*
work in progress cmake commit:
Campbell Barton
2011-06-12
9
-141
/
+138
|
*
Update to win32 build defines for libwpg issue.
Jon A. Cruz
2011-06-11
1
-0
/
+5
|
*
Fix debus warnings and build errors.
Jon A. Cruz
2011-06-11
1
-93
/
+79
|
*
Modified build to conditionally build against either libwpg 0.1.x or 0.2.x. F...
Jon A. Cruz
2011-06-10
1
-1
/
+16
|
*
Save a copy dialog now opens in current directory if this option is set for s...
Johan B. C. Engelen
2011-06-08
1
-2
/
+8
|
*
fix: latex width output to postscript big point 'bp'.
Johan B. C. Engelen
2011-06-05
1
-2
/
+2
|
*
Possible Win32 compile fix.
Jon A. Cruz
2011-06-04
2
-2
/
+4
|
*
Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...
Jon A. Cruz
2011-06-04
6
-8
/
+6
|
|
\
|
|
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
5
-5
/
+5
|
*
|
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
10
-25
/
+24
|
|
/
|
*
Add "silent" option to extension inx file so that extension authors can opt-o...
Felipe Corr??a da Silva Sanches
2011-05-27
3
-1
/
+20
|
*
corrected fill-rule handling in pdf export, fixes bug:436962
Adib Taraben
2011-05-07
1
-3
/
+3
|
*
symbol rendering fix for bug:705345
Adib Taraben
2011-05-05
1
-3
/
+3
|
*
Fix crashes on empty marker definitions.
Johan B. C. Engelen
2011-05-01
1
-5
/
+7
|
*
emf import. support for clip rectangle (Bug 383180)
Alvin Penner
2011-04-27
1
-14
/
+53
|
*
Fixed warning to use GUI when appropriate.
Jon A. Cruz
2011-04-23
1
-8
/
+10
|
*
add new preference widget for a number with a unit.
Johan B. C. Engelen
2011-04-17
1
-4
/
+4
|
*
change spinbox to new one in many places.
Johan B. C. Engelen
2011-04-16
4
-6
/
+21
|
*
remove unnecessary includes.
Johan B. C. Engelen
2011-04-16
1
-4
/
+0
|
*
extensions: use improved spinbutton with math expression evaluation
Johan B. C. Engelen
2011-04-16
2
-4
/
+4
|
*
pdf+latex:
Johan B. C. Engelen
2011-04-10
1
-6
/
+18
|
*
pdf+latex: fix newline bug due to changes in r10089
Johan B. C. Engelen
2011-04-10
1
-16
/
+29
|
*
go wild adding % at the end of each latex line (pdf+latex output)
Johan B. C. Engelen
2011-04-10
1
-22
/
+22
*
|
Update Makefile as necessary to build again on Linux
Josh Andler
2011-04-15
1
-2
/
+0
*
|
No more PrintWin32, including no special cases for non-Unicode Windows anymore.
Jasper van de Gronde
2011-04-15
7
-731
/
+47
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
60
-1180
/
+3588
|
\
|
|
*
Filters: labels consistency fix.
Nicolas Dufour
2011-04-01
1
-2
/
+2
|
*
emf import. limited support for EMR_BITBLT (Bug 382421)
Alvin Penner
2011-03-31
1
-0
/
+29
|
*
Extensions:
Nicolas Dufour
2011-03-30
1
-1
/
+3
|
*
Extensions. Replacing the groupheader element with an appearance mode in the ...
Nicolas Dufour
2011-03-25
7
-140
/
+44
|
*
emf import. create dummy object CREATEDIBPATTERNBRUSHPT (Bug 382420)
Alvin Penner
2011-03-24
1
-0
/
+9
|
*
Filters. Posterize basic tweaks. Extensions. Int and Float adjustment widgets...
Nicolas Dufour
2011-03-23
3
-4
/
+4
|
*
Cleaned up memory patch. Fixes bug #737298.
Jon A. Cruz
2011-03-20
1
-4
/
+6
|
*
D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, Bug...
Nicolas Dufour
2011-03-18
6
-18
/
+81
|
*
Filters. Custom predefined filters fine tuning (precision and UI labels).
Nicolas Dufour
2011-03-16
4
-98
/
+98
|
*
Extensions. Float and Int default mode set to minimal. Filters' mode changed ...
Nicolas Dufour
2011-03-15
8
-117
/
+117
|
*
Extensions. Warnings (introduced in recent float and int changes) cleanup.
Nicolas Dufour
2011-03-14
2
-2
/
+2
|
*
Extensions. Slider in Float and Int extension widgets.
Nicolas Dufour
2011-03-14
5
-19
/
+89
|
*
Filters. Drawing CPF improvement.
Nicolas Dufour
2011-03-14
1
-4
/
+3
|
*
apparently bbox numbers in PS should be integers.
Johan B. C. Engelen
2011-03-13
1
-2
/
+2
|
*
Hope to fix a really dumb earlier commit by me...
Johan B. C. Engelen
2011-03-12
1
-5
/
+12
|
*
Comment out non-functional code that prevents compiling
Tavmjong Bah
2011-03-11
1
-4
/
+5
|
*
Filters. New Grayscale, Lightness and Brightness CPF. Some default values adj...
Nicolas Dufour
2011-03-11
3
-31
/
+263
|
*
PDF+LaTeX now also exports font shape (italic or bold) (patch partly by Tobi...
Johan B. C. Engelen
2011-03-10
1
-2
/
+74
|
*
add scaling option to PDF+LaTeX (patch by Bernd Bandemer)
Johan B. C. Engelen
2011-03-10
1
-0
/
+6
|
*
emf import. remove numerical id's (Bug 552351)
Alvin Penner
2011-03-08
1
-10
/
+10
|
*
Extensions. Fix for Bug #341353 (The user must know about a XSLT problem).
Nicolas Dufour
2011-03-04
1
-2
/
+5
|
*
i18n. Fixing i18n mistakes in the experimental custom predefined filters.
Nicolas Dufour
2011-02-27
4
-68
/
+68
|
*
compatibility patch to compile using gcc 4.6
Adib Taraben
2011-02-27
1
-0
/
+1
[prev]
[next]