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