Code

Export/Import text as text + some bug-fixes.
[inkscape.git] / src / extension / internal /
2007-11-25 ulferiksonExport/Import text as text + some bug-fixes.
2007-11-25 joncruzWarning cleanup
2007-11-18 mikloshSwitched from directly using CairoOutputDev to using...
2007-11-17 mikloshMerged from Poppler's Gfx.cc; Unset the font if it...
2007-11-10 joncruzWarning cleanup
2007-11-04 johanengelenAdd virtual to a lot of the destructors. Note: perhaps...
2007-10-31 gouldtj r16935@shi: ted | 2007-10-31 11:23:00 -0700
2007-10-31 gouldtj r16914@shi: ted | 2007-10-30 21:58:05 -0700
2007-10-30 gouldtj r16895@shi: ted | 2007-10-30 09:35:24 -0700
2007-10-30 gouldtj r16894@shi: ted | 2007-10-30 09:26:42 -0700
2007-10-30 gouldtj r16893@shi: ted | 2007-10-30 07:31:04 -0700
2007-10-30 gouldtj r16677@shi: ted | 2007-10-17 19:31:04 -0700
2007-10-24 gustav_bUse computed fill-rule value when setting fill in cairo...
2007-10-13 prokoudineFixed a typo (Kernal -> Kernel)
2007-10-11 pjrmAvoid string literal char* warnings on g++-4.2: change...
2007-09-26 buliabyakremove obsolete import-as-pattern option
2007-09-19 gouldtj r16617@tres: ted | 2007-09-18 21:00:44 -0700
2007-09-19 gouldtj r16616@tres: ted | 2007-09-18 20:59:55 -0700
2007-09-19 gouldtj r16594@tres: ted | 2007-09-18 09:27:48 -0700
2007-09-19 gouldtj r16593@tres: ted | 2007-09-18 09:16:31 -0700
2007-09-16 pjrmnoop: (SvgBuilder::setTransform): Mark argument as...
2007-09-16 pjrmnoop: Remove a couple of redundant casts.
2007-09-16 pjrmtrivial changes to address warning with g++-4.2
2007-09-15 ishmalfix typo: .( -> .set(
2007-09-15 joncruzRefactoring SPColor to C++ and removing legacy CMYK...
2007-09-13 gouldtj r16564@tres: ted | 2007-09-12 20:45:12 -0700
2007-09-12 theadibrevert partly 16042 include files
2007-09-12 pjrm**/makefile.in: svn propset svn:eol-style native. ...
2007-09-12 pjrm(PrintPS::begin): Change isspace to g_ascii_isspace.
2007-09-11 theadibPurged fill type, stroke type enum
2007-09-10 joncruzPurged fill type enum
2007-08-27 luca_bruno * Added refernce link for translators
2007-08-23 buliabyakadd too-high-precision warning, transientize, copyediti...
2007-08-23 buliabyakinitialize page number and preview
2007-08-23 mikloshClear Cairo surface to white before rendering preview
2007-08-23 mikloshAvoid transforming a group with an already set clip...
2007-08-23 mikloshDisplay the total number of pages next to the page...
2007-08-20 mikloshUse the embedded thumbnails for preview when poppler...
2007-08-19 mikloshDisable the page selector when there's only one page
2007-08-19 mikloshAdded checks for pixbuf/pixmap allocation failure
2007-08-19 mikloshFixed some compiler warnings
2007-08-19 mikloshRemove the clipping path emitted before the 'sh' operat...
2007-08-19 mikloshCorrected image mask generation
2007-08-19 mikloshAdded autoconf checks for poppler-cairo and cairo-ft...
2007-08-19 mikloshAdded a PDF import settings dialog
2007-08-19 mikloshFixed a typo and an off-by-one error
2007-08-19 mikloshRequire a pageBox in the constructor for GfxState so...
2007-08-19 ishmalfix build for boost and imagemagick
2007-08-18 mikloshAdded the ability to set the precision of gradient...
2007-08-17 mikloshMake sure style is invalidated when setting fill/stroke...
2007-08-17 mikloshMoved the code for updating the text matrix to where...
2007-08-17 mikloshOptimized text output by not repeating glyph coordinate...
2007-08-17 mikloshAdded initial transparency group and softmask support
2007-08-13 mikloshAdded a clip path stack for PdfParser and a node stack...
2007-08-10 gouldtj r16217@tres: ted | 2007-08-10 10:36:27 -0700
2007-08-09 mikloshTo ease testing reduced fallback operations' precision...
2007-08-09 mikloshReworked gradient handling to support all shading color...
2007-08-09 mikloshAdded support for the shading operator
2007-08-09 mikloshAdded support for exponential functions in gradients
2007-08-09 mikloshSet the even-odd clipping rule if requested
2007-08-01 mikloshRedirected opening of AI files to the poppler-based...
2007-07-30 mikloshForgot to advance text position when skipping the first...
2007-07-30 mikloshType3 fonts do not have a name set so default to 'Arial'
2007-07-30 mikloshAdded image mask support
2007-07-30 mikloshDo not flip non-top-level images
2007-07-30 mikloshDo not set inkscape:groupmode for sub-page objects...
2007-07-30 mikloshUse the font matrix for Type3 fonts only
2007-07-28 mikloshSet top-level groups as layers with the name of the...
2007-07-28 mikloshReworked text state handling so that now SvgBuilder...
2007-07-25 mikloshReworked text output to create <text> nodes on text...
2007-07-24 mikloshModified CSS font style and text matrix setting to...
2007-07-24 mikloshSet the xml:space attribute on <svg> once rather than...
2007-07-23 mikloshAdded tiling pattern support
2007-07-23 mikloshRemoved transform from <svg> and corrected matrix multi...
2007-07-22 mikloshAdded some heuristics to set CSS font-style and font...
2007-07-22 mikloshAdded xml:space=preserve attribute on <text> nodes...
2007-07-22 mikloshUse the #RRGGBB color format instead of rgb() since...
2007-07-21 mikloshFurther development of the PDF import module: continued...
2007-07-12 mikloshInitial commit of native poppler-based PDF import.
2007-07-10 scislacpatch by gorodish, fixes bug 1692611 (win32 EMF crash)
2007-07-04 mikloshInitial commit of Cairo-based PDF import using libpoppler
2007-06-27 gouldtj r15481@tres: ted | 2007-05-22 09:56:22 -0700
2007-06-27 gouldtj r15480@tres: ted | 2007-05-20 23:51:34 -0700
2007-06-21 pjrmHandle the case of gnome_vfs_init failing. (Fixes...
2007-05-19 ishmalApplied Yossi's patch 1721693 for bugs 1718405, 1718934...
2007-05-18 ishmalApply Yossi's patch
2007-05-11 ishmalApply yfarjoun's one-line patch to remove any stroke...
2007-05-09 theAdibcairo ps output patch
2007-04-22 ishmalRevert warning-remove edit. Needed for switch
2007-04-22 ishmalremove warnings
2007-03-20 mentalplumb XML::Document parameter into duplication, courtes...
2007-03-20 keescookformat string protection/clean up (CVE-2007-1463, CVE...
2007-03-18 mentalfix 64-bit issues with width of npos -- patch #1675697...
2007-03-16 buliabyakfix 1679477
2007-03-13 ishmalAdd null checks.
2007-03-13 keescookdropping moved/dead files
2007-03-13 buliabyakextend the range of spacings
2007-03-12 ishmaluse g_vsnprintf() instead of vsnprintf() to avoid platf...
2007-03-12 ishmalCleanup public/private, doxygen comments
2007-03-12 ishmalBuffer output for better reporting.
next