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.
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.
noop: Slight simplification now that we already require gtk >= 2.6 (and indeed >= 2.8).
Warning cleanup
fix perfect bound cover inx to allow for translation
Warning cleanup
Add virtual to a lot of the destructors. Note: perhaps it will have to be reverted for some files to keep them C-compatible.
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
- 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
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
- 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
Oops, don't use tabs! (replace tabs by 4 spaces)
add destructor to LayerManager that disconnects it signals. see bug: [ 1720871 ] Crash when adding a layer
make setup_notepath function for LPE's and LPE parameters.
fix compilation. added #include "libnr/nr-values.h" to snapped-line.cpp
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.
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.
Most icons lack a Tango equivalent currently and many Tango icons need a rework at the correct pixel size.
minor tweaks
Khmer translations updated
warning cleanup
add deletion of layer_manager to SPDesktop::destroy
Fix build.xml to *not* use i686-pc-mingw32.
remove duplicate lines
change mingwenv.bat according to new devlibs dir
update buildtool files for our new Dwarf2 EH
update buildtool files for our new Dwarf2 EH
remove duplicate define
Update to include libwpg as an external lib. Also use the new name "devlibs" for the lib bundle
Khmer translations updated
store paint bucket offset units in preferences to work around toolbar initialization issue
Diffuse Lighting Filter:
Specular Lighting Filter:
Expand "Surface Scale" range.
Increase "Constant" precision.
Specular Lighting Filter:
Expand "Surface Scale" range.
Increase "Constant" precision.
fix Clear for Scale tab
r16935@shi: ted | 2007-10-31 11:23:00 -0700
Making libwpg optional
Making libwpg optional
exclude wpg-input.cpp for now
Fix typo: "Fitler"
Modified filter primitives' render method to use FilterUnits instead of Matrix
r16915@shi: ted | 2007-10-31 06:10:37 -0700
Adding in libwpg-stream
Adding in libwpg-stream
r16914@shi: ted | 2007-10-30 21:58:05 -0700
Switching everything over to a linked in libwpg
Switching everything over to a linked in libwpg
r16913@shi: ted | 2007-10-30 21:32:09 -0700
Adding in libwpg
Adding in libwpg
r16912@shi: ted | 2007-10-30 21:15:07 -0700
Build in checking for libwpg
Build in checking for libwpg
noop: comment style
CodingStyle: const placement. (noop; checked no change to .o file.)
marked three messages from color gestures for translation
fixed a typo in a user visible message
temporary fix for crash with shapes and path-along-path LPE
ok. so NOW the new effect is committed...
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.
r16896@shi: ted | 2007-10-30 12:16:06 -0700
Caching the input file for effects.
Caching the input file for effects.
r16895@shi: ted | 2007-10-30 09:35:24 -0700
Adding in Chris' downsample patch.
Adding in Chris' downsample patch.
r16894@shi: ted | 2007-10-30 09:26:42 -0700
OH MY GOD IT WORKS!!!
OH MY GOD IT WORKS!!!
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.
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.
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.
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.
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.
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.
r16676@shi: ted | 2007-10-12 21:09:50 -0700
Half fixed caching
Half fixed caching
r16675@shi: ted | 2007-10-12 21:06:32 -0700
Fixing the escaping
Fixing the escaping
add alt dragging for no change mode
First step adding switching of colors to profiles
Cleanup on color changers
Moving functionality into <color-profile>
warning cleanup
Adding function to locate profile by bane
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
added perfectboundcover.inx to translatable extensions
-fno-stack-protector for autopackage
Update Potrace to 1.8
add ca@valencian language to win32 installer selection
Update translation for Khmer
Warning cleanup
punctuation
Dockable dialogs: Allow in-dock dialogs to be expanded even if there's
no "slack".
no "slack".
Khmer translations updated
17 years agoremove debug messages, convert tabs to spaces and remove whitespace for sp-namedview.cpp
remove debug messages, convert tabs to spaces and remove whitespace for sp-namedview.cpp
Fix bug [ 1818794 ] Showing grid on opening svg
+ some bits of code to do on-canvas path parameter editing LPE.
+ some bits of code to do on-canvas path parameter editing LPE.
change cursor for color gestures
whitespace
cursors for color adjustment
Khmer translations updated
Added 'paraller axis' rendering hint to filter primitives, that need it.
Use computed fill-rule value when setting fill in cairo pdf/ps export.
enable color gestures for fill and stroke
new class for widgets adjustable by rotation-like gestures
rename master opacity to opacity
fix undoing of LPE paths again. please test. (now nodepath is only updated when it is editting the changed xml attribute)
Revert undo LPE paths fix; crashed on linux :(
Fix for libxml2 dll name incompatibility.
ensure copy/paste of style between gradient stops works
ensure copy/paste of style between gradient stops works
add copy-to-clipboard for selected stops
New build file for dwarf2 bundle. Will be build.xml eventually.
fix pasting style where style or fill is none
make sure ctrl-alt-click adds node to the gradient that's actually clicked
Allow SPFlowtexts to be used in boolean operations
add extension to generate perfect bound cover templates
add precision option to float parameters in extensions
LPE: fix undoing changes to pathparameter on-canvas.
LPE: add on-canvas editing of path parameters!
Adding config option to block use of libpoppler-cairo (for misdetected situtations)
updated Slovak (sk) translation in trunk
Fix RegisteredWidgets. Due to rev 16265, widgets were no longer initialized. This is now fixed: setValue and its siblings should always set the widget to something, regardless _wr->isUpdating().