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
Applying fix from LP #183646
fix broken link to _wspawn prototype
Fixing as per discussion in LP # 179988
Fixing as per discussion in LP # 179988
handle (better) whitespaces in path names
add linking to other paths to lpe-PathParam
comment #define BYPASS_GLIB_SPAWN 1 to fix build on windows
Bug #204779 win32 crash on help menu - win32 spawn problem
Cmake Build system - Initial commit.
patch from bug 170978
16 years agoThe deprecated version of sp_item_invoke_bbox_full (which still uses NRRects) returns...
The deprecated version of sp_item_invoke_bbox_full (which still uses NRRects) returns empty rectangles when calculating geometric bboxes of vertical or horizontal lines. A group of those lines will therefore also have an empty geometric bbox, which is wrong. We must use the new version of sp_item_invoke_bbox_full, which uses NR::Maybe<NR::Rects> instead.
patch from bug 168024
patch from bug 207362
add method to lookup path object id from Clipboard
* configure.ac: s/0.45+devel/0.46+devel/.
whitespace. remove tabs, improve readability
Indentation, warning cleanup.
16 years agoFixing localization issues (following a patch for 0.46 rev. 17583) where some message...
Fixing localization issues (following a patch for 0.46 rev. 17583) where some messages for internal extensions were not being used as translated.
remove the inkscape-shadow hack as no longer needed
remove the insanely obsolete sodipodi docs and the inkscape-shadow hack as no longer needed
up version
node tool: more logical grouping of buttons, copyedit of tooltips
mention that an item is filtered in its statusbar description
fix crash caused by a gradient without a zero-offset stop
system clipboard support (bug #170185) from Chris Kosiński
16 years agoMajor overhaul of the selector tool's internals to improve handling of transformation...
Major overhaul of the selector tool's internals to improve handling of transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad)
whitespace. tab to spaces. improve readability
Visually indicate linked devices
Fixed unlinking of devices
Corrected initialization order