| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| * | 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 | 10 | -61/+41 |
| | | | | (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) | ||||
| * | 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) | ||||
| * | r14577@tres: ted | 2007-02-27 18:51:05 -0800 | Ted Gould | 2007-03-01 | 1 | -1/+12 |
| | | | | | | | Filling in the list function to list all the verbs for the command line option --verb-list (bzr r2474) | ||||
| * | r14576@tres: ted | 2007-02-26 23:29:13 -0800 | Ted Gould | 2007-03-01 | 3 | -1/+20 |
| | | | | | | Basic construction in place to --verb-list (bzr r2473) | ||||
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 15 | -32/+33 |
| | | | | (bzr r2472) | ||||
| * | render text in outline mode via cairo (still no endian-safe); factor out ↵ | bulia byak | 2007-03-01 | 5 | -81/+180 |
| | | | | | | helper functions (bzr r2470) | ||||
| * | Fix massive point queueing and tolerance issue | John Bintz | 2007-03-01 | 1 | -19/+20 |
| | | | | (bzr r2469) | ||||
| * | Optimize flood algorithm to only scan adjacent runs once | John Bintz | 2007-03-01 | 1 | -12/+26 |
| | | | | (bzr r2468) | ||||
| * | Re-add deleted preference setting for paint bucket tolerance | John Bintz | 2007-02-28 | 1 | -0/+1 |
| | | | | (bzr r2467) | ||||
| * | refactor sp_svg_transform_write to return a dynamically-allocated string | MenTaLguY | 2007-02-28 | 11 | -115/+62 |
| | | | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466) | ||||
| * | Fix layer transform issue | John Bintz | 2007-02-28 | 1 | -17/+18 |
| | | | | (bzr r2465) | ||||
| * | Fix issue with adding traced path to a layer with a transform | John Bintz | 2007-02-28 | 1 | -1/+18 |
| | | | | (bzr r2464) | ||||
| * | Change paint bucket tolerance toolbar to use percentages rather than color ↵ | John Bintz | 2007-02-28 | 2 | -4/+3 |
| | | | | | | channel distance (bzr r2463) | ||||
| * | Add paint bucket tolerance setting and toolbar widget to control tolerance | John Bintz | 2007-02-27 | 2 | -15/+34 |
| | | | | (bzr r2462) | ||||
| * | get rid of sp_repr_document_root and (commented) sp_repr_duplicate | MenTaLguY | 2007-02-27 | 8 | -22/+11 |
| | | | | (bzr r2461) | ||||
| * | increase padding | bulia byak | 2007-02-27 | 1 | -1/+1 |
| | | | | (bzr r2460) | ||||
| * | add paintbucket cursor | bulia byak | 2007-02-27 | 2 | -4/+42 |
| | | | | (bzr r2459) | ||||
| * | more comments | bulia byak | 2007-02-27 | 1 | -3/+10 |
| | | | | (bzr r2458) | ||||
| * | Remove debug code from flood-context.cpp | John Bintz | 2007-02-27 | 1 | -9/+0 |
| | | | | (bzr r2456) | ||||
| * | more comments on cairo's and our own woes | bulia byak | 2007-02-27 | 2 | -2/+17 |
| | | | | (bzr r2455) | ||||
| * | Adjusted flood fill padding | John Bintz | 2007-02-27 | 1 | -1/+1 |
| | | | | (bzr r2454) | ||||
| * | Flood fill render area now taken from desktop view area and zoom level | John Bintz | 2007-02-27 | 1 | -5/+22 |
| | | | | (bzr r2453) | ||||
| * | warn if unable to fill an unbounded area | bulia byak | 2007-02-26 | 1 | -1/+6 |
| | | | | (bzr r2450) | ||||
| * | rename flood to paintbucket, copyedit | bulia byak | 2007-02-26 | 9 | -35/+35 |
| | | | | (bzr r2449) | ||||
| * | move flood under calligraphic | bulia byak | 2007-02-26 | 1 | -1/+1 |
| | | | | (bzr r2448) | ||||
| * | add some obligatory shortcuts | bulia byak | 2007-02-26 | 1 | -0/+18 |
| | | | | (bzr r2447) | ||||
| * | Fix typo | Johan B. C. Engelen | 2007-02-26 | 1 | -1/+1 |
| | | | | (bzr r2446) | ||||
| * | get rid of sp_repr_document wrapper function | MenTaLguY | 2007-02-26 | 4 | -9/+3 |
| | | | | (bzr r2445) | ||||
| * | Check for GGO_UNHINTED not being defined | Bob Jamison | 2007-02-26 | 1 | -0/+5 |
| | | | | (bzr r2444) | ||||
