| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add ODF | Bob Jamison | 2006-02-16 | 3 | -3/+84 | |
| | | | | (bzr r151) | |||||
| * | Add new placeholder for ODF | Bob Jamison | 2006-02-16 | 4 | -6/+237 | |
| | | | | (bzr r150) | |||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 86 | -1152/+1152 | |
| | | | | (bzr r149) | |||||
| * | fix 1432089: stroke is not drawn not only when it's not set but also when ↵ | bulia byak | 2006-02-15 | 1 | -2/+3 | |
| | | | | | | it's too thin (bzr r148) | |||||
| * | new files | Bob Jamison | 2006-02-15 | 3 | -19/+175 | |
| | | | | (bzr r147) | |||||
| * | change uint to more portable unsigned int | Bob Jamison | 2006-02-15 | 1 | -6/+6 | |
| | | | | (bzr r146) | |||||
| * | * src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, | mjwybrow | 2006-02-15 | 35 | -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: | mjwybrow | 2006-02-14 | 3 | -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 again | Ralf Stephan | 2006-02-14 | 1 | -1/+1 | |
| | | | | (bzr r141) | |||||
| * | check for null spitem (fix for #1122875, patch by inkblotter) | Ralf Stephan | 2006-02-14 | 1 | -6/+16 | |
| | | | | (bzr r140) | |||||
| * | dumps the graph to cout in dot format | Tim Dwyer | 2006-02-14 | 1 | -1/+1 | |
| | | | | (bzr r138) | |||||
| * | cleanup | Tim Dwyer | 2006-02-14 | 2 | -33/+50 | |
| | | | | (bzr r137) | |||||
| * | * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp, | mjwybrow | 2006-02-14 | 5 | -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 Stephan | 2006-02-13 | 1 | -1/+1 | |
| | | | | (bzr r135) | |||||
| * | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 2006-02-13 | 33 | -628/+628 | |
| | | | | (bzr r134) | |||||
| * | closed up denial-of-service attack vector (ironically located in an | David Yip | 2006-02-13 | 1 | -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 #1358999 | Ralf Stephan | 2006-02-13 | 1 | -2/+3 | |
| | | | | (bzr r132) | |||||
| * | new files | Bob Jamison | 2006-02-13 | 3 | -3/+51 | |
| | | | | (bzr r130) | |||||
| * | using libavoid/geomtypes.h | Tim Dwyer | 2006-02-13 | 1 | -6/+2 | |
| | | | | (bzr r129) | |||||
| * | Make our own simple_point | Tim Dwyer | 2006-02-13 | 1 | -2/+7 | |
| | | | | (bzr r128) | |||||
| * | fix | Tim Dwyer | 2006-02-13 | 1 | -1/+1 | |
| | | | | (bzr r127) | |||||
| * | ifdefs | Tim Dwyer | 2006-02-13 | 1 | -7/+8 | |
| | | | | (bzr r126) | |||||
| * | cleanup | Tim Dwyer | 2006-02-13 | 1 | -8/+2 | |
| | | | | (bzr r125) | |||||
| * | added isConnector function | Tim Dwyer | 2006-02-13 | 1 | -7/+9 | |
| | | | | (bzr r124) | |||||
| * | Correct connector/node check | Tim Dwyer | 2006-02-13 | 1 | -2/+8 | |
| | | | | (bzr r123) | |||||
| * | Added connector graph layout functionality | Tim Dwyer | 2006-02-13 | 9 | -4/+250 | |
| | | | | (bzr r122) | |||||
| * | optimization: do not notify any listeners if attributes' new value is the ↵ | bulia byak | 2006-02-13 | 1 | -1/+1 | |
| | | | | | | same as old (bzr r121) | |||||
| * | do not try to remove resource if the object is cloned | bulia byak | 2006-02-12 | 1 | -0/+3 | |
| | | | | (bzr r120) | |||||
| * | make soft hyphens work | Richard Hughes | 2006-02-11 | 1 | -1/+0 | |
| | | | | (bzr r119) | |||||
| * | * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp: | mjwybrow | 2006-02-11 | 2 | -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 Hughes | 2006-02-10 | 1 | -1/+1 | |
| | | | | | | the start of text (bzr r116) | |||||
| * | bug 1412947: crash with some (non-truetype?) fonts | Richard Hughes | 2006-02-10 | 1 | -1/+2 | |
| | | | | (bzr r115) | |||||
| * | new files | Bob Jamison | 2006-02-10 | 3 | -118/+133 | |
| | | | | (bzr r114) | |||||
| * | Fix for bug #1352522 (Inkboard: problem when invited person invites you ↵ | David Yip | 2006-02-10 | 3 | -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 endnode | bulia byak | 2006-02-10 | 1 | -2/+3 | |
| | | | | (bzr r110) | |||||
| * | rearrange effect submenus, rename some effects, fix capitalization | bulia byak | 2006-02-10 | 1 | -1/+1 | |
| | | | | (bzr r109) | |||||
| * | * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h, | mjwybrow | 2006-02-10 | 7 | -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 messages | MenTaLguY | 2006-02-08 | 1 | -22/+0 | |
| | | | | (bzr r105) | |||||
| * | share_static -> share_static_string | MenTaLguY | 2006-02-08 | 7 | -20/+19 | |
| | | | | (bzr r104) | |||||
| * | revert to black and white cursors | Josh Andler | 2006-02-07 | 11 | -518/+135 | |
| | | | | (bzr r103) | |||||
| * | reverted changes for color cursors | Josh Andler | 2006-02-07 | 2 | -59/+26 | |
| | | | | (bzr r102) | |||||
| * | fix wrong labels | bulia byak | 2006-02-07 | 1 | -2/+2 | |
| | | | | (bzr r101) | |||||
| * | * src/jabber_whiteboard/message-utilities.h, | mjwybrow | 2006-02-07 | 5 | -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 any | bulia byak | 2006-02-06 | 1 | -0/+8 | |
| | | | | (bzr r99) | |||||
| * | add a method to get bbox of a clippath, fix the update-while-update warnings | bulia byak | 2006-02-06 | 2 | -1/+12 | |
| | | | | (bzr r98) | |||||
| * | ifdef'd win32 #include <inttypes.h> to fix compile error | Josh Andler | 2006-02-06 | 1 | -0/+4 | |
| | | | | (bzr r96) | |||||
| * | ifdef'd win32 #include <zlib.h> to fix compile error | Josh Andler | 2006-02-06 | 1 | -0/+4 | |
| | | | | (bzr r95) | |||||
| * | revert to using inttypes.h instead of stdint.h | Ralf Stephan | 2006-02-06 | 4 | -10/+27 | |
| | | | | (bzr r94) | |||||
| * | open Inkscape Preferences on doubleclick of toolbox button (more or less patch | Ralf Stephan | 2006-02-06 | 8 | -1740/+141 | |
| | | | | | | #1424822 by Marco Scholten) (bzr r93) | |||||
| * | r10887@tres: ted | 2006-02-05 23:16:41 -0800 | Ted Gould | 2006-02-06 | 8 | -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) | |||||
