Cmake: Fix registrytool.cpp to compile on windows only
Enable/disable selection tools to match selection
update
Const char fixup
cmake: remove quotes from execute_command. now it works.
cmake: fix file names in marshal generation
RegisteredTransformedPoint: fix methods to use const&.
LPE PointParam: set transform in RegisteredTransformedPoint-widget
LPE PointParam: set transform in RegisteredTransformedPoint-widget
Cmake: UseGlibMarshal update
cmake: fix prefix
cmake: marshal files; fix to use correct result variable
cmake: revert last commit because the current directory is included when building
cmake: fix include location of sp-marshal
cmake: fix wrong direction of slashes
cmake: fix error in UseGlibMarshal.cmake
Cmake: add missing CMakeLists.txt
add include file to build with gcc4.3
Cmake: add UseGlibMarshal.cmake for generating files
cmake: add explicit coloring and verbosity setting
Updated POTFILES.in list to include all files that use the gettext
extension and remove obsolete and non-existing files from the list.
extension and remove obsolete and non-existing files from the list.
Add native method stubbing utility
One more tweak
Fix LP bug #190420 (noncompliant desktop entry); remove pointless
config.h inclusion in ui/clipboard.cpp
config.h inclusion in ui/clipboard.cpp
make dependency messages a bit better
Improve status messages a bit
Add an <excludeinc> filelist tag to <cc> to avoid float.h in extension/param
16 years agoChanged Persp3D::boxes_transformed to a std::map pointer since it was not being initi...
Changed Persp3D::boxes_transformed to a std::map pointer since it was not being initialized automatically on OS X 10.3.9 and caused a crash when using the 3d bx tool. Launchpad bug 205659.
cmake: add HAVE_GETOPT_H
cmake: fix PACKAGE_LOCALE_DIR for win32. todo: check for linux
cmake: move extension param files to their own CMakeLists.txt
cmake: put each dependency on new line, for better svn diffs.
add libxml-2.0 dependency
add libxml-2.0 dependency
cmake: add message to indicate and check out_of_source build dir. (this shows that it does not work for me on win32, what am i doing wrong?)
win32: use libpoppler-3.dll now with new devlibs
r18381@shi: ted | 2008-03-07 20:11:34 -0800
New work branch
r18391@shi: ted | 2008-03-08 21:36:03 -0800
Moving the parameters around to clean up the directories.
r18392@shi: ted | 2008-03-08 21:57:14 -0800
Moving the 'get' function to cpp
r18870@shi: ted | 2008-04-03 21:10:20 -0700
Adding in to the parameter prototype the ability to have a gui-tip and a gui-hidden parameter
r18871@shi: ted | 2008-04-03 21:17:39 -0700
Using the _gui-hidden parameter to block the creation of the widget if set.
r18890@shi: ted | 2008-04-03 21:53:55 -0700
Merge from r18024 which got lost in the shuffle.
New work branch
r18391@shi: ted | 2008-03-08 21:36:03 -0800
Moving the parameters around to clean up the directories.
r18392@shi: ted | 2008-03-08 21:57:14 -0800
Moving the 'get' function to cpp
r18870@shi: ted | 2008-04-03 21:10:20 -0700
Adding in to the parameter prototype the ability to have a gui-tip and a gui-hidden parameter
r18871@shi: ted | 2008-04-03 21:17:39 -0700
Using the _gui-hidden parameter to block the creation of the widget if set.
r18890@shi: ted | 2008-04-03 21:53:55 -0700
Merge from r18024 which got lost in the shuffle.
* packaging/macosx/ScriptExec/main.c: Add a comment to clarify what looks
like a possible bug with custom event types.
like a possible bug with custom event types.
16 years agoapplied patch by sas to fix default default height and width attributes on svg elemen...
applied patch by sas to fix default default height and width attributes on svg element following the SVG spec. Closes Bug #211282.
Use MAX_PATH instead of arbitrary string length. Improve comments.
Fixed LPE crash with unitialized pointer
improve jvm search to allow an embedded jre. fix missed "public" on method
Improve buf<-->xml doc conversion
Initial capability to load current document into script
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