summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix 1491639bulia byak2007-03-111-0/+10
* fix 1656169bulia byak2007-03-111-37/+29
* fix outline mode toggling with multiple viewsbulia byak2007-03-111-3/+1
* display busy cursor while fillingbulia byak2007-03-111-0/+11
* Change tolerance to thresholdJohn Bintz2007-03-112-28/+28
* Merge further bbox workMenTaLguY2007-03-1022-234/+273
* fix setting knot->pos for node handles, but remove coords updating - now done...bulia byak2007-03-101-4/+2
* no need to update coords here, it's now done in any knot automaticallybulia byak2007-03-101-2/+0
* now all knots display x/y in statusbar while being dragged, fixes bug 1523580bulia byak2007-03-101-0/+1
* roll back a part of revision 12016, in an attempt to fix bug 1496718Richard Hughes2007-03-091-3/+5
* Add some code cleanupBob Jamison2007-03-091-134/+230
* fix 1502621bulia byak2007-03-091-1/+40
* fix crashbulia byak2007-03-092-6/+6
* do not return empty intersections any longerMenTaLguY2007-03-091-1/+1
* commentbulia byak2007-03-091-2/+2
* use STL std::min and std::maxMenTaLguY2007-03-091-8/+9
* no need to use accessors hereMenTaLguY2007-03-091-2/+2
* Whoops, forgot to friend the methods I moved out of RectMenTaLguY2007-03-092-2/+4
* address type-punned pointer warningMenTaLguY2007-03-091-11/+8
* specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2007-03-096-38/+55
* fix reference maybes by separate specializationMenTaLguY2007-03-091-32/+68
* rework maybe so storage is customizable and can be optimized on aMenTaLguY2007-03-081-128/+69
* Add HSL options to paint bucket channelsJohn Bintz2007-03-081-1/+37
* when dragging center, defer repr updating and committing until ungrab; this m...bulia byak2007-03-081-6/+15
* make sure undoing center moves emits modified signal and is thus noticed by t...bulia byak2007-03-081-0/+2
* changed curve->length to SP_CURVE_LENGTH(curve). Fixes bug 1676273.Bob Jamison2007-03-081-43/+60
* fix shift-dragging (no snap) of rotation centerbulia byak2007-03-081-1/+1
* Fixed interactive updating.Johan B. C. Engelen2007-03-081-9/+9
* Fixed bug due to adding of new pointtype at the start of the enum which corru...Johan B. C. Engelen2007-03-081-3/+5
* Add and adjust fill channelsJohn Bintz2007-03-081-1/+13
* Converted star toobar to stock GTK+Jon A. Cruz2007-03-081-170/+166
* paintbucket: rearrange controls, edit labels/tooltipsbulia byak2007-03-081-22/+25
* do not offset if offset==0; display messages if success and if no path create...bulia byak2007-03-081-19/+40
* export nodes_in_pathbulia byak2007-03-081-1/+1
* make offset independent of zoombulia byak2007-03-081-1/+1
* make default paintbucket offset 0bulia byak2007-03-082-2/+2
* Add units selector to offset and remove offset range limitsJohn Bintz2007-03-083-4/+19
* Begin work on selectable color channels for paint bucket, starting with visib...John Bintz2007-03-073-14/+112
* a better fix: we don't need prev to hold opacity at allbulia byak2007-03-061-5/+4
* fix invalid access warningbulia byak2007-03-061-1/+1
* Purged unused variableJon A. Cruz2007-03-061-3/+0
* fix by dvlierop2 for snapping bugs 1579556 and 1579587bulia byak2007-03-054-6/+12
* update JSBob Jamison2007-03-0593-12085/+23644
* Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview on/o...Jon A. Cruz2007-03-051-2/+2
* Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview on/o...Jon A. Cruz2007-03-051-157/+120
* fix NR::Maybe typosMenTaLguY2007-03-051-3/+3
* Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...MenTaLguY2007-03-057-71/+107
* clean up operators/constructors, and give reference-maybes a more compactMenTaLguY2007-03-051-57/+46
* fix copyright yearMenTaLguY2007-03-051-1/+1
* clean up reference version of maybe, and add == and != operatorsMenTaLguY2007-03-041-20/+91