summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hopefully that fixes the stuck-with-sans bugbulia byak2009-06-101-18/+35
| | | (bzr r8035)
* Contextuals splits to differentiate nodes as XML elements from nodes as ↵Alexandre Prokoudine2009-06-091-2/+2
| | | | | parts of a Bezier curve (bzr r8033)
* Change 'Effect' to 'Extension' in Extensions menu.Tavmjong Bah2009-06-092-7/+7
| | | | | Change capitalization of "Guides Around Page" for consistency. (bzr r8030)
* Removed sodipodi:versionJon A. Cruz2009-06-099-51/+10
| | | (bzr r8029)
* Correct handling of version and set to 1.1 for default. Fixes bug #168180.Jon A. Cruz2009-06-092-2/+9
| | | (bzr r8028)
* fix the font dropdown: patch by Felipe with my changesbulia byak2009-06-091-198/+179
| | | (bzr r8027)
* Don't crash when closing document with gradient tool being active (fixes bug ↵Diederik van Lierop2009-06-062-1/+8
| | | | | #380934) (bzr r8015)
* make alt+x work when no text is selectedbulia byak2009-06-061-0/+3
| | | (bzr r8014)
* When closing a window and while asking whether to save, Inkscape should not ↵Diederik van Lierop2009-06-061-7/+16
| | | | | be mislead by changing focus to another document (fixes bug #381357) (bzr r8013)
* Make sure that when opening a window, this window is positioned within the ↵Diederik van Lierop2009-06-061-2/+4
| | | | | boundaries set by the screen resolution. Before only right / bottom where checked, but now also top / left are checked (see bug #168422) (bzr r8012)
* imitate black fill for objects with unset fill on exportbulia byak2009-06-051-1/+6
| | | (bzr r8009)
* implement the same all-bitmaps and all-vectors filters as on linuxbulia byak2009-06-051-5/+54
| | | (bzr r8008)
* with latest gtk, aggressive presenting the window after transientization is ↵bulia byak2009-06-051-1/+1
| | | | | not needed, and can even result in a freeze (bzr r8005)
* comment out apparently unused codebulia byak2009-06-052-0/+4
| | | (bzr r8004)
* made ruler lpe "official" + restored a "unit" param and fixed end mark on ↵JF Barraud2009-06-053-5/+31
| | | | | closed path. (bzr r7997)
* Cleaned and applied portable app patch. Fixes bug #382394.Jon A. Cruz2009-06-041-0/+8
| | | (bzr r7992)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-0313-13/+47
| | | (bzr r7985)
* call default setup_nodepath for lpe-spiro, to get correct color of the ↵Johan B. C. Engelen2009-06-021-0/+1
| | | | | helperpath (bzr r7974)
* When dragging the origin of a guide along that guide, we should use ↵Diederik van Lierop2009-06-027-35/+110
| | | | | constrained snapping instead of free snapping. Also make sure that we snap to paths too, not just to guides (bzr r7973)
* Patch by Adonis Papaderos to create only a single guide line from a SVG:line ↵Diederik van Lierop2009-05-311-0/+18
| | | | | element, instead of creating four guidelines from its boundingbox (fixes bug #381871) (bzr r7971)
* When a guide is hidden, then also hide its origin (fixes bug #371893)Diederik van Lierop2009-05-311-27/+18
| | | (bzr r7970)
* Store the maximized state in the document (closes bug #168422)Diederik van Lierop2009-05-315-14/+30
| | | (bzr r7967)
* * Just a couple of string fixesLuca Bruno2009-05-291-2/+2
| | | (bzr r7962)
* Fixed area_enlarge in couple filters, to prevent white lines in renderingNiko Kiirala2009-05-295-2/+31
| | | (bzr r7961)
* Windows cleanups. Fixes bug #381374.Jon A. Cruz2009-05-291-2/+14
| | | (bzr r7960)
* Fixed ellipsisAlexandre Prokoudine2009-05-281-1/+1
| | | (bzr r7959)
* Created prefs dir when parent is missing. Fixes bug #380141.Jon A. Cruz2009-05-271-11/+29
| | | (bzr r7952)
* 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)