| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update pedrogui stuff and makefile. Add placeholder for alternate test framew... | Bob Jamison | 2007-03-18 | 14 | -27/+220 |
| * | correct intersection since we allow empty rects again | MenTaLguY | 2007-03-18 | 1 | -1/+1 |
| * | revert NRRect/NRRectL conversion constructors for NR::Rect, since they | MenTaLguY | 2007-03-18 | 2 | -15/+0 |
| * | Pedro::pedrogui is not the same as the one in jabber_whiteboard | Bob Jamison | 2007-03-18 | 2 | -0/+3665 |
| * | change std::string::size_type to DOMString::size_type | Bob Jamison | 2007-03-18 | 1 | -4/+4 |
| * | optimize cairo paths by not drawing segments that are outside of view (for st... | bulia byak | 2007-03-18 | 4 | -22/+48 |
| * | add growBy and constructors from NRRect(L) | bulia byak | 2007-03-18 | 2 | -0/+27 |
| * | add required includes for gcc 4.3 and fix a const issue -- patch #1675635 | MenTaLguY | 2007-03-18 | 9 | -1/+10 |
| * | fix 64-bit issues with width of npos -- patch #1675697 from mellum | MenTaLguY | 2007-03-18 | 7 | -15/+15 |
| * | Snap while dragging knots, for star | Diederik van Lierop | 2007-03-18 | 1 | -2/+7 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | save window geometry before running effect so that effects get correct view_c... | bulia byak | 2007-03-14 | 1 | -1/+3 |
| * | Swap out entities in tooltips. Fixes https://bugs.launchpad.net/ubuntu/+sour... | Kees Cook | 2007-03-14 | 1 | -2/+4 |
| * | Clean up indentation | John Bintz | 2007-03-14 | 1 | -180/+183 |
| * | Fix paint bucket point queueing issue | John Bintz | 2007-03-14 | 1 | -1/+2 |