summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bringing in new color classJon A. Cruz2006-03-245-24/+189
* Purging unused variableJon A. Cruz2006-03-241-1/+0
* remove confusing decimal digits in the number of scansbulia byak2006-03-231-1/+1
* pjrm's fix from bug 1188811bulia byak2006-03-231-4/+4
* use rotation center in keyboard rotation and transform dialogbulia byak2006-03-226-34/+53
* rewrote sp_clippath_get_bbox correctly to fix 1455885bulia byak2006-03-221-6/+18
* optimization: prevent taking bbox twice of the first object in selectionbulia byak2006-03-221-1/+3
* more information on objects selected in groupsbulia byak2006-03-223-26/+65
* Mask/Clippath transformations on masking/unmaskingAndrius Ramanauskas2006-03-225-26/+58
* a more informative warningbulia byak2006-03-211-1/+1
* Fixes to unmasking:Andrius Ramanauskas2006-03-211-13/+17
* fixing misspelled name in copyright noticeAndrius Ramanauskas2006-03-201-2/+2
* copy clippaths, masks, and mask gradients to defs_clipboardbulia byak2006-03-201-4/+18
* do not embed transform if the item has clippath or mask (so that the clippath...bulia byak2006-03-191-2/+3
* patch by Andrius R. for (un)clip and (un)mask commandsbulia byak2006-03-1913-3/+273
* restore broken ngettextbulia byak2006-03-191-5/+20
* fix clipping with unfilled pathsbulia byak2006-03-192-7/+8
* remove the annoying canvas borderbulia byak2006-03-181-3/+1
* better description for multiple selectionsbulia byak2006-03-171-10/+82
* ensure document up-to-date if it's being loaded into a virgin desktopbulia byak2006-03-171-0/+2
* describe clipped/masked objects in statusbarbulia byak2006-03-171-1/+12
* add setting clip/mask bbox in sp_item_invoke_show to fix 1449541bulia byak2006-03-171-6/+30
* coding stylebulia byak2006-03-161-73/+36
* do the same fix for masks as for clippaths to silence 'update during update' ...bulia byak2006-03-161-0/+1
* fix property name in init; do the same fix as in SPClipPath to silence 'updat...bulia byak2006-03-161-4/+13
* merged patch #1447043 from Andrius "knutux" R. to create sub-layersMenTaLguY2006-03-154-43/+158
* 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