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
Finished multiple inheritance delegation
More MI delegation. 28 left
delete unused code
delete unused code
prepare PathParam for linking to other object
set primary path storage to vector<path> in lpe-PathParam. only convert to pwd2 when needed.
update to latest 2geom (r1195)
return const reference when getting path data from lpe-PathParam!
remove multiple inheritance from lpe PathParam. since it is often desired to get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects)
expand visual bbox for item with a filter
helper functions to access a single blur primitive in a filter
make sure we explicitly use geometric bbox for calculating blur margins
Tracking of live axes
changes to use RegisteredTransformedPoint as widget for LPE point. not complete
update to latest 2geom
More multiple inheritance delegation. 53 files to go.
remove CR/LF test file
CR/LF test with new file.
will be deleted in next commit
will be deleted in next commit
fix file
* add RegisteredTransformedPoint widget, that transforms the point before displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox
* move Geom::Point XML writing to central place in ostringstream
* add verb for LPE context
* move Geom::Point XML writing to central place in ostringstream
* add verb for LPE context
Numeric values on test area