Code

inkscape.git
2008-09-11 johanengelenconvert almost all libnrtype to Geom::
2008-09-11 cilix42Make tooltip reflect the correct range for calligraphy...
2008-09-11 jeff_schillerFirst patch for Bug 209199: Update Win32 Save As dialog...
2008-09-10 johanengelenLIBNR REMOVAL. remove nartbpath test code in build.xml
2008-09-10 johanengelenLIBNR REMOVAL. remove nartbpath code!!!
2008-09-10 ulferikson2geomify, remove warnings and other fixes
2008-09-10 tavmjongFix clipping for Cairo generated PNG's.
2008-09-10 johanengelenadd quick comment
2008-09-09 joncruzTemporarily specifying a return value to avoid strange...
2008-09-08 cilix422geom update (rev. 1578); fixes node editing of some...
2008-09-08 cilix42add missing #include for gtk version check
2008-09-08 ishmaladd version check for new api
2008-09-08 cilix42Unselet item in geometry tool when the user clicked...
2008-09-08 cilix42Warning cleanup
2008-09-08 cilix42Slightly smaller page size entries
2008-09-08 cilix42Fix LP #258124 and crash when copying LPEs
2008-09-08 ishmalAttempt to fix the 245 floor / 255 page size adjustment...
2008-09-07 johanengelenfix node tool for LPEs by reverting r19694
2008-09-07 dvlierop2Remove an obsolete comment
2008-09-07 johanengelenLIBNR REMOVAL. Deleted nr-path.h/.cpp which is no...
2008-09-07 dvlierop2If a snapper needs a reference to a SPNamedView or...
2008-09-07 dvlierop2Remove pointer to SPDesktop from ObjectSnapper
2008-09-06 buliabyakfinally got the pattern transform right
2008-09-06 alvinpenneradd support for ROBO-Master multi-spline
2008-09-06 ishmalChange includes for gtk.h/gtkclist.h slightly
2008-09-05 buliabyakundo last commit - here's a better way to fix this bug
2008-09-05 ishmalAdd libgio.dll to distro. Will need for gtk2.14, but...
2008-09-05 buliabyakfix crash: separate np and kh listeners so that np...
2008-09-05 buliabyakcomment typo
2008-09-05 cilix42Make click-select work in geometry tool
2008-09-05 cilix42Select landscape by default for certain page formats
2008-09-05 cilix42Add page sizes for various business card formats as...
2008-09-05 cilix42The page size table in Document Properties should use...
2008-09-05 acspikeMake rasterization of filters into pdf respect the...
2008-09-04 johanengelenconvert moveto, lineto and curveto native to Point...
2008-09-04 cilix42Add a zoom correction option to preferences (used when...
2008-09-02 johanengelenadd lpe param: VectorParam<float> and VectorParam<double>
2008-09-02 johanengelenadd method to write single paths to svg
2008-09-02 joncruzFixed forgotten variable assignment
2008-09-01 buliabyakcomment update
2008-09-01 buliabyakuse smaller subpixel scaling; large values take more...
2008-09-01 johanengelenremoved unnecessary pointer, changed to by reference...
2008-09-01 joncruzFixes to desktop file from patch. Bug #263233
2008-09-01 buliabyakfix assert when exporting bug 171849 file, make sure...
2008-09-01 buliabyakI don't have this function, must be a recent addition...
2008-09-01 johanengelenupdate 2geom (rev. 1569)
2008-09-01 prokoudineyet another update of ru.po
2008-09-01 cilix42Move single-dot-creation function to a better location...
2008-09-01 joncruzFixed missing return of value and misc return cleanup...
2008-09-01 joncruzFix for missing define
2008-09-01 buliabyakenable EPS export via cairo, use it instead of the...
2008-08-31 buliabyakfix names and mime types; cairo ps out now the default
2008-08-31 buliabyakdisable old non-cairo ps export via print
2008-08-31 buliabyakremove cairo and experimental from the name; now this...
2008-08-31 buliabyakproperly transform clippath: transform of the item...
2008-08-31 johanengelenremove unused include files and methods
2008-08-31 johanengelenremove unused variables
2008-08-31 johanengelencairo-render-context extension implementation converted...
2008-08-31 johanengelentemporary fix for continuity exception
2008-08-31 tavmjongFix patterns when scaled.
2008-08-30 johanengelenNR => Geom for context-fns
2008-08-30 johanengelenNR => Geom for arc-context
2008-08-30 johanengelenNR => Geom for (almost all of) event-context.h/.cpp
2008-08-30 dvlierop2Eliminate SP_ACTIVE_DESKTOP in the object-snapper
2008-08-30 luca_bruno * Some minor markup errors fixed
2008-08-30 luca_bruno * [INTL: NL] Updated dutch translation, by myckel...
2008-08-29 dvlierop2Fix regression in snapping to paths (which caused self...
2008-08-29 buliabyakUlf Ericson's patch for implementing missing properties...
2008-08-29 buliabyaktemporarily, make pdf exporters switchable for testing
2008-08-28 buliabyakfix crash on trying to autosave with no documents ...
2008-08-28 dvlierop2Fix snapping of spirals
2008-08-28 dvlierop2Modify the parameters required for setting up the SnapM...
2008-08-28 buliabyaknull check fixes patch from bug 261475
2008-08-28 prokoudineadded missing semicolons in translatable messages
2008-08-28 joncruzFixed clipboard code to properly load needed extensions...
2008-08-28 joncruzFixed crash due to use of uninitialized pointer
2008-08-26 ishmalenable failOnError in TaskDelete
2008-08-26 ishmalfixed bug in removeFile()
2008-08-25 joncruzCleanup of named icon background rendering and added...
2008-08-25 buliabyakfix per SVG spec: bbox for paint servers must be exclus...
2008-08-25 buliabyakwhitespace
2008-08-24 jeff_schillerFix for Bug 238113 (preserve title/desc for various...
2008-08-23 alvinpenneradding my name as per discussions with Aaron Spike
2008-08-23 jeff_schillerUpdate to sync metadata title to the document title.
2008-08-23 jeff_schillerSupport for title and desc elements when serializing...
2008-08-22 cilix42Hopefully fix for the recently experienced crashes...
2008-08-20 johncliffFix to bug with export-width and export-height due...
2008-08-19 cilix42Make lpe-ruler work for arbitrary paths, not just line...
2008-08-19 cilix42Fix LP #258604 (incorrect direction in tutorial-basic...
2008-08-19 cilix42Don't display canvas text (length info) in lpe-ruler...
2008-08-19 prokoudinefixed a typo
2008-08-19 cilix42Deactivate unit selector when measuring info is off
2008-08-19 cilix42Apply instant-LPEs _before_ adding new items to selecti...
2008-08-18 cilix42Add convenience button to open LPE dialog (e.g., to...
2008-08-18 cilix42Attempt to fix crashes in geometry tool which I don...
2008-08-18 cilix42Don't unnecessarily block button press
2008-08-18 cilix42Option to display measuring info in geometry tool
2008-08-18 cilix42Fix end type combo box
2008-08-18 buliabyaksince all values are 0..1, shifting gamma up must use...
2008-08-18 prokoudineadded a new LPE and a new regular extension
next