| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add a flag and a setter method for busy cursor | bulia byak | 2007-03-14 | 2 | -0/+20 |
| | | | | (bzr r2646) | ||||
| * | fix bug where master opacity did not affect markers | bulia byak | 2007-03-14 | 1 | -4/+5 |
| | | | | (bzr r2645) | ||||
| * | save window geometry before running effect so that effects get correct ↵ | bulia byak | 2007-03-14 | 1 | -1/+3 |
| | | | | | | view_center (bzr r2642) | ||||
| * | Swap out entities in tooltips. Fixes ↵ | Kees Cook | 2007-03-14 | 1 | -2/+4 |
| | | | | | | https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/91548 (bzr r2640) | ||||
| * | Clean up indentation | John Bintz | 2007-03-14 | 1 | -180/+183 |
| | | | | (bzr r2639) | ||||
| * | Fix paint bucket point queueing issue | John Bintz | 2007-03-14 | 1 | -1/+2 |
| | | | | (bzr r2638) | ||||
| * | Fixed [ 1678374 ]; hopefully made the optiongroup code more robust for ↵ | Johan B. C. Engelen | 2007-03-13 | 1 | -4/+10 |
| | | | | | | different INX definitions. (bzr r2637) | ||||
| * | fix 1659445 without unfixing 1595030 | bulia byak | 2007-03-13 | 1 | -4/+4 |
| | | | | (bzr r2636) | ||||
| * | fixme comment | bulia byak | 2007-03-13 | 1 | -0/+1 |
| | | | | (bzr r2635) | ||||
| * | Add null checks. | Bob Jamison | 2007-03-13 | 1 | -1/+7 |
| | | | | (bzr r2634) | ||||
| * | dropping moved/dead files | Kees Cook | 2007-03-13 | 7 | -3724/+0 |
| | | | | (bzr r2630) | ||||
| * | comment | bulia byak | 2007-03-13 | 1 | -0/+4 |
| | | | | (bzr r2629) | ||||
| * | extend the range of spacings | bulia byak | 2007-03-13 | 1 | -4/+4 |
| | | | | (bzr r2628) | ||||
| * | Allow server to skip final "rspauth" SASL handshake | Bob Jamison | 2007-03-12 | 1 | -0/+7 |
| | | | | (bzr r2622) | ||||
| * | fix snapping while uniformly scaling, fix snapping while skewing | Diederik van Lierop | 2007-03-12 | 1 | -4/+9 |
| | | | | (bzr r2621) | ||||
| * | use g_vsnprintf() instead of vsnprintf() to avoid platform problems | Bob Jamison | 2007-03-12 | 1 | -5/+1 |
| | | | | (bzr r2620) | ||||
| * | Cleanup public/private, doxygen comments | Bob Jamison | 2007-03-12 | 2 | -33/+150 |
| | | | | (bzr r2619) | ||||
| * | Buffer output for better reporting. | Bob Jamison | 2007-03-12 | 2 | -214/+338 |
| | | | | (bzr r2618) | ||||
| * | move sp_document_done() out into verbs.cpp | Aaron Spike | 2007-03-12 | 3 | -21/+23 |
| | | | | (bzr r2616) | ||||
| * | send verb ids into history and remove casting errors | Aaron Spike | 2007-03-12 | 3 | -19/+21 |
| | | | | (bzr r2615) | ||||
| * | 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) | ||||
