summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* better way to deal with undo+id collisionsMenTaLguY2007-03-175-23/+51
* re-introduce isEmpty testsMenTaLguY2007-03-178-16/+16
* clean up rect mess a bit before start working on other stuffMenTaLguY2007-03-174-33/+25
* move creating style after the signals are set up, so that style does not miss...bulia byak2007-03-171-6/+6
* fix 1286535bulia byak2007-03-171-11/+16
* Fix bug #1511262: don't snap rect to itselfDiederik van Lierop2007-03-162-5/+5
* fix 1679477bulia byak2007-03-161-0/+3
* fix 1682261bulia byak2007-03-161-0/+13
* string disambigbulia byak2007-03-162-2/+2
* Added check for null bounding box of shapes involved in graph layout.Tim Dwyer2007-03-161-10/+18
* give new flowtext the current text tool stylebulia byak2007-03-161-0/+2
* sensitize unlock and unhide verbsAaron Spike2007-03-161-1/+1
* add unhide/unlock commandsbulia byak2007-03-161-0/+3
* also quote fonnames starting from a non-letterbulia byak2007-03-161-0/+3
* switch repr-css to using libcroco, same as SPStyle uses, instead of its own h...bulia byak2007-03-161-26/+45
* quote font-family values if necessary on writing (fixes a bunch of bugs); cha...bulia byak2007-03-162-23/+60
* fix crash when editing text with multiple tspansbulia byak2007-03-151-0/+1
* Fix for bug #1584301: block invalid snapping resultsDiederik van Lierop2007-03-151-1/+3
* gosh, what shitty coding - reading delimited string failed when it was at the...bulia byak2007-03-151-1/+2
* even if one declaration is broken, try to still read all others per http://ww...bulia byak2007-03-141-5/+8
* comment fixbulia byak2007-03-141-1/+1
* typo fix from libcroco listbulia byak2007-03-141-1/+1
* use desktop method to set waiting cursor; do not try to restore it if someone...bulia byak2007-03-141-5/+5
* reset waiting_cursor when setting any otherbulia byak2007-03-141-0/+1
* add a flag and a setter method for busy cursorbulia byak2007-03-142-0/+20
* fix bug where master opacity did not affect markersbulia byak2007-03-141-4/+5
* save window geometry before running effect so that effects get correct view_c...bulia byak2007-03-141-1/+3
* Swap out entities in tooltips. Fixes https://bugs.launchpad.net/ubuntu/+sour...Kees Cook2007-03-141-2/+4
* Clean up indentationJohn Bintz2007-03-141-180/+183
* Fix paint bucket point queueing issueJohn Bintz2007-03-141-1/+2
* Fixed [ 1678374 ]; hopefully made the optiongroup code more robust for differ...Johan B. C. Engelen2007-03-131-4/+10
* fix 1659445 without unfixing 1595030bulia byak2007-03-131-4/+4
* fixme commentbulia byak2007-03-131-0/+1
* Add null checks.Bob Jamison2007-03-131-1/+7
* dropping moved/dead filesKees Cook2007-03-137-3724/+0
* commentbulia byak2007-03-131-0/+4
* extend the range of spacingsbulia byak2007-03-131-4/+4
* Allow server to skip final "rspauth" SASL handshakeBob Jamison2007-03-121-0/+7
* fix snapping while uniformly scaling, fix snapping while skewingDiederik van Lierop2007-03-121-4/+9
* use g_vsnprintf() instead of vsnprintf() to avoid platform problemsBob Jamison2007-03-121-5/+1
* Cleanup public/private, doxygen commentsBob Jamison2007-03-122-33/+150
* Buffer output for better reporting.Bob Jamison2007-03-122-214/+338
* move sp_document_done() out into verbs.cppAaron Spike2007-03-123-21/+23
* send verb ids into history and remove casting errorsAaron Spike2007-03-123-19/+21
* move style reading/writing from SPItem up to SPObjectbulia byak2007-03-122-39/+38
* add verbs for unlocking and unhiding all objects globaly or within the curren...Aaron Spike2007-03-124-0/+142
* sodipodi:docbase finally goes packing, along with a lauris commentbulia byak2007-03-121-5/+0
* disable empty enforcement for nowMenTaLguY2007-03-111-0/+2
* eliminate the use of sodipodi:docbase (use doc->base instead); emit warning w...bulia byak2007-03-111-50/+67
* add fixupHrefs right after import, so that images get correct relative xlink:...bulia byak2007-03-111-0/+3