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
...
*
r19083@shi: ted | 2008-04-21 16:09:24 -0700
Ted Gould
2008-04-22
34
-42
/
+1552
*
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
2008-04-21
69
-94
/
+121
*
allow inx to suppress live preview checkbox
bulia byak
2008-04-18
3
-1
/
+6
*
provide a parent for the working-please-wait message so it does not sink
bulia byak
2008-04-18
1
-1
/
+9
*
A small step towards making the inx files fully XML / schema compliant
Marcin Floryan
2008-04-17
2
-3
/
+3
*
make sure --export-area-canvas works for pdf export too
bulia byak
2008-04-16
2
-14
/
+36
*
Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscape
Joshua L. Blocher
2008-04-16
1
-1
/
+6
*
Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also imp...
Marcin Floryan
2008-04-15
3
-1
/
+14
*
fix include path
Johan B. C. Engelen
2008-04-15
1
-1
/
+1
*
fix include paths
Johan B. C. Engelen
2008-04-15
2
-2
/
+2
*
translator comment
Arpad Biro
2008-04-13
1
-0
/
+1
*
cmake: exclude /src/dom/work/.* and /src/extension/dxf2svg/.* that are also e...
Johan B. C. Engelen
2008-04-10
1
-9
/
+9
*
process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
Aaron Spike
2008-04-10
3
-32
/
+1
*
Following this thread: http://www.nabble.com/Extension-parameters-td9064285.h...
Marcin Floryan
2008-04-09
4
-21
/
+39
*
cmake: move extension param files to their own CMakeLists.txt
Johan B. C. Engelen
2008-04-04
2
-10
/
+14
*
r18381@shi: ted | 2008-03-07 20:11:34 -0800
Ted Gould
2008-04-04
23
-179
/
+173
*
delete remaining .cvsignore files
Adib Taraben
2008-04-01
3
-15
/
+0
*
reproduce the ancestors transform when exporting a single object
bulia byak
2008-04-01
1
-3
/
+23
*
Move script dialog from gtkmm to jvm
Bob Jamison
2008-03-31
1
-8
/
+8
*
Adjustments to the lib directory Cmake files
Joshua L. Blocher
2008-03-30
2
-0
/
+14
*
revert Makefile changes accidentally committed (sorry to make this mistake a...
Johan B. C. Engelen
2008-03-30
1
-107
/
+21
*
add CMakeFiles for io, jabber_whiteboard libavoid libcola.
Johan B. C. Engelen
2008-03-30
1
-21
/
+107
*
revert Makefile changes accidentally committed
Johan B. C. Engelen
2008-03-30
1
-107
/
+21
*
add CMakeLists.txt files for removeoverlap and svg
Johan B. C. Engelen
2008-03-30
1
-21
/
+107
*
fix compile
bulia byak
2008-03-28
1
-1
/
+1
*
Fixing as per discussion in LP # 179988
Mike Pittman
2008-03-28
1
-13
/
+32
*
handle (better) whitespaces in path names
Adib Taraben
2008-03-28
1
-4
/
+13
*
Bug #204779 win32 crash on help menu - win32 spawn problem
Adib Taraben
2008-03-27
1
-1
/
+1
*
Cmake Build system - Initial commit.
Joshua L. Blocher
2008-03-27
4
-0
/
+85
*
Indentation, warning cleanup.
Maximilian Albert
2008-03-26
1
-25
/
+36
*
Fixing localization issues (following a patch for 0.46 rev. 17583) where some...
Marcin Floryan
2008-03-26
6
-27
/
+29
*
system clipboard support (bug #170185) from Chris KosiĆski
MenTaLguY
2008-03-26
5
-9
/
+9
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
17
-155
/
+149
*
BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista tempfi...
Albin Sunnanbo
2008-03-13
2
-5
/
+5
*
BUG 168896, fix init.cpp.patch Native windows dialogs breaks some extensions ...
Albin Sunnanbo
2008-03-13
1
-0
/
+22
*
tweaked patch from Ulf to make extension working
Adib Taraben
2008-03-12
1
-1
/
+1
*
enable --export-id and --export-area-drawing for PDF export
bulia byak
2008-03-12
2
-10
/
+64
*
Got initial JS execution working
Bob Jamison
2008-03-11
1
-3
/
+3
*
Put /bind references back in
Bob Jamison
2008-03-10
1
-8
/
+0
*
Put it back :-)
Bob Jamison
2008-03-10
1
-1
/
+0
*
Update header
Bob Jamison
2008-03-10
1
-5
/
+30
*
Temporary kludge to permit linking
Jon A. Cruz
2008-03-10
1
-2
/
+11
*
clean up tabs and DOS-ishness
Bob Jamison
2008-03-10
2
-30
/
+44
*
Switch to newer binding stuff
Bob Jamison
2008-03-10
34
-10206
/
+75
*
patch from 168792
bulia byak
2008-03-07
1
-0
/
+5
*
r18294@shi: ted | 2008-03-03 15:11:22 -0800
Ted Gould
2008-03-03
1
-2
/
+2
*
r18238@shi: ted | 2008-03-01 14:46:00 -0800
Ted Gould
2008-03-03
1
-2
/
+2
*
r18237@shi: ted | 2008-03-01 14:41:25 -0800
Ted Gould
2008-03-03
1
-4
/
+1
*
Remove double unreffing of pointer in pdf-cairo.cpp. Fixes Bug #178985 with ...
Johan B. C. Engelen
2008-03-02
1
-2
/
+1
*
improved fix crash bug #197664
Johan B. C. Engelen
2008-03-02
1
-5
/
+5
[prev]
[next]