* 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
18 years agoquery: report true svg bbox, not inkscape's desktop bbox (makes more sense for script...
query: report true svg bbox, not inkscape's desktop bbox (makes more sense for scripting), remove newline
optimize includes, use stdlib instead of inttypes if we have it
Updated for build and fixed Trace Bitmap text to be Trace Bitmap...
I whipped up some colorized icons for the time being - these are temporary until Andre replaces them.
Applying patch #1415503 by James Kilfiger / zeimusu - treat XPMs like headers (so modified xpm files get picked up for compilation)
Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & transparency in mouse pointer - Pen cursor
implement par_indent in flowtext, no ui yet, done via first character's dx
further fix: remember is paintservers were hreffed in a flag, fixes undo crash
remove screen pixel toggle for now, add always-snap widget for all
modes
modes
Added consts to args of pairing heap compare fn
add tooltips to tolerance slider
separated doxygen main page from main.cpp for readability
Rename Fret Finder submenu Fretboard Designer
oops, setting the mimetype to image/dxf. don't know if this is correct but it is what the other dxf inxs say.
r10830@tres: ted | 2006-01-29 21:07:51 -0800
Adding in dxf_outlines.inx
Adding in dxf_outlines.inx
r10823@tres: ted | 2006-01-29 17:06:12 -0800
Adding in some more folders
Adding in some more folders
r10822@tres: ted | 2006-01-29 17:00:16 -0800
Actually, I think Render->Fractal is probably a better menu
Actually, I think Render->Fractal is probably a better menu
r10821@tres: ted | 2006-01-29 16:59:00 -0800
Putting some subdirectories together.
Putting some subdirectories together.
r10820@tres: ted | 2006-01-29 16:56:50 -0800
Making it so all the important strings in the INX files are
translateable. Also added in a 'clear-n_.h' to change the N_() macro
from an inline function to a pure macro.
Lastly, added in submenus for the effects.
Making it so all the important strings in the INX files are
translateable. Also added in a 'clear-n_.h' to change the N_() macro
from an inline function to a pure macro.
Lastly, added in submenus for the effects.
r10819@tres: ted | 2006-01-29 16:08:29 -0800
Putting all the Fret Finder stuff into it's own submenu
Putting all the Fret Finder stuff into it's own submenu
r10818@tres: ted | 2006-01-29 16:08:07 -0800
Whoo hoo, we do submenus now too!
Whoo hoo, we do submenus now too!
r10817@tres: ted | 2006-01-29 15:45:22 -0800
Basic submenus are working, and alphebetized
Basic submenus are working, and alphebetized
r10816@tres: ted | 2006-01-29 15:14:36 -0800
Working, but not going down submenus right.
Working, but not going down submenus right.
r10815@tres: ted | 2006-01-29 14:46:19 -0800
Basically the menu stuff is working. Still needs features before it can
be checked in. But the basics are all there right now.
Basically the menu stuff is working. Still needs features before it can
be checked in. But the basics are all there right now.
r10814@tres: ted | 2006-01-29 14:02:54 -0800
Adding in support for getting the name of the verb.
Adding in support for getting the name of the verb.
r10781@tres: ted | 2006-01-26 23:18:34 -0800
Some modifications, getting basic menu merging working
Some modifications, getting basic menu merging working
again, try to resolve test box compile error
Adding minimal dxf output as a python extension. Converts path segments to splines and lines.
remove unneeded line, clarify some code (addresses test box warnings)
use alternative form of Gtk version check,
trying to remove compile error on test box
trying to remove compile error on test box
removing debug command from previous commit
Reverted Gtk::VPaned to avoid taking up F6 and F8
fix setting and reading rotation centers
transform centers in sp_selection_apply_affine, comments
reset center coords to zero when there's no attribute
conditionally (Gtk>=2.6) ellipsize status bar text
conditionally (Gtk>=2.6) ellipsize status bar text
Cleanup.
Constructor cleaned up a bit.
Fixed bug to do with comparison of invalid constraints in pairing heaps.
Also numerical problem with constraint generation fixed.
Also numerical problem with constraint generation fixed.
fix silly bug - was unable to flip by scaling
remember rotation centers, correctly this time (by johncliff and me)
Change to the way timestamps are used. Should now be more efficient.
* src/libavoid/connector.cpp, src/libavoid/connector.h,
src/libavoid/shape.cpp, src/libavoid/graph.cpp,
src/libavoid/incremental.cpp, src/libavoid/incremental.h,
src/libavoid/static.cpp, src/libavoid/visibility.cpp,
src/libavoid/makepath.cpp:
Some minor upstream libavoid fixes.
src/libavoid/shape.cpp, src/libavoid/graph.cpp,
src/libavoid/incremental.cpp, src/libavoid/incremental.h,
src/libavoid/static.cpp, src/libavoid/visibility.cpp,
src/libavoid/makepath.cpp:
Some minor upstream libavoid fixes.
Add enough Python files to the distribution to enable Python extensions.
Add .a files to svn:ignore property.
fix crash when setting letterspacing at the end of a non-tspanned text
* src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
src/attributes-test.cpp:
Added a "Spacing" control to the connector toolbar which allows
the user to adjust the amount of space left around avoided shapes
for the purpose of determining auto-routing connector paths.
src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
src/attributes-test.cpp:
Added a "Spacing" control to the connector toolbar which allows
the user to adjust the amount of space left around avoided shapes
for the purpose of determining auto-routing connector paths.
Update to gtk28
optimized includes
adapt includes to glib 2.9 changes
fix sticking highlight in selector knots
optimized includes, replaced std::string with Glib::string
readability
more precise simplification control