summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* provide better explanation within brokenimage.xpm, fixes #1416738Ralf Stephan2006-02-221-86/+616
| | | (bzr r174)
* Fixed template warning.Tim Dwyer2006-02-221-9/+11
| | | (bzr r173)
* introduce orthogonal template declaration, fixes compiler warningsRalf Stephan2006-02-211-2/+5
| | | (bzr r172)
* rename present()->presdentPage(), removes compiler warningsRalf Stephan2006-02-212-7/+7
| | | (bzr r171)
* updated PO filesArpad Biro2006-02-193-9433/+10486
| | | (bzr r170)
* updated PO filesArpad Biro2006-02-196-18896/+21178
| | | (bzr r169)
* updated PO filesArpad Biro2006-02-194-12568/+14000
| | | (bzr r168)
* updated PO filesArpad Biro2006-02-194-12550/+13951
| | | (bzr r167)
* updated PO filesArpad Biro2006-02-193-9457/+10651
| | | (bzr r166)
* updated PO filesArpad Biro2006-02-192-6242/+6867
| | | (bzr r165)
* updated PO filesArpad Biro2006-02-193-9429/+10469
| | | (bzr r164)
* updated PO filesArpad Biro2006-02-193-9459/+10450
| | | (bzr r163)
* updated PO filesArpad Biro2006-02-193-9443/+10562
| | | (bzr r162)
* updated PO filesArpad Biro2006-02-192-6225/+6832
| | | (bzr r161)
* updated PO filesArpad Biro2006-02-191-3235/+3802
| | | (bzr r160)
* Refactoring panel containment. Purged ugly 'X'.Jon A. Cruz2006-02-195-5/+38
| | | (bzr r159)
* Fixing scrollbar size for embeded color swatches.Jon A. Cruz2006-02-198-8/+61
| | | (bzr r158)
* updated PO filesArpad Biro2006-02-181-1694/+1921
| | | (bzr r157)
* POTFILES.in maintenanceArpad Biro2006-02-181-1/+12
| | | (bzr r156)
* Removed horizontal scroll bar from swatches when embedded.Jon A. Cruz2006-02-187-0/+51
| | | (bzr r155)
* updates from Lucas and ColinArpad Biro2006-02-162-3292/+3103
| | | (bzr r154)
* fix 1424662: as in star, set shape before writing d=bulia byak2006-02-161-0/+3
| | | (bzr r153)
* add odfBob Jamison2006-02-161-2/+4
| | | (bzr r152)
* 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)
* Log message for the "connectors and multiple documents" fix.mjwybrow2006-02-151-0/+25
| | | (bzr r145)
* * 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)
* fix svg to dxf scaling factorAaron Spike2006-02-151-1/+1
| | | (bzr r143)
* * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:mjwybrow2006-02-144-0/+49
| | | | | | | | 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)
* replaced connectors in connector layout icon with ordinary line to fix weird ↵Tim Dwyer2006-02-141-137/+118
| | | | | | | bug that needs a better solution! basically, connectors in the icon were being confused with connectors in the main document and ids were overlapping and causing problems when trying to extract the connector graph (bzr r139)
* 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-146-10/+85
| | | | | | | | | | 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)
* bump up required libxml version to 2.6.11, fixes #1261126Ralf Stephan2006-02-131-1/+1
| | | (bzr r131)
* 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)