summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add ODFBob Jamison2006-02-163-3/+84
| | | (bzr r151)
* Add new placeholder for ODFBob Jamison2006-02-164-6/+237
| | | (bzr r150)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-1586-1152/+1152
| | | (bzr r149)
* fix 1432089: stroke is not drawn not only when it's not set but also when ↵bulia byak2006-02-151-2/+3
| | | | | it's too thin (bzr r148)
* new filesBob Jamison2006-02-153-19/+175
| | | (bzr r147)
* change uint to more portable unsigned intBob Jamison2006-02-151-6/+6
| | | (bzr r146)
* * src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, mjwybrow2006-02-1535-950/+1087
| | | | | | | | | | | | | | | | | | | | | | | | | 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. (bzr r144)
* * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:mjwybrow2006-02-143-0/+40
| | | | | | | | 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. (bzr r142)
* shuffling includes to make it compile againRalf Stephan2006-02-141-1/+1
| | | (bzr r141)
* check for null spitem (fix for #1122875, patch by inkblotter)Ralf Stephan2006-02-141-6/+16
| | | (bzr r140)
* dumps the graph to cout in dot formatTim Dwyer2006-02-141-1/+1
| | | (bzr r138)
* cleanupTim Dwyer2006-02-142-33/+50
| | | (bzr r137)
* * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,mjwybrow2006-02-145-10/+75
| | | | | | | | | | 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. (bzr r136)
* extending the font selector preview string (patch #1240559 by cmarqu)Ralf Stephan2006-02-131-1/+1
| | | (bzr r135)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-1333-628/+628
| | | (bzr r134)
* closed up denial-of-service attack vector (ironically located in an David Yip2006-02-131-2/+6
| | | | | | input verification routine). This could have been used to trivially terminate Inkboard users' sessions (bzr r133)
* no longer GC::release(NULL) with defect inx files, fixes #1358999Ralf Stephan2006-02-131-2/+3
| | | (bzr r132)
* new filesBob Jamison2006-02-133-3/+51
| | | (bzr r130)
* using libavoid/geomtypes.hTim Dwyer2006-02-131-6/+2
| | | (bzr r129)
* Make our own simple_pointTim Dwyer2006-02-131-2/+7
| | | (bzr r128)
* fixTim Dwyer2006-02-131-1/+1
| | | (bzr r127)
* ifdefsTim Dwyer2006-02-131-7/+8
| | | (bzr r126)
* cleanupTim Dwyer2006-02-131-8/+2
| | | (bzr r125)
* added isConnector functionTim Dwyer2006-02-131-7/+9
| | | (bzr r124)
* Correct connector/node checkTim Dwyer2006-02-131-2/+8
| | | (bzr r123)
* 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)