summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* remove lpeobject_ref when invalid lpe nameJohan B. C. Engelen2008-09-231-0/+5
| | | (bzr r6874)
* fix crash on entering invalid lpe name in xmlJohan B. C. Engelen2008-09-232-8/+6
| | | (bzr r6873)
* * Bad translation, spotted by Andrea CelliLuca Bruno2008-09-231-1/+1
| | | (bzr r6872)
* it's not a good idea to change key of arenaitem in the middle of an update; ↵bulia byak2008-09-231-10/+0
| | | | | not only this is unnecessary, but it results in a hard to catch windows-only crash (bzr r6871)
* Made bitmap printing use the DPI setting (bug 258916)Niko Kiirala2008-09-221-3/+7
| | | (bzr r6870)
* Adjust blink time and base frequency on gtk setting. Fixes bug #272605.Jon A. Cruz2008-09-221-3/+12
| | | (bzr r6869)
* hide item instead of unreffing, and unref arena to prevent memory leakbulia byak2008-09-221-2/+3
| | | (bzr r6868)
* releasing fails to delete document, even when memory is scarce, so delete it ↵bulia byak2008-09-211-1/+2
| | | | | explicitly (bzr r6867)
* on closing and document change, if this was the last view on this document, ↵bulia byak2008-09-211-5/+9
| | | | | delete document to free up memory (bzr r6866)
* rewrote the document list as a (SPDocument,use_count) map, incrementing ↵bulia byak2008-09-212-32/+46
| | | | | use_count for each view of the document; address warnings and fixmes (bzr r6865)
* fix crash: desktop->selection was not deleted when desktop is destroyedbulia byak2008-09-211-0/+5
| | | (bzr r6864)
* - refactor snapping code, removing code duplicationDiederik van Lierop2008-09-219-232/+248
| | | | | - fix snapping to page corners (bzr r6863)
* fix crash: connections were not disconnected on destructionbulia byak2008-09-211-1/+5
| | | (bzr r6862)
* Fix for GIMP palette export: check that the node has a hasAttributes() ↵Stephen Silver2008-09-211-1/+1
| | | | | method before calling it, otherwise it throws an exception. (bzr r6861)
* Const correctnessJon A. Cruz2008-09-211-1/+1
| | | (bzr r6860)
* Fixes for missing icons and icon size issues.Jon A. Cruz2008-09-214-55/+79
| | | (bzr r6859)
* if export (most likely cairo) fails, issue a warning instead of crashingbulia byak2008-09-211-2/+2
| | | (bzr r6858)
* properly detach SPObject from repr when deleting clonebulia byak2008-09-201-1/+10
| | | (bzr r6857)
* fix overreffing of reprs by clones: only ref a repr by a non-cloned SPObjectbulia byak2008-09-201-3/+4
| | | (bzr r6856)
* release reprs properlybulia byak2008-09-2010-0/+21
| | | (bzr r6855)
* fix leak and potential crash by disconnecting on deletebulia byak2008-09-202-1/+12
| | | (bzr r6854)
* Don't clip mask surface to mask bounding box.Tavmjong Bah2008-09-201-2/+4
| | | | | | The mask bounding box is the geometric bounding box which dosn't allow for filters that can extend outside the box. Partial fix for bug 208217. (bzr r6853)
* fix invalid color:none; optimize opacity and marker-... propertiesbulia byak2008-09-191-1548/+1488
| | | (bzr r6852)
* fix writing invalid color:none; optimize opacity (only if <1) and marker-... ↵bulia byak2008-09-191-14/+31
| | | | | (only if different from marker) (bzr r6851)
* Add test-display.cpp to excludesBob Jamison2008-09-191-0/+1
| | | (bzr r6850)
* Tweak of member to Geom classBob Jamison2008-09-192-3/+3
| | | (bzr r6849)
* shift+letters are reserved for modes inside tools, so we cannot use them for ↵bulia byak2008-09-191-3/+0
| | | | | global shortcutas (bzr r6848)
* by default, try square arrangement, not 1 row as beforebulia byak2008-09-191-5/+8
| | | (bzr r6847)
* Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug.Bob Jamison2008-09-191-2/+2
| | | (bzr r6846)
* tweak tool updatebulia byak2008-09-192-81/+129
| | | (bzr r6845)
* new tweak icons (please ALWAYS save this file with inline attrs and no indent\!)bulia byak2008-09-191-17342/+3135
| | | (bzr r6844)
* transform modes for tweak toolbulia byak2008-09-194-158/+393
| | | (bzr r6843)
* [INTL] Updated POTFILESMarcin Floryan2008-09-191-3/+7
| | | (bzr r6842)
* Warning cleanupJon A. Cruz2008-09-191-12/+11
| | | (bzr r6841)
* Yet another NR ==> Geom changeMaximilian Albert2008-09-185-144/+140
| | | (bzr r6840)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-1885-862/+884
| | | (bzr r6839)
* NR ==> Geom conversion in sp-canvasMaximilian Albert2008-09-182-14/+14
| | | (bzr r6838)
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-1814-123/+120
| | | (bzr r6837)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-1826-397/+427
| | | (bzr r6836)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-1821-423/+423
| | | (bzr r6835)
* Fix prerender shortcut by size. Fixes bug #262916.Jon A. Cruz2008-09-181-5/+11
| | | (bzr r6834)
* Fixed initialization order issueJon A. Cruz2008-09-182-14/+14
| | | (bzr r6833)
* lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) ↵JF Barraud2008-09-172-0/+8
| | | | | similarity transforms. (bzr r6832)
* Fix minor breakage in grid preferences caused by pref refactoring.Krzysztof Kosi??ski2008-09-172-5/+6
| | | (bzr r6831)
* lpe-vonkoch: updated to handle groups + changed parameter interpretation to ↵JF Barraud2008-09-172-41/+37
| | | | | allow general transformations (bzr r6830)
* fix bug 269390, whitespacebulia byak2008-09-161-40/+44
| | | (bzr r6829)
* Add a header with forward declarations for the XML namespace.Krzysztof Kosi??ski2008-09-161-0/+57
| | | (bzr r6828)
* bug 202103: crash then putting text containing a soft hyphen character ↵Richard Hughes2008-09-161-3/+4
| | | | | (u00AD) onto a path (bzr r6827)
* Fix some bugs introduced by the preferences rewrite.Krzysztof Kosi??ski2008-09-163-29/+58
| | | (bzr r6826)
* Fix transformation for items rendered as bitmaps (i.e. filters) inTavmjong Bah2008-09-161-4/+8
| | | | | Cairo PDF output. (bzr r6825)