| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix NR::Maybe typos | MenTaLguY | 2007-03-05 | 1 | -3/+3 |
| | | | | (bzr r2552) | ||||
| * | Separate NRRect and NR::Rect a bit further; the goal is to get to the point ↵ | MenTaLguY | 2007-03-05 | 7 | -71/+107 |
| | | | | | | where there is no way to create an empty NR::Rect (bzr r2551) | ||||
| * | clean up operators/constructors, and give reference-maybes a more compact | MenTaLguY | 2007-03-05 | 1 | -57/+46 |
| | | | | | | representation (bzr r2550) | ||||
| * | fix copyright year | MenTaLguY | 2007-03-05 | 1 | -1/+1 |
| | | | | (bzr r2549) | ||||
| * | clean up reference version of maybe, and add == and != operators | MenTaLguY | 2007-03-04 | 1 | -20/+91 |
| | | | | (bzr r2548) | ||||
| * | Probably a fix for [ 1665735 ] [ 1673205 ] [ 1667584 ]. Testing required though. | Johan B. C. Engelen | 2007-03-04 | 1 | -3/+3 |
| | | | | (bzr r2547) | ||||
| * | Warning cleanup of unused variables | Jon A. Cruz | 2007-03-04 | 2 | -3/+0 |
| | | | | (bzr r2546) | ||||
| * | comment on bbox types | bulia byak | 2007-03-04 | 1 | -1/+4 |
| | | | | (bzr r2544) | ||||
| * | more NR::Maybe<NR::Rect> work | MenTaLguY | 2007-03-04 | 2 | -54/+55 |
| | | | | (bzr r2543) | ||||
| * | return plain rect for union in all situations where a plain rect is given | MenTaLguY | 2007-03-04 | 2 | -11/+24 |
| | | | | (bzr r2542) | ||||
| * | remove remaining use of assume in nr-rect.cpp | MenTaLguY | 2007-03-04 | 1 | -5/+3 |
| | | | | (bzr r2541) | ||||
| * | return plain rect if both union arguments are also plain rects | MenTaLguY | 2007-03-04 | 2 | -11/+14 |
| | | | | (bzr r2540) | ||||
| * | communicate bbox type via flags for now | MenTaLguY | 2007-03-04 | 1 | -1/+1 |
| | | | | (bzr r2539) | ||||
| * | adapt code to new Maybe/bbox regime | MenTaLguY | 2007-03-04 | 14 | -316/+557 |
| | | | | (bzr r2538) | ||||
| * | replace use of invokeBbox in flood fill tool | MenTaLguY | 2007-03-04 | 1 | -224/+116 |
| | | | | (bzr r2537) | ||||
| * | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 2007-03-04 | 14 | -186/+120 |
| | | | | | | rect handling, though) (bzr r2536) | ||||
| * | implement new API via wrapper for now | MenTaLguY | 2007-03-04 | 2 | -4/+20 |
| | | | | (bzr r2535) | ||||
| * | Sketch out new bbox API | MenTaLguY | 2007-03-04 | 1 | -0/+7 |
| | | | | (bzr r2534) | ||||
| * | Convert union and intersection to use NR::Maybe<NR::Rect> | MenTaLguY | 2007-03-04 | 2 | -15/+28 |
| | | | | (bzr r2533) | ||||
| * | redo NR::Maybe to be less clever | MenTaLguY | 2007-03-04 | 3 | -54/+109 |
| | | | | (bzr r2532) | ||||
| * | delivarotify picking; restore the old pick code, fix it to work with stroke ↵ | bulia byak | 2007-03-04 | 1 | -66/+34 |
| | | | | | | width and with markers; do not pick fill in outline mode (bzr r2531) | ||||
| * | make conversions away from NR::Maybe explicit | MenTaLguY | 2007-03-04 | 7 | -52/+32 |
| | | | | (bzr r2530) | ||||
| * | add line number to Element | Bob Jamison | 2007-03-03 | 2 | -18/+41 |
| | | | | (bzr r2528) | ||||
| * | verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphic | bulia byak | 2007-03-03 | 3 | -8/+34 |
| | | | | (bzr r2526) | ||||
| * | Brought back checkbox and to also append filename upon "save" being hit | Jon A. Cruz | 2007-03-03 | 1 | -45/+57 |
| | | | | (bzr r2524) | ||||
| * | enable esc and ctrl-z to cancel drawing | bulia byak | 2007-03-03 | 1 | -1/+50 |
| | | | | (bzr r2522) | ||||
| * | fix bug 1672619 | bulia byak | 2007-03-03 | 1 | -1/+4 |
| | | | | (bzr r2520) | ||||
| * | i18n cleanup and adding extension in more cases | Jon A. Cruz | 2007-03-03 | 1 | -13/+29 |
| | | | | (bzr r2518) | ||||
| * | the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate ↵ | bulia byak | 2007-03-03 | 2 | -2/+2 |
| | | | | | | definitely needs to be factored out (bzr r2517) | ||||
| * | fix warning when creating a mask which is the first item in defs | bulia byak | 2007-03-03 | 1 | -1/+2 |
| | | | | (bzr r2516) | ||||
| * | Add the file extension even when the prior name has no extension already | Jon A. Cruz | 2007-03-03 | 1 | -0/+3 |
| | | | | (bzr r2515) | ||||
| * | Speedup when switching types by avoiding setting to a directory we are ↵ | Jon A. Cruz | 2007-03-03 | 1 | -1/+3 |
| | | | | | | already set to (bzr r2514) | ||||
| * | implement proper picking (by the frame and diagonals) in outline mode | bulia byak | 2007-03-03 | 1 | -11/+51 |
| | | | | (bzr r2513) | ||||
| * | restore rendering markers in outline mode | bulia byak | 2007-03-03 | 1 | -6/+10 |
| | | | | (bzr r2512) | ||||
| * | decouple click and drag release handlers to fix bug where zooming in by ↵ | bulia byak | 2007-03-03 | 1 | -4/+9 |
| | | | | | | middle button sometimes caused unwanted scrolling (bzr r2511) | ||||
| * | mess with naming a little bit and quiet compiler warnings about unhandled | MenTaLguY | 2007-03-03 | 1 | -13/+17 |
| | | | | | | cases (bzr r2510) | ||||
| * | Factor out bitmap scanline check into separate function | John Bintz | 2007-03-03 | 1 | -51/+106 |
| | | | | (bzr r2509) | ||||
| * | Add user-selectable paint bucket path offset size | John Bintz | 2007-03-03 | 2 | -1/+24 |
| | | | | (bzr r2508) | ||||
| * | blind fix for endianness, needs testing by someone on a big-endian machine | bulia byak | 2007-03-02 | 1 | -0/+22 |
| | | | | (bzr r2506) | ||||
| * | cairoify image outlines | bulia byak | 2007-03-02 | 1 | -30/+28 |
| | | | | (bzr r2505) | ||||
| * | add TODO/FIXME comment to adjust tempfile names after we require a GTK ↵ | Aaron Spike | 2007-03-02 | 1 | -0/+17 |
| | | | | | | greater than 2.11.4 (bzr r2504) | ||||
| * | fix an error in rounding negative coords | bulia byak | 2007-03-02 | 1 | -3/+6 |
| | | | | (bzr r2503) | ||||
| * | fix comment to match code | Aaron Spike | 2007-03-02 | 1 | -1/+1 |
| | | | | | | comment said "sp_ext_" code was changed to "ink_ext_" (bzr r2502) | ||||
| * | fix mental's typo! found purely by chance | bulia byak | 2007-03-02 | 1 | -1/+1 |
| | | | | (bzr r2500) | ||||
| * | patch the RGBA/BGRA incompatibility (until we're not using cairo throughout) | bulia byak | 2007-03-02 | 2 | -3/+8 |
| | | | | (bzr r2499) | ||||
| * | ted's fix | bulia byak | 2007-03-02 | 1 | -1/+1 |
| | | | | (bzr r2498) | ||||
| * | create/destroy the cairo_t for all items to render into (currently used only ↵ | bulia byak | 2007-03-02 | 1 | -6/+19 |
| | | | | | | in outline mode) (bzr r2497) | ||||
| * | outline mode: render into the passed cairo_t | bulia byak | 2007-03-02 | 2 | -25/+9 |
| | | | | (bzr r2496) | ||||
| * | eliminate caching and temp buffers for cairo outline mode | bulia byak | 2007-03-02 | 1 | -31/+35 |
| | | | | (bzr r2495) | ||||
| * | Switched from deferred extension appending to live extension swapping in the ↵ | Jon A. Cruz | 2007-03-02 | 3 | -50/+108 |
| | | | | | | dialog (bzr r2494) | ||||
