| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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) | |||||
| * | 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) | |||||
| * | 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) | |||||
| * | 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) | |||||
| * | isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵ | bulia byak | 2007-02-13 | 9 | -376/+713 | |
| | | | | | | handles listeners etc. and provides a single interface to work with nodepath or knotholder; later will add another layer, ShapeEditorsCollective, which will allow us to have any number of nodepaths and knotholders simultaneously (bzr r2374) | |||||
| * | angular brackets <> aren't allowed | Luca Bruno | 2007-02-13 | 1 | -1/+1 | |
| | | | | (bzr r2372) | |||||
| * | fix 1658088 | bulia byak | 2007-02-12 | 1 | -4/+4 | |
| | | | | (bzr r2370) | |||||
| * | batch export checkbox | bulia byak | 2007-02-12 | 1 | -71/+186 | |
| | | | | (bzr r2369) | |||||
| * | fix warning | bulia byak | 2007-02-11 | 1 | -1/+1 | |
| | | | | (bzr r2367) | |||||
| * | allow grouping a single object | bulia byak | 2007-02-11 | 1 | -7/+1 | |
| | | | | (bzr r2366) | |||||
| * | readded comment for translators; moved comment to avoid showing in po | Luca Bruno | 2007-02-11 | 1 | -2/+4 | |
| | | | | (bzr r2365) | |||||
| * | Actually, just ditched the whole option...its useless I decided... | Jon Phillips | 2007-02-11 | 1 | -6/+0 | |
| | | | | (bzr r2359) | |||||
| * | oops...commented out my fix for new cli option...ugh...oops... | Jon Phillips | 2007-02-11 | 1 | -1/+2 | |
| | | | | (bzr r2358) | |||||
| * | Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-local | Jon Phillips | 2007-02-11 | 3 | -0/+50 | |
| | | | | | | | GNOME-VFS URIs. We could do before on commandline, but this allows us to with the gui! Yeah! This is useful for the plans for webdav and Open Clip Art Library. (bzr r2357) | |||||
| * | jasper's patch for fast iir blur | bulia byak | 2007-02-11 | 4 | -383/+899 | |
| | | | | (bzr r2356) | |||||
| * | fix 1654495: a comment repr node has no spobject, so we must weaken the asserts | bulia byak | 2007-02-11 | 2 | -4/+5 | |
| | | | | (bzr r2355) | |||||
| * | more correct whitespace handling per ↵ | bulia byak | 2007-02-10 | 1 | -2/+2 | |
| | | | | | | http://www.w3.org/TR/SVG11/text.html#WhiteSpace, fixes what remains of bug 1614678. Note that our parser does not seem to fully comply - it does not convert 0xd into 0xa, so here we must handle both. (bzr r2351) | |||||
| * | Cleaned up comments | Bob Jamison | 2007-02-09 | 1 | -10/+65 | |
| | | | | (bzr r2346) | |||||
| * | First, show translator-credits for this language if available, then show all ↵ | Bob Jamison | 2007-02-09 | 2 | -361/+497 | |
| | | | | | | translators (bzr r2345) | |||||
| * | defocus checkboxes upon click so they don't steal keystrokes | bulia byak | 2007-02-07 | 1 | -1/+3 | |
| | | | | (bzr r2343) | |||||
| * | more informative tooltip | bulia byak | 2007-02-07 | 1 | -1/+1 | |
| | | | | (bzr r2338) | |||||
| * | correctly ifdef the new print dialog | Kees Cook | 2007-02-06 | 1 | -2/+7 | |
| | | | | (bzr r2335) | |||||
| * | Added Esperanto translation | Luca Bruno | 2007-02-06 | 1 | -0/+1 | |
| | | | | (bzr r2333) | |||||
| * | initial support for gtk print dialog, if available | Kees Cook | 2007-02-05 | 3 | -3/+93 | |
| | | | | (bzr r2331) | |||||
| * | Reverting patch | Bryce Harrington | 2007-02-04 | 1 | -4/+1 | |
| | | | | (bzr r2328) | |||||
| * | Patch from Debian bug tracker from Daniel Kahn Gillmor | Bryce Harrington | 2007-02-04 | 1 | -1/+4 | |
| | | | | | | | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343840 Allows individual users to keep their preferred default template in ~/.inkscape/templates/default.svg. This allows them to keep custom page settings, etc. locally. (bzr r2327) | |||||
| * | Fixed saving bug, now attributes are correctly handled for both normal saves ↵ | Johan B. C. Engelen | 2007-02-04 | 1 | -16/+43 | |
| | | | | | | and 'save-a-copy' saves. (bzr r2326) | |||||
| * | Unions Are Evil! When pixblock size is TINY, it stores data right in the ↵ | bulia byak | 2007-02-04 | 6 | -13/+13 | |
| | | | | | | data.px field (as data.p) and clears it, so when read as data.px it yields NULL. This fixes the problems with the dropper tool (which uses tiny buffers) (bzr r2325) | |||||
| * | null the sodipodi:modified before saving, not after; whitespace | bulia byak | 2007-02-04 | 1 | -10/+20 | |
| | | | | (bzr r2323) | |||||
| * | tweak parameters for more responsiveness | MenTaLguY | 2007-02-04 | 1 | -2/+2 | |
| | | | | (bzr r2322) | |||||
| * | Fork gradientvector upon deletion of stops. | Johan B. C. Engelen | 2007-02-03 | 3 | -5/+18 | |
| | | | | (bzr r2320) | |||||
| * | Gradient tool: moved stop-deletion to ::GrDrag and made it much more robust ↵ | Johan B. C. Engelen | 2007-02-03 | 3 | -157/+306 | |
| | | | | | | and predictable. (bzr r2319) | |||||
| * | attempt to fix both responsiveness and blobs in calligraphy tool | MenTaLguY | 2007-02-03 | 2 | -2/+20 | |
| | | | | (bzr r2318) | |||||
| * | * src/graphlayout/graphlayout.cpp: For the purposes of graph layout, | mjwybrow | 2007-02-02 | 1 | -1/+7 | |
| | | | | | | | ignore connectors that are not attached to an object at one end. This fixes bug #1630101. (bzr r2311) | |||||
| * | * src/connector-context.cpp: End an endpoint dragging operation, if the | mjwybrow | 2007-02-01 | 1 | -35/+56 | |
| | | | | | | user right-clicks. This fixes bug #1633685. (bzr r2309) | |||||
| * | * src/connector-context.cpp: Allow canceling of Connector Endpoint | mjwybrow | 2007-02-01 | 1 | -1/+20 | |
| | | | | | | | dragging when the user hits Escape. This is now more consistent with the rest of Inkscape's tools. (bzr r2308) | |||||
| * | Fixed untranslatable radiobuttons in extensions | Johan B. C. Engelen | 2007-01-27 | 2 | -30/+62 | |
| | | | | (bzr r2298) | |||||
| * | Fixed: Non-translatable strings in "enum" type extensions | Johan B. C. Engelen | 2007-01-27 | 3 | -25/+62 | |
| | | | | (bzr r2297) | |||||
