| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | paintbucket: rearrange controls, edit labels/tooltips | bulia byak | 2007-03-08 | 1 | -22/+25 |
| * | do not offset if offset==0; display messages if success and if no path create... | bulia byak | 2007-03-08 | 1 | -19/+40 |
| * | export nodes_in_path | bulia byak | 2007-03-08 | 1 | -1/+1 |
| * | make offset independent of zoom | bulia byak | 2007-03-08 | 1 | -1/+1 |
| * | make default paintbucket offset 0 | bulia byak | 2007-03-08 | 2 | -2/+2 |
| * | Add units selector to offset and remove offset range limits | John Bintz | 2007-03-08 | 3 | -4/+19 |
| * | Begin work on selectable color channels for paint bucket, starting with visib... | John Bintz | 2007-03-07 | 3 | -14/+112 |
| * | a better fix: we don't need prev to hold opacity at all | bulia byak | 2007-03-06 | 1 | -5/+4 |
| * | fix invalid access warning | bulia byak | 2007-03-06 | 1 | -1/+1 |
| * | Purged unused variable | Jon A. Cruz | 2007-03-06 | 1 | -3/+0 |
| * | fix by dvlierop2 for snapping bugs 1579556 and 1579587 | bulia byak | 2007-03-05 | 4 | -6/+12 |
| * | update JS | Bob Jamison | 2007-03-05 | 93 | -12085/+23644 |
| * | Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview on/o... | Jon A. Cruz | 2007-03-05 | 1 | -2/+2 |
| * | Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview on/o... | Jon A. Cruz | 2007-03-05 | 1 | -157/+120 |
| * | fix NR::Maybe typos | MenTaLguY | 2007-03-05 | 1 | -3/+3 |
| * | Separate NRRect and NR::Rect a bit further; the goal is to get to the point w... | MenTaLguY | 2007-03-05 | 7 | -71/+107 |
| * | clean up operators/constructors, and give reference-maybes a more compact | MenTaLguY | 2007-03-05 | 1 | -57/+46 |
| * | fix copyright year | MenTaLguY | 2007-03-05 | 1 | -1/+1 |
| * | clean up reference version of maybe, and add == and != operators | MenTaLguY | 2007-03-04 | 1 | -20/+91 |