| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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) | |||||
| * | Crudely improve check-markup for { markup, fix translations with bugs ↵ | Colin Marquardt | 2007-02-21 | 3 | -1986/+2179 | |
| | | | | | | in that area (dz and zh_TW). (bzr r2410) | |||||
| * | remove old *.mingw files | Bob Jamison | 2007-02-20 | 3 | -205/+0 | |
| | | | | (bzr r2409) | |||||
| * | remove old *.mingw files | Bob Jamison | 2007-02-20 | 13 | -1714/+75 | |
| | | | | (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 | 3 | -6/+2 | |
| | | | | (bzr r2406) | |||||
| * | 1664055 | bulia byak | 2007-02-20 | 2 | -2/+4 | |
| | | | | (bzr r2405) | |||||
| * | 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 | 10 | -76/+210 | |
| | | | | (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) | |||||
| * | fix the order of searching for linked image file to match that of inkscape ↵ | bulia byak | 2007-02-20 | 1 | -9/+10 | |
| | | | | | | itself: first href, only if it fails absref (bzr r2400) | |||||
| * | 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) | |||||
| * | make sure scrolling acceleration does not hiccup on complex slow-rendering ↵ | bulia byak | 2007-02-19 | 1 | -7/+15 | |
| | | | | | | drawings by reducing time interval between events by the time of painting the slowest buffer on the canvas (bzr r2395) | |||||
| * | smooth panning: suppress painting for so long as scrolling events come one ↵ | bulia byak | 2007-02-19 | 1 | -60/+66 | |
| | | | | | | after the other; add comments on tiles array; make tile size a define; simplify work with tiles in paint(); remove redundant redraw requests in sp_canvas_scroll_to as it gets requested by expose event anyway (bzr r2394) | |||||
| * | New dir for UI cache management code | Bryce Harrington | 2007-02-18 | 1 | -0/+3 | |
| | | | | (bzr r2393) | |||||
| * | remove old workaround for a bug which seems to be fixed in latest gtk | bulia byak | 2007-02-18 | 1 | -31/+1 | |
| | | | | (bzr r2392) | |||||
| * | added forward decl to fixed_g_ascii_strtod to fix compiler issue on WinXP | Johan B. C. Engelen | 2007-02-18 | 1 | -3/+6 | |
| | | | | (bzr r2391) | |||||
| * | relocated unix print dialog outside of extension call path | Kees Cook | 2007-02-18 | 3 | -120/+137 | |
| | | | | (bzr r2390) | |||||
| * | standardize converting from number to string and back | bulia byak | 2007-02-18 | 2 | -9/+12 | |
| | | | | (bzr r2389) | |||||
| * | reverse the order of markers, because since rev 13483 stroke-style.cpp reads ↵ | bulia byak | 2007-02-18 | 1 | -614/+177 | |
| | | | | | | markers in direct order, not reversed as before (bzr r2388) | |||||
| * | Finishing fleshing out some design documentation for markers | Bryce Harrington | 2007-02-18 | 1 | -9/+36 | |
| | | | | (bzr r2387) | |||||
| * | separate crash handlers, allow "in place" crashes to happen | Kees Cook | 2007-02-18 | 1 | -12/+25 | |
| | | | | (bzr r2386) | |||||
| * | a bunch of cairo fixmes in anticipation of a more direct rendering with less ↵ | bulia byak | 2007-02-17 | 4 | -6/+69 | |
| | | | | | | intermediate buffers and unpacked 32bit RGBA throughout (bzr r2385) | |||||
| * | add build.dep to the things removed for "clean" | Bob Jamison | 2007-02-17 | 1 | -0/+2 | |
| | | | | (bzr r2384) | |||||
| * | bug 1652188: text-anchor:start means left even in rtl | Richard Hughes | 2007-02-17 | 1 | -2/+2 | |
| | | | | (bzr r2383) | |||||
| * | eliminate temporary buffer in outline mode (faster); restore livarot path ↵ | bulia byak | 2007-02-17 | 1 | -24/+17 | |
| | | | | | | for picking (unfortunately slower, consider using cairo_in_stroke instead) (bzr r2382) | |||||
| * | first try to use cairo, for outline mode only so far | bulia byak | 2007-02-17 | 1 | -3/+102 | |
| | | | | (bzr r2381) | |||||
| * | cliparts -> clipart | Adib Taraben | 2007-02-16 | 1 | -2/+2 | |
| | | | | (bzr r2380) | |||||
| * | added selection for following new lngs. bn en_AU eo id ro | Adib Taraben | 2007-02-16 | 14 | -8/+116 | |
| | | | | (bzr r2379) | |||||
| * | enable click-action and general tooltip for style swatches | bulia byak | 2007-02-15 | 4 | -16/+69 | |
| | | | | (bzr r2378) | |||||
| * | spell out Fill and Stroke labels | bulia byak | 2007-02-15 | 2 | -6/+6 | |
| | | | | (bzr r2377) | |||||
| * | * src/main.cpp: Allow the user to override the locale directory by | mjwybrow | 2007-02-13 | 1 | -0/+6 | |
| | | | | | | | | | setting the environment variable INKSCAPE_LOCALEDIR. This is required for OS X where the install location is not known at compile time and relative paths can'r be used. Fixes bug #1641705 and possibly some others. (bzr r2376) | |||||
| * | removing forward declaration of a enum - is it valid at all? at least it ↵ | bulia byak | 2007-02-13 | 2 | -4/+3 | |
| | | | | | | worked for me (bzr r2375) | |||||
