summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed non-ASCII characters in source file. Added missing virtual dtor.Jon A. Cruz2009-05-271-1/+2
| | | (bzr r7951)
* * [INTL:*] string fixesIvan Mas??r2009-05-261-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 Lierop2009-05-253-9/+9
| | | | | dialog (the one that pops up when Inkscape is being closed with unsaved data) (bzr r7934)
* reverse nodetypes order (Bug #179866)Thomas Holder2009-05-251-1/+7
| | | (bzr r7930)
* Inkscape should not discard negative window positions. For example, a ↵Diederik van Lierop2009-05-232-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 PencilAlexandre Prokoudine2009-05-221-1/+1
| | | (bzr r7915)
* Fix crash reported in bug 214186 (related to the "remove overlap" function ↵Diederik van Lierop2009-05-211-0/+11
| | | | | in the align dialog) (bzr r7913)
* adding Aurelio HeckertFelipe Corr??a da Silva Sanches2009-05-211-0/+1
| | | (bzr r7912)
* Fixed several cases of bad SVG being written from filtersNiko Kiirala2009-05-1720-141/+359
| | | (bzr r7900)
* fix bug 346721Johan B. C. Engelen2009-05-171-1/+7
| | | (bzr r7897)
* remove temporary prefs hackThomas Holder2009-05-172-14/+5
| | | (bzr r7895)
* Bitmap images with filters are now updated as the filter is modifiedNiko Kiirala2009-05-172-0/+20
| | | (bzr r7891)
* Fixed crashes in feImage when modifying source, one caused by previous fixNiko Kiirala2009-05-163-9/+31
| | | (bzr r7890)
* Fixed dangling pointers and possible memory leaks with feImageNiko Kiirala2009-05-162-9/+14
| | | (bzr r7889)
* use area ratio instead of diagonal ratio for "Zoom when window is resized"Thomas Holder2009-05-161-3/+1
| | | (bzr r7887)
* fix "Zoom when window is resized", got broken in rev 10439 (Bug #167651)Thomas Holder2009-05-161-3/+1
| | | (bzr r7885)
* make LPE-Interpolate "official"Johan B. C. Engelen2009-05-141-1/+1
| | | (bzr r7881)
* fix broken rendering of paths with unknown LPEs, fix rendering of paths in a ↵Johan B. C. Engelen2009-05-141-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 Holder2009-05-132-1/+7
| | | (bzr r7876)
* new "compensate" param for sp_selection_apply_affine and ↵Thomas Holder2009-05-132-10/+10
| | | | | sp_selection_move_relative to avoid temporary prefs changing (bzr r7875)
* (Very) small fix for FilterConvolveMatrix::area_enlargeJasper van de Gronde2009-05-131-2/+2
| | | (bzr r7874)
* Fix for bug #372412. As well as proper handling of borders (assuming ↵Jasper van de Gronde2009-05-131-59/+145
| | | | | edgeMode="none") for feConvolveMatrix. (bzr r7873)
* BUG 284680 convert text to paths on cairo outputtheAdib2009-05-121-3/+9
| | | (bzr r7872)
* When selecting a path with markers but without a stroke, then one should be ↵Diederik van Lierop2009-05-122-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 operationstheAdib2009-05-113-43/+60
| | | (bzr r7863)
* call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968)Thomas Holder2009-05-112-4/+7
| | | (bzr r7860)
* Only load from preferences when really needed, which might help reducing the ↵Diederik van Lierop2009-05-102-20/+22
| | | | | processor load a bit (bug #167525) (bzr r7850)
* Fix wrong delete operator in domstring.cpp.Krzysztof Kosi??ski2009-05-101-3/+3
| | | (bzr r7847)
* BUG 218090 opening of bitmap fails, now error messagetheAdib2009-05-102-2/+3
| | | (bzr r7844)
* Remove test-stubs.cpp: no longer needed.Krzysztof Kosi??ski2009-05-101-111/+0
| | | (bzr r7843)
* When changing document size, the origin (lower left corner) should be ↵Diederik van Lierop2009-05-091-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 messageNicolas Dufour2009-05-071-1/+1
| | | (bzr r7835)
* Default values for lots of filter attributes, see bug 372412.Jasper van de Gronde2009-05-075-14/+14
| | | (bzr r7834)
* remove the deactivate knotholder parameterbulia byak2009-05-072-8/+0
| | | (bzr r7833)
* Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, ↵Josh Andler2009-05-072-2/+2
| | | | | happy on Karmic now) (bzr r7831)
* * [INTL:*] fixed typos (by Yuri Chornoivan)Ivan Mas??r2009-05-066-7/+7
| | | (bzr r7827)
* using uri syntax while importing files using xlink:hrefAdib Taraben2009-05-051-1/+8
| | | (bzr r7826)
* remove attributes/function to reflect changes in 21280 in src/preferences.htheAdib2009-05-051-5/+1
| | | (bzr r7824)
* Fixed collapsed if/cond/body lines that blocked debugging.Jon A. Cruz2009-05-052-169/+225
| | | (bzr r7823)
* since "Unicode" made people believe that they could put hex code point Felipe Corr??a da Silva Sanches2009-05-041-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 dialogFelipe Corr??a da Silva Sanches2009-05-042-1/+26
| | | (bzr r7819)
* Update name listJon A. Cruz2009-05-041-0/+3
| | | (bzr r7818)
* Implement warning of prior errors.Jon A. Cruz2009-05-045-4/+46
| | | (bzr r7817)
* Fixed broken preferences singleton and removed GUI encapsulation leakage. ↵Jon A. Cruz2009-05-044-76/+77
| | | | | Fixes bug #367752. (bzr r7816)
* Clean up formatting so that methods are not all run together. Helps with diffs.Jon A. Cruz2009-05-041-1/+31
| | | (bzr r7815)
* Warning cleanupJon A. Cruz2009-05-032-7/+3
| | | (bzr r7813)
* more on BUG 322116: PDF export does not use the highest quality for ↵Adib Taraben2009-05-021-1/+2
| | | | | rasterized filters (bzr r7812)
* clean left warning on revision 12272Adib Taraben2009-05-021-1/+0
| | | (bzr r7811)
* BUG 322116, PDF export does not use the highest quality for rasterized filtertheAdib2009-05-018-15/+74
| | | (bzr r7808)
* Build fix for GCC 3.4.4 (added include for stdio.h)Josh Andler2009-05-011-0/+1
| | | (bzr r7807)