summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* patch by christoph-b3e to clone multiple selected objectsbulia byak2006-03-151-18/+28
* increase cutoff depth of recursive clone descriptionsbulia byak2006-03-151-1/+1
* minor comment tweakMenTaLguY2006-03-151-1/+1
* Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>MenTaLguY2006-03-158-45/+87
* shared_ptr -> ptr_sharedMenTaLguY2006-03-1530-154/+154
* differentiate _hreffed and _listening flags for color, fill, and stroke paint...bulia byak2006-03-142-17/+74
* (sp_style_write_ipaint): Pretty colour names: use sp_svg_write_color instead ...Peter Moulder2006-03-132-10/+11
* CodingStyle: whitespacePeter Moulder2006-03-131-26/+26
* (sp_svg_write_color): Use CSS/XHTML/SVG Basic named colours (the 16 colours w...Peter Moulder2006-03-132-4/+70
* svg-color-test.h: New unit test file.Peter Moulder2006-03-132-1/+58
* Set svn:eol-style to native on all *.cpp *.h files (i.e. on the few .cpp/.h f...Peter Moulder2006-03-132-226/+226
* Remove temporary #include of svg-color.hPeter Moulder2006-03-131-1/+0
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-1315-10/+15
* Move declaration of sp_svg_read_color,sp_svg_write_color from svg/svg.h to ne...Peter Moulder2006-03-134-6/+15
* Shift-drop of color now sets stroke.Jon A. Cruz2006-03-131-1/+1
* (sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.Peter Moulder2006-03-131-1/+1
* (sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.Peter Moulder2006-03-131-9/+7
* CodingStyle: whitespacePeter Moulder2006-03-131-270/+283
* noop: Minor phrasing/CodingStyle changes.Peter Moulder2006-03-131-7/+7
* Fix: was using locale to format SVG numbers.Peter Moulder2006-03-132-83/+143
* Remove unused methods getInverse(). (One of these appears to be buggy anyway.)Peter Moulder2006-03-131-19/+1
* operator!=: new. (Calls existing operator==.)Peter Moulder2006-03-121-2/+6
* experiment with moving release beofre extraction of object from document treeMenTaLguY2006-03-121-4/+2
* Changed color dragging to have a color preview.Jon A. Cruz2006-03-101-0/+21
* Initial cut of color drag-n-drop to items on canvas.Jon A. Cruz2006-03-101-1/+46
* (sp_selected_path_reverse): Fix when multiple paths are selected. Also fix a...Peter Moulder2006-03-091-4/+5
* CodingStyle: whitespacePeter Moulder2006-03-091-247/+258
* CodingStyle: const placementPeter Moulder2006-03-091-3/+3
* #include sp-item.hPeter Moulder2006-03-071-1/+1
* Partially update: add various new `inkscape:' attributes. (I haven't yet add...Peter Moulder2006-03-071-0/+6
* Replace std::endl in lots of places with plain old '\n', with just a single s...Peter Moulder2006-03-061-5/+7
* add DocumentSubset::_clearMenTaLguY2006-03-062-0/+16
* remove unneeded document parameter from constructorMenTaLguY2006-03-062-4/+3
* Wire up new SPObject signal to DocumentSubset, so object order changes will b...MenTaLguY2006-03-051-0/+7
* Add signal for notification of object position changesMenTaLguY2006-03-052-0/+8
* Add DocumentSubset as groundwork for layersMenTaLguY2006-03-053-0/+433
* work-around for older gtkmm versionsJon A. Cruz2006-03-051-1/+1
* Fixed problem for 2.4.xJon A. Cruz2006-03-051-3/+6
* Make color drag to minibar only work when a styled item is selected.Jon A. Cruz2006-03-042-33/+35
* Another typo from the patch. sorry again.Bob Jamison2006-03-041-1/+1
* Fix typo from when i applied patch. My mistake. Sorry!Bob Jamison2006-03-041-1/+1
* Fix bug with invalid singleton pointer. If we want a single dialog displayed...Bob Jamison2006-03-032-88/+86
* bug 1441767: allow device fonts (eg opentype with postscript outlines or plai...Richard Hughes2006-03-021-1/+1
* Add stuff to separate .exe and debug infoBob Jamison2006-03-021-2/+4
* Made style minibar take color drag-n-dropJon A. Cruz2006-03-012-1/+105
* * src/conn-avoid-ref.cpp, src/libavoid/connector.h,mjwybrow2006-03-0110-74/+81
* Add some items from Peter Selinger's patch to Potrace 1.7Bob Jamison2006-02-284-41/+49
* Replace isspace() with isWhitespace(). Use pure unicode character classes.Bob Jamison2006-02-287-17/+171
* Fixed bug with color drag-n-dropJon A. Cruz2006-02-281-11/+7
* Cleanup of embedded swatches palette switching.Jon A. Cruz2006-02-284-26/+61