| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove lpeobject_ref when invalid lpe name | Johan B. C. Engelen | 2008-09-23 | 1 | -0/+5 |
| | | | | (bzr r6874) | ||||
| * | fix crash on entering invalid lpe name in xml | Johan B. C. Engelen | 2008-09-23 | 2 | -8/+6 |
| | | | | (bzr r6873) | ||||
| * | it's not a good idea to change key of arenaitem in the middle of an update; ↵ | bulia byak | 2008-09-23 | 1 | -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 Kiirala | 2008-09-22 | 1 | -3/+7 |
| | | | | (bzr r6870) | ||||
| * | Adjust blink time and base frequency on gtk setting. Fixes bug #272605. | Jon A. Cruz | 2008-09-22 | 1 | -3/+12 |
| | | | | (bzr r6869) | ||||
| * | hide item instead of unreffing, and unref arena to prevent memory leak | bulia byak | 2008-09-22 | 1 | -2/+3 |
| | | | | (bzr r6868) | ||||
| * | releasing fails to delete document, even when memory is scarce, so delete it ↵ | bulia byak | 2008-09-21 | 1 | -1/+2 |
| | | | | | | explicitly (bzr r6867) | ||||
| * | on closing and document change, if this was the last view on this document, ↵ | bulia byak | 2008-09-21 | 1 | -5/+9 |
| | | | | | | delete document to free up memory (bzr r6866) | ||||
| * | rewrote the document list as a (SPDocument,use_count) map, incrementing ↵ | bulia byak | 2008-09-21 | 2 | -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 destroyed | bulia byak | 2008-09-21 | 1 | -0/+5 |
| | | | | (bzr r6864) | ||||
| * | - refactor snapping code, removing code duplication | Diederik van Lierop | 2008-09-21 | 9 | -232/+248 |
| | | | | | | - fix snapping to page corners (bzr r6863) | ||||
| * | fix crash: connections were not disconnected on destruction | bulia byak | 2008-09-21 | 1 | -1/+5 |
| | | | | (bzr r6862) | ||||
| * | Const correctness | Jon A. Cruz | 2008-09-21 | 1 | -1/+1 |
| | | | | (bzr r6860) | ||||
| * | Fixes for missing icons and icon size issues. | Jon A. Cruz | 2008-09-21 | 4 | -55/+79 |
| | | | | (bzr r6859) | ||||
| * | if export (most likely cairo) fails, issue a warning instead of crashing | bulia byak | 2008-09-21 | 1 | -2/+2 |
| | | | | (bzr r6858) | ||||
| * | properly detach SPObject from repr when deleting clone | bulia byak | 2008-09-20 | 1 | -1/+10 |
| | | | | (bzr r6857) | ||||
| * | fix overreffing of reprs by clones: only ref a repr by a non-cloned SPObject | bulia byak | 2008-09-20 | 1 | -3/+4 |
| | | | | (bzr r6856) | ||||
| * | release reprs properly | bulia byak | 2008-09-20 | 10 | -0/+21 |
| | | | | (bzr r6855) | ||||
| * | fix leak and potential crash by disconnecting on delete | bulia byak | 2008-09-20 | 2 | -1/+12 |
| | | | | (bzr r6854) | ||||
| * | Don't clip mask surface to mask bounding box. | Tavmjong Bah | 2008-09-20 | 1 | -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 writing invalid color:none; optimize opacity (only if <1) and marker-... ↵ | bulia byak | 2008-09-19 | 1 | -14/+31 |
| | | | | | | (only if different from marker) (bzr r6851) | ||||
| * | Tweak of member to Geom class | Bob Jamison | 2008-09-19 | 2 | -3/+3 |
| | | | | (bzr r6849) | ||||
| * | by default, try square arrangement, not 1 row as before | bulia byak | 2008-09-19 | 1 | -5/+8 |
| | | | | (bzr r6847) | ||||
| * | Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug. | Bob Jamison | 2008-09-19 | 1 | -2/+2 |
| | | | | (bzr r6846) | ||||
| * | transform modes for tweak tool | bulia byak | 2008-09-19 | 4 | -158/+393 |
| | | | | (bzr r6843) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-09-19 | 1 | -12/+11 |
| | | | | (bzr r6841) | ||||
| * | Yet another NR ==> Geom change | Maximilian Albert | 2008-09-18 | 5 | -144/+140 |
| | | | | (bzr r6840) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 85 | -862/+884 |
| | | | | (bzr r6839) | ||||
| * | NR ==> Geom conversion in sp-canvas | Maximilian Albert | 2008-09-18 | 2 | -14/+14 |
| | | | | (bzr r6838) | ||||
| * | More NR::Point ==> Geom::Point | Maximilian Albert | 2008-09-18 | 14 | -123/+120 |
| | | | | (bzr r6837) | ||||
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 26 | -397/+427 |
| | | | | (bzr r6836) | ||||
| * | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 2008-09-18 | 21 | -423/+423 |
| | | | | (bzr r6835) | ||||
| * | Fix prerender shortcut by size. Fixes bug #262916. | Jon A. Cruz | 2008-09-18 | 1 | -5/+11 |
| | | | | (bzr r6834) | ||||
| * | Fixed initialization order issue | Jon A. Cruz | 2008-09-18 | 2 | -14/+14 |
| | | | | (bzr r6833) | ||||
| * | lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) ↵ | JF Barraud | 2008-09-17 | 2 | -0/+8 |
| | | | | | | similarity transforms. (bzr r6832) | ||||
| * | Fix minor breakage in grid preferences caused by pref refactoring. | Krzysztof Kosi??ski | 2008-09-17 | 2 | -5/+6 |
| | | | | (bzr r6831) | ||||
| * | lpe-vonkoch: updated to handle groups + changed parameter interpretation to ↵ | JF Barraud | 2008-09-17 | 2 | -41/+37 |
| | | | | | | allow general transformations (bzr r6830) | ||||
| * | fix bug 269390, whitespace | bulia byak | 2008-09-16 | 1 | -40/+44 |
| | | | | (bzr r6829) | ||||
| * | Add a header with forward declarations for the XML namespace. | Krzysztof Kosi??ski | 2008-09-16 | 1 | -0/+57 |
| | | | | (bzr r6828) | ||||
| * | bug 202103: crash then putting text containing a soft hyphen character ↵ | Richard Hughes | 2008-09-16 | 1 | -3/+4 |
| | | | | | | (u00AD) onto a path (bzr r6827) | ||||
| * | Fix some bugs introduced by the preferences rewrite. | Krzysztof Kosi??ski | 2008-09-16 | 3 | -29/+58 |
| | | | | (bzr r6826) | ||||
| * | Fix transformation for items rendered as bitmaps (i.e. filters) in | Tavmjong Bah | 2008-09-16 | 1 | -4/+8 |
| | | | | | | Cairo PDF output. (bzr r6825) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 40 | -1295/+1551 |
| | | | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) | ||||
| * | fix leak of the arena and arenaitem | bulia byak | 2008-09-16 | 2 | -1/+6 |
| | | | | (bzr r6822) | ||||
| * | hide the item shown for tracing, fixes leak | bulia byak | 2008-09-16 | 1 | -4/+9 |
| | | | | (bzr r6821) | ||||
| * | this item is not hide'd, so unref it instead to prevent leak | bulia byak | 2008-09-16 | 1 | -0/+2 |
| | | | | (bzr r6820) | ||||
| * | remove extra unref; now ref/unref is done by show/hide; this used to stop ↵ | bulia byak | 2008-09-16 | 18 | -28/+2 |
| | | | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819) | ||||
| * | remove unneeded ref, arenaitem is reffed when created on invoke_show and ↵ | bulia byak | 2008-09-16 | 1 | -1/+1 |
| | | | | | | unreffed by invoke_hide; this ref caused most arenaitems to leak (bzr r6818) | ||||
| * | the proper way to delete a SPDocument, according to mental | bulia byak | 2008-09-16 | 1 | -1/+1 |
| | | | | (bzr r6817) | ||||
| * | lpe-knot update. Each crossing can be flipped independently. | JF Barraud | 2008-09-16 | 2 | -153/+409 |
| | | | | (bzr r6816) | ||||
