Code

Refactoring SPColor to C++ and removing legacy CMYK implementation
[inkscape.git] / src / extension /
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 theadibchange from <io.h> to <unistd.h> to define close
2007-09-12 theadibrevert partly 16042 include files
2007-09-12 theadibNEW: XSLT Input/output extension support fix for: close...
2007-09-12 gouldtj r16525@tres: ted | 2007-09-11 20:49:47 -0700
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-09-01 gouldtj r16474@tres: ted | 2007-08-31 21:37:33 -0700
2007-09-01 gouldtj r16443@tres: ted | 2007-08-30 22:22:32 -0700
2007-09-01 gouldtj r16442@tres: ted | 2007-08-30 21:51:42 -0700
2007-09-01 gouldtj r16441@tres: ted | 2007-08-30 20:44:39 -0700
2007-09-01 gouldtj r16430@tres: ted | 2007-08-30 20:32:23 -0700
2007-09-01 gouldtj r16409@tres: ted | 2007-08-29 22:58:07 -0700
2007-09-01 gouldtj r16408@tres: ted | 2007-08-29 22:52:27 -0700
2007-09-01 gouldtj r16407@tres: ted | 2007-08-29 22:33:35 -0700
2007-09-01 gouldtj r16406@tres: ted | 2007-08-29 20:14:55 -0700
2007-09-01 gouldtj r16405@tres: ted | 2007-08-29 19:50:24 -0700
2007-09-01 gouldtj r16404@tres: ted | 2007-08-29 19:48:31 -0700
2007-09-01 gouldtj r16403@tres: ted | 2007-08-29 09:10:45 -0700
2007-09-01 gouldtj r16395@tres: ted | 2007-08-27 19:41:32 -0700
2007-09-01 gouldtj r16340@tres: ted | 2007-08-20 19:02:50 -0700
2007-09-01 gouldtj r16339@tres: ted | 2007-08-19 19:47:57 -0700
2007-09-01 gouldtj(no commit message)
2007-09-01 gouldtj r16267@tres: ted | 2007-08-16 23:04:38 -0700
2007-09-01 gouldtj r16220@tres: ted | 2007-08-15 19:43:11 -0700
2007-09-01 gouldtj r16003@tres: ted | 2007-07-27 08:51:45 -0700
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-14 jiho-sfchanged strndup to its gtk version (g_strndup) because...
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-24 johanengelenfix makefile for case change of CXX dir
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-15 buliabyakfix crash with empty parameter string
2007-07-15 ishmalUse poppler
2007-07-12 buliabyakswitch back to cairo pdf importer temporarily
2007-07-12 mikloshEnable the poppler-based PDF import extension by default.
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-10 buliabyakshorter and less assuming status message - note that...
2007-07-04 mikloshAdded missing #ifdefs for HAVE_POPPLER_GLIB
2007-07-04 mikloshInitial commit of Cairo-based PDF import using libpoppler
2007-07-03 gouldtj r15736@tres: ted | 2007-07-02 21:11:39 -0700
2007-07-03 gouldtj r15705@tres: ted | 2007-07-02 20:15:46 -0700
2007-07-03 gouldtj r15704@tres: ted | 2007-07-02 16:03:34 -0700
2007-07-03 gouldtj r15703@tres: ted | 2007-07-02 15:27:14 -0700
2007-07-03 gouldtj r15702@tres: ted | 2007-07-02 15:17:48 -0700
2007-06-27 gouldtj r15700@tres: ted | 2007-06-26 23:54:54 -0700
2007-06-27 gouldtj(no commit message)
2007-06-27 gouldtj r15631@tres: ted | 2007-06-26 22:34:54 -0700
2007-06-27 gouldtj r15630@tres: ted | 2007-06-26 22:27:01 -0700
2007-06-27 gouldtj r15629@tres: ted | 2007-06-26 21:47:00 -0700
2007-06-27 gouldtj r15559@tres: ted | 2007-06-08 14:28:18 -0700
2007-06-27 gouldtj r15558@tres: ted | 2007-06-08 08:59:52 -0700
2007-06-27 gouldtj r15557@tres: ted | 2007-06-08 08:58:12 -0700
next