| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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) | |||||
| * | dead code removal | MenTaLguY | 2007-02-26 | 1 | -11/+0 | |
| | | | | (bzr r2443) | |||||
| * | Typofix ("canceled"). | Colin Marquardt | 2007-02-25 | 1 | -1/+1 | |
| | | | | (bzr r2441) | |||||
| * | Remove item handler from flood fill tool | John Bintz | 2007-02-25 | 1 | -4/+0 | |
| | | | | (bzr r2439) | |||||
| * | Fix some memory issues with food fill | John Bintz | 2007-02-25 | 1 | -7/+9 | |
| | | | | (bzr r2438) | |||||
| * | Fix g_free crash | John Bintz | 2007-02-25 | 1 | -2/+2 | |
| | | | | (bzr r2437) | |||||
| * | Forgot to free some of the pixel storage | John Bintz | 2007-02-25 | 1 | -0/+2 | |
| | | | | (bzr r2436) | |||||
| * | Add ability to flood fill areas of contiguous color | John Bintz | 2007-02-25 | 1 | -16/+30 | |
| | | | | (bzr r2435) | |||||
| * | Prevent flood fills from leaking out of fill area | John Bintz | 2007-02-25 | 1 | -12/+30 | |
| | | | | (bzr r2434) | |||||
| * | r14551@tres: ted | 2007-02-24 15:22:47 -0800 | Ted Gould | 2007-02-25 | 34 | -700/+1202 | |
| | | | | | | | Merging in the latest libwpg and some code chages to make it work with everything. (bzr r2433) | |||||
| * | Add flood fill tool | John Bintz | 2007-02-25 | 11 | -3/+646 | |
| | | | | (bzr r2432) | |||||
| * | Factor out bpath_to_Path | John Bintz | 2007-02-25 | 2 | -6/+12 | |
| | | | | (bzr r2431) | |||||
| * | move a global to a class property; reduce the use of is_scrolling to prevent ↵ | bulia byak | 2007-02-25 | 5 | -14/+17 | |
| | | | | | | the lack-of-redraw issues (bzr r2430) | |||||
| * | add 'hide all except selected' checkbox | bulia byak | 2007-02-25 | 1 | -5/+28 | |
| | | | | (bzr r2429) | |||||
| * | patch 1665648 by Diederik to snap to grid when drawing rectangles | bulia byak | 2007-02-24 | 1 | -1/+6 | |
| | | | | (bzr r2428) | |||||
| * | fix 1332884 | bulia byak | 2007-02-24 | 1 | -2/+2 | |
| | | | | (bzr r2426) | |||||
| * | some more refactoring | bulia byak | 2007-02-24 | 1 | -11/+20 | |
| | | | | (bzr r2425) | |||||
| * | make selection_contains_both_clone_and_original reusable | bulia byak | 2007-02-24 | 1 | -17/+25 | |
| | | | | (bzr r2424) | |||||
| * | fix crash when tracing with too small clones | bulia byak | 2007-02-24 | 1 | -1/+2 | |
| | | | | (bzr r2423) | |||||
| * | fix crash when tracing with too small clones | bulia byak | 2007-02-24 | 1 | -0/+4 | |
| | | | | (bzr r2422) | |||||
| * | guaranteed to pan the canvas all the way from mouse-press point to ↵ | bulia byak | 2007-02-24 | 1 | -3/+11 | |
| | | | | | | mouse-release point in any case, even if sometimes it fails to show the intermediate positions (bzr r2421) | |||||
| * | Fixed crash when draw height was zero. | Jon A. Cruz | 2007-02-23 | 1 | -6/+11 | |
| | | | | (bzr r2420) | |||||
| * | Disabling transientize callback - it's currently causing some data loss | Bryce Harrington | 2007-02-23 | 1 | -9/+11 | |
| | | | | | | when switching between windows. (bzr r2419) | |||||
| * | When selecting 'none', the marker wasn't getting removed from the line. | Bryce Harrington | 2007-02-23 | 1 | -30/+47 | |
| | | | | | | This fixes that. (bzr r2418) | |||||
| * | add commented-out cairo stroke rendering; refactoring | bulia byak | 2007-02-22 | 1 | -44/+166 | |
| | | | | (bzr r2417) | |||||
| * | factor out some cairo-related helpers; add cairo clipping - commented out ↵ | bulia byak | 2007-02-21 | 1 | -64/+112 | |
| | | | | | | for now due to a cairo bug (bzr r2416) | |||||
| * | Adjusting how items in the marker menu are selected, so the recently | Bryce Harrington | 2007-02-21 | 1 | -4/+2 | |
| | | | | | | selected marker at the top of the menu shows as the selection. (bzr r2415) | |||||
| * | Fix initialisation problem. | Johan B. C. Engelen | 2007-02-21 | 2 | -57/+57 | |
| | | | | (bzr r2414) | |||||
| * | Fixes issue where a modified stock marker's preview image appears in the | Bryce Harrington | 2007-02-21 | 3 | -7/+12 | |
| | | | | | | | marker dropdown with the same preview image as the unmodified stock marker. This adds the source document's uri to the cache index. (bzr r2413) | |||||
| * | Adding handler for switching documents, to regenerate the marker menus | Bryce Harrington | 2007-02-21 | 1 | -24/+24 | |
| | | | | (bzr r2412) | |||||
| * | fix 1662589: increase blur margins so that the cutoff is not noticeable (now ↵ | bulia byak | 2007-02-21 | 1 | -3/+5 | |
| | | | | | | at 2.4*radius, it is at 3e-3; previously at 2*radius it was 1.8e-2 and quite visible) (bzr r2411) | |||||
| * | remove old *.mingw files | Bob Jamison | 2007-02-20 | 2 | -152/+0 | |
| | | | | (bzr r2409) | |||||
| * | remove old *.mingw files | Bob Jamison | 2007-02-20 | 7 | -972/+74 | |
| | | | | (bzr r2408) | |||||
| * | Improve null check | Bob Jamison | 2007-02-20 | 1 | -1/+1 | |
| | | | | (bzr r2407) | |||||
| * | fully drop fixed_g_ascii_strtod hack | Kees Cook | 2007-02-20 | 1 | -1/+2 | |
| | | | | (bzr r2406) | |||||
| * | Completes fix for 980157. Markers in current document's defs is now | Bryce Harrington | 2007-02-20 | 1 | -46/+87 | |
| | | | | | | | | | | | | | shown in top of the marker dropdown menu. When you select a marker from the dropdown, all three menus are updated to show what you selected at the top. Note that to implement this, a marker cache is introduced, because otherwise the regeneration of the menus would be noticeably too slow. There is still a modest pause during the regeneration, but it's fairly reasonable on my machine. (bzr r2404) | |||||
| * | Moving cache management code from .h to .cpp. | Bryce Harrington | 2007-02-20 | 3 | -51/+74 | |
| | | | | | | Making the marker dropdowns static so they can be updated. (bzr r2403) | |||||
| * | Moving functions from svg_preview_cache.h to a new .cpp | Bryce Harrington | 2007-02-20 | 9 | -76/+209 | |
| | | | | (bzr r2402) | |||||
| * | Partial fix for bug 980157. | Bryce Harrington | 2007-02-20 | 2 | -61/+92 | |
| | | | | | | | | | | | This commit disables the code that prevents stock markers from appearing at the top of the marker menu, as discussed in the bug report. Additionally, this patch factors out the pixmap rendering code, which is nearly identical to the rendering code in icon.cpp (and perhaps elsewhere). (bzr r2401) | |||||
| * | Cleaned up DOS line ends that had snuck in. | Jon A. Cruz | 2007-02-19 | 35 | -7618/+7618 | |
| | | | | (bzr r2399) | |||||
| * | Fixed unintialized variables and minor misc warnings | Jon A. Cruz | 2007-02-19 | 20 | -21/+46 | |
| | | | | (bzr r2398) | |||||
| * | now at least the first opening of the first gtkmm dialog opens it in-place ↵ | bulia byak | 2007-02-19 | 1 | -3/+2 | |
| | | | | | | without jumping. still can't make it work for all cases. (bzr r2397) | |||||
| * | speed up default scrolling a bit | bulia byak | 2007-02-19 | 1 | -2/+2 | |
| | | | | (bzr r2396) | |||||
