summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* add line number to ElementBob Jamison2007-03-032-18/+41
* verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphicbulia byak2007-03-033-8/+34
* Brought back checkbox and to also append filename upon "save" being hitJon A. Cruz2007-03-031-45/+57
* enable esc and ctrl-z to cancel drawingbulia byak2007-03-031-1/+50
* fix bug 1672619bulia byak2007-03-031-1/+4
* i18n cleanup and adding extension in more casesJon A. Cruz2007-03-031-13/+29
* the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate de...bulia byak2007-03-032-2/+2
* fix warning when creating a mask which is the first item in defsbulia byak2007-03-031-1/+2
* Add the file extension even when the prior name has no extension alreadyJon A. Cruz2007-03-031-0/+3
* Speedup when switching types by avoiding setting to a directory we are alread...Jon A. Cruz2007-03-031-1/+3
* implement proper picking (by the frame and diagonals) in outline modebulia byak2007-03-031-11/+51
* restore rendering markers in outline modebulia byak2007-03-031-6/+10
* decouple click and drag release handlers to fix bug where zooming in by middl...bulia byak2007-03-031-4/+9
* mess with naming a little bit and quiet compiler warnings about unhandledMenTaLguY2007-03-031-13/+17
* Factor out bitmap scanline check into separate functionJohn Bintz2007-03-031-51/+106
* Add user-selectable paint bucket path offset sizeJohn Bintz2007-03-032-1/+24
* blind fix for endianness, needs testing by someone on a big-endian machinebulia byak2007-03-021-0/+22
* cairoify image outlinesbulia byak2007-03-021-30/+28
* add TODO/FIXME comment to adjust tempfile names after we require a GTK greate...Aaron Spike2007-03-021-0/+17
* fix an error in rounding negative coordsbulia byak2007-03-021-3/+6
* fix comment to match codeAaron Spike2007-03-021-1/+1
* fix mental's typo! found purely by chancebulia byak2007-03-021-1/+1
* patch the RGBA/BGRA incompatibility (until we're not using cairo throughout)bulia byak2007-03-022-3/+8
* ted's fixbulia byak2007-03-021-1/+1
* create/destroy the cairo_t for all items to render into (currently used only ...bulia byak2007-03-021-6/+19
* outline mode: render into the passed cairo_tbulia byak2007-03-022-25/+9
* eliminate caching and temp buffers for cairo outline modebulia byak2007-03-021-31/+35
* Switched from deferred extension appending to live extension swapping in the ...Jon A. Cruz2007-03-023-50/+108