summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added connector graph layout functionalityTim Dwyer2006-02-1311-12/+405
* optimization: do not notify any listeners if attributes' new value is the sam...bulia byak2006-02-131-1/+1
* do not try to remove resource if the object is clonedbulia byak2006-02-121-0/+3
* make soft hyphens workRichard Hughes2006-02-111-1/+0
* make more sense of the rotation direction parambulia byak2006-02-112-3/+3
* * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:mjwybrow2006-02-113-5/+14
* bug 1412504: infinite loop when moving a word to the left when already at the...Richard Hughes2006-02-101-1/+1
* bug 1412947: crash with some (non-truetype?) fontsRichard Hughes2006-02-101-1/+2
* new filesBob Jamison2006-02-103-118/+133
* Fix for bug #1352522 (Inkboard: problem when invited person invites you back)...David Yip2006-02-103-2/+43
* rename so that this option will not be mistaken for generalized DXF outputAaron Spike2006-02-101-3/+3
* Rename fretboard designers, removing "FretFind" and expanding "ET" to "Equal ...Aaron Spike2006-02-104-4/+4
* fix crash when selecting a subpath endnodebulia byak2006-02-101-2/+3
* rearrange effect submenus, rename some effects, fix capitalizationbulia byak2006-02-1018-39/+68
* Fix a typo.mjwybrow2006-02-101-1/+1
* * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,mjwybrow2006-02-108-6/+123
* Add unit conversion.Aaron Spike2006-02-081-2/+20
* remove icon prerender time messagesMenTaLguY2006-02-082-22/+4
* share_static -> share_static_stringMenTaLguY2006-02-088-20/+27
* revert to black and white cursorsJosh Andler2006-02-0711-518/+135
* reverted changes for color cursorsJosh Andler2006-02-072-59/+26
* fix wrong labelsbulia byak2006-02-071-2/+2
* * src/jabber_whiteboard/message-utilities.h,mjwybrow2006-02-076-21/+38
* crop an item's bbox by its clippath bbox, if anybulia byak2006-02-061-0/+8
* add a method to get bbox of a clippath, fix the update-while-update warningsbulia byak2006-02-062-1/+12
* mirror Transform dialog / Rotate icon horizontally, fixes #1251955Ralf Stephan2006-02-062-36/+46
* ifdef'd win32 #include <inttypes.h> to fix compile errorJosh Andler2006-02-061-0/+4
* ifdef'd win32 #include <zlib.h> to fix compile errorJosh Andler2006-02-061-0/+4
* revert to using inttypes.h instead of stdint.hRalf Stephan2006-02-064-10/+27
* open Inkscape Preferences on doubleclick of toolbox button (more or less patchRalf Stephan2006-02-069-1740/+151
* r10887@tres: ted | 2006-02-05 23:16:41 -0800Ted Gould2006-02-0610-55/+102
* Had to include fstream for overloaded def of <<Tim Dwyer2006-02-061-0/+1
* (bzr r90)Ted Gould2006-02-0610-102/+55
* DBL_MIN replaced by -DBL_MAX which is what I meant all along.Tim Dwyer2006-02-065-5/+39
* add scaling and translation so that the DXFs open properly in robomasterAaron Spike2006-02-061-38/+45
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-0636-302/+395
* silence warningsbulia byak2006-02-062-3/+2
* yet another fix along the same lines: disconnect listeners if they have been ...bulia byak2006-02-062-1/+8
* Stupid bug in generate-constraints events comparison test fixedTim Dwyer2006-02-062-2/+2
* Warn user when attempting to put flowtext on path.Aaron Spike2006-02-051-2/+19
* enable selecting tspans via xml editorbulia byak2006-02-051-8/+4
* remove unused layout copying, commentbulia byak2006-02-051-3/+3
* fix recurstion gaffe, commentbulia byak2006-02-051-8/+21
* clean up unused codebulia byak2006-02-051-8/+0
* tspan bboxes now workbulia byak2006-02-051-0/+32
* optional start index and length in getBoundingBox, for tspan bboxesbulia byak2006-02-052-2/+8
* sp_text_get_length_upto to count length recursively up to a given childbulia byak2006-02-052-0/+25
* had 5 mins so I cleaned up a little moreJosh Andler2006-02-048-114/+482
* query: report true svg bbox, not inkscape's desktop bbox (makes more sense fo...bulia byak2006-02-041-2/+3
* optimize includes, use stdlib instead of inttypes if we have itRalf Stephan2006-02-048-21/+40