Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be called by sp_repr_save_buf()
[INTL: pl] Updated Polish language translation for Windows installer
Forgot adding files during last commit
Change to the new Tango-compliant icon in the few places where the
legacy icon was left. Also fix LP bug #190688.
legacy icon was left. Also fix LP bug #190688.
New LPE: Perspective paths
Make BoolParam usable in boolean expressions directly
Increase precision for circle LPE so that the output is actually a circle :)
get_single_gaussian_blur_radius() ended without a return value. scalar, so use 0
Cmake: add source directories to src/CMakeLists.txt
Adjust to new location for jvm resources
Move to devlibs
Move to devlibs for now
lpe-skeletal-stroke: fixed bug #204046 (skeleton having more than one subpath) and repartition of construction lines.
patch by Martin von Gagern for bug 174720
16 years agomove temporary canvas items to bottom by default. maybe fixes interfering of snapindi...
move temporary canvas items to bottom by default. maybe fixes interfering of snapindicator with pen tool
delete remaining .cvsignore files
Improve script engine listing
Switch menu to combobox
please don't use text and filters in icons, they are slow
make stroke width adjustable by rotation too
suppress warnings when closing a desktop but not program
suppress warning when closing second document
move helper path to the bottom so it doesnt get in the way with editing nodes
Improve 'dirty' editor handling
reproduce the ancestors transform when exporting a single object
remove, totally obsolete
Improve file handling
Cmake: Random fixes
Cmake: Generate inkscape_version.h
test commit
Cmake: config.h.cmake fixed missing 1's from #defines
Oops. forgot resources for console.
fix typos in config.h.cmake
add optional profiling flags
add optional profiling flags
Cmake: config.h.cmake add package name and version info
Cmake: config.h.cmake add package name and version info
cmake: remove VERSION defining from config.h since it is defined from cmdline
cmake: add more to config.h.cmake
Cmake: config.h.cmake for platform checks
cmake: uncomment dependency seeking
cmake: add define flags
16 years agoadd specific location for compiler flags; like optimization, define, debug and warnin...
add specific location for compiler flags; like optimization, define, debug and warning flags
Cmake: added more Platform File Checks
Move script dialog from gtkmm to jvm
Add binding engines
Add simple <jar> task. Separate "builddist" target
Cmake: Start of Platform Checks
Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for each language supported
Cmake:Adding Source Files to the CMakeLists.txt in src directory
implement filter toggle
lay groundwork for non-filter view mode
cmake: add finding script for garbage collector!
cmake: remove file to find gtk2, because it is not needed and not used.
Cmake: Updating src CMakeLists soucre list.
cmake: add C to project definition for the two C directories that we build
cmake: remove debug message
cmake: add boost to the include directories when it is found
fix creation of CXX flags string
Cmake: cflags fix
Final fix to boost finding on windows for cmake
clean up FindBoost.cmake
Cmake: FindBoost added for dependency
fix finding boost for windows.
add boost path to mingwenv.bat
add glibmm and add version numbers: glib-2.0 and glibmm-2.4
Adjustments to the lib directory Cmake files
update mingwenv.bat to include cmake and pkgconfig path.
add *.c to libcroco/CMakeFile and libgdl/CMakeFile
add CMakeFiles for libcroco, libgdl, libnr, libnrtype.
revert Makefile changes accidentally committed (sorry to make this mistake again :(
add CMakeFiles for io, jabber_whiteboard libavoid libcola.
revert Makefile changes accidentally committed
add CMakeLists.txt files for removeoverlap and svg
16 years agoaadd CMakeLists.txt file for pedro. needs extra work, don't yet know how to "if defin...
aadd CMakeLists.txt file for pedro. needs extra work, don't yet know how to "if defined" include files
add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. minimal checking was done with existing Makefile_insert
add CMakeLists.txt file for src/ui and subdirs
add CMakeLists.txt file for src/inkjar
add CMakeLists.txt file for src/graphlayout
New LPE: Circle (with center at the first point and passing through the last point of the original path).
This is just a proof-of-concept implementation for my tech drawing proposal for GSoC '08.
This is just a proof-of-concept implementation for my tech drawing proposal for GSoC '08.
Factor out join endpoints validation & initialization code
Untested: packaging/macosx/Resources/script: Improve [notwithstanding untestedness] quoting. Note that one change is that the new version uses ‘/home/pmoulder’ in .xinitrc where the previous version used ‘/home/jrl’ or whatever.
Add FIXME comment about insecure /tmp file.
Add FIXME comment about insecure /tmp file.
* packaging/macosx/Resources/script: Fx for loading the app bundle on
10.4 systems and prior.
10.4 systems and prior.
add CMakeLists.txt files for live_effects
Fix passing wrong pointer type when using the tweak tool on 3D boxes
nr_matrix_inverse is no more, removed test from nr-matrix-test.h
svn propset svn:eol-style native **/todo.txt
svn propset svn:eol-style native *.inx
svn propset svn:eol-style native *.py
svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packaging/macosx/native-gtk/*, src/dom/**).
noop: Translate some comments. Use utf-8 for originals.
fix crash on pasting from empty clipboard
cleanup ClipboardManagerImpl::pastePathEffect() code.
when applying LPE to rect, convert it to path first
fix lpe-PathPAram when deleting the path that it links to
fix ClipboardManager to construct the svgd from pathvector instead of obtaining the string from PathParam which can be a href instead of svgd
fix ClipboardManager to construct the svgd from pathvector instead of obtaining the string from PathParam which can be a href instead of svgd
and two more files that were missed in lpe-group commit
Add two files that were forgotten in last commit
- Created a SPLPEItem class that handles applying a LPE to an Item
- LPEs can now be applied to groups
- Updated the bend path to work properly with groups
- LPEs can now be applied to groups
- Updated the bend path to work properly with groups
nr_matrix_inverse is no more, removed test from nr-matrix-test
Fixed initialization order
Completing incomplete application of patch at https://bugs.launchpad.net/inkscape/+bug/187290/comments/30
fix compile