| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed non-ASCII characters in source file. Added missing virtual dtor. | Jon A. Cruz | 2009-05-27 | 1 | -1/+2 | |
| | | | | (bzr r7951) | |||||
| * | * [INTL:*] string fixes | Ivan Mas??r | 2009-05-26 | 1 | -2/+2 | |
| | | | | | | | * [INTL:*] make inkscape.pot * [INTL: sk] Slovak translation update (trunk) (bzr r7942) | |||||
| * | Also store the window's geometry when saving through the data-loss warning ↵ | Diederik van Lierop | 2009-05-25 | 3 | -9/+9 | |
| | | | | | | dialog (the one that pops up when Inkscape is being closed with unsaved data) (bzr r7934) | |||||
| * | reverse nodetypes order (Bug #179866) | Thomas Holder | 2009-05-25 | 1 | -1/+7 | |
| | | | | (bzr r7930) | |||||
| * | Inkscape should not discard negative window positions. For example, a ↵ | Diederik van Lierop | 2009-05-23 | 2 | -14/+8 | |
| | | | | | | maximized window on Windows XP is at (-4,-4). When ignoring such values, windows might show up at another location when re-opening the file later on (fixes bug #168422) (bzr r7924) | |||||
| * | The status bar message now mentions Sketch mode for Pencil | Alexandre Prokoudine | 2009-05-22 | 1 | -1/+1 | |
| | | | | (bzr r7915) | |||||
| * | Fix crash reported in bug 214186 (related to the "remove overlap" function ↵ | Diederik van Lierop | 2009-05-21 | 1 | -0/+11 | |
| | | | | | | in the align dialog) (bzr r7913) | |||||
| * | adding Aurelio Heckert | Felipe Corr??a da Silva Sanches | 2009-05-21 | 1 | -0/+1 | |
| | | | | (bzr r7912) | |||||
| * | Fixed several cases of bad SVG being written from filters | Niko Kiirala | 2009-05-17 | 20 | -141/+359 | |
| | | | | (bzr r7900) | |||||
| * | fix bug 346721 | Johan B. C. Engelen | 2009-05-17 | 1 | -1/+7 | |
| | | | | (bzr r7897) | |||||
| * | remove temporary prefs hack | Thomas Holder | 2009-05-17 | 2 | -14/+5 | |
| | | | | (bzr r7895) | |||||
| * | Bitmap images with filters are now updated as the filter is modified | Niko Kiirala | 2009-05-17 | 2 | -0/+20 | |
| | | | | (bzr r7891) | |||||
| * | Fixed crashes in feImage when modifying source, one caused by previous fix | Niko Kiirala | 2009-05-16 | 3 | -9/+31 | |
| | | | | (bzr r7890) | |||||
| * | Fixed dangling pointers and possible memory leaks with feImage | Niko Kiirala | 2009-05-16 | 2 | -9/+14 | |
| | | | | (bzr r7889) | |||||
| * | use area ratio instead of diagonal ratio for "Zoom when window is resized" | Thomas Holder | 2009-05-16 | 1 | -3/+1 | |
| | | | | (bzr r7887) | |||||
| * | fix "Zoom when window is resized", got broken in rev 10439 (Bug #167651) | Thomas Holder | 2009-05-16 | 1 | -3/+1 | |
| | | | | (bzr r7885) | |||||
| * | make LPE-Interpolate "official" | Johan B. C. Engelen | 2009-05-14 | 1 | -1/+1 | |
| | | | | (bzr r7881) | |||||
| * | fix broken rendering of paths with unknown LPEs, fix rendering of paths in a ↵ | Johan B. C. Engelen | 2009-05-14 | 1 | -1/+1 | |
| | | | | | | | | group with an LPE. (this is related to r20988 and r21013) (bzr r7880) | |||||
| * | parent transformation on import and paste (Bug #376064, Bug #375499) | Thomas Holder | 2009-05-13 | 2 | -1/+7 | |
| | | | | (bzr r7876) | |||||
| * | new "compensate" param for sp_selection_apply_affine and ↵ | Thomas Holder | 2009-05-13 | 2 | -10/+10 | |
| | | | | | | sp_selection_move_relative to avoid temporary prefs changing (bzr r7875) | |||||
| * | (Very) small fix for FilterConvolveMatrix::area_enlarge | Jasper van de Gronde | 2009-05-13 | 1 | -2/+2 | |
| | | | | (bzr r7874) | |||||
| * | Fix for bug #372412. As well as proper handling of borders (assuming ↵ | Jasper van de Gronde | 2009-05-13 | 1 | -59/+145 | |
| | | | | | | edgeMode="none") for feConvolveMatrix. (bzr r7873) | |||||
| * | BUG 284680 convert text to paths on cairo output | theAdib | 2009-05-12 | 1 | -3/+9 | |
| | | | | (bzr r7872) | |||||
| * | When selecting a path with markers but without a stroke, then one should be ↵ | Diederik van Lierop | 2009-05-12 | 2 | -30/+73 | |
| | | | | | | able to change the markers and the stroke width. Therefore these controls should not be greyed out in the stroke & fill dialog (fixes bug #166029, which was first reported in 2004 :-) ) (bzr r7868) | |||||
| * | BUG: #273767: crash on ...; resolved crash on several pixbuf operations | theAdib | 2009-05-11 | 3 | -43/+60 | |
| | | | | (bzr r7863) | |||||
| * | call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968) | Thomas Holder | 2009-05-11 | 2 | -4/+7 | |
| | | | | (bzr r7860) | |||||
| * | Only load from preferences when really needed, which might help reducing the ↵ | Diederik van Lierop | 2009-05-10 | 2 | -20/+22 | |
| | | | | | | processor load a bit (bug #167525) (bzr r7850) | |||||
| * | Fix wrong delete operator in domstring.cpp. | Krzysztof Kosi??ski | 2009-05-10 | 1 | -3/+3 | |
| | | | | (bzr r7847) | |||||
| * | BUG 218090 opening of bitmap fails, now error message | theAdib | 2009-05-10 | 2 | -2/+3 | |
| | | | | (bzr r7844) | |||||
| * | Remove test-stubs.cpp: no longer needed. | Krzysztof Kosi??ski | 2009-05-10 | 1 | -111/+0 | |
| | | | | (bzr r7843) | |||||
| * | When changing document size, the origin (lower left corner) should be ↵ | Diederik van Lierop | 2009-05-09 | 1 | -0/+6 | |
| | | | | | | stationary. This way the guides will keep their relative position w.r.t. the objects (bug #167762), and also everything will be redrawn properly (bug #179373) (bzr r7840) | |||||
| * | Minor correction in message | Nicolas Dufour | 2009-05-07 | 1 | -1/+1 | |
| | | | | (bzr r7835) | |||||
| * | Default values for lots of filter attributes, see bug 372412. | Jasper van de Gronde | 2009-05-07 | 5 | -14/+14 | |
| | | | | (bzr r7834) | |||||
| * | remove the deactivate knotholder parameter | bulia byak | 2009-05-07 | 2 | -8/+0 | |
| | | | | (bzr r7833) | |||||
| * | Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, ↵ | Josh Andler | 2009-05-07 | 2 | -2/+2 | |
| | | | | | | happy on Karmic now) (bzr r7831) | |||||
| * | * [INTL:*] fixed typos (by Yuri Chornoivan) | Ivan Mas??r | 2009-05-06 | 6 | -7/+7 | |
| | | | | (bzr r7827) | |||||
| * | using uri syntax while importing files using xlink:href | Adib Taraben | 2009-05-05 | 1 | -1/+8 | |
| | | | | (bzr r7826) | |||||
| * | remove attributes/function to reflect changes in 21280 in src/preferences.h | theAdib | 2009-05-05 | 1 | -5/+1 | |
| | | | | (bzr r7824) | |||||
| * | Fixed collapsed if/cond/body lines that blocked debugging. | Jon A. Cruz | 2009-05-05 | 2 | -169/+225 | |
| | | | | (bzr r7823) | |||||
| * | since "Unicode" made people believe that they could put hex code point | Felipe Corr??a da Silva Sanches | 2009-05-04 | 1 | -2/+2 | |
| | | | | | | | | values in the Glyphs tab (svg fonts dialog) where inkscape instead expects a char or a string I decided to rename that column to "Matching string" (bzr r7820) | |||||
| * | add "Reset missing glyph" button to svgfonts dialog | Felipe Corr??a da Silva Sanches | 2009-05-04 | 2 | -1/+26 | |
| | | | | (bzr r7819) | |||||
| * | Update name list | Jon A. Cruz | 2009-05-04 | 1 | -0/+3 | |
| | | | | (bzr r7818) | |||||
| * | Implement warning of prior errors. | Jon A. Cruz | 2009-05-04 | 5 | -4/+46 | |
| | | | | (bzr r7817) | |||||
| * | Fixed broken preferences singleton and removed GUI encapsulation leakage. ↵ | Jon A. Cruz | 2009-05-04 | 4 | -76/+77 | |
| | | | | | | Fixes bug #367752. (bzr r7816) | |||||
| * | Clean up formatting so that methods are not all run together. Helps with diffs. | Jon A. Cruz | 2009-05-04 | 1 | -1/+31 | |
| | | | | (bzr r7815) | |||||
| * | Warning cleanup | Jon A. Cruz | 2009-05-03 | 2 | -7/+3 | |
| | | | | (bzr r7813) | |||||
| * | more on BUG 322116: PDF export does not use the highest quality for ↵ | Adib Taraben | 2009-05-02 | 1 | -1/+2 | |
| | | | | | | rasterized filters (bzr r7812) | |||||
| * | clean left warning on revision 12272 | Adib Taraben | 2009-05-02 | 1 | -1/+0 | |
| | | | | (bzr r7811) | |||||
| * | BUG 322116, PDF export does not use the highest quality for rasterized filter | theAdib | 2009-05-01 | 8 | -15/+74 | |
| | | | | (bzr r7808) | |||||
| * | Build fix for GCC 3.4.4 (added include for stdio.h) | Josh Andler | 2009-05-01 | 1 | -0/+1 | |
| | | | | (bzr r7807) | |||||
