| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix g_return_if_fail failure: It can validly happen that ↵ | Peter Moulder | 2007-10-11 | 1 | -1/+4 |
| | | | | | | fit_canvas_to_selection is called when nothing is selected (just like many other verbs). So put new message in status bar and return rather than signalling an error with g_return_if_fail. (bzr r3873) | ||||
| * | apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu Item | Johan B. C. Engelen | 2007-10-09 | 1 | -0/+77 |
| | | | | (bzr r3864) | ||||
| * | sorry for debug message. deleted. | Johan B. C. Engelen | 2007-09-14 | 1 | -1/+0 |
| | | | | (bzr r3746) | ||||
| * | fix pasting of LPE's across multiple document; plus a number of small fixes. | Johan B. C. Engelen | 2007-09-14 | 1 | -0/+6 |
| | | | | (bzr r3745) | ||||
| * | Compute farthest-from-center point correctly in Alt+rotation | Maximilian Albert | 2007-09-11 | 1 | -1/+1 |
| | | | | (bzr r3723) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -3/+3 |
| | | | | (bzr r3706) | ||||
| * | LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵ | Johan B. C. Engelen | 2007-09-04 | 1 | -0/+48 |
| | | | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -0/+5 |
| | | | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | ||||
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 1 | -1/+1 |
| | | | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331) | ||||
| * | A few additions to ensure that editing trefs is not allowed (and doesn't ↵ | Gail Carmichael | 2007-07-17 | 1 | -1/+13 |
| | | | | | | cause a crash). Also allows all trefs within a selection to be 'unlinked'. (bzr r3261) | ||||
| * | bug 1243190: add tref element support; limited editing support thus far ↵ | Richard Hughes | 2007-07-11 | 1 | -7/+22 |
| | | | | | | (patch by gbanaszk) (bzr r3227) | ||||
| * | use an accessor method to get filter from style | bulia byak | 2007-06-27 | 1 | -2/+2 |
| | | | | (bzr r3145) | ||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 1 | -3/+4 |
| | | | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116) | ||||
| * | more unreffing temporary styles properly | bulia byak | 2007-06-27 | 1 | -1/+1 |
| | | | | (bzr r3114) | ||||
| * | Add translator hint. | Colin Marquardt | 2007-06-17 | 1 | -0/+2 |
| | | | | (bzr r3072) | ||||
| * | noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers. | Peter Moulder | 2007-05-20 | 1 | -10/+8 |
| | | | | (bzr r3032) | ||||
| * | Removal of old grid code - fully enabled new grid code. | Johan B. C. Engelen | 2007-04-15 | 1 | -6/+3 |
| | | | | (bzr r2904) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -69/+82 |
| | | | | (bzr r2723) | ||||
| * | re-introduce isEmpty tests | MenTaLguY | 2007-03-17 | 1 | -5/+5 |
| | | | | (bzr r2679) | ||||
| * | string disambig | bulia byak | 2007-03-16 | 1 | -1/+1 |
| | | | | (bzr r2672) | ||||
| * | move sp_document_done() out into verbs.cpp | Aaron Spike | 2007-03-12 | 1 | -13/+9 |
| | | | | (bzr r2616) | ||||
| * | send verb ids into history and remove casting errors | Aaron Spike | 2007-03-12 | 1 | -11/+13 |
| | | | | (bzr r2615) | ||||
| * | add verbs for unlocking and unhiding all objects globaly or within the ↵ | Aaron Spike | 2007-03-12 | 1 | -0/+56 |
| | | | | | | current layer (bzr r2613) | ||||
| * | argh, missed selection-chemistry somehow | MenTaLguY | 2007-03-11 | 1 | -3/+3 |
| | | | | (bzr r2607) | ||||
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 1 | -34/+54 |
| | | | | | | recent bbox regressions. (bzr r2604) | ||||
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -23/+29 |
| | | | | (bzr r2596) | ||||
| * | specialize MaybeStorage for Rect, and start using reference maybes to | MenTaLguY | 2007-03-09 | 1 | -1/+1 |
| | | | | | | avoid some copies (bzr r2582) | ||||
| * | Separate NRRect and NR::Rect a bit further; the goal is to get to the point ↵ | MenTaLguY | 2007-03-05 | 1 | -4/+4 |
| | | | | | | where there is no way to create an empty NR::Rect (bzr r2551) | ||||
| * | adapt code to new Maybe/bbox regime | MenTaLguY | 2007-03-04 | 1 | -36/+41 |
| | | | | (bzr r2538) | ||||
| * | fix an error in rounding negative coords | bulia byak | 2007-03-02 | 1 | -3/+6 |
| | | | | (bzr r2503) | ||||
| * | fix mental's typo! found purely by chance | bulia byak | 2007-03-02 | 1 | -1/+1 |
| | | | | (bzr r2500) | ||||
| * | refactor sp_svg_transform_write to return a dynamically-allocated string | MenTaLguY | 2007-02-28 | 1 | -16/+9 |
| | | | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466) | ||||
| * | fix 1332884 | bulia byak | 2007-02-24 | 1 | -2/+2 |
| | | | | (bzr r2426) | ||||
| * | some more refactoring | bulia byak | 2007-02-24 | 1 | -11/+20 |
| | | | | (bzr r2425) | ||||
| * | make selection_contains_both_clone_and_original reusable | bulia byak | 2007-02-24 | 1 | -17/+25 |
| | | | | (bzr r2424) | ||||
| * | allow grouping a single object | bulia byak | 2007-02-11 | 1 | -7/+1 |
| | | | | (bzr r2366) | ||||
| * | temporary fix: prevent crash when clipping/masking an object with its own clone | bulia byak | 2007-01-26 | 1 | -0/+24 |
| | | | | (bzr r2290) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -4/+9 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | text fixes | bulia byak | 2007-01-18 | 1 | -2/+2 |
| | | | | (bzr r2241) | ||||
| * | patch 1623967, fixes bug 1332888 and the wrong move of original-with-clone ↵ | bulia byak | 2007-01-05 | 1 | -8/+12 |
| | | | | | | selection in transformed group (bzr r2132) | ||||
| * | Renaming sp-marker.* to marker.* | Bryce Harrington | 2006-12-06 | 1 | -1/+1 |
| | | | | (bzr r2077) | ||||
| * | Adding some documentation for things related to markers | Bryce Harrington | 2006-11-18 | 1 | -4/+15 |
| | | | | (bzr r1985) | ||||
| * | factor out retrieving export hints from selection and document; use that for ↵ | bulia byak | 2006-11-13 | 1 | -11/+113 |
| | | | | | | create_bitmap if no resolution/minsize specified in prefs; for default 90dpi, snap the bitmap to pixel grid; move deleting objects when clipping/masking to the end of function (bzr r1943) | ||||
| * | enable copy/paste of objects with filters | bulia byak | 2006-10-24 | 1 | -0/+7 |
| | | | | (bzr r1852) | ||||
| * | fix pattern transform when doing object-to-pattern within a transformed group | bulia byak | 2006-09-03 | 1 | -5/+11 |
| | | | | (bzr r1666) | ||||
| * | factor native PNG export out of file.cpp in preparation for new export dialog | Bob Jamison | 2006-07-17 | 1 | -0/+1 |
| | | | | (bzr r1431) | ||||
| * | undo annotations | bulia byak | 2006-07-06 | 1 | -2/+2 |
| | | | | (bzr r1361) | ||||
| * | undo annotations | bulia byak | 2006-07-02 | 1 | -39/+43 |
| | | | | (bzr r1345) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -37/+77 |
| | | | | (bzr r1315) | ||||
| * | apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export") | Ralf Stephan | 2006-06-22 | 1 | -1/+1 |
| | | | | (bzr r1262) | ||||
