| Commit message (Expand) | Author | Age | Files | Lines |
| * | Snap while dragging knots, for rect and arc | Diederik van Lierop | 2007-03-18 | 1 | -18/+26 |
| * | Implement snapping in shape-tools during initial-drawing | Diederik van Lierop | 2007-03-18 | 3 | -7/+21 |
| * | move masks to their own page, move tablet checkbox to mouse, copyedit | bulia byak | 2007-03-18 | 2 | -15/+24 |
| * | switch to using desktop method to restore cursor | bulia byak | 2007-03-18 | 1 | -2/+1 |
| * | Compile warnings | Bob Jamison | 2007-03-18 | 1 | -1/+1 |
| * | copyedit; use IMMEDIATE_MESSAGE and remove canvas update in the middle; remov... | bulia byak | 2007-03-18 | 1 | -10/+9 |
| * | add clearing busy cursor (resets current context's cursor) | bulia byak | 2007-03-18 | 2 | -0/+8 |
| * | more judicious checking of results of find on my shape lookup table. Null | Tim Dwyer | 2007-03-18 | 1 | -40/+78 |
| * | fix crash when you quickly click in two areas and then press a key to go to a... | bulia byak | 2007-03-18 | 1 | -7/+12 |
| * | use UTF-8 for degree symbol | Kees Cook | 2007-03-18 | 1 | -4/+6 |
| * | update po file list | Kees Cook | 2007-03-18 | 1 | -2/+7 |
| * | better way to deal with undo+id collisions | MenTaLguY | 2007-03-17 | 5 | -23/+51 |
| * | re-introduce isEmpty tests | MenTaLguY | 2007-03-17 | 8 | -16/+16 |
| * | clean up rect mess a bit before start working on other stuff | MenTaLguY | 2007-03-17 | 4 | -33/+25 |
| * | move creating style after the signals are set up, so that style does not miss... | bulia byak | 2007-03-17 | 1 | -6/+6 |
| * | fix 1286535 | bulia byak | 2007-03-17 | 1 | -11/+16 |
| * | Fix bug #1511262: don't snap rect to itself | Diederik van Lierop | 2007-03-16 | 2 | -5/+5 |
| * | fix 1679477 | bulia byak | 2007-03-16 | 1 | -0/+3 |
| * | fix 1682261 | bulia byak | 2007-03-16 | 1 | -0/+13 |
| * | string disambig | bulia byak | 2007-03-16 | 2 | -2/+2 |
| * | typos | bulia byak | 2007-03-16 | 2 | -2/+2 |
| * | Handle null bounding boxes | Tim Dwyer | 2007-03-16 | 1 | -0/+4 |
| * | Added check for null bounding box of shapes involved in graph layout. | Tim Dwyer | 2007-03-16 | 1 | -10/+18 |
| * | give new flowtext the current text tool style | bulia byak | 2007-03-16 | 1 | -0/+2 |
| * | sensitize unlock and unhide verbs | Aaron Spike | 2007-03-16 | 1 | -1/+1 |
| * | add unhide/unlock commands | bulia byak | 2007-03-16 | 1 | -0/+3 |
| * | * packaging/macosx/osx-build.sh: Add a missing '$' to a shell variable and | mjwybrow | 2007-03-16 | 1 | -23/+23 |
| * | also quote fonnames starting from a non-letter | bulia byak | 2007-03-16 | 1 | -0/+3 |
| * | switch repr-css to using libcroco, same as SPStyle uses, instead of its own h... | bulia byak | 2007-03-16 | 1 | -26/+45 |
| * | quote font-family values if necessary on writing (fixes a bunch of bugs); cha... | bulia byak | 2007-03-16 | 2 | -23/+60 |
| * | Updated, closes 1678534. | Colin Marquardt | 2007-03-15 | 1 | -2770/+717 |
| * | fix crash when editing text with multiple tspans | bulia byak | 2007-03-15 | 1 | -0/+1 |
| * | Fix for bug #1584301: block invalid snapping results | Diederik van Lierop | 2007-03-15 | 1 | -1/+3 |
| * | * packaging/macosx/osx-app.sh: Improve the comand line option processing. | mjwybrow | 2007-03-15 | 1 | -8/+10 |
| * | * Info.plist.in: Update the Mac OS X copyright date to 2007. | mjwybrow | 2007-03-15 | 1 | -2/+2 |
| * | * Makefile.am, packaging/macosx/inkscape_python.ds_store, | mjwybrow | 2007-03-15 | 9 | -862/+590 |
| * | * Makefile.am, packaging/macosx/osx-app.sh: Move the osx-app.sh script from | mjwybrow | 2007-03-15 | 1 | -0/+236 |
| * | * Makefile.am, packaging/macosx/osx-app.sh: Move the osx-app.sh script from | mjwybrow | 2007-03-15 | 1 | -242/+0 |
| * | * packaging/macosx/native-gtk/build-gtk.sh: Update some dependencies to newer | mjwybrow | 2007-03-15 | 1 | -11/+12 |
| * | gosh, what shitty coding - reading delimited string failed when it was at the... | bulia byak | 2007-03-15 | 1 | -1/+2 |
| * | even if one declaration is broken, try to still read all others per http://ww... | bulia byak | 2007-03-14 | 1 | -5/+8 |
| * | comment fix | bulia byak | 2007-03-14 | 1 | -1/+1 |
| * | typo fix from libcroco list | bulia byak | 2007-03-14 | 1 | -1/+1 |
| * | use desktop method to set waiting cursor; do not try to restore it if someone... | bulia byak | 2007-03-14 | 1 | -5/+5 |
| * | reset waiting_cursor when setting any other | bulia byak | 2007-03-14 | 1 | -0/+1 |
| * | add a flag and a setter method for busy cursor | bulia byak | 2007-03-14 | 2 | -0/+20 |
| * | fix bug where master opacity did not affect markers | bulia byak | 2007-03-14 | 1 | -4/+5 |
| * | fix i18n to match the correct RTL rendering fixed by cyreve | bulia byak | 2007-03-14 | 1 | -411/+44 |
| * | view_center fixed to account for the y-coordinate flip | bulia byak | 2007-03-14 | 1 | -2/+3 |
| * | save window geometry before running effect so that effects get correct view_c... | bulia byak | 2007-03-14 | 1 | -1/+3 |