| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Updating the includes on these files because they need to include simple-node... | Ted Gould | 2008-11-23 | 2 | -0/+2 |
| * | Merging in the OpenMP work from the mailing list with some improved build files. | Ted Gould | 2008-11-23 | 1 | -29/+42 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 373 | -7908/+4896 |
| * | Merge from trunk | Ted Gould | 2008-11-01 | 3 | -11/+22 |
| * | Making it so that including simple-node.h will generate an error | Ted Gould | 2008-10-31 | 4 | -1/+7 |
| * | Patch from Hannes Hochreiner to make it so that attributes on the root node c... | Ted Gould | 2008-10-31 | 1 | -2/+21 |
| * | Merge from trunk | Ted Gould | 2008-10-31 | 49 | -681/+749 |
| * | Merge from trunk | Ted Gould | 2008-10-28 | 70 | -435/+1787 |
| * | From trunk | Ted Gould | 2008-10-27 | 297 | -5317/+6197 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 146 | -1494/+1997 |
| * | Merge from trunk. | Ted Gould | 2008-09-25 | 1 | -96/+34 |
| * | Sorry, I got off on a branch and ended up with a bunch of things. I'm just g... | Ted Gould | 2008-09-25 | 24 | -96/+398 |
| * | [i18n] Added use of plural forms. | Marcin Floryan | 2008-09-24 | 1 | -1/+1 |
| * | Whitespace cleanup | Jon A. Cruz | 2008-09-24 | 1 | -1/+1 |
| * | Added base metadata to exported png files. Fixes bug #189954. | Jon A. Cruz | 2008-09-24 | 1 | -9/+104 |
| * | Whitespace cleanup | Jon A. Cruz | 2008-09-24 | 1 | -66/+66 |
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 48 | -455/+1220 |
| * | add a path parameter to doeffect_stack_test to test a bug + fix a stupid erro... | JF Barraud | 2008-09-23 | 1 | -1/+1 |
| * | add a path parameter to doeffect_stack_test to test a bug | JF Barraud | 2008-09-23 | 2 | -1/+5 |
| * | remove lpeobject_ref when invalid lpe name | Johan B. C. Engelen | 2008-09-23 | 1 | -0/+5 |
| * | fix crash on entering invalid lpe name in xml | Johan B. C. Engelen | 2008-09-23 | 2 | -8/+6 |
| * | it's not a good idea to change key of arenaitem in the middle of an update; n... | bulia byak | 2008-09-23 | 1 | -10/+0 |
| * | Made bitmap printing use the DPI setting (bug 258916) | Niko Kiirala | 2008-09-22 | 1 | -3/+7 |
| * | Adjust blink time and base frequency on gtk setting. Fixes bug #272605. | Jon A. Cruz | 2008-09-22 | 1 | -3/+12 |
| * | hide item instead of unreffing, and unref arena to prevent memory leak | bulia byak | 2008-09-22 | 1 | -2/+3 |
| * | releasing fails to delete document, even when memory is scarce, so delete it ... | bulia byak | 2008-09-21 | 1 | -1/+2 |
| * | on closing and document change, if this was the last view on this document, d... | bulia byak | 2008-09-21 | 1 | -5/+9 |
| * | rewrote the document list as a (SPDocument,use_count) map, incrementing use_c... | bulia byak | 2008-09-21 | 2 | -32/+46 |
| * | fix crash: desktop->selection was not deleted when desktop is destroyed | bulia byak | 2008-09-21 | 1 | -0/+5 |
| * | - refactor snapping code, removing code duplication | Diederik van Lierop | 2008-09-21 | 9 | -232/+248 |
| * | fix crash: connections were not disconnected on destruction | bulia byak | 2008-09-21 | 1 | -1/+5 |
| * | Const correctness | Jon A. Cruz | 2008-09-21 | 1 | -1/+1 |
| * | Fixes for missing icons and icon size issues. | Jon A. Cruz | 2008-09-21 | 4 | -55/+79 |
| * | if export (most likely cairo) fails, issue a warning instead of crashing | bulia byak | 2008-09-21 | 1 | -2/+2 |
| * | properly detach SPObject from repr when deleting clone | bulia byak | 2008-09-20 | 1 | -1/+10 |
| * | fix overreffing of reprs by clones: only ref a repr by a non-cloned SPObject | bulia byak | 2008-09-20 | 1 | -3/+4 |
| * | release reprs properly | bulia byak | 2008-09-20 | 10 | -0/+21 |
| * | fix leak and potential crash by disconnecting on delete | bulia byak | 2008-09-20 | 2 | -1/+12 |
| * | Don't clip mask surface to mask bounding box. | Tavmjong Bah | 2008-09-20 | 1 | -2/+4 |
| * | fix writing invalid color:none; optimize opacity (only if <1) and marker-... ... | bulia byak | 2008-09-19 | 1 | -14/+31 |
| * | Tweak of member to Geom class | Bob Jamison | 2008-09-19 | 2 | -3/+3 |
| * | by default, try square arrangement, not 1 row as before | bulia byak | 2008-09-19 | 1 | -5/+8 |
| * | Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug. | Bob Jamison | 2008-09-19 | 1 | -2/+2 |
| * | transform modes for tweak tool | bulia byak | 2008-09-19 | 4 | -158/+393 |
| * | Warning cleanup | Jon A. Cruz | 2008-09-19 | 1 | -12/+11 |
| * | Yet another NR ==> Geom change | Maximilian Albert | 2008-09-18 | 5 | -144/+140 |
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 85 | -862/+884 |
| * | NR ==> Geom conversion in sp-canvas | Maximilian Albert | 2008-09-18 | 2 | -14/+14 |
| * | More NR::Point ==> Geom::Point | Maximilian Albert | 2008-09-18 | 14 | -123/+120 |
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 26 | -397/+427 |