summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused methods getInverse(). (One of these appears to be buggy anyway.)Peter Moulder2006-03-131-19/+1
| | | (bzr r224)
* operator!=: new. (Calls existing operator==.)Peter Moulder2006-03-121-2/+6
| | | (bzr r223)
* experiment with moving release beofre extraction of object from document treeMenTaLguY2006-03-122-4/+9
| | | (bzr r222)
* Changed color dragging to have a color preview.Jon A. Cruz2006-03-102-0/+26
| | | (bzr r221)
* Initial cut of color drag-n-drop to items on canvas.Jon A. Cruz2006-03-102-1/+51
| | | (bzr r220)
* (sp_selected_path_reverse): Fix when multiple paths are selected. Also fix ↵Peter Moulder2006-03-092-31/+38
| | | | | a small memory leak. (bzr r219)
* CodingStyle: whitespacePeter Moulder2006-03-091-247/+258
| | | (bzr r218)
* CodingStyle: const placementPeter Moulder2006-03-091-3/+3
| | | (bzr r217)
* update from MatiphasArpad Biro2006-03-081-1912/+1141
| | | (bzr r216)
* updated PO filesArpad Biro2006-03-0735-17005/+13740
| | | (bzr r215)
* #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)
* Extra quoting in various places.Peter Moulder2006-03-071-14/+12
| | | | | | | Allow for multiple lines from `foo --version' output. Fix tools-version.sh invocation. (Though I'm not sure it's all that important to invoke tools-version.sh.) Remove useless cd at end of script. (Presumably no-one sources autogen.sh.) (bzr r212)
* 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-063-0/+21
| | | (bzr r210)
* fix changelogMenTaLguY2006-03-061-2/+2
| | | (bzr r209)
* remove unneeded document parameter from constructorMenTaLguY2006-03-063-4/+8
| | | (bzr r208)
* Wire up new SPObject signal to DocumentSubset, so object order changes will ↵MenTaLguY2006-03-052-0/+14
| | | | | be reflected in the subset (bzr r207)
* Add signal for notification of object position changesMenTaLguY2006-03-053-0/+14
| | | (bzr r206)
* Add DocumentSubset as groundwork for layersMenTaLguY2006-03-054-0/+439
| | | (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)
* Change command to remove CVS directories to .svnBob Jamison2006-03-041-2/+1
| | | (bzr r202)
* Make color drag to minibar only work when a styled item is selected.Jon A. Cruz2006-03-043-33/+41
| | | (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)
* Add stuff to separate .exe and debug infoBob Jamison2006-03-022-0/+3
| | | (bzr r195)
* Put the '-g' back. How did this get deleted? DO NOT REMOVE!Bob Jamison2006-03-021-1/+1
| | | (bzr r194)
* Made style minibar take color drag-n-dropJon A. Cruz2006-03-013-1/+110
| | | (bzr r193)
* * src/conn-avoid-ref.cpp, src/libavoid/connector.h,mjwybrow2006-03-0111-74/+90
| | | | | | | | | 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-282-11/+12
| | | (bzr r189)
* Cleanup of embedded swatches palette switching.Jon A. Cruz2006-02-285-26/+67
| | | (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-274-51/+123
| | | (bzr r185)
* Allowed Private Use Area chacters to be entered.Jon A. Cruz2006-02-272-1/+7
| | | (bzr r184)
* add flatten to makefile, fix a few inconsistenciesAaron Spike2006-02-251-2/+5
| | | (bzr r183)
* adding an effect to flatten curves by breaking them into sufficiently flat ↵Aaron Spike2006-02-255-1/+113
| | | | | line segments (bzr r182)
* 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)
* add xfig import from patch 1436952bulia byak2006-02-233-1/+29
| | | (bzr r176)
* fix 1311015bulia byak2006-02-231-1/+1
| | | (bzr r175)