Code

inkscape.git
19 years agoshare_static -> share_static_string
mental [Wed, 8 Feb 2006 04:15:29 +0000 (04:15 +0000)]
share_static -> share_static_string

19 years agorevert to black and white cursors
scislac [Tue, 7 Feb 2006 15:09:09 +0000 (15:09 +0000)]
revert to black and white cursors

19 years agoreverted changes for color cursors
scislac [Tue, 7 Feb 2006 14:31:15 +0000 (14:31 +0000)]
reverted changes for color cursors

19 years agofix wrong labels
buliabyak [Tue, 7 Feb 2006 07:23:19 +0000 (07:23 +0000)]
fix wrong labels

19 years ago * src/jabber_whiteboard/message-utilities.h,
mjwybrow [Tue, 7 Feb 2006 00:37:46 +0000 (00:37 +0000)]
* 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.

19 years agocrop an item's bbox by its clippath bbox, if any
buliabyak [Mon, 6 Feb 2006 19:59:35 +0000 (19:59 +0000)]
crop an item's bbox by its clippath bbox, if any

19 years agoadd a method to get bbox of a clippath, fix the update-while-update warnings
buliabyak [Mon, 6 Feb 2006 19:58:47 +0000 (19:58 +0000)]
add a method to get bbox of a clippath, fix the update-while-update warnings

19 years agomirror Transform dialog / Rotate icon horizontally, fixes #1251955
rwst [Mon, 6 Feb 2006 18:27:59 +0000 (18:27 +0000)]
mirror Transform dialog / Rotate icon horizontally, fixes #1251955

19 years agoifdef'd win32 #include <inttypes.h> to fix compile error
scislac [Mon, 6 Feb 2006 18:26:08 +0000 (18:26 +0000)]
ifdef'd win32 #include <inttypes.h> to fix compile error

19 years agoifdef'd win32 #include <zlib.h> to fix compile error
scislac [Mon, 6 Feb 2006 18:19:20 +0000 (18:19 +0000)]
ifdef'd win32 #include <zlib.h> to fix compile error

19 years agorevert to using inttypes.h instead of stdint.h
rwst [Mon, 6 Feb 2006 11:02:20 +0000 (11:02 +0000)]
revert to using inttypes.h instead of stdint.h

19 years agoopen Inkscape Preferences on doubleclick of toolbox button (more or less patch
rwst [Mon, 6 Feb 2006 09:22:10 +0000 (09:22 +0000)]
open Inkscape Preferences on doubleclick of toolbox button (more or less patch
#1424822 by Marco Scholten)

19 years ago r10887@tres: ted | 2006-02-05 23:16:41 -0800
gouldtj [Mon, 6 Feb 2006 07:17:33 +0000 (07:17 +0000)]
 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.

19 years agoHad to include fstream for overloaded def of <<
tgdwyer [Mon, 6 Feb 2006 05:46:33 +0000 (05:46 +0000)]
Had to include fstream for overloaded def of <<

19 years ago(no commit message)
gouldtj [Mon, 6 Feb 2006 05:38:08 +0000 (05:38 +0000)]

19 years agoDBL_MIN replaced by -DBL_MAX which is what I meant all along.
tgdwyer [Mon, 6 Feb 2006 05:22:54 +0000 (05:22 +0000)]
DBL_MIN replaced by -DBL_MAX which is what I meant all along.
Fixes bug.

19 years agoadd scaling and translation so that the DXFs open properly in robomaster
acspike [Mon, 6 Feb 2006 05:04:15 +0000 (05:04 +0000)]
add scaling and translation so that the DXFs open properly in robomaster

19 years agoreplace Util::SharedCStringPtr with the more general Util::shared_ptr<>
mental [Mon, 6 Feb 2006 04:15:05 +0000 (04:15 +0000)]
replace Util::SharedCStringPtr with the more general Util::shared_ptr<>

19 years agosilence warnings
buliabyak [Mon, 6 Feb 2006 02:06:27 +0000 (02:06 +0000)]
silence warnings

19 years agoyet another fix along the same lines: disconnect listeners if they have been connecte...
buliabyak [Mon, 6 Feb 2006 01:56:17 +0000 (01:56 +0000)]
yet another fix along the same lines: disconnect listeners if they have been connected, checking a flag instead of relying on style->object

19 years agoStupid bug in generate-constraints events comparison test fixed
tgdwyer [Mon, 6 Feb 2006 01:41:48 +0000 (01:41 +0000)]
Stupid bug in generate-constraints events comparison test fixed

19 years agoWarn user when attempting to put flowtext on path.
acspike [Sun, 5 Feb 2006 21:39:41 +0000 (21:39 +0000)]
Warn user when attempting to put flowtext on path.

19 years agoenable selecting tspans via xml editor
buliabyak [Sun, 5 Feb 2006 21:33:04 +0000 (21:33 +0000)]
enable selecting tspans via xml editor

19 years agoremove unused layout copying, comment
buliabyak [Sun, 5 Feb 2006 21:32:06 +0000 (21:32 +0000)]
remove unused layout copying, comment

19 years agofix recurstion gaffe, comment
buliabyak [Sun, 5 Feb 2006 21:30:12 +0000 (21:30 +0000)]
fix recurstion gaffe, comment

19 years agoclean up unused code
buliabyak [Sun, 5 Feb 2006 21:28:39 +0000 (21:28 +0000)]
clean up unused code

19 years agotspan bboxes now work
buliabyak [Sun, 5 Feb 2006 00:47:08 +0000 (00:47 +0000)]
tspan bboxes now work

19 years agooptional start index and length in getBoundingBox, for tspan bboxes
buliabyak [Sun, 5 Feb 2006 00:46:03 +0000 (00:46 +0000)]
optional start index and length in getBoundingBox, for tspan bboxes

19 years agosp_text_get_length_upto to count length recursively up to a given child
buliabyak [Sun, 5 Feb 2006 00:44:16 +0000 (00:44 +0000)]
sp_text_get_length_upto to count length recursively up to a given child

19 years agohad 5 mins so I cleaned up a little more
scislac [Sat, 4 Feb 2006 19:29:54 +0000 (19:29 +0000)]
had 5 mins so I cleaned up a little more

19 years agoquery: report true svg bbox, not inkscape's desktop bbox (makes more sense for script...
buliabyak [Sat, 4 Feb 2006 17:16:16 +0000 (17:16 +0000)]
query: report true svg bbox, not inkscape's desktop bbox (makes more sense for scripting), remove newline

19 years agooptimize includes, use stdlib instead of inttypes if we have it
rwst [Sat, 4 Feb 2006 09:52:07 +0000 (09:52 +0000)]
optimize includes, use stdlib instead of inttypes if we have it

19 years agoUpdated for build and fixed Trace Bitmap text to be Trace Bitmap...
kidproto [Sat, 4 Feb 2006 03:42:49 +0000 (03:42 +0000)]
Updated for build and fixed Trace Bitmap text to be Trace Bitmap...

19 years agoI whipped up some colorized icons for the time being - these are temporary until...
scislac [Fri, 3 Feb 2006 23:35:36 +0000 (23:35 +0000)]
I whipped up some colorized icons for the time being - these are temporary until Andre replaces them.

19 years agoApplying patch #1415503 by James Kilfiger / zeimusu - treat XPMs like headers (so...
scislac [Fri, 3 Feb 2006 23:31:10 +0000 (23:31 +0000)]
Applying patch #1415503 by James Kilfiger / zeimusu - treat XPMs like headers (so modified xpm files get picked up for compilation)

19 years agoApplying patch #1415498 by James Kilfiger / zeimusu - Allow color & transparency...
scislac [Fri, 3 Feb 2006 19:56:46 +0000 (19:56 +0000)]
Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & transparency in mouse pointer - Pen cursor

19 years agoApplying patch #1415498 by James Kilfiger / zeimusu - Allow color & transparency...
scislac [Fri, 3 Feb 2006 19:45:56 +0000 (19:45 +0000)]
Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & transparency in mouse pointer

19 years agoimplement par_indent in flowtext, no ui yet, done via first character's dx
buliabyak [Fri, 3 Feb 2006 03:04:05 +0000 (03:04 +0000)]
implement par_indent in flowtext, no ui yet, done via first character's dx

19 years agofurther fix: remember is paintservers were hreffed in a flag, fixes undo crash
buliabyak [Fri, 3 Feb 2006 03:01:53 +0000 (03:01 +0000)]
further fix: remember is paintservers were hreffed in a flag, fixes undo crash

19 years agoremove screen pixel toggle for now, add always-snap widget for all
rwst [Thu, 2 Feb 2006 18:09:26 +0000 (18:09 +0000)]
remove screen pixel toggle for now, add always-snap widget for all
modes

19 years agoAdded consts to args of pairing heap compare fn
tgdwyer [Wed, 1 Feb 2006 04:00:20 +0000 (04:00 +0000)]
Added consts to args of pairing heap compare fn

19 years agoadd tooltips to tolerance slider
rwst [Tue, 31 Jan 2006 18:55:59 +0000 (18:55 +0000)]
add tooltips to tolerance slider

19 years agoseparated doxygen main page from main.cpp for readability
rwst [Mon, 30 Jan 2006 17:20:48 +0000 (17:20 +0000)]
separated doxygen main page from main.cpp for readability

19 years agoRename Fret Finder submenu Fretboard Designer
acspike [Mon, 30 Jan 2006 15:53:26 +0000 (15:53 +0000)]
Rename Fret Finder submenu Fretboard Designer

19 years agooops, setting the mimetype to image/dxf. don't know if this is correct but it is...
acspike [Mon, 30 Jan 2006 14:53:22 +0000 (14:53 +0000)]
oops, setting the mimetype to image/dxf. don't know if this is correct but it is what the other dxf inxs say.

19 years ago r10830@tres: ted | 2006-01-29 21:07:51 -0800
gouldtj [Mon, 30 Jan 2006 05:14:52 +0000 (05:14 +0000)]
 r10830@tres:  ted | 2006-01-29 21:07:51 -0800
 Adding in dxf_outlines.inx

19 years ago r10823@tres: ted | 2006-01-29 17:06:12 -0800
gouldtj [Mon, 30 Jan 2006 05:14:24 +0000 (05:14 +0000)]
 r10823@tres:  ted | 2006-01-29 17:06:12 -0800
 Adding in some more folders

19 years ago r10822@tres: ted | 2006-01-29 17:00:16 -0800
gouldtj [Mon, 30 Jan 2006 05:14:05 +0000 (05:14 +0000)]
 r10822@tres:  ted | 2006-01-29 17:00:16 -0800
 Actually, I think Render->Fractal is probably a better menu

19 years ago r10821@tres: ted | 2006-01-29 16:59:00 -0800
gouldtj [Mon, 30 Jan 2006 05:13:43 +0000 (05:13 +0000)]
 r10821@tres:  ted | 2006-01-29 16:59:00 -0800
 Putting some subdirectories together.

19 years ago r10820@tres: ted | 2006-01-29 16:56:50 -0800
gouldtj [Mon, 30 Jan 2006 05:12:51 +0000 (05:12 +0000)]
 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.

19 years ago r10819@tres: ted | 2006-01-29 16:08:29 -0800
gouldtj [Mon, 30 Jan 2006 05:12:27 +0000 (05:12 +0000)]
 r10819@tres:  ted | 2006-01-29 16:08:29 -0800
 Putting all the Fret Finder stuff into it's own submenu

19 years ago r10818@tres: ted | 2006-01-29 16:08:07 -0800
gouldtj [Mon, 30 Jan 2006 05:12:10 +0000 (05:12 +0000)]
 r10818@tres:  ted | 2006-01-29 16:08:07 -0800
 Whoo hoo, we do submenus now too!

19 years ago r10817@tres: ted | 2006-01-29 15:45:22 -0800
gouldtj [Mon, 30 Jan 2006 05:11:50 +0000 (05:11 +0000)]
 r10817@tres:  ted | 2006-01-29 15:45:22 -0800
 Basic submenus are working, and alphebetized

19 years ago r10816@tres: ted | 2006-01-29 15:14:36 -0800
gouldtj [Mon, 30 Jan 2006 05:11:32 +0000 (05:11 +0000)]
 r10816@tres:  ted | 2006-01-29 15:14:36 -0800
 Working, but not going down submenus right.

19 years ago r10815@tres: ted | 2006-01-29 14:46:19 -0800
gouldtj [Mon, 30 Jan 2006 05:11:13 +0000 (05:11 +0000)]
 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.

19 years ago r10814@tres: ted | 2006-01-29 14:02:54 -0800
gouldtj [Mon, 30 Jan 2006 05:10:51 +0000 (05:10 +0000)]
 r10814@tres:  ted | 2006-01-29 14:02:54 -0800
 Adding in support for getting the name of the verb.

19 years ago r10781@tres: ted | 2006-01-26 23:18:34 -0800
gouldtj [Mon, 30 Jan 2006 05:10:24 +0000 (05:10 +0000)]
 r10781@tres:  ted | 2006-01-26 23:18:34 -0800
 Some modifications, getting basic menu merging working

19 years agoagain, try to resolve test box compile error
rwst [Sun, 29 Jan 2006 15:03:20 +0000 (15:03 +0000)]
again, try to resolve test box compile error

19 years agoAdding minimal dxf output as a python extension. Converts path segments to splines...
acspike [Sun, 29 Jan 2006 15:03:14 +0000 (15:03 +0000)]
Adding minimal dxf output as a python extension. Converts path segments to splines and lines.

19 years agouse namedview->snap_* variables instead of namedview->*_snapper,
rwst [Sun, 29 Jan 2006 14:58:15 +0000 (14:58 +0000)]
use namedview->snap_* variables instead of namedview->*_snapper,
fixes #1399284

19 years agoremove unneeded line, clarify some code (addresses test box warnings)
rwst [Sun, 29 Jan 2006 10:01:47 +0000 (10:01 +0000)]
remove unneeded line, clarify some code (addresses test box warnings)

19 years agouse alternative form of Gtk version check,
rwst [Sun, 29 Jan 2006 09:49:54 +0000 (09:49 +0000)]
use alternative form of Gtk version check,
trying to remove compile error on test box

19 years agoremoving debug command from previous commit
rwst [Sat, 28 Jan 2006 16:53:04 +0000 (16:53 +0000)]
removing debug command from previous commit

19 years agosnap sensitivity slider no longer changes start value, ends with 50,
rwst [Sat, 28 Jan 2006 16:18:35 +0000 (16:18 +0000)]
snap sensitivity slider no longer changes start value, ends with 50,
fixes #1395701

19 years agoReverted Gtk::VPaned to avoid taking up F6 and F8
joncruz [Sat, 28 Jan 2006 02:21:46 +0000 (02:21 +0000)]
Reverted Gtk::VPaned to avoid taking up F6 and F8

19 years agoremove second label from ToleranceSlider, fixes #1407428
rwst [Fri, 27 Jan 2006 16:53:22 +0000 (16:53 +0000)]
remove second label from ToleranceSlider, fixes #1407428

19 years agoapplied ptch #1413294 by prokoudine: added some missing entries
rwst [Fri, 27 Jan 2006 11:36:58 +0000 (11:36 +0000)]
applied ptch #1413294 by prokoudine: added some missing entries

19 years agofix setting and reading rotation centers
buliabyak [Thu, 26 Jan 2006 20:17:13 +0000 (20:17 +0000)]
fix setting and reading rotation centers

19 years agotransform centers in sp_selection_apply_affine, comments
buliabyak [Thu, 26 Jan 2006 19:50:49 +0000 (19:50 +0000)]
transform centers in sp_selection_apply_affine, comments

19 years agoreset center coords to zero when there's no attribute
buliabyak [Thu, 26 Jan 2006 19:48:14 +0000 (19:48 +0000)]
reset center coords to zero when there's no attribute

19 years agoconditionally (Gtk>=2.6) ellipsize status bar text
rwst [Thu, 26 Jan 2006 11:05:07 +0000 (11:05 +0000)]
conditionally (Gtk>=2.6) ellipsize status bar text

19 years agoconditionally (Gtk>=2.6) ellipsize status bar text
rwst [Thu, 26 Jan 2006 10:28:49 +0000 (10:28 +0000)]
conditionally (Gtk>=2.6) ellipsize status bar text

19 years agoCleanup.
tgdwyer [Thu, 26 Jan 2006 05:54:23 +0000 (05:54 +0000)]
Cleanup.

19 years agoConstructor cleaned up a bit.
tgdwyer [Thu, 26 Jan 2006 05:48:38 +0000 (05:48 +0000)]
Constructor cleaned up a bit.

19 years agoFixed bug to do with comparison of invalid constraints in pairing heaps.
tgdwyer [Thu, 26 Jan 2006 05:32:20 +0000 (05:32 +0000)]
Fixed bug to do with comparison of invalid constraints in pairing heaps.
Also numerical problem with constraint generation fixed.

19 years agofix silly bug - was unable to flip by scaling
buliabyak [Thu, 26 Jan 2006 05:26:46 +0000 (05:26 +0000)]
fix silly bug - was unable to flip by scaling

19 years agoremember rotation centers, correctly this time (by johncliff and me)
buliabyak [Thu, 26 Jan 2006 05:16:27 +0000 (05:16 +0000)]
remember rotation centers, correctly this time (by johncliff and me)

19 years agoChange to the way timestamps are used. Should now be more efficient.
tgdwyer [Wed, 25 Jan 2006 02:01:23 +0000 (02:01 +0000)]
Change to the way timestamps are used.  Should now be more efficient.

19 years agomnemonics for all widgets in the Doc Props dialog
rwst [Tue, 24 Jan 2006 10:54:41 +0000 (10:54 +0000)]
mnemonics for all widgets in the Doc Props dialog
(fixes #1384494-9+B)

19 years ago * src/libavoid/connector.cpp, src/libavoid/connector.h,
mjwybrow [Tue, 24 Jan 2006 05:54:19 +0000 (05:54 +0000)]
* 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.

19 years agoAdd enough Python files to the distribution to enable Python extensions.
ishmal [Mon, 23 Jan 2006 17:41:45 +0000 (17:41 +0000)]
Add enough Python files to the distribution to enable Python extensions.

19 years agoCatch failures in fopen of XML files. Fixes #1374551.
cth103 [Mon, 23 Jan 2006 14:19:27 +0000 (14:19 +0000)]
Catch failures in fopen of XML files.  Fixes #1374551.

19 years agoAdd .a files to svn:ignore property.
cth103 [Mon, 23 Jan 2006 11:24:45 +0000 (11:24 +0000)]
Add .a files to svn:ignore property.

19 years agoFix a typo in a previous commit. Closes #1401357.
cth103 [Mon, 23 Jan 2006 11:17:39 +0000 (11:17 +0000)]
Fix a typo in a previous commit.  Closes #1401357.

19 years agoFix a typo in a previous commit. Closes #1401357.
cth103 [Mon, 23 Jan 2006 11:16:41 +0000 (11:16 +0000)]
Fix a typo in a previous commit.  Closes #1401357.

19 years agofix crash when setting letterspacing at the end of a non-tspanned text
buliabyak [Sat, 21 Jan 2006 03:45:50 +0000 (03:45 +0000)]
fix crash when setting letterspacing at the end of a non-tspanned text

19 years ago * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
mjwybrow [Fri, 20 Jan 2006 04:12:21 +0000 (04:12 +0000)]
* 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.

19 years agoUpdate to gtk28
ishmal [Thu, 19 Jan 2006 07:17:04 +0000 (07:17 +0000)]
Update to gtk28

19 years agooptimized includes
rwst [Wed, 18 Jan 2006 17:11:56 +0000 (17:11 +0000)]
optimized includes

19 years agoadapt includes to glib 2.9 changes
rwst [Wed, 18 Jan 2006 15:36:35 +0000 (15:36 +0000)]
adapt includes to glib 2.9 changes

19 years agofix sticking highlight in selector knots
buliabyak [Wed, 18 Jan 2006 07:29:52 +0000 (07:29 +0000)]
fix sticking highlight in selector knots

19 years agooptimized includes, replaced std::string with Glib::string
rwst [Tue, 17 Jan 2006 10:46:36 +0000 (10:46 +0000)]
optimized includes, replaced std::string with Glib::string

19 years agoapplying patch #1368738 from yselkowitz
rwst [Tue, 17 Jan 2006 10:30:34 +0000 (10:30 +0000)]
applying patch #1368738 from yselkowitz

19 years agoapplied patch #1348672 from enchanter
rwst [Tue, 17 Jan 2006 10:16:10 +0000 (10:16 +0000)]
applied patch #1348672 from enchanter

19 years agoapplying patch #1407697 by Marco Scholten
rwst [Tue, 17 Jan 2006 09:51:29 +0000 (09:51 +0000)]
applying patch #1407697 by Marco Scholten

19 years agoreadability
buliabyak [Tue, 17 Jan 2006 08:44:44 +0000 (08:44 +0000)]
readability

19 years agomore precise simplification control
buliabyak [Tue, 17 Jan 2006 08:16:42 +0000 (08:16 +0000)]
more precise simplification control

19 years agofix stroke scaling for the objects with the default 1px width
buliabyak [Tue, 17 Jan 2006 08:13:07 +0000 (08:13 +0000)]
fix stroke scaling for the objects with the default 1px width

19 years agoFix a typo, a vim modeline, and a wrongly indented line.
mjwybrow [Tue, 17 Jan 2006 04:37:58 +0000 (04:37 +0000)]
Fix a typo, a vim modeline, and a wrongly indented line.

19 years ago * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
mjwybrow [Tue, 17 Jan 2006 01:17:11 +0000 (01:17 +0000)]
* packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
      Use a modified fonts.conf file for Mac OS X that includes the
      standard user font directory ~/Library/Fonts.