| Commit message (Expand) | Author | Files | Lines |
| 2006-11-04 | add (outline) to window title when in outline mode | bulia byak | 1 | -2/+11 |
| 2006-11-04 | update window title when switching display mode | bulia byak | 1 | -0/+4 |
| 2006-11-04 | store display mode in desktop too | bulia byak | 1 | -0/+2 |
| 2006-11-04 | fix bug: stroke width was not changed when switching to outline and back | bulia byak | 2 | -2/+14 |
| 2006-11-03 | patch 1590039, whitespace | bulia byak | 1 | -9/+8 |
| 2006-11-03 | enable Ctrl+Shift+U to switch Unicode mode; add explanatory (Enter to finish)... | bulia byak | 1 | -4/+4 |
| 2006-11-03 | copyedit label | bulia byak | 1 | -1/+1 |
| 2006-11-03 | add view mode toggle, store current mode for the session in prefs | bulia byak | 5 | -4/+21 |
| 2006-11-03 | add view mode toggle | bulia byak | 1 | -0/+1 |
| 2006-11-02 | fixed 1582582 | gustav_b | 1 | -0/+3 |
| 2006-11-02 | Included stdexcept to fix compile error | Johan B. C. Engelen | 1 | -0/+1 |
| 2006-11-01 | fix breaks, add default | bulia byak | 1 | -11/+11 |
| 2006-11-01 | make SVG indent and inlined attrs configurable via prefs | bulia byak | 2 | -25/+39 |
| 2006-11-01 | util/ucompose.hpp: catch exception thrown when user has an unsupported | gustav_b | 1 | -1/+6 |
| 2006-10-31 | make svg numeric precision, minimum exponent, and the use of named colors (as... | bulia byak | 5 | -27/+43 |
| 2006-10-31 | fix off-by-one error: setting tprec to 6 was actually writing 7 digits | bulia byak | 1 | -1/+1 |
| 2006-10-26 | Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGrid | Johan B. C. Engelen | 6 | -68/+78 |
| 2006-10-26 | Bug fix in set_gridtype | Johan B. C. Engelen | 2 | -3/+3 |
| 2006-10-26 | enable starting in outline mode by prefs setting | bulia byak | 1 | -3/+9 |
| 2006-10-26 | workaround for crash 1580903 and several other issues caused by GTK's brainde... | bulia byak | 3 | -1/+33 |
| 2006-10-26 | extend the semantics of sp_canvas_force_full_redraw_after_interruptions to al... | bulia byak | 2 | -7/+10 |
| 2006-10-25 | fix visibility and pickability of nofill/nostroke objects in outline mode; op... | bulia byak | 1 | -17/+24 |
| 2006-10-25 | implement rendering of clips/masks in outline mode; make all outline colors s... | bulia byak | 3 | -3/+35 |
| 2006-10-25 | switch pref/repr utility methods to using long long ints; with | bulia byak | 4 | -12/+12 |
| 2006-10-25 | preserve clip/mask for stroke-to-path also | bulia byak | 1 | -0/+6 |
| 2006-10-24 | fix 1574873 | bulia byak | 1 | -1/+1 |
| 2006-10-24 | Added pop-up and toolbar menu | Jon A. Cruz | 1 | -4/+166 |
| 2006-10-24 | whitespace | bulia byak | 1 | -15/+15 |
| 2006-10-24 | fix 1520018: sync up the embed/not embed transform logic when ungrouping with... | bulia byak | 1 | -14/+32 |
| 2006-10-24 | enable copy/paste of objects with filters | bulia byak | 1 | -0/+7 |
| 2006-10-24 | fix crash: when closing a document, the selection we're passed as argument ma... | bulia byak | 1 | -1/+1 |
| 2006-10-24 | Added callback function to allow shrinking of widgets | Jon A. Cruz | 3 | -1/+33 |
| 2006-10-23 | Added fix from Andre Twupack for prefdialog.cpp's needed gettext support for ... | Jon Phillips | 1 | -5/+6 |
| 2006-10-23 | Committed double code because of the hurry to let you use the axonom-snapping... | Johan B. C. Engelen | 4 | -121/+2 |
| 2006-10-23 | axonomgrid: Bugfix | Johan B. C. Engelen | 1 | -7/+9 |
| 2006-10-23 | Axonometric grid: snapping to vertical gridlines | Johan B. C. Engelen | 3 | -0/+118 |
| 2006-10-23 | Corrected focus problems by moving flag setting back to first thing | Jon A. Cruz | 1 | -6/+6 |
| 2006-10-23 | factor in object's matrix expansion when querying blur radius | bulia byak | 1 | -2/+4 |
| 2006-10-23 | fix calculating the blur radius, use the new API | bulia byak | 1 | -5/+5 |
| 2006-10-23 | simplify by using the new API | bulia byak | 1 | -4/+1 |
| 2006-10-23 | change API: separate functions creating a blur filter, one for a given item, ... | bulia byak | 2 | -6/+27 |
| 2006-10-22 | do not embed transform if it's not translation and the object has a filter | bulia byak | 1 | -3/+8 |
| 2006-10-22 | Applied patch for support of building on Tru64 systems. | Jon Phillips | 1 | -1/+3 |
| 2006-10-22 | Added patch to support sgi SGI IRIX 6.5.28, gcc 3.4.0. | Jon Phillips | 1 | -0/+2 |
| 2006-10-22 | Applied patch to mkfiles.pl from Andre Twupack | Jon Phillips | 1 | -1/+3 |
| 2006-10-22 | Added "Other" radio toggle for the URI field on our license dialog | Jon Phillips | 1 | -0/+8 |
| 2006-10-22 | Key, tab and focus refinement | Jon A. Cruz | 2 | -4/+87 |
| 2006-10-22 | Added patch for updates to doxyfile...great! | Jon Phillips | 1 | -217/+10 |
| 2006-10-21 | Adding climb and digits properties, key processing and focus handling | Jon A. Cruz | 3 | -46/+208 |
| 2006-10-20 | make blur slider a percentage; change opacity to 1..100 as well; ensure the f... | bulia byak | 4 | -22/+42 |