summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* #include sp-item.hPeter Moulder2006-03-071-1/+1
| | | (bzr r214)
* Partially update: add various new `inkscape:' attributes. (I haven't yet ↵Peter Moulder2006-03-071-0/+6
| | | | | added the tolerance ones, since they seem still in a state of flux.) (bzr r213)
* Replace std::endl in lots of places with plain old '\n', with just a single ↵Peter Moulder2006-03-061-5/+7
| | | | | std::flush per dependency. (bzr r211)
* add DocumentSubset::_clearMenTaLguY2006-03-062-0/+16
| | | (bzr r210)
* remove unneeded document parameter from constructorMenTaLguY2006-03-062-4/+3
| | | (bzr r208)
* Wire up new SPObject signal to DocumentSubset, so object order changes will ↵MenTaLguY2006-03-051-0/+7
| | | | | be reflected in the subset (bzr r207)
* Add signal for notification of object position changesMenTaLguY2006-03-052-0/+8
| | | (bzr r206)
* Add DocumentSubset as groundwork for layersMenTaLguY2006-03-053-0/+433
| | | (bzr r205)
* work-around for older gtkmm versionsJon A. Cruz2006-03-051-1/+1
| | | (bzr r204)
* Fixed problem for 2.4.xJon A. Cruz2006-03-051-3/+6
| | | (bzr r203)
* Make color drag to minibar only work when a styled item is selected.Jon A. Cruz2006-03-042-33/+35
| | | (bzr r201)
* Another typo from the patch. sorry again.Bob Jamison2006-03-041-1/+1
| | | (bzr r200)
* Fix typo from when i applied patch. My mistake. Sorry!Bob Jamison2006-03-041-1/+1
| | | (bzr r199)
* Fix bug with invalid singleton pointer. If we want a single dialog ↵Bob Jamison2006-03-032-88/+86
| | | | | displayed, we can do it a safer way. (Callbacks in document-properties.cpp) (bzr r198)
* bug 1441767: allow device fonts (eg opentype with postscript outlines or ↵Richard Hughes2006-03-021-1/+1
| | | | | plain postscript) to be instantiated by the font engine (bzr r197)
* Add stuff to separate .exe and debug infoBob Jamison2006-03-021-2/+4
| | | (bzr r196)
* Made style minibar take color drag-n-dropJon A. Cruz2006-03-012-1/+105
| | | (bzr r193)
* * src/conn-avoid-ref.cpp, src/libavoid/connector.h,mjwybrow2006-03-0110-74/+81
| | | | | | | | | src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h, src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h, src/libavoid/connector.cpp, src/libavoid/debug.h: Some speed improvements and interface cleanups to libavoid. (bzr r192)
* Add some items from Peter Selinger's patch to Potrace 1.7Bob Jamison2006-02-284-41/+49
| | | (bzr r191)
* Replace isspace() with isWhitespace(). Use pure unicode character classes.Bob Jamison2006-02-287-17/+171
| | | (bzr r190)
* Fixed bug with color drag-n-dropJon A. Cruz2006-02-281-11/+7
| | | (bzr r189)
* Cleanup of embedded swatches palette switching.Jon A. Cruz2006-02-284-26/+61
| | | (bzr r188)
* Refactoring layout when switching palettesJon A. Cruz2006-02-272-37/+55
| | | (bzr r187)
* Fix for mssing error incoudeJon A. Cruz2006-02-271-0/+2
| | | (bzr r186)
* Refactoring embedded swatches panel.Jon A. Cruz2006-02-273-51/+117
| | | (bzr r185)
* Allowed Private Use Area chacters to be entered.Jon A. Cruz2006-02-271-1/+2
| | | (bzr r184)
* amend workaround for #1432690MenTaLguY2006-02-241-7/+2
| | | (bzr r181)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-2410-0/+34
| | | | | #1290647 (bzr r180)
* make sure positive xy widget pos is writtenRalf Stephan2006-02-241-0/+3
| | | (bzr r179)
* make sure no negative dialog position is written into preferences,Ralf Stephan2006-02-249-0/+27
| | | | | part of fix for #1290647 (bzr r178)
* including typecheck trying to prevent #1432680Ralf Stephan2006-02-241-0/+9
| | | (bzr r177)
* fix 1311015bulia byak2006-02-231-1/+1
| | | (bzr r175)
* 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)
* Refactoring panel containment. Purged ugly 'X'.Jon A. Cruz2006-02-194-5/+32
| | | (bzr r159)
* Fixing scrollbar size for embeded color swatches.Jon A. Cruz2006-02-197-7/+52
| | | (bzr r158)
* Removed horizontal scroll bar from swatches when embedded.Jon A. Cruz2006-02-186-0/+43
| | | (bzr r155)
* 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)
* * 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)