| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Brought back checkbox and to also append filename upon "save" being hit | Jon A. Cruz | 2007-03-03 | 1 | -45/+57 | |
| | | | | (bzr r2524) | |||||
| * | More cleanup of piping. Add ccompiler listing. | Bob Jamison | 2007-03-03 | 1 | -13/+64 | |
| | | | | (bzr r2523) | |||||
| * | enable esc and ctrl-z to cancel drawing | bulia byak | 2007-03-03 | 1 | -1/+50 | |
| | | | | (bzr r2522) | |||||
| * | Add <touch> . Fix piping again. | Bob Jamison | 2007-03-03 | 2 | -21/+91 | |
| | | | | (bzr r2521) | |||||
| * | fix bug 1672619 | bulia byak | 2007-03-03 | 1 | -1/+4 | |
| | | | | (bzr r2520) | |||||
| * | fix for automake 1.10 from Pierre-Luc Auclair (and jiho) | Kees Cook | 2007-03-03 | 1 | -7/+7 | |
| | | | | (bzr r2519) | |||||
| * | 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) | |||||
| * | made it callable by other extensions. the workaround is sorta ugly, but it ↵ | Jos Hirth | 2007-03-02 | 1 | -12/+23 | |
| | | | | | | should do the trick for now. (bzr r2507) | |||||
| * | 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 result piping from shelled-out commands on win32 | Bob Jamison | 2007-03-02 | 1 | -3/+14 | |
| | | | | (bzr r2501) | |||||
| * | 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) | |||||
| * | Allow for filling of only visible parts of the bounded area, presenting a ↵ | John Bintz | 2007-03-02 | 1 | -4/+26 | |
| | | | | | | warning when this occurs (bzr r2493) | |||||
| * | Remove some unnecessary code | John Bintz | 2007-03-01 | 1 | -33/+0 | |
| | | | | (bzr r2492) | |||||
| * | Slovak translation update | cwebb | 2007-03-01 | 3 | -31/+74 | |
| | | | | (bzr r2491) | |||||
| * | leave the selection alone on mouse down. | Aaron Spike | 2007-03-01 | 1 | -1/+0 | |
| | | | | | | This prevents selecting nodes on drag and still allows them to be selected on click. (bzr r2490) | |||||
| * | jasper's patch for bug 1666430; see that patch for why we should ignore the ↵ | bulia byak | 2007-03-01 | 1 | -25/+39 | |
| | | | | | | compile warnings (bzr r2489) | |||||
| * | when listing verbs, use description when available, remove superfluous quotes | bulia byak | 2007-03-01 | 1 | -1/+1 | |
| | | | | (bzr r2488) | |||||
| * | add accessor for tip (description) | bulia byak | 2007-03-01 | 1 | -0/+2 | |
| | | | | (bzr r2487) | |||||
| * | (hopefully) fixed build on linux, added missing isnormal.h | Markus Schwarzenberg | 2007-03-01 | 4 | -0/+26 | |
| | | | | (bzr r2486) | |||||
| * | commited Solaris 2.8 / gcc-3.2.3 fixes | Markus Schwarzenberg | 2007-03-01 | 12 | -61/+85 | |
| | | | | (bzr r2485) | |||||
| * | r14651@tres: ted | 2007-02-28 23:23:41 -0800 | Ted Gould | 2007-03-01 | 1 | -4/+2 | |
| | | | | | | Wow, lost namespacing too. Err, SVK. (bzr r2484) | |||||
| * | r14649@tres: ted | 2007-02-28 23:21:44 -0800 | Ted Gould | 2007-03-01 | 1 | -86/+0 | |
| | | | | | | Somehow that didn't get deleted. (bzr r2483) | |||||
| * | (bzr r2482) | Ted Gould | 2007-03-01 | 0 | -0/+0 | |
| | | ||||||
| * | r14632@tres: ted | 2007-02-28 23:12:58 -0800 | Ted Gould | 2007-03-01 | 4 | -0/+161 | |
| | | | | | | | Splitting out the command line action class to try and leave SOME dependencies out of main.cpp. (bzr r2481) | |||||
| * | r14584@tres: ted | 2007-02-28 20:01:52 -0800 | Ted Gould | 2007-03-01 | 2 | -6/+26 | |
| | | | | | | | | | Effects now register two different verbs. One is the same one they've always registered and one is the same ID with ".nopref" added to it. This one executes the effect without the prefrences dialog. Default values will be used. (bzr r2480) | |||||
| * | r14583@tres: ted | 2007-02-28 19:29:48 -0800 | Ted Gould | 2007-03-01 | 1 | -1/+15 | |
| | | | | | | Selection is working too! (bzr r2479) | |||||
| * | r14582@tres: ted | 2007-02-28 19:07:35 -0800 | Ted Gould | 2007-03-01 | 1 | -4/+39 | |
| | | | | | | Oh Yeah! Verbs work! (bzr r2478) | |||||
| * | r14581@tres: ted | 2007-02-27 19:36:54 -0800 | Ted Gould | 2007-03-01 | 1 | -0/+62 | |
| | | | | | | Calling everything on the command line. Good stopping point. (bzr r2477) | |||||
| * | r14579@tres: ted | 2007-02-27 19:00:22 -0800 | Ted Gould | 2007-03-01 | 1 | -0/+5 | |
| | | | | | | | | Adding in an extension init in arguably the wrong place, but it does make the code much more readable. I guess that makes it the right place then doesn't it? ;) (bzr r2476) | |||||
| * | r14578@tres: ted | 2007-02-27 18:59:35 -0800 | Ted Gould | 2007-03-01 | 1 | -1/+2 | |
| | | | | | | Protecting against the posibility of the INKSCAPE variable being NULL (bzr r2475) | |||||
