Fixed template warning.
introduce orthogonal template declaration, fixes compiler warnings
rename present()->presdentPage(), removes compiler warnings
updated PO files
updated PO files
updated PO files
updated PO files
updated PO files
updated PO files
updated PO files
updated PO files
updated PO files
updated PO files
updated PO files
Refactoring panel containment. Purged ugly 'X'.
Fixing scrollbar size for embeded color swatches.
updated PO files
POTFILES.in maintenance
Removed horizontal scroll bar from swatches when embedded.
updates from Lucas and Colin
add odf
add ODF
Add new placeholder for ODF
bulk trailing spaces removal. consistency through MD5 of binary
new files
change uint to more portable unsigned int
Log message for the "connectors and multiple documents" fix.
* src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp,
src/connector-context.cpp, src/conn-avoid-ref.cpp:
Keep a seperate connector router for each document.
* src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
src/libavoid/connector.h, src/libavoid/debug.h,
src/libavoid/geometry.cpp, src/libavoid/geometry.h,
src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
src/libavoid/graph.h, src/libavoid/incremental.cpp,
src/libavoid/incremental.h, src/libavoid/libavoid.h,
src/libavoid/makepath.cpp, src/libavoid/makepath.h,
src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
src/libavoid/router.cpp, src/libavoid/router.h,
src/libavoid/shape.cpp, src/libavoid/shape.h,
src/libavoid/static.cpp, src/libavoid/static.h,
src/libavoid/timer.cpp, src/libavoid/timer.h,
src/libavoid/vertices.cpp, src/libavoid/vertices.h,
src/libavoid/visibility.cpp, src/libavoid/visibility.h:
Upstream changes to libavoid that allow multiple connector
router instances, as well a few other minor bugfixes.
src/connector-context.cpp, src/conn-avoid-ref.cpp:
Keep a seperate connector router for each document.
* src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
src/libavoid/connector.h, src/libavoid/debug.h,
src/libavoid/geometry.cpp, src/libavoid/geometry.h,
src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
src/libavoid/graph.h, src/libavoid/incremental.cpp,
src/libavoid/incremental.h, src/libavoid/libavoid.h,
src/libavoid/makepath.cpp, src/libavoid/makepath.h,
src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
src/libavoid/router.cpp, src/libavoid/router.h,
src/libavoid/shape.cpp, src/libavoid/shape.h,
src/libavoid/static.cpp, src/libavoid/static.h,
src/libavoid/timer.cpp, src/libavoid/timer.h,
src/libavoid/vertices.cpp, src/libavoid/vertices.h,
src/libavoid/visibility.cpp, src/libavoid/visibility.h:
Upstream changes to libavoid that allow multiple connector
router instances, as well a few other minor bugfixes.
fix svg to dxf scaling factor
* src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
Revert a previous change that generated enter events for canvas items
other than the current one when mouse buttons were depressed. These
events are now only generated in the connector context, where they are
required.
Revert a previous change that generated enter events for canvas items
other than the current one when mouse buttons were depressed. These
events are now only generated in the connector context, where they are
required.
shuffling includes to make it compile again
replaced connectors in connector layout icon with ordinary line to fix weird bug that
needs a better solution! basically, connectors in the icon were being confused with connectors in the main document and ids were overlapping and causing problems when trying to extract the connector graph
needs a better solution! basically, connectors in the icon were being confused with connectors in the main document and ids were overlapping and causing problems when trying to extract the connector graph
dumps the graph to cout in dot format
cleanup
* src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
src/conn-avoid-ref.h, src/libavoid/connector.cpp,
src/libavoid/connector.h:
Change the behaviour and naming of some connector querying code
after feedback from Tim Dwyer in implementing graph drawing
functionality.
src/conn-avoid-ref.h, src/libavoid/connector.cpp,
src/libavoid/connector.h:
Change the behaviour and naming of some connector querying code
after feedback from Tim Dwyer in implementing graph drawing
functionality.
closed up denial-of-service attack vector (ironically located in an
input verification routine). This could have been used to trivially
terminate Inkboard users' sessions
input verification routine). This could have been used to trivially
terminate Inkboard users' sessions
new files
using libavoid/geomtypes.h
Make our own simple_point
fix
ifdefs
cleanup
added isConnector function
Correct connector/node check
Added connector graph layout functionality
optimization: do not notify any listeners if attributes' new value is the same as old
do not try to remove resource if the object is cloned
make soft hyphens work
make more sense of the rotation direction param
* src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
Fix two bugs from my commit yesterday.
Fix two bugs from my commit yesterday.
new files
Fix for bug #1352522 (Inkboard: problem when invited person invites you back). I'm not marking it as CLOSED because there's still some testing left to do, but I
think this should nail it.
think this should nail it.
rename so that this option will not be mistaken for generalized DXF output
Rename fretboard designers, removing "FretFind" and expanding "ET" to "Equal Temperament"
fix crash when selecting a subpath endnode
rearrange effect submenus, rename some effects, fix capitalization
Fix a typo.
* src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
src/libavoid/connector.cpp, src/libavoid/connector.h,
src/libavoid/visibility.cpp:
Add some code to allow querying of items and connectors to find
out what is attached to them. This will allow graph layout
algorithms (currently being work on by Tim Dwyer) to determine
a graph structure from the diagram.
src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
src/libavoid/connector.cpp, src/libavoid/connector.h,
src/libavoid/visibility.cpp:
Add some code to allow querying of items and connectors to find
out what is attached to them. This will allow graph layout
algorithms (currently being work on by Tim Dwyer) to determine
a graph structure from the diagram.
Add unit conversion.
remove icon prerender time messages
share_static -> share_static_string
revert to black and white cursors
reverted changes for color cursors
fix wrong labels
* src/jabber_whiteboard/message-utilities.h,
src/jabber_whiteboard/serializer.cpp,
src/jabber_whiteboard/deserializer.cpp,
src/jabber_whiteboard/message-utilities.cpp,
src/ui/dialog/whiteboard-connect.cpp:
Some fixes to allow the codebase to compile with Inkboard support
after the recent Util::shared_ptr<> and Dialog::present() changes.
src/jabber_whiteboard/serializer.cpp,
src/jabber_whiteboard/deserializer.cpp,
src/jabber_whiteboard/message-utilities.cpp,
src/ui/dialog/whiteboard-connect.cpp:
Some fixes to allow the codebase to compile with Inkboard support
after the recent Util::shared_ptr<> and Dialog::present() changes.
crop an item's bbox by its clippath bbox, if any
add a method to get bbox of a clippath, fix the update-while-update warnings
ifdef'd win32 #include <inttypes.h> to fix compile error
ifdef'd win32 #include <zlib.h> to fix compile error
revert to using inttypes.h instead of stdint.h
open Inkscape Preferences on doubleclick of toolbox button (more or less patch
#1424822 by Marco Scholten)
#1424822 by Marco Scholten)
r10887@tres: ted | 2006-02-05 23:16:41 -0800
Okay, I'm basically undoing the last commit that SVK screwed up. All
this work is not mine, it was done by other people. Sorry to mess
things up.
Okay, I'm basically undoing the last commit that SVK screwed up. All
this work is not mine, it was done by other people. Sorry to mess
things up.
Had to include fstream for overloaded def of <<
DBL_MIN replaced by -DBL_MAX which is what I meant all along.
Fixes bug.
Fixes bug.
add scaling and translation so that the DXFs open properly in robomaster
replace Util::SharedCStringPtr with the more general Util::shared_ptr<>
silence warnings
18 years agoyet another fix along the same lines: disconnect listeners if they have been connecte...
yet another fix along the same lines: disconnect listeners if they have been connected, checking a flag instead of relying on style->object
Stupid bug in generate-constraints events comparison test fixed
Warn user when attempting to put flowtext on path.
enable selecting tspans via xml editor
remove unused layout copying, comment
fix recurstion gaffe, comment
clean up unused code
tspan bboxes now work
optional start index and length in getBoundingBox, for tspan bboxes
sp_text_get_length_upto to count length recursively up to a given child
had 5 mins so I cleaned up a little more