summaryrefslogtreecommitdiffstats
path: root/src/extension (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen16-32/+32
2008-05-09fix enumsbulia byak1-2/+2
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-1/+1
2008-05-06Cmake: Fix some undefined function callsJoshua L. Blocher2-0/+32
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen2-2/+2
2008-05-03Cmake: Add missing CmakeLists.txtJoshua L. Blocher3-0/+46
2008-05-03Cmake: Fix some double linking flagsJoshua L. Blocher1-2/+29
2008-04-29Change in stdarg calls, to correct for const-nessBob Jamison2-25/+8
2008-04-29Uniconvertor import extension changes for Win32 - Fixes LP# 197617Mike Pittman1-2/+14
2008-04-26r19136@shi: ted | 2008-04-24 19:44:01 -0700Ted Gould7-7/+230
2008-04-24r19125@shi: ted | 2008-04-23 23:32:56 -0700Ted Gould2-23/+48
2008-04-23Fixed some further issues with Internal extensions after the introduction of ...Marcin Floryan10-20/+20
2008-04-22r19083@shi: ted | 2008-04-21 16:09:24 -0700Ted Gould34-42/+1552
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould69-94/+121
2008-04-18allow inx to suppress live preview checkboxbulia byak3-1/+6
2008-04-18provide a parent for the working-please-wait message so it does not sinkbulia byak1-1/+9
2008-04-17A small step towards making the inx files fully XML / schema compliantMarcin Floryan2-3/+3
2008-04-16make sure --export-area-canvas works for pdf export toobulia byak2-14/+36
2008-04-16Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscapeJoshua L. Blocher1-1/+6
2008-04-15Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also imp...Marcin Floryan3-1/+14
2008-04-15fix include pathJohan B. C. Engelen1-1/+1
2008-04-15fix include pathsJohan B. C. Engelen2-2/+2
2008-04-13translator commentArpad Biro1-0/+1
2008-04-10cmake: exclude /src/dom/work/.* and /src/extension/dxf2svg/.* that are also e...Johan B. C. Engelen1-9/+9
2008-04-10process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike3-32/+1
2008-04-09Following this thread: http://www.nabble.com/Extension-parameters-td9064285.h...Marcin Floryan4-21/+39
2008-04-04cmake: move extension param files to their own CMakeLists.txtJohan B. C. Engelen2-10/+14
2008-04-04r18381@shi: ted | 2008-03-07 20:11:34 -0800Ted Gould23-179/+173
2008-04-01delete remaining .cvsignore filesAdib Taraben3-15/+0
2008-04-01reproduce the ancestors transform when exporting a single objectbulia byak1-3/+23
2008-03-31Move script dialog from gtkmm to jvmBob Jamison1-8/+8
2008-03-30Adjustments to the lib directory Cmake filesJoshua L. Blocher2-0/+14
2008-03-30revert Makefile changes accidentally committed (sorry to make this mistake a...Johan B. C. Engelen1-107/+21
2008-03-30add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen1-21/+107
2008-03-30revert Makefile changes accidentally committedJohan B. C. Engelen1-107/+21
2008-03-30add CMakeLists.txt files for removeoverlap and svgJohan B. C. Engelen1-21/+107
2008-03-28fix compilebulia byak1-1/+1
2008-03-28Fixing as per discussion in LP # 179988Mike Pittman1-13/+32
2008-03-28handle (better) whitespaces in path namesAdib Taraben1-4/+13
2008-03-27Bug #204779 win32 crash on help menu - win32 spawn problemAdib Taraben1-1/+1
2008-03-27Cmake Build system - Initial commit.Joshua L. Blocher4-0/+85
2008-03-26Indentation, warning cleanup.Maximilian Albert1-25/+36
2008-03-26Fixing localization issues (following a patch for 0.46 rev. 17583) where some...Marcin Floryan6-27/+29
2008-03-26system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY5-9/+9
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde17-155/+149
2008-03-13BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista tempfi...Albin Sunnanbo2-5/+5
2008-03-13BUG 168896, fix init.cpp.patch Native windows dialogs breaks some extensions ...Albin Sunnanbo1-0/+22
2008-03-12tweaked patch from Ulf to make extension workingAdib Taraben1-1/+1
2008-03-12enable --export-id and --export-area-drawing for PDF exportbulia byak2-10/+64
2008-03-11Got initial JS execution workingBob Jamison1-3/+3