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