| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bringing in new color class | Jon A. Cruz | 2006-03-24 | 5 | -24/+189 |
| | | | | (bzr r279) | ||||
| * | Purging unused variable | Jon A. Cruz | 2006-03-24 | 1 | -1/+0 |
| | | | | (bzr r278) | ||||
| * | remove confusing decimal digits in the number of scans | bulia byak | 2006-03-23 | 1 | -1/+1 |
| | | | | (bzr r275) | ||||
| * | pjrm's fix from bug 1188811 | bulia byak | 2006-03-23 | 1 | -4/+4 |
| | | | | (bzr r274) | ||||
| * | use rotation center in keyboard rotation and transform dialog | bulia byak | 2006-03-22 | 6 | -34/+53 |
| | | | | (bzr r273) | ||||
| * | rewrote sp_clippath_get_bbox correctly to fix 1455885 | bulia byak | 2006-03-22 | 1 | -6/+18 |
| | | | | (bzr r272) | ||||
| * | optimization: prevent taking bbox twice of the first object in selection | bulia byak | 2006-03-22 | 1 | -1/+3 |
| | | | | (bzr r271) | ||||
| * | more information on objects selected in groups | bulia byak | 2006-03-22 | 3 | -26/+65 |
| | | | | (bzr r270) | ||||
| * | Mask/Clippath transformations on masking/unmasking | Andrius Ramanauskas | 2006-03-22 | 5 | -26/+58 |
| | | | | (bzr r269) | ||||
| * | a more informative warning | bulia byak | 2006-03-21 | 1 | -1/+1 |
| | | | | (bzr r268) | ||||
| * | Fixes to unmasking: | Andrius Ramanauskas | 2006-03-21 | 1 | -13/+17 |
| | | | | | | | | - Fixed crash if unmask/unclip is used on unmasked object - Restoring mask/clippath object even if it is still referenced - Adding restored mask objects to selected item list (bzr r267) | ||||
| * | fixing misspelled name in copyright notice | Andrius Ramanauskas | 2006-03-20 | 1 | -2/+2 |
| | | | | (bzr r266) | ||||
| * | copy clippaths, masks, and mask gradients to defs_clipboard | bulia byak | 2006-03-20 | 1 | -4/+18 |
| | | | | (bzr r265) | ||||
| * | do not embed transform if the item has clippath or mask (so that the ↵ | bulia byak | 2006-03-19 | 1 | -2/+3 |
| | | | | | | clippath/mask is affected by the same transform) (bzr r264) | ||||
| * | patch by Andrius R. for (un)clip and (un)mask commands | bulia byak | 2006-03-19 | 13 | -3/+273 |
| | | | | (bzr r263) | ||||
| * | restore broken ngettext | bulia byak | 2006-03-19 | 1 | -5/+20 |
| | | | | (bzr r262) | ||||
| * | fix clipping with unfilled paths | bulia byak | 2006-03-19 | 2 | -7/+8 |
| | | | | (bzr r261) | ||||
| * | remove the annoying canvas border | bulia byak | 2006-03-18 | 1 | -3/+1 |
| | | | | (bzr r260) | ||||
| * | better description for multiple selections | bulia byak | 2006-03-17 | 1 | -10/+82 |
| | | | | (bzr r259) | ||||
| * | ensure document up-to-date if it's being loaded into a virgin desktop | bulia byak | 2006-03-17 | 1 | -0/+2 |
| | | | | (bzr r258) | ||||
| * | describe clipped/masked objects in statusbar | bulia byak | 2006-03-17 | 1 | -1/+12 |
| | | | | (bzr r257) | ||||
| * | add setting clip/mask bbox in sp_item_invoke_show to fix 1449541 | bulia byak | 2006-03-17 | 1 | -6/+30 |
| | | | | (bzr r256) | ||||
| * | coding style | bulia byak | 2006-03-16 | 1 | -73/+36 |
| | | | | (bzr r255) | ||||
| * | do the same fix for masks as for clippaths to silence 'update during update' ↵ | bulia byak | 2006-03-16 | 1 | -0/+1 |
| | | | | | | warnings (bzr r254) | ||||
| * | fix property name in init; do the same fix as in SPClipPath to silence ↵ | bulia byak | 2006-03-16 | 1 | -4/+13 |
| | | | | | | 'update during update' warnings (bzr r253) | ||||
| * | merged patch #1447043 from Andrius "knutux" R. to create sub-layers | MenTaLguY | 2006-03-15 | 4 | -43/+158 |
| | | | | (bzr r251) | ||||
| * | patch by christoph-b3e to clone multiple selected objects | bulia byak | 2006-03-15 | 1 | -18/+28 |
| | | | | (bzr r244) | ||||
| * | increase cutoff depth of recursive clone descriptions | bulia byak | 2006-03-15 | 1 | -1/+1 |
| | | | | (bzr r243) | ||||
| * | minor comment tweak | MenTaLguY | 2006-03-15 | 1 | -1/+1 |
| | | | | (bzr r242) | ||||
| * | Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<> | MenTaLguY | 2006-03-15 | 8 | -45/+87 |
| | | | | (bzr r241) | ||||
| * | shared_ptr -> ptr_shared | MenTaLguY | 2006-03-15 | 30 | -154/+154 |
| | | | | (bzr r240) | ||||
| * | differentiate _hreffed and _listening flags for color, fill, and stroke ↵ | bulia byak | 2006-03-14 | 2 | -17/+74 |
| | | | | | | paintservers - fixes two crashes (bzr r239) | ||||
| * | (sp_style_write_ipaint): Pretty colour names: use sp_svg_write_color instead ↵ | Peter Moulder | 2006-03-13 | 2 | -10/+11 |
| | | | | | | | | of #rrggbb. style-test.cpp: Update unit tests accordingly. (bzr r238) | ||||
| * | CodingStyle: whitespace | Peter Moulder | 2006-03-13 | 1 | -26/+26 |
| | | | | (bzr r237) | ||||
| * | (sp_svg_write_color): Use CSS/XHTML/SVG Basic named colours (the 16 colours ↵ | Peter Moulder | 2006-03-13 | 2 | -4/+70 |
| | | | | | | | | white, red, lime, ..., but not the X11 colours) when possible; else use three hex difits (#ccc); else use existing six hex digits. (sp_svg_write_color): Change return type from int (never used by existing callers) to void. (bzr r236) | ||||
| * | svg-color-test.h: New unit test file. | Peter Moulder | 2006-03-13 | 2 | -1/+58 |
| | | | | (bzr r235) | ||||
| * | Set svn:eol-style to native on all *.cpp *.h files (i.e. on the few .cpp/.h ↵ | Peter Moulder | 2006-03-13 | 2 | -226/+226 |
| | | | | | | files created since cvs2svn). (bzr r234) | ||||
| * | Remove temporary #include of svg-color.h | Peter Moulder | 2006-03-13 | 1 | -1/+0 |
| | | | | (bzr r233) | ||||
| * | #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. | Peter Moulder | 2006-03-13 | 15 | -10/+15 |
| | | | | (bzr r232) | ||||
| * | Move declaration of sp_svg_read_color,sp_svg_write_color from svg/svg.h to ↵ | Peter Moulder | 2006-03-13 | 4 | -6/+15 |
| | | | | | | | | new file svg/svg-color.h. svg/svg.h: Temporarily #include svg-color.h. (bzr r231) | ||||
| * | Shift-drop of color now sets stroke. | Jon A. Cruz | 2006-03-13 | 1 | -1/+1 |
| | | | | (bzr r230) | ||||
| * | (sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int. | Peter Moulder | 2006-03-13 | 1 | -1/+1 |
| | | | | (bzr r229) | ||||
| * | (sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int. | Peter Moulder | 2006-03-13 | 1 | -9/+7 |
| | | | | | | | | (sp_svg_write_color): Require buflen >= 8. (All existing callers already conform.) doc: Remove out-of-date (and incorrect: cannot have space in `rgb(' for CSS colors) todo comment. noop: SP_SVG_NUMCOLORS is used in only one place; replace it with inline G_N_ELEMENTS(...). (bzr r228) | ||||
| * | CodingStyle: whitespace | Peter Moulder | 2006-03-13 | 1 | -270/+283 |
| | | | | (bzr r227) | ||||
| * | noop: Minor phrasing/CodingStyle changes. | Peter Moulder | 2006-03-13 | 1 | -7/+7 |
| | | | | (bzr r226) | ||||
| * | Fix: was using locale to format SVG numbers. | Peter Moulder | 2006-03-13 | 2 | -83/+143 |
| | | | | | | | | Use normal attributes instead of style attribute, for greater viewer compatibility. Tidy up the produced SVG: trim trailing zeros from numbers. Stronger detection of invalid .ggr files. (bzr r225) | ||||
| * | Remove unused methods getInverse(). (One of these appears to be buggy anyway.) | Peter Moulder | 2006-03-13 | 1 | -19/+1 |
| | | | | (bzr r224) | ||||
| * | operator!=: new. (Calls existing operator==.) | Peter Moulder | 2006-03-12 | 1 | -2/+6 |
| | | | | (bzr r223) | ||||
| * | experiment with moving release beofre extraction of object from document tree | MenTaLguY | 2006-03-12 | 1 | -4/+2 |
| | | | | (bzr r222) | ||||
| * | Changed color dragging to have a color preview. | Jon A. Cruz | 2006-03-10 | 1 | -0/+21 |
| | | | | (bzr r221) | ||||
