summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix what appears to be a copy&paste bug: ć was getting rendered as ˇc; chan...Peter Moulder2007-03-071-1/+2
* improve timingBob Jamison2007-03-071-3/+3
* 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
* patch by Tavmjong to remove unnecessary flippingbulia byak2007-03-051-5/+1
* 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
* Probably a fix for [ 1665735 ] [ 1673205 ] [ 1667584 ]. Testing required though.Johan B. C. Engelen2007-03-041-3/+3
* Warning cleanup of unused variablesJon A. Cruz2007-03-042-3/+0
* clean to delete config.hAdib Taraben2007-03-041-0/+1
* comment on bbox typesbulia byak2007-03-041-1/+4
* more NR::Maybe<NR::Rect> workMenTaLguY2007-03-042-54/+55
* return plain rect for union in all situations where a plain rect is givenMenTaLguY2007-03-042-11/+24
* remove remaining use of assume in nr-rect.cppMenTaLguY2007-03-041-5/+3
* return plain rect if both union arguments are also plain rectsMenTaLguY2007-03-042-11/+14
* communicate bbox type via flags for nowMenTaLguY2007-03-041-1/+1
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-0414-316/+557
* replace use of invokeBbox in flood fill toolMenTaLguY2007-03-041-224/+116
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-0414-186/+120
* implement new API via wrapper for nowMenTaLguY2007-03-042-4/+20
* Sketch out new bbox APIMenTaLguY2007-03-041-0/+7
* Convert union and intersection to use NR::Maybe<NR::Rect>MenTaLguY2007-03-042-15/+28
* redo NR::Maybe to be less cleverMenTaLguY2007-03-043-54/+109
* delivarotify picking; restore the old pick code, fix it to work with stroke w...bulia byak2007-03-041-66/+34
* make conversions away from NR::Maybe explicitMenTaLguY2007-03-047-52/+32
* remove debug messages that sneaked inBob Jamison2007-03-031-2/+0
* add line number to ElementBob Jamison2007-03-032-18/+41
* improve error messagesBob Jamison2007-03-031-37/+99
* verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphicbulia byak2007-03-035-10/+36
* modify touchabout targetBob Jamison2007-03-031-1/+3