Code

inkscape.git
16 years agowarning cleanup
joncruz [Thu, 8 Nov 2007 07:35:44 +0000 (07:35 +0000)]
warning cleanup

16 years agoattempt at fixing [ 1679218 ] open/import clicking on a 0 byte image results in a...
johanengelen [Thu, 8 Nov 2007 00:44:47 +0000 (00:44 +0000)]
attempt at fixing [ 1679218 ] open/import clicking on a 0 byte image results in a crash; but for some reason, exception catching does not work...

16 years agoupdate 2geom
johanengelen [Wed, 7 Nov 2007 23:49:18 +0000 (23:49 +0000)]
update 2geom

16 years agofix string size self-reference bug
ishmal [Wed, 7 Nov 2007 20:29:15 +0000 (20:29 +0000)]
fix string size self-reference bug

16 years agofix LaTeX extension to work with the new lxml lib
johanengelen [Wed, 7 Nov 2007 16:29:23 +0000 (16:29 +0000)]
fix LaTeX extension to work with the new lxml lib

16 years agoUpdate translation up Khmer
sokhem [Wed, 7 Nov 2007 09:29:03 +0000 (09:29 +0000)]
Update translation up Khmer

16 years agoUpdate translations for Khmer
sokhem [Wed, 7 Nov 2007 01:47:07 +0000 (01:47 +0000)]
Update translations for Khmer

16 years agofixed bracket pairing, however I do not if this makes sense in the language that...
theadib [Tue, 6 Nov 2007 21:36:09 +0000 (21:36 +0000)]
fixed bracket pairing, however I do not if this makes sense in the language that I do not speak (edited with poedit)

16 years ago* UI text change "Curve stitching" to "Stitch subcurves"
johanengelen [Tue, 6 Nov 2007 18:57:10 +0000 (18:57 +0000)]
* UI text change "Curve stitching" to "Stitch subcurves"
* add better default strokepath for stitch subcurves

16 years ago2geom update to 2Geom-SVN-rev. 1161
johanengelen [Tue, 6 Nov 2007 18:38:31 +0000 (18:38 +0000)]
2geom update to 2Geom-SVN-rev. 1161

16 years agoImprove the user interaction for snapping of bounding boxes, and add an new tab in...
dvlierop2 [Mon, 5 Nov 2007 21:15:27 +0000 (21:15 +0000)]
Improve the user interaction for snapping of bounding boxes, and add an new tab in document properties for detailed snapping options

16 years agopattern along path is not obsolete :)
johanengelen [Mon, 5 Nov 2007 19:38:18 +0000 (19:38 +0000)]
pattern along path is not obsolete :)

16 years agoKhmer translations updated
sokhem [Mon, 5 Nov 2007 09:37:09 +0000 (09:37 +0000)]
Khmer translations updated

16 years agopartially implemented xlink:href parameter loading. (It still just
jucablues [Mon, 5 Nov 2007 07:00:34 +0000 (07:00 +0000)]
partially implemented xlink:href parameter loading. (It still just
works for filenames.) Removed a hardcoded string.

This part of the code must be improved in order to reference other
pieces of SVG. I need somebody to help me on working with proper URI
handling!

Also fixed gdk pixbuf handling.

16 years agonoop: Slight simplification now that we already require gtk >= 2.6 (and indeed >...
pjrm [Mon, 5 Nov 2007 03:12:48 +0000 (03:12 +0000)]
noop: Slight simplification now that we already require gtk >= 2.6 (and indeed >= 2.8).

16 years agoWarning cleanup
joncruz [Sun, 4 Nov 2007 19:31:50 +0000 (19:31 +0000)]
Warning cleanup

16 years agoFix for [ 1645874 ] F8, drag, xml editor, expand highligted, select child=crash
johanengelen [Sun, 4 Nov 2007 17:22:29 +0000 (17:22 +0000)]
Fix for [ 1645874 ] F8, drag, xml editor, expand highligted, select child=crash

16 years agofix perfect bound cover inx to allow for translation
johncoswell [Sun, 4 Nov 2007 15:44:38 +0000 (15:44 +0000)]
fix perfect bound cover inx to allow for translation

16 years agoWarning cleanup
joncruz [Sun, 4 Nov 2007 07:22:23 +0000 (07:22 +0000)]
Warning cleanup

16 years agoAdd virtual to a lot of the destructors. Note: perhaps it will have to be reverted...
johanengelen [Sun, 4 Nov 2007 01:01:15 +0000 (01:01 +0000)]
Add virtual to a lot of the destructors. Note: perhaps it will have to be reverted for some files to keep them C-compatible.

16 years agoFix bug [ 1811188 ] save as PS/EPS crashes
johanengelen [Sun, 4 Nov 2007 00:12:20 +0000 (00:12 +0000)]
Fix bug [ 1811188 ] save as PS/EPS crashes

16 years agoinkscape:
jiho-sf [Sat, 3 Nov 2007 23:12:26 +0000 (23:12 +0000)]
inkscape:
- added code to use the python modules that ship with the app bundle. With Leopard using a version of Python different from Panther and Tiger we should probably ship everything and add a runtime check here for the architecture and the version of Python, so what we redirect PYTHONPATH toward the right place

script:
- put X11 starting in a conditional test, true only on Tiger and Panther. This "should" allow Inkscape to start on Leopard. Needs to be tested though

16 years agoosx-app.sh
jiho-sf [Sat, 3 Nov 2007 22:30:48 +0000 (22:30 +0000)]
osx-app.sh
- added an help message
- changed the calling syntax to make it more robust and allow to specify the directory containing python modules
- removed the reference to libXinerama on Tiger. libXinerama caused many issues but they seem to be all related to people installing x11 in strange ways
- use pkg-config to get pango and gtk version rather thn relying on clucky ls+sed workarounds
- code reorganization and added comments
- spaces to tabs

osx-dmg.sh
- removed python related stuff
- added a command line option to get Inkscape package (the package does not have to be in the same directory now)

osx-build.sh
- modified according to the changes in the two other files
- removed referece to X11 libraries ad such. these were commented for a while and nothing broke
- added an upload commnt to send the file to modevia

removed inkscape_python.ds_store

modified inkscape.ds_store (larger window)

dmg_background.***
- removed Python arrow
- remove the word Inkscape from the arrow (useless now) and make this arrow glow green a little, as the rest of the picture
- removed absolute paths to my computer

16 years agoOops, don't use tabs! (replace tabs by 4 spaces)
dvlierop2 [Sat, 3 Nov 2007 18:11:46 +0000 (18:11 +0000)]
Oops, don't use tabs! (replace tabs by 4 spaces)

16 years agoadd destructor to LayerManager that disconnects it signals. see bug: [ 1720871 ]...
johanengelen [Sat, 3 Nov 2007 18:02:54 +0000 (18:02 +0000)]
add destructor to LayerManager that disconnects it signals. see bug: [ 1720871 ] Crash when adding a layer

16 years agomake setup_notepath function for LPE's and LPE parameters.
johanengelen [Sat, 3 Nov 2007 17:38:18 +0000 (17:38 +0000)]
make setup_notepath function for LPE's and LPE parameters.

16 years agofix compilation. added #include "libnr/nr-values.h" to snapped-line.cpp
johanengelen [Sat, 3 Nov 2007 16:20:54 +0000 (16:20 +0000)]
fix compilation. added #include "libnr/nr-values.h" to snapped-line.cpp

16 years agoGroundwork to snap to intersections, e.g. intersections of gridlines with guidelines...
dvlierop2 [Sat, 3 Nov 2007 14:48:50 +0000 (14:48 +0000)]
Groundwork to snap to intersections, e.g. intersections of gridlines with guidelines, and of objects with other objects. The snappers used to return only SnappedPoints, but now also SnappedLines and SnappedInfiniteLines can be returned. SnappedPaths will be implemented later.

16 years agoAdded an icons file with a cleaned up current icon set (prefix "ink_" in their ID...
jiho-sf [Sat, 3 Nov 2007 00:18:01 +0000 (00:18 +0000)]
Added an icons file with a cleaned up current icon set (prefix "ink_" in their ID) and new, Tango style icons next to them. Both are on separate layers for easier management, beware when adding new icons.
Most icons lack a Tango equivalent currently and many Tango icons need a rework at the correct pixel size.

16 years agominor tweaks
ishmal [Fri, 2 Nov 2007 15:23:42 +0000 (15:23 +0000)]
minor tweaks

16 years agoKhmer translations updated
sokhem [Fri, 2 Nov 2007 09:57:00 +0000 (09:57 +0000)]
Khmer translations updated

16 years agowarning cleanup
joncruz [Fri, 2 Nov 2007 08:00:40 +0000 (08:00 +0000)]
warning cleanup

16 years agofix bug [ 1824359 ] Gradient isn't snapping with ctrl pressed
johanengelen [Thu, 1 Nov 2007 23:54:29 +0000 (23:54 +0000)]
fix bug [ 1824359 ] Gradient isn't snapping with ctrl pressed

16 years agoadd deletion of layer_manager to SPDesktop::destroy
johanengelen [Thu, 1 Nov 2007 23:19:15 +0000 (23:19 +0000)]
add deletion of layer_manager to SPDesktop::destroy

16 years agoFix build.xml to *not* use i686-pc-mingw32.
johanengelen [Thu, 1 Nov 2007 23:12:11 +0000 (23:12 +0000)]
Fix build.xml to *not* use i686-pc-mingw32.

16 years agoremove duplicate lines
johanengelen [Thu, 1 Nov 2007 22:06:07 +0000 (22:06 +0000)]
remove duplicate lines

16 years agochange mingwenv.bat according to new devlibs dir
johanengelen [Thu, 1 Nov 2007 21:58:50 +0000 (21:58 +0000)]
change mingwenv.bat according to new devlibs dir

16 years agoupdate buildtool files for our new Dwarf2 EH
ishmal [Thu, 1 Nov 2007 21:42:00 +0000 (21:42 +0000)]
update buildtool files for our new Dwarf2 EH

16 years agoupdate buildtool files for our new Dwarf2 EH
ishmal [Thu, 1 Nov 2007 21:41:47 +0000 (21:41 +0000)]
update buildtool files for our new Dwarf2 EH

16 years agofix bug [ 1823401 ] Radio button effect example additional data issue
johanengelen [Thu, 1 Nov 2007 21:22:23 +0000 (21:22 +0000)]
fix bug [ 1823401 ] Radio button effect example additional data issue

16 years agoremove duplicate define
johanengelen [Thu, 1 Nov 2007 21:16:42 +0000 (21:16 +0000)]
remove duplicate define

16 years agoUpdate to include libwpg as an external lib. Also use the new name "devlibs" for...
ishmal [Thu, 1 Nov 2007 17:53:57 +0000 (17:53 +0000)]
Update to include libwpg as an external lib.  Also use the new name "devlibs" for the lib bundle

16 years agoKhmer translations updated
sokhem [Thu, 1 Nov 2007 10:15:59 +0000 (10:15 +0000)]
Khmer translations updated

16 years agostore paint bucket offset units in preferences to work around toolbar initialization...
johncoswell [Thu, 1 Nov 2007 02:42:00 +0000 (02:42 +0000)]
store paint bucket offset units in preferences to work around toolbar initialization issue

16 years agoDiffuse Lighting Filter:
tavmjong [Wed, 31 Oct 2007 21:26:46 +0000 (21:26 +0000)]
Diffuse Lighting Filter:
Specular Lighting Filter:

  Expand "Surface Scale" range.
  Increase "Constant" precision.

16 years agofix Clear for Scale tab
buliabyak [Wed, 31 Oct 2007 19:49:53 +0000 (19:49 +0000)]
fix Clear for Scale tab

16 years ago r16935@shi: ted | 2007-10-31 11:23:00 -0700
gouldtj [Wed, 31 Oct 2007 18:25:19 +0000 (18:25 +0000)]
 r16935@shi:  ted | 2007-10-31 11:23:00 -0700
 Making libwpg optional

16 years agoexclude wpg-input.cpp for now
ishmal [Wed, 31 Oct 2007 17:10:25 +0000 (17:10 +0000)]
exclude wpg-input.cpp for now

16 years agoFix typo: "Fitler"
ishmal [Wed, 31 Oct 2007 16:18:08 +0000 (16:18 +0000)]
Fix typo:  "Fitler"

16 years agoModified filter primitives' render method to use FilterUnits instead of Matrix
kiirala [Wed, 31 Oct 2007 13:56:54 +0000 (13:56 +0000)]
Modified filter primitives' render method to use FilterUnits instead of Matrix

16 years ago r16915@shi: ted | 2007-10-31 06:10:37 -0700
gouldtj [Wed, 31 Oct 2007 13:29:13 +0000 (13:29 +0000)]
 r16915@shi:  ted | 2007-10-31 06:10:37 -0700
 Adding in libwpg-stream

16 years ago r16914@shi: ted | 2007-10-30 21:58:05 -0700
gouldtj [Wed, 31 Oct 2007 13:29:03 +0000 (13:29 +0000)]
 r16914@shi:  ted | 2007-10-30 21:58:05 -0700
 Switching everything over to a linked in libwpg

16 years ago r16913@shi: ted | 2007-10-30 21:32:09 -0700
gouldtj [Wed, 31 Oct 2007 13:28:36 +0000 (13:28 +0000)]
 r16913@shi:  ted | 2007-10-30 21:32:09 -0700
 Adding in libwpg

16 years ago r16912@shi: ted | 2007-10-30 21:15:07 -0700
gouldtj [Wed, 31 Oct 2007 13:28:23 +0000 (13:28 +0000)]
 r16912@shi:  ted | 2007-10-30 21:15:07 -0700
 Build in checking for libwpg

16 years agonoop: comment style
pjrm [Wed, 31 Oct 2007 10:37:16 +0000 (10:37 +0000)]
noop: comment style

16 years agoCodingStyle: const placement. (noop; checked no change to .o file.)
pjrm [Wed, 31 Oct 2007 10:32:29 +0000 (10:32 +0000)]
CodingStyle: const placement.  (noop; checked no change to .o file.)

16 years agomarked three messages from color gestures for translation
prokoudine [Wed, 31 Oct 2007 02:14:37 +0000 (02:14 +0000)]
marked three messages from color gestures for translation

16 years agofixed a typo in a user visible message
prokoudine [Wed, 31 Oct 2007 00:53:19 +0000 (00:53 +0000)]
fixed a typo in a user visible message

16 years agotemporary fix for crash with shapes and path-along-path LPE
johanengelen [Tue, 30 Oct 2007 23:40:31 +0000 (23:40 +0000)]
temporary fix for crash with shapes and path-along-path LPE

16 years agook. so NOW the new effect is committed...
johanengelen [Tue, 30 Oct 2007 22:44:42 +0000 (22:44 +0000)]
ok. so NOW the new effect is committed...

16 years agoLPE: implement NEW path-along-path effect, i think that old one has become obsolete...
johanengelen [Tue, 30 Oct 2007 22:37:20 +0000 (22:37 +0000)]
LPE: implement NEW path-along-path effect, i think that old one has become obsolete and is renamed accordingly. implement straight path node editting for gears effect.

16 years ago r16896@shi: ted | 2007-10-30 12:16:06 -0700
gouldtj [Tue, 30 Oct 2007 19:30:32 +0000 (19:30 +0000)]
 r16896@shi:  ted | 2007-10-30 12:16:06 -0700
 Caching the input file for effects.

16 years ago r16895@shi: ted | 2007-10-30 09:35:24 -0700
gouldtj [Tue, 30 Oct 2007 19:30:20 +0000 (19:30 +0000)]
 r16895@shi:  ted | 2007-10-30 09:35:24 -0700
 Adding in Chris' downsample patch.

16 years ago r16894@shi: ted | 2007-10-30 09:26:42 -0700
gouldtj [Tue, 30 Oct 2007 19:30:04 +0000 (19:30 +0000)]
 r16894@shi:  ted | 2007-10-30 09:26:42 -0700
 OH MY GOD IT WORKS!!!

16 years ago r16893@shi: ted | 2007-10-30 07:31:04 -0700
gouldtj [Tue, 30 Oct 2007 19:29:49 +0000 (19:29 +0000)]
 r16893@shi:  ted | 2007-10-30 07:31:04 -0700
 Wow, that wasn't as hard as I thought it would be.  Changing away from SPDocument.  Sounded like a good idea, but we
 need to be able to get selections in the document cache.

16 years ago r16892@shi: ted | 2007-10-29 21:33:09 -0700
gouldtj [Tue, 30 Oct 2007 19:29:36 +0000 (19:29 +0000)]
 r16892@shi:  ted | 2007-10-29 21:33:09 -0700
 Okay, so now the caches get into the execution environment and can be passed around to the effects.  Now it's a
 matter of implementing the caches in the drivers.

16 years ago r16677@shi: ted | 2007-10-17 19:31:04 -0700
gouldtj [Tue, 30 Oct 2007 19:28:31 +0000 (19:28 +0000)]
 r16677@shi:  ted | 2007-10-17 19:31:04 -0700
 Creating and adding interfaces for a document based cache that an effect can define.  This removes the effect from
 having to know if the document has changed, and keep track of that.  This allows them to optimize their performance
 when doing things like live effects.

16 years ago r16676@shi: ted | 2007-10-12 21:09:50 -0700
gouldtj [Tue, 30 Oct 2007 19:28:07 +0000 (19:28 +0000)]
 r16676@shi:  ted | 2007-10-12 21:09:50 -0700
 Half fixed caching

16 years ago r16675@shi: ted | 2007-10-12 21:06:32 -0700
gouldtj [Tue, 30 Oct 2007 19:27:57 +0000 (19:27 +0000)]
 r16675@shi:  ted | 2007-10-12 21:06:32 -0700
 Fixing the escaping

16 years agoadd alt dragging for no change mode
buliabyak [Tue, 30 Oct 2007 18:10:41 +0000 (18:10 +0000)]
add alt dragging for no change mode

16 years agoFirst step adding switching of colors to profiles
joncruz [Tue, 30 Oct 2007 16:45:45 +0000 (16:45 +0000)]
First step adding switching of colors to profiles

16 years agoCleanup on color changers
joncruz [Tue, 30 Oct 2007 06:16:09 +0000 (06:16 +0000)]
Cleanup on color changers

16 years agoMoving functionality into <color-profile>
joncruz [Mon, 29 Oct 2007 06:57:47 +0000 (06:57 +0000)]
Moving functionality into <color-profile>

16 years agowarning cleanup
joncruz [Mon, 29 Oct 2007 06:36:20 +0000 (06:36 +0000)]
warning cleanup

16 years agoAdding function to locate profile by bane
joncruz [Mon, 29 Oct 2007 06:31:22 +0000 (06:31 +0000)]
Adding function to locate profile by bane

16 years agoLPE: implement 'edit next LPE parameter'. Accessible through key '7'.
johanengelen [Sun, 28 Oct 2007 16:03:07 +0000 (16:03 +0000)]
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.

16 years agoadded perfectboundcover.inx to translatable extensions
prokoudine [Sun, 28 Oct 2007 00:18:39 +0000 (00:18 +0000)]
added perfectboundcover.inx to translatable extensions

16 years ago-fno-stack-protector for autopackage
acspike [Sat, 27 Oct 2007 03:13:43 +0000 (03:13 +0000)]
-fno-stack-protector for autopackage

16 years agoUpdate Potrace to 1.8
ishmal [Fri, 26 Oct 2007 21:01:30 +0000 (21:01 +0000)]
Update Potrace to 1.8

16 years agoadd ca@valencian language to win32 installer selection
theadib [Fri, 26 Oct 2007 11:23:03 +0000 (11:23 +0000)]
add ca@valencian language to win32 installer selection

16 years agoUpdate translation for Khmer
sokhem [Fri, 26 Oct 2007 09:53:57 +0000 (09:53 +0000)]
Update translation for Khmer

16 years agoWarning cleanup
joncruz [Fri, 26 Oct 2007 05:43:30 +0000 (05:43 +0000)]
Warning cleanup

16 years agopunctuation
buliabyak [Thu, 25 Oct 2007 22:23:34 +0000 (22:23 +0000)]
punctuation

16 years agoDockable dialogs: Allow in-dock dialogs to be expanded even if there's
gustav_b [Thu, 25 Oct 2007 21:34:38 +0000 (21:34 +0000)]
Dockable dialogs: Allow in-dock dialogs to be expanded even if there's
no "slack".

16 years agoKhmer translations updated
sokhem [Thu, 25 Oct 2007 10:08:44 +0000 (10:08 +0000)]
Khmer translations updated

16 years agoremove debug messages, convert tabs to spaces and remove whitespace for sp-namedview.cpp
johanengelen [Wed, 24 Oct 2007 23:26:23 +0000 (23:26 +0000)]
remove debug messages, convert tabs to spaces and remove whitespace for sp-namedview.cpp

16 years agoFix bug [ 1818794 ] Showing grid on opening svg
johanengelen [Wed, 24 Oct 2007 23:19:48 +0000 (23:19 +0000)]
Fix bug [ 1818794 ] Showing grid on opening svg
+ some bits of code to do on-canvas path parameter editing LPE.

16 years agochange cursor for color gestures
buliabyak [Wed, 24 Oct 2007 19:39:25 +0000 (19:39 +0000)]
change cursor for color gestures

16 years agowhitespace
buliabyak [Wed, 24 Oct 2007 19:37:59 +0000 (19:37 +0000)]
whitespace

16 years agocursors for color adjustment
buliabyak [Wed, 24 Oct 2007 19:36:20 +0000 (19:36 +0000)]
cursors for color adjustment

16 years agoKhmer translations updated
sokhem [Wed, 24 Oct 2007 10:43:01 +0000 (10:43 +0000)]
Khmer translations updated

16 years agoAdded 'paraller axis' rendering hint to filter primitives, that need it.
kiirala [Wed, 24 Oct 2007 10:25:25 +0000 (10:25 +0000)]
Added 'paraller axis' rendering hint to filter primitives, that need it.

16 years agoUse computed fill-rule value when setting fill in cairo pdf/ps export.
gustav_b [Wed, 24 Oct 2007 01:54:59 +0000 (01:54 +0000)]
Use computed fill-rule value when setting fill in cairo pdf/ps export.

16 years agoenable color gestures for fill and stroke
buliabyak [Wed, 24 Oct 2007 01:11:48 +0000 (01:11 +0000)]
enable color gestures for fill and stroke

16 years agonew class for widgets adjustable by rotation-like gestures
buliabyak [Wed, 24 Oct 2007 00:56:44 +0000 (00:56 +0000)]
new class for widgets adjustable by rotation-like gestures

16 years agorename master opacity to opacity
buliabyak [Wed, 24 Oct 2007 00:50:28 +0000 (00:50 +0000)]
rename master opacity to opacity

16 years agofix undoing of LPE paths again. please test. (now nodepath is only updated when it...
johanengelen [Tue, 23 Oct 2007 20:25:01 +0000 (20:25 +0000)]
fix undoing of LPE paths again. please test. (now nodepath is only updated when it is editting the changed xml attribute)

16 years agoRevert undo LPE paths fix; crashed on linux :(
johanengelen [Tue, 23 Oct 2007 18:36:20 +0000 (18:36 +0000)]
Revert undo LPE paths fix; crashed on linux :(

16 years agoFix for libxml2 dll name incompatibility.
ishmal [Tue, 23 Oct 2007 16:15:57 +0000 (16:15 +0000)]
Fix for libxml2 dll name incompatibility.

16 years agoensure copy/paste of style between gradient stops works
buliabyak [Mon, 22 Oct 2007 20:39:51 +0000 (20:39 +0000)]
ensure copy/paste of style between gradient stops works