| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Allow server to skip final "rspauth" SASL handshake | Bob Jamison | 2007-03-12 | 1 | -0/+7 |
| * | fix snapping while uniformly scaling, fix snapping while skewing | Diederik van Lierop | 2007-03-12 | 1 | -4/+9 |
| * | use g_vsnprintf() instead of vsnprintf() to avoid platform problems | Bob Jamison | 2007-03-12 | 1 | -5/+1 |
| * | Cleanup public/private, doxygen comments | Bob Jamison | 2007-03-12 | 2 | -33/+150 |
| * | Buffer output for better reporting. | Bob Jamison | 2007-03-12 | 2 | -214/+338 |
| * | move sp_document_done() out into verbs.cpp | Aaron Spike | 2007-03-12 | 3 | -21/+23 |
| * | send verb ids into history and remove casting errors | Aaron Spike | 2007-03-12 | 3 | -19/+21 |
| * | move style reading/writing from SPItem up to SPObject | bulia byak | 2007-03-12 | 2 | -39/+38 |
| * | add verbs for unlocking and unhiding all objects globaly or within the curren... | Aaron Spike | 2007-03-12 | 4 | -0/+142 |
| * | sodipodi:docbase finally goes packing, along with a lauris comment | bulia byak | 2007-03-12 | 1 | -5/+0 |
| * | disable empty enforcement for now | MenTaLguY | 2007-03-11 | 1 | -0/+2 |
| * | eliminate the use of sodipodi:docbase (use doc->base instead); emit warning w... | bulia byak | 2007-03-11 | 1 | -50/+67 |
| * | add fixupHrefs right after import, so that images get correct relative xlink:... | bulia byak | 2007-03-11 | 1 | -0/+3 |
| * | don't try to relativate hrefs here - it never works anyway, because we don't ... | bulia byak | 2007-03-11 | 1 | -6/+4 |
| * | argh, missed selection-chemistry somehow | MenTaLguY | 2007-03-11 | 1 | -3/+3 |
| * | ban empty rectangles entirely and remove isEmpty test | MenTaLguY | 2007-03-11 | 6 | -19/+18 |
| * | Eliminate remaining sources of empty NR::Rects | MenTaLguY | 2007-03-11 | 13 | -91/+129 |
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 17 | -281/+327 |
| * | Add ctrl+click to paint bucket to change clicked object's fill and stroke to ... | John Bintz | 2007-03-11 | 2 | -14/+27 |
| * | fix 1491639 | bulia byak | 2007-03-11 | 1 | -0/+10 |
| * | fix 1656169 | bulia byak | 2007-03-11 | 1 | -37/+29 |
| * | fix outline mode toggling with multiple views | bulia byak | 2007-03-11 | 1 | -3/+1 |
| * | display busy cursor while filling | bulia byak | 2007-03-11 | 1 | -0/+11 |
| * | Change tolerance to threshold | John Bintz | 2007-03-11 | 2 | -28/+28 |
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 22 | -234/+273 |
| * | fix setting knot->pos for node handles, but remove coords updating - now done... | bulia byak | 2007-03-10 | 1 | -4/+2 |
| * | no need to update coords here, it's now done in any knot automatically | bulia byak | 2007-03-10 | 1 | -2/+0 |
| * | now all knots display x/y in statusbar while being dragged, fixes bug 1523580 | bulia byak | 2007-03-10 | 1 | -0/+1 |
| * | roll back a part of revision 12016, in an attempt to fix bug 1496718 | Richard Hughes | 2007-03-09 | 1 | -3/+5 |
| * | Add some code cleanup | Bob Jamison | 2007-03-09 | 1 | -134/+230 |
| * | fix 1502621 | bulia byak | 2007-03-09 | 1 | -1/+40 |
| * | fix crash | bulia byak | 2007-03-09 | 2 | -6/+6 |
| * | do not return empty intersections any longer | MenTaLguY | 2007-03-09 | 1 | -1/+1 |
| * | comment | bulia byak | 2007-03-09 | 1 | -2/+2 |
| * | use STL std::min and std::max | MenTaLguY | 2007-03-09 | 1 | -8/+9 |
| * | no need to use accessors here | MenTaLguY | 2007-03-09 | 1 | -2/+2 |
| * | Whoops, forgot to friend the methods I moved out of Rect | MenTaLguY | 2007-03-09 | 2 | -2/+4 |
| * | address type-punned pointer warning | MenTaLguY | 2007-03-09 | 1 | -11/+8 |
| * | specialize MaybeStorage for Rect, and start using reference maybes to | MenTaLguY | 2007-03-09 | 6 | -38/+55 |
| * | fix reference maybes by separate specialization | MenTaLguY | 2007-03-09 | 1 | -32/+68 |
| * | rework maybe so storage is customizable and can be optimized on a | MenTaLguY | 2007-03-08 | 1 | -128/+69 |
| * | Add HSL options to paint bucket channels | John Bintz | 2007-03-08 | 1 | -1/+37 |
| * | when dragging center, defer repr updating and committing until ungrab; this m... | bulia byak | 2007-03-08 | 1 | -6/+15 |
| * | make sure undoing center moves emits modified signal and is thus noticed by t... | bulia byak | 2007-03-08 | 1 | -0/+2 |
| * | changed curve->length to SP_CURVE_LENGTH(curve). Fixes bug 1676273. | Bob Jamison | 2007-03-08 | 1 | -43/+60 |
| * | fix shift-dragging (no snap) of rotation center | bulia byak | 2007-03-08 | 1 | -1/+1 |
| * | Fixed interactive updating. | Johan B. C. Engelen | 2007-03-08 | 1 | -9/+9 |
| * | Fixed bug due to adding of new pointtype at the start of the enum which corru... | Johan B. C. Engelen | 2007-03-08 | 1 | -3/+5 |
| * | Add and adjust fill channels | John Bintz | 2007-03-08 | 1 | -1/+13 |
| * | Converted star toobar to stock GTK+ | Jon A. Cruz | 2007-03-08 | 1 | -170/+166 |