| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move style reading/writing from SPItem up to SPObject | bulia byak | 2007-03-12 | 2 | -39/+38 |
| | | | | (bzr r2614) | ||||
| * | add verbs for unlocking and unhiding all objects globaly or within the ↵ | Aaron Spike | 2007-03-12 | 4 | -0/+142 |
| | | | | | | current layer (bzr r2613) | ||||
| * | sodipodi:docbase finally goes packing, along with a lauris comment | bulia byak | 2007-03-12 | 1 | -5/+0 |
| | | | | (bzr r2612) | ||||
| * | disable empty enforcement for now | MenTaLguY | 2007-03-11 | 1 | -0/+2 |
| | | | | (bzr r2611) | ||||
| * | eliminate the use of sodipodi:docbase (use doc->base instead); emit warning ↵ | bulia byak | 2007-03-11 | 1 | -50/+67 |
| | | | | | | when falling back to sodipodi:absref; allow it to use, when base+href fails, just href as if it were absolute (bzr r2610) | ||||
| * | add fixupHrefs right after import, so that images get correct relative ↵ | bulia byak | 2007-03-11 | 1 | -0/+3 |
| | | | | | | xlink:href at once and not only after save as before (fixes 1267081) (bzr r2609) | ||||
| * | don't try to relativate hrefs here - it never works anyway, because we don't ↵ | bulia byak | 2007-03-11 | 1 | -6/+4 |
| | | | | | | have the document's base dir (the temporary doc created here has docbase == NULL) (bzr r2608) | ||||
| * | argh, missed selection-chemistry somehow | MenTaLguY | 2007-03-11 | 1 | -3/+3 |
| | | | | (bzr r2607) | ||||
| * | ban empty rectangles entirely and remove isEmpty test | MenTaLguY | 2007-03-11 | 6 | -19/+18 |
| | | | | (bzr r2606) | ||||
| * | Eliminate remaining sources of empty NR::Rects | MenTaLguY | 2007-03-11 | 13 | -91/+129 |
| | | | | (bzr r2605) | ||||
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 17 | -281/+327 |
| | | | | | | recent bbox regressions. (bzr r2604) | ||||
| * | Add ctrl+click to paint bucket to change clicked object's fill and stroke to ↵ | John Bintz | 2007-03-11 | 2 | -14/+27 |
| | | | | | | current setting (bzr r2603) | ||||
| * | fix 1491639 | bulia byak | 2007-03-11 | 1 | -0/+10 |
| | | | | (bzr r2601) | ||||
| * | fix 1656169 | bulia byak | 2007-03-11 | 1 | -37/+29 |
| | | | | (bzr r2600) | ||||
| * | fix outline mode toggling with multiple views | bulia byak | 2007-03-11 | 1 | -3/+1 |
| | | | | (bzr r2599) | ||||
| * | display busy cursor while filling | bulia byak | 2007-03-11 | 1 | -0/+11 |
| | | | | (bzr r2598) | ||||
| * | Change tolerance to threshold | John Bintz | 2007-03-11 | 2 | -28/+28 |
| | | | | (bzr r2597) | ||||
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 22 | -234/+273 |
| | | | | (bzr r2596) | ||||
| * | fix setting knot->pos for node handles, but remove coords updating - now ↵ | bulia byak | 2007-03-10 | 1 | -4/+2 |
| | | | | | | done in the knot when dragging (bzr r2595) | ||||
| * | no need to update coords here, it's now done in any knot automatically | bulia byak | 2007-03-10 | 1 | -2/+0 |
| | | | | (bzr r2594) | ||||
| * | now all knots display x/y in statusbar while being dragged, fixes bug 1523580 | bulia byak | 2007-03-10 | 1 | -0/+1 |
| | | | | (bzr r2593) | ||||
| * | roll back a part of revision 12016, in an attempt to fix bug 1496718 | Richard Hughes | 2007-03-09 | 1 | -3/+5 |
| | | | | (bzr r2592) | ||||
| * | Add some code cleanup | Bob Jamison | 2007-03-09 | 1 | -134/+230 |
| | | | | (bzr r2591) | ||||
| * | fix 1502621 | bulia byak | 2007-03-09 | 1 | -1/+40 |
| | | | | (bzr r2590) | ||||
| * | fix crash | bulia byak | 2007-03-09 | 2 | -6/+6 |
| | | | | (bzr r2589) | ||||
| * | do not return empty intersections any longer | MenTaLguY | 2007-03-09 | 1 | -1/+1 |
| | | | | (bzr r2588) | ||||
| * | comment | bulia byak | 2007-03-09 | 1 | -2/+2 |
| | | | | (bzr r2587) | ||||
| * | use STL std::min and std::max | MenTaLguY | 2007-03-09 | 1 | -8/+9 |
| | | | | (bzr r2586) | ||||
| * | no need to use accessors here | MenTaLguY | 2007-03-09 | 1 | -2/+2 |
| | | | | (bzr r2585) | ||||
| * | Whoops, forgot to friend the methods I moved out of Rect | MenTaLguY | 2007-03-09 | 2 | -2/+4 |
| | | | | (bzr r2584) | ||||
| * | address type-punned pointer warning | MenTaLguY | 2007-03-09 | 1 | -11/+8 |
| | | | | (bzr r2583) | ||||
| * | specialize MaybeStorage for Rect, and start using reference maybes to | MenTaLguY | 2007-03-09 | 6 | -38/+55 |
| | | | | | | avoid some copies (bzr r2582) | ||||
| * | fix reference maybes by separate specialization | MenTaLguY | 2007-03-09 | 1 | -32/+68 |
| | | | | (bzr r2581) | ||||
| * | rework maybe so storage is customizable and can be optimized on a | MenTaLguY | 2007-03-08 | 1 | -128/+69 |
| | | | | | | per-type basis (bzr r2580) | ||||
| * | Add HSL options to paint bucket channels | John Bintz | 2007-03-08 | 1 | -1/+37 |
| | | | | (bzr r2579) | ||||
| * | when dragging center, defer repr updating and committing until ungrab; this ↵ | bulia byak | 2007-03-08 | 1 | -6/+15 |
| | | | | | | makes dragging faster. also remove superfluous reffing of objects while dragging (bzr r2578) | ||||
| * | make sure undoing center moves emits modified signal and is thus noticed by ↵ | bulia byak | 2007-03-08 | 1 | -0/+2 |
| | | | | | | the seltrans (bzr r2577) | ||||
| * | changed curve->length to SP_CURVE_LENGTH(curve). Fixes bug 1676273. | Bob Jamison | 2007-03-08 | 1 | -43/+60 |
| | | | | (bzr r2576) | ||||
| * | fix shift-dragging (no snap) of rotation center | bulia byak | 2007-03-08 | 1 | -1/+1 |
| | | | | (bzr r2574) | ||||
| * | Fixed interactive updating. | Johan B. C. Engelen | 2007-03-08 | 1 | -9/+9 |
| | | | | (bzr r2573) | ||||
| * | Fixed bug due to adding of new pointtype at the start of the enum which ↵ | Johan B. C. Engelen | 2007-03-08 | 1 | -3/+5 |
| | | | | | | corrupted indexing into the stop shapes and description array. (bzr r2572) | ||||
| * | Add and adjust fill channels | John Bintz | 2007-03-08 | 1 | -1/+13 |
| | | | | (bzr r2571) | ||||
| * | Converted star toobar to stock GTK+ | Jon A. Cruz | 2007-03-08 | 1 | -170/+166 |
| | | | | (bzr r2570) | ||||
| * | paintbucket: rearrange controls, edit labels/tooltips | bulia byak | 2007-03-08 | 1 | -22/+25 |
| | | | | (bzr r2569) | ||||
| * | do not offset if offset==0; display messages if success and if no path ↵ | bulia byak | 2007-03-08 | 1 | -19/+40 |
| | | | | | | created because of too much inset (bzr r2568) | ||||
| * | export nodes_in_path | bulia byak | 2007-03-08 | 1 | -1/+1 |
| | | | | (bzr r2567) | ||||
| * | make offset independent of zoom | bulia byak | 2007-03-08 | 1 | -1/+1 |
| | | | | (bzr r2566) | ||||
| * | make default paintbucket offset 0 | bulia byak | 2007-03-08 | 2 | -2/+2 |
| | | | | (bzr r2565) | ||||
| * | Add units selector to offset and remove offset range limits | John Bintz | 2007-03-08 | 3 | -4/+19 |
| | | | | (bzr r2564) | ||||
| * | Begin work on selectable color channels for paint bucket, starting with ↵ | John Bintz | 2007-03-07 | 3 | -14/+112 |
| | | | | | | visible colors and alpha (bzr r2561) | ||||
