| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | address some cast-away-const warnings. | Peter Moulder | 2008-06-05 | 3 | -5/+5 | |
| | | | | (bzr r5814) | |||||
| * | address a warning | Peter Moulder | 2008-06-05 | 1 | -1/+1 | |
| | | | | (bzr r5813) | |||||
| * | a couple of trivial %d -> %u changes. | Peter Moulder | 2008-06-05 | 1 | -3/+3 | |
| | | | | | | snprintf size arg includes \0, so pass sizeof(buf) instead of that minus 1. (bzr r5812) | |||||
| * | slight numerical improvement | Peter Moulder | 2008-06-05 | 2 | -2/+5 | |
| | | | | (bzr r5811) | |||||
| * | fix compile with g++-4.3. | Peter Moulder | 2008-06-05 | 4 | -16/+33 | |
| | | | | (bzr r5810) | |||||
| * | Fix expression whose behaviour is undefined in C++. N.B. This “fix” ↵ | Peter Moulder | 2008-06-05 | 1 | -3/+6 | |
| | | | | | | involves guessing at the intended meaning. I've mailed the author to confirm. (bzr r5809) | |||||
| * | first try at attribute overloading | Bob Jamison | 2008-06-04 | 2 | -0/+65 | |
| | | | | (bzr r5808) | |||||
| * | Remove warnings | Bob Jamison | 2008-06-04 | 2 | -5/+28 | |
| | | | | (bzr r5806) | |||||
| * | marked forgotten translatable message | Alexandre Prokoudine | 2008-06-04 | 1 | -1/+1 | |
| | | | | (bzr r5804) | |||||
| * | Add missing file knot-holder-entity.cpp; sorry for breaking the buildsvn add ↵ | Maximilian Albert | 2008-06-04 | 1 | -0/+217 | |
| | | | | | | knot-holder-entity.cpp (bzr r5803) | |||||
| * | Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵ | Maximilian Albert | 2008-06-04 | 4 | -169/+157 | |
| | | | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802) | |||||
| * | New 'spiro spline mode' in pen/pencil tool which automatically adds the ↵ | Maximilian Albert | 2008-06-04 | 2 | -7/+40 | |
| | | | | | | spiro spline LPE to newly drawn paths (bzr r5800) | |||||
| * | Groundwork to allow automatic application of an LPE to a newly drawn path | Maximilian Albert | 2008-06-04 | 2 | -1/+19 | |
| | | | | (bzr r5799) | |||||
| * | Factor out 'create and apply' code for LPEs so that it can be called from ↵ | Maximilian Albert | 2008-06-04 | 3 | -17/+32 | |
| | | | | | | everywhere (bzr r5798) | |||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 32 | -798/+788 | |
| | | | | (bzr r5797) | |||||
| * | Added tool style for eraser. | Jon A. Cruz | 2008-06-04 | 2 | -5/+20 | |
| | | | | | | Fixes bug #230483. (bzr r5796) | |||||
| * | have svgdoc.createElement make every one of the svg element types. fix a ↵ | Bob Jamison | 2008-06-03 | 2 | -0/+94 | |
| | | | | | | pure virtual problem (bzr r5795) | |||||
| * | Move element creation to SVGDocumentImpl. Remove from svgreader. | Bob Jamison | 2008-06-03 | 4 | -562/+845 | |
| | | | | (bzr r5794) | |||||
| * | check if item is LPEItem before casting!!! fixes bug 236788 | Johan B. C. Engelen | 2008-06-02 | 1 | -6/+14 | |
| | | | | (bzr r5793) | |||||
| * | fix crash, report warnings instead. trying to find real cause for this ↵ | Johan B. C. Engelen | 2008-06-02 | 1 | -0/+8 | |
| | | | | | | (crash on copying path with lpestack). (bzr r5792) | |||||
| * | check if item is LPEItem before casting!!! should fix bug 236788 | Johan B. C. Engelen | 2008-06-02 | 1 | -3/+5 | |
| | | | | (bzr r5791) | |||||
| * | Changed correct pixblock output mode for feSpecularlighting | Niko Kiirala | 2008-06-02 | 1 | -1/+1 | |
| | | | | (bzr r5790) | |||||
| * | Fixed SVG compliance problems with feMorphology (bug 181995 at least) | Niko Kiirala | 2008-06-02 | 3 | -23/+52 | |
| | | | | (bzr r5789) | |||||
| * | Fixed uninitialized data in rendering filter effects & colormatrix (bug 193936) | Niko Kiirala | 2008-06-02 | 2 | -2/+2 | |
| | | | | (bzr r5788) | |||||
| * | Fixed conflicting result image names inside filter effects (bug 196126) | Niko Kiirala | 2008-06-02 | 3 | -1/+33 | |
| | | | | (bzr r5787) | |||||
| * | Made possible to use blur on object that has a complex filter applied | Niko Kiirala | 2008-06-02 | 3 | -30/+33 | |
| | | | | (bzr r5785) | |||||
| * | set eol-style:native for recently added files | Maximilian Albert | 2008-06-02 | 1 | -170/+170 | |
| | | | | (bzr r5783) | |||||
| * | set eol-style:native for recently added files | Maximilian Albert | 2008-06-02 | 5 | -672/+672 | |
| | | | | (bzr r5782) | |||||
| * | basic support for <title> and <desc> | Stephen Silver | 2008-06-02 | 3 | -59/+217 | |
| | | | | | | make the Title and Description fields on the Object Properties dialog work (bug 171024) (bzr r5781) | |||||
| * | Pass through more calls to parent contexts, and added more common property ↵ | Jon A. Cruz | 2008-06-02 | 3 | -71/+63 | |
| | | | | | | | | handling. Fixes bug #236667 and issues with middle-drag and ctrl-arrow. (bzr r5780) | |||||
| * | Corrected broken XML for size pref. | Jon A. Cruz | 2008-06-01 | 1 | -1/+1 | |
| | | | | | | Fixes bug #236485. (bzr r5779) | |||||
| * | add terminator to table, add lookup functions | Bob Jamison | 2008-06-01 | 1 | -3/+36 | |
| | | | | (bzr r5778) | |||||
| * | * commenting my code so that we increase SVGFonts "bus factor" in | Felipe Corr??a da Silva Sanches | 2008-06-01 | 1 | -29/+59 | |
| | | | | | | | inkscape :-D http://en.wikipedia.org/wiki/Bus_factor * added some (still not really functional) code for vertical text (bzr r5777) | |||||
| * | Add enumerations for svg element types, and lookup table | Bob Jamison | 2008-06-01 | 1 | -0/+440 | |
| | | | | (bzr r5776) | |||||
| * | 2 new filters sent by Chrisdesign | Felipe Corr??a da Silva Sanches | 2008-05-31 | 4 | -0/+99 | |
| | | | | | | (http://chrisdesign.wordpress.com/filter-effects/) (bzr r5775) | |||||
| * | Fix an error and remove some useless code (thanks to Peter Moulder for ↵ | Diederik van Lierop | 2008-05-31 | 1 | -9/+5 | |
| | | | | | | pointing me at this) (bzr r5774) | |||||
| * | * started implementing rendering of SVGFonts horizontal kerning | Felipe Corr??a da Silva Sanches | 2008-05-31 | 2 | -3/+14 | |
| | | | | (bzr r5773) | |||||
| * | wrtlprnft's patch for bug 234834 - keeps guidelines in same position ↵ | Stephen Silver | 2008-05-31 | 5 | -0/+41 | |
| | | | | | | relative to objects when doing "Fit page to selection", and also keeps the objects in the same position on the screen (bzr r5771) | |||||
| * | Cmake: added windows path to find modules. | Joshua L. Blocher | 2008-05-31 | 1 | -0/+1 | |
| | | | | (bzr r5770) | |||||
| * | Stacked LPEs should now use the right bounding box | Bastien Bouclet | 2008-05-31 | 1 | -0/+3 | |
| | | | | (bzr r5769) | |||||
| * | fix crash in 2geom (already committed to 2geom) | Johan B. C. Engelen | 2008-05-30 | 1 | -2/+5 | |
| | | | | (bzr r5768) | |||||
| * | add missing files | Johan B. C. Engelen | 2008-05-30 | 2 | -0/+322 | |
| | | | | (bzr r5767) | |||||
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 25 | -530/+1031 | |
| | | | | | | (many thanks to the french students who made this.) (bzr r5766) | |||||
| * | remove warnings | Bob Jamison | 2008-05-30 | 6 | -126/+126 | |
| | | | | (bzr r5765) | |||||
| * | * implemented text_to_glyphs, so that now we can have ligadure glyphs | Felipe Corr??a da Silva Sanches | 2008-05-30 | 2 | -23/+53 | |
| | | | | | | * Adapted example file to test this feature too (bzr r5763) | |||||
| * | Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵ | Bob Jamison | 2008-05-29 | 6 | -86/+177 | |
| | | | | | | BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762) | |||||
| * | fix some crashes. Now I check for the existence of the d atrtibute | Felipe Corr??a da Silva Sanches | 2008-05-29 | 1 | -2/+4 | |
| | | | | | | before trying to use it (bzr r5761) | |||||
| * | Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, ↵ | Joshua L. Blocher | 2008-05-29 | 2 | -2/+4 | |
| | | | | | | remove old/unused files (bzr r5760) | |||||
| * | Refactoring out common code | Jon A. Cruz | 2008-05-29 | 7 | -264/+310 | |
| | | | | (bzr r5759) | |||||
| * | added methods to PathSink to manage horizontal and vertical line segments, ↵ | mcecchetti | 2008-05-28 | 4 | -976/+786 | |
| | | | | | | modified svg-path-parser.rl accordingly; now PathSink::arcTo has a real implementation; parser issue quickly solved by Aaron Spike (bzr r5758) | |||||
