Code

Set the xml:space attribute on <svg> once rather than on every <text>
[inkscape.git] / src /
2007-07-24 mikloshSet the xml:space attribute on <svg> once rather than...
2007-07-24 kiiralaFixed rendering glitch in bicubic scaler
2007-07-24 kiiralaFixed a memory leak in lighting effects rendering
2007-07-24 johanengelenfix makefile for case change of CXX dir
2007-07-24 nicholasbishopFilter effects dialog:
2007-07-23 nicholasbishopFilter effects dialog:
2007-07-23 kiiralaPatch by Felipe Sanches: fixed transparent lines in...
2007-07-23 mikloshAdded tiling pattern support
2007-07-23 mikloshRemoved transform from <svg> and corrected matrix multi...
2007-07-23 kiiralaPatch by Jean-René Reinhard: better SVG compliance...
2007-07-23 buliabyakremoving kerns also trims multi-value x attribute;...
2007-07-23 buliabyakremove age-old optimization which fails to update displ...
2007-07-22 mikloshAdded some heuristics to set CSS font-style and font...
2007-07-22 nicholasbishopFilter effects dialog:
2007-07-22 buliabyaktspan statusbar description
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-21 kiiralaAdded a missing link in making the filterRes attribute...
2007-07-20 kiiralaPatch from Felipe Sanches: support for feConvolveMatrix...
2007-07-20 kiiralaPatch from Jean-René Reinhard: support for feDiffuseLig...
2007-07-20 gustav_bUpdated the gtkmmified fill and stroke dialog with...
2007-07-18 gbanaszkCleaned up logic of sp_te_delete to adhere to UI/logic...
2007-07-18 buliabyakmake all-inkscape-files the default filter instead...
2007-07-18 cilix42Use Inkscape's own code to write coordinates to svg...
2007-07-18 cilix42Make string conversion of box coordinates locale-indepe...
2007-07-17 nicholasbishopFilter effects dialog:
2007-07-17 gbanaszkA few additions to ensure that editing trefs is not...
2007-07-17 nicholasbishopFilter effects dialog:
2007-07-17 nicholasbishopFilter effects dialog:
2007-07-16 nicholasbishopFilter effects dialog:
2007-07-16 johanengelenfix compiler warning on ordering of init in uri-referen...
2007-07-16 nicholasbishopFilter effects dialog:
2007-07-15 buliabyakfix crash with empty parameter string
2007-07-15 ishmalUse poppler
2007-07-14 kiiralaFixed assertion failure with some unset parameters...
2007-07-14 nicholasbishopFilter effects:
2007-07-14 cilix42Move check for unlinked paths of 3D box faces to the...
2007-07-14 cilix42Write distinguished corners of 3D boxes to the svg...
2007-07-13 nicholasbishopFilter effects dialog:
2007-07-13 nicholasbishopFilter effects dialog:
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-12 cilix42fix for panning and zooming into area in 3D box tool...
2007-07-12 nicholasbishopFilter effects dialog:
2007-07-11 cyrevebug 1243190: add tref element support; limited editing...
2007-07-11 cilix42Move 3D axis manipulation functions to separate file
2007-07-10 scislacpatch by gorodish, fixes bug 1692611 (win32 EMF crash)
2007-07-10 buliabyakadd item handler so that right-click works over an...
2007-07-10 buliabyakshorter and less assuming status message - note that...
2007-07-10 buliabyakmove filters dialog to where it makes more sense
2007-07-10 buliabyakmove the box tool back where it belongs, in shapes
2007-07-10 cilix42Different default styles for non-parallel 3D box faces
2007-07-10 cilix42Create all 3D box faces in the beginning (fixes resizin...
2007-07-10 cilix42More 3D auxiliary/convenience functions
2007-07-10 cilix42Click-select entire 3D boxes instead of only single...
2007-07-10 cilix42Status message & cleanups
2007-07-10 cilix42correct way to transform coordinates (fixes earlier...
2007-07-10 cilix42Different resizing variant for 3D boxes (8 handles)
2007-07-10 cilix42small cleanups
2007-07-10 nicholasbishopFilter effects interface:
2007-07-09 kiiralaFirst version of feComposite filter effect renderer
2007-07-08 buliabyakfix 1731457
2007-07-08 buliabyakfix inheriting paintservers
2007-07-08 buliabyakadd accessors for owner object and document
2007-07-08 buliabyakswitch scale/rotate mode with Shift+s
2007-07-08 buliabyakinteger scale with Alt, instead of slow movement
2007-07-06 johanengelenFix #1740146.
2007-07-06 dvlierop2Fix for bug #1740146: always get current namedview...
2007-07-05 joelholdsworthFixed broken Shift+LeftClick to set stroke function
2007-07-04 mentalmake subtree monitoring part of XML::Node's interface
2007-07-04 mentalFirst stab at a connection UI from Nick
2007-07-04 cilix42Two variants of resizing 3D boxes (using three/four...
2007-07-04 cilix42New/updated 3D box auxiliary/convenience functions...
2007-07-04 mikloshAdded missing #ifdefs for HAVE_POPPLER_GLIB
2007-07-04 buliabyakadapt to new paintservers API of SPStyle
2007-07-04 buliabyakswitch fill/stroke paintservers to URIReferences, prope...
2007-07-04 buliabyakadd SPPaintServerReference for use in SPStyle
2007-07-04 buliabyakswitch to using extract_uri
2007-07-04 buliabyakmake it a bit more permissive with its argument
2007-07-04 buliabyakprevent crashes by disconnecting signals on destroy
2007-07-04 mikloshInitial commit of Cairo-based PDF import using libpoppler
2007-07-03 cilix42small cleanup (consistently use Box3D::Axis to specify...
2007-07-03 cilix42Make box resizeable (currently 3 handles: arbitrary...
2007-07-03 cilix42Refactoring of 3D box internals.
2007-07-03 cilix42Only create the faces of a 3D box when needed (use...
2007-07-03 cilix42More meaningful name for 3D axis directions
2007-07-03 cilix42Make 3D axes correspond to places in binary representat...
2007-07-03 cilix42Swap axis directions Y and Z (for consistency)
2007-07-03 cilix42Use arrays to manage corners and faces of 3D boxes
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-07-02 buliabyakfix wrong modified signal handling: connecting was...
2007-07-01 mentalwas trying to have my cake and eat it too, memory-manag...
2007-07-01 mentalinitial implementation of XML::Subtree API for tracking...
2007-06-30 mentalisolated internal spaces no longer force font-family...
next