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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
16
-32
/
+32
2008-05-09
fix enums
bulia byak
1
-2
/
+2
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-1
/
+1
2008-05-06
Cmake: Fix some undefined function calls
Joshua L. Blocher
2
-0
/
+32
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
2
-2
/
+2
2008-05-03
Cmake: Add missing CmakeLists.txt
Joshua L. Blocher
3
-0
/
+46
2008-05-03
Cmake: Fix some double linking flags
Joshua L. Blocher
1
-2
/
+29
2008-04-29
Change in stdarg calls, to correct for const-ness
Bob Jamison
2
-25
/
+8
2008-04-29
Uniconvertor import extension changes for Win32 - Fixes LP# 197617
Mike Pittman
1
-2
/
+14
2008-04-26
r19136@shi: ted | 2008-04-24 19:44:01 -0700
Ted Gould
7
-7
/
+230
2008-04-24
r19125@shi: ted | 2008-04-23 23:32:56 -0700
Ted Gould
2
-23
/
+48
2008-04-23
Fixed some further issues with Internal extensions after the introduction of ...
Marcin Floryan
10
-20
/
+20
2008-04-22
r19083@shi: ted | 2008-04-21 16:09:24 -0700
Ted Gould
34
-42
/
+1552
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
69
-94
/
+121
2008-04-18
allow inx to suppress live preview checkbox
bulia byak
3
-1
/
+6
2008-04-18
provide a parent for the working-please-wait message so it does not sink
bulia byak
1
-1
/
+9
2008-04-17
A small step towards making the inx files fully XML / schema compliant
Marcin Floryan
2
-3
/
+3
2008-04-16
make sure --export-area-canvas works for pdf export too
bulia byak
2
-14
/
+36
2008-04-16
Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscape
Joshua L. Blocher
1
-1
/
+6
2008-04-15
Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also imp...
Marcin Floryan
3
-1
/
+14
2008-04-15
fix include path
Johan B. C. Engelen
1
-1
/
+1
2008-04-15
fix include paths
Johan B. C. Engelen
2
-2
/
+2
2008-04-13
translator comment
Arpad Biro
1
-0
/
+1
2008-04-10
cmake: exclude /src/dom/work/.* and /src/extension/dxf2svg/.* that are also e...
Johan B. C. Engelen
1
-9
/
+9
2008-04-10
process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
Aaron Spike
3
-32
/
+1
2008-04-09
Following this thread: http://www.nabble.com/Extension-parameters-td9064285.h...
Marcin Floryan
4
-21
/
+39
2008-04-04
cmake: move extension param files to their own CMakeLists.txt
Johan B. C. Engelen
2
-10
/
+14
2008-04-04
r18381@shi: ted | 2008-03-07 20:11:34 -0800
Ted Gould
23
-179
/
+173
2008-04-01
delete remaining .cvsignore files
Adib Taraben
3
-15
/
+0
2008-04-01
reproduce the ancestors transform when exporting a single object
bulia byak
1
-3
/
+23
2008-03-31
Move script dialog from gtkmm to jvm
Bob Jamison
1
-8
/
+8
2008-03-30
Adjustments to the lib directory Cmake files
Joshua L. Blocher
2
-0
/
+14
2008-03-30
revert Makefile changes accidentally committed (sorry to make this mistake a...
Johan B. C. Engelen
1
-107
/
+21
2008-03-30
add CMakeFiles for io, jabber_whiteboard libavoid libcola.
Johan B. C. Engelen
1
-21
/
+107
2008-03-30
revert Makefile changes accidentally committed
Johan B. C. Engelen
1
-107
/
+21
2008-03-30
add CMakeLists.txt files for removeoverlap and svg
Johan B. C. Engelen
1
-21
/
+107
2008-03-28
fix compile
bulia byak
1
-1
/
+1
2008-03-28
Fixing as per discussion in LP # 179988
Mike Pittman
1
-13
/
+32
2008-03-28
handle (better) whitespaces in path names
Adib Taraben
1
-4
/
+13
2008-03-27
Bug #204779 win32 crash on help menu - win32 spawn problem
Adib Taraben
1
-1
/
+1
2008-03-27
Cmake Build system - Initial commit.
Joshua L. Blocher
4
-0
/
+85
2008-03-26
Indentation, warning cleanup.
Maximilian Albert
1
-25
/
+36
2008-03-26
Fixing localization issues (following a patch for 0.46 rev. 17583) where some...
Marcin Floryan
6
-27
/
+29
2008-03-26
system clipboard support (bug #170185) from Chris KosiĆski
MenTaLguY
5
-9
/
+9
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
17
-155
/
+149
2008-03-13
BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista tempfi...
Albin Sunnanbo
2
-5
/
+5
2008-03-13
BUG 168896, fix init.cpp.patch Native windows dialogs breaks some extensions ...
Albin Sunnanbo
1
-0
/
+22
2008-03-12
tweaked patch from Ulf to make extension working
Adib Taraben
1
-1
/
+1
2008-03-12
enable --export-id and --export-area-drawing for PDF export
bulia byak
2
-10
/
+64
2008-03-11
Got initial JS execution working
Bob Jamison
1
-3
/
+3
[next]