| Commit message (Expand) | Author | Files | Lines |
| 2009-04-07 | oops, fix a bug in that last commit (revealed by eps import; I don't think th... | Peter Moulder | 1 | -2/+2 |
| 2009-04-07 | sp_document_change_uri_and_hrefs: New function. | Peter Moulder | 1 | -26/+56 |
| 2009-04-07 | functional noop: Change prepend_current_dir_if_relative to return the result ... | Peter Moulder | 1 | -2/+2 |
| 2009-02-26 | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2009-02-21 | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 1 | -15/+13 |
| 2009-01-21 | Fixed to not emit signals from deleted object. May fix 271621. | Jon A. Cruz | 1 | -3/+12 |
| 2009-01-13 | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 1 | -2/+2 |
| 2008-12-12 | fixed: getting pagecolor for bordercolor | Thomas Holder | 1 | -1/+1 |
| 2008-12-07 | Bug #167682 (resizing page must also resize viewBox) | Thomas Holder | 1 | -0/+8 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -3/+6 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -20/+42 |
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -1/+1 |
| 2008-09-18 | Yet another NR ==> Geom change | Maximilian Albert | 1 | -5/+3 |
| 2008-09-18 | Next roud of NR ==> Geom conversion | Maximilian Albert | 1 | -19/+18 |
| 2008-09-18 | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 1 | -2/+2 |
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-07-09 | Remove obsolete 'sodipodi:docbase' attribute when opening old Sodipodi/Inksca... | Stephen Silver | 1 | -0/+3 |
| 2008-06-12 | Fixed uninitialized variables, including modified-since-save. | Jon A. Cruz | 1 | -24/+21 |
| 2008-06-11 | Remove any baseProfile attribute, as we don't respect it. (See bug 166958.) | Stephen Silver | 1 | -0/+3 |
| 2008-05-31 | wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative... | Stephen Silver | 1 | -0/+10 |
| 2008-05-11 | Fix incorrect preview problems on Win32 with native dialogues - see LP #229045 | Mike Pittman | 1 | -2/+10 |
| 2008-04-03 | applied patch by sas to fix default default height and width attributes on sv... | Marcin Floryan | 1 | -5/+2 |
| 2008-03-06 | If present, use existent perspective as default for new boxes when opening a ... | Maximilian Albert | 1 | -1/+4 |
| 2008-02-24 | Warning and whitespace cleanup | Jon A. Cruz | 1 | -9/+9 |
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+2 |
| 2008-01-11 | Check for perspective in document defs (to avoid hanging/crashes after vacuum... | Maximilian Albert | 1 | -48/+1 |
| 2007-12-13 | Fundamentally reworked version of the 3D box tool (among many other things, t... | Maximilian Albert | 1 | -66/+67 |
| 2007-10-26 | Warning cleanup | Jon A. Cruz | 1 | -2/+2 |
| 2007-10-08 | Adding profile manager and user-visible drop-down in CMS picker | Jon A. Cruz | 1 | -0/+10 |
| 2007-08-09 | Hold perspectives on document level rather than globally; this corrects the c... | Maximilian Albert | 1 | -0/+78 |
| 2007-05-20 | noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers. | Peter Moulder | 1 | -13/+16 |
| 2007-05-12 | Cleaned up test doc creation | Jon A. Cruz | 1 | -5/+0 |
| 2007-05-10 | add document serial numbers | MenTaLguY | 1 | -0/+8 |
| 2007-04-12 | add method to select objects picked by a vector of points | bulia byak | 1 | -0/+24 |
| 2007-03-23 | allow multiple (balanced) calls to add and remove document | MenTaLguY | 1 | -4/+0 |
| 2007-03-20 | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 1 | -1/+1 |
| 2007-03-17 | better way to deal with undo+id collisions | MenTaLguY | 1 | -0/+5 |
| 2007-03-12 | sodipodi:docbase finally goes packing, along with a lauris comment | bulia byak | 1 | -5/+0 |
| 2007-03-10 | Merge further bbox work | MenTaLguY | 1 | -2/+2 |
| 2007-03-05 | Separate NRRect and NR::Rect a bit further; the goal is to get to the point w... | MenTaLguY | 1 | -1/+1 |
| 2007-02-27 | get rid of sp_repr_document_root and (commented) sp_repr_duplicate | MenTaLguY | 1 | -3/+3 |
| 2007-01-21 | start switching sp_repr_new* over to XML::Document::create*, and rename creat... | MenTaLguY | 1 | -2/+2 |
| 2006-10-01 | Moved EventLog from SPDocument to SPDesktop to prevent it from being | gustav_b | 1 | -9/+0 |
| 2006-08-26 | gboolean -> bool conversion commit 1. Modifies code to do with getting the u... | Michael G. Sloan | 1 | -4/+4 |
| 2006-08-25 | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 1 | -5/+5 |
| 2006-08-25 | I peeled back my changes because of some deep error. | Jon Phillips | 1 | -4/+0 |
| 2006-08-24 | Cleaned up more of the gboolean to bool janitorial task...great! | Jon Phillips | 1 | -0/+4 |
| 2006-08-23 | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 1 | -5/+5 |
| 2006-07-23 | Forced redraw of canvas upon document commit to work around event starvation ... | John Bintz | 1 | -0/+6 |
| 2006-07-21 | sp_object_invoke_release -> SPObject::releaseReferences, plus the introductio... | MenTaLguY | 1 | -1/+1 |