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