summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added connector graph layout functionalityTim Dwyer2006-02-139-4/+250
| | | (bzr r122)
* optimization: do not notify any listeners if attributes' new value is the ↵bulia byak2006-02-131-1/+1
| | | | | same as old (bzr r121)
* do not try to remove resource if the object is clonedbulia byak2006-02-121-0/+3
| | | (bzr r120)
* make soft hyphens workRichard Hughes2006-02-111-1/+0
| | | (bzr r119)
* * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:mjwybrow2006-02-112-5/+9
| | | | | Fix two bugs from my commit yesterday. (bzr r117)
* bug 1412504: infinite loop when moving a word to the left when already at ↵Richard Hughes2006-02-101-1/+1
| | | | | the start of text (bzr r116)
* bug 1412947: crash with some (non-truetype?) fontsRichard Hughes2006-02-101-1/+2
| | | (bzr r115)
* new filesBob Jamison2006-02-103-118/+133
| | | (bzr r114)
* Fix for bug #1352522 (Inkboard: problem when invited person invites you ↵David Yip2006-02-103-2/+43
| | | | | | | back). I'm not marking it as CLOSED because there's still some testing left to do, but I think this should nail it. (bzr r113)
* fix crash when selecting a subpath endnodebulia byak2006-02-101-2/+3
| | | (bzr r110)
* rearrange effect submenus, rename some effects, fix capitalizationbulia byak2006-02-101-1/+1
| | | (bzr r109)
* * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,mjwybrow2006-02-107-3/+108
| | | | | | | | | | | | 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. (bzr r107)
* remove icon prerender time messagesMenTaLguY2006-02-081-22/+0
| | | (bzr r105)
* share_static -> share_static_stringMenTaLguY2006-02-087-20/+19
| | | (bzr r104)
* revert to black and white cursorsJosh Andler2006-02-0711-518/+135
| | | (bzr r103)
* reverted changes for color cursorsJosh Andler2006-02-072-59/+26
| | | (bzr r102)
* fix wrong labelsbulia byak2006-02-071-2/+2
| | | (bzr r101)
* * src/jabber_whiteboard/message-utilities.h,mjwybrow2006-02-075-17/+23
| | | | | | | | | | | 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. (bzr r100)
* crop an item's bbox by its clippath bbox, if anybulia byak2006-02-061-0/+8
| | | (bzr r99)
* add a method to get bbox of a clippath, fix the update-while-update warningsbulia byak2006-02-062-1/+12
| | | (bzr r98)
* ifdef'd win32 #include <inttypes.h> to fix compile errorJosh Andler2006-02-061-0/+4
| | | (bzr r96)
* ifdef'd win32 #include <zlib.h> to fix compile errorJosh Andler2006-02-061-0/+4
| | | (bzr r95)
* revert to using inttypes.h instead of stdint.hRalf Stephan2006-02-064-10/+27
| | | (bzr r94)
* open Inkscape Preferences on doubleclick of toolbox button (more or less patchRalf Stephan2006-02-068-1740/+141
| | | | | #1424822 by Marco Scholten) (bzr r93)
* r10887@tres: ted | 2006-02-05 23:16:41 -0800Ted Gould2006-02-068-17/+33
| | | | | | | 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. (bzr r92)
* Had to include fstream for overloaded def of <<Tim Dwyer2006-02-061-0/+1
| | | (bzr r91)
* (bzr r90)Ted Gould2006-02-068-33/+17
|
* DBL_MIN replaced by -DBL_MAX which is what I meant all along.Tim Dwyer2006-02-065-5/+39
| | | | | Fixes bug. (bzr r89)
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-0635-302/+371
| | | (bzr r87)
* silence warningsbulia byak2006-02-062-3/+2
| | | (bzr r86)
* yet another fix along the same lines: disconnect listeners if they have been ↵bulia byak2006-02-062-1/+8
| | | | | connected, checking a flag instead of relying on style->object (bzr r85)
* Stupid bug in generate-constraints events comparison test fixedTim Dwyer2006-02-062-2/+2
| | | (bzr r84)
* Warn user when attempting to put flowtext on path.Aaron Spike2006-02-051-2/+19
| | | (bzr r83)
* enable selecting tspans via xml editorbulia byak2006-02-051-8/+4
| | | (bzr r82)
* remove unused layout copying, commentbulia byak2006-02-051-3/+3
| | | (bzr r81)
* fix recurstion gaffe, commentbulia byak2006-02-051-8/+21
| | | (bzr r80)
* clean up unused codebulia byak2006-02-051-8/+0
| | | (bzr r79)
* tspan bboxes now workbulia byak2006-02-051-0/+32
| | | (bzr r78)
* optional start index and length in getBoundingBox, for tspan bboxesbulia byak2006-02-052-2/+8
| | | (bzr r77)
* sp_text_get_length_upto to count length recursively up to a given childbulia byak2006-02-052-0/+25
| | | (bzr r76)
* had 5 mins so I cleaned up a little moreJosh Andler2006-02-048-114/+482
| | | (bzr r75)
* query: report true svg bbox, not inkscape's desktop bbox (makes more sense ↵bulia byak2006-02-041-2/+3
| | | | | for scripting), remove newline (bzr r74)
* optimize includes, use stdlib instead of inttypes if we have itRalf Stephan2006-02-048-21/+40
| | | (bzr r73)
* Updated for build and fixed Trace Bitmap text to be Trace Bitmap...Jon Phillips2006-02-041-1/+1
| | | (bzr r72)
* I whipped up some colorized icons for the time being - these are temporary ↵Josh Andler2006-02-0310-136/+150
| | | | | until Andre replaces them. (bzr r71)
* Applying patch #1415503 by James Kilfiger / zeimusu - treat XPMs like ↵Josh Andler2006-02-032-2/+2
| | | | | headers (so modified xpm files get picked up for compilation) (bzr r70)
* Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & ↵Josh Andler2006-02-031-34/+35
| | | | | transparency in mouse pointer - Pen cursor (bzr r69)
* Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & ↵Josh Andler2006-02-032-26/+59
| | | | | transparency in mouse pointer (bzr r68)
* implement par_indent in flowtext, no ui yet, done via first character's dxbulia byak2006-02-032-5/+32
| | | (bzr r67)
* further fix: remember is paintservers were hreffed in a flag, fixes undo crashbulia byak2006-02-032-1/+6
| | | (bzr r66)