summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* more correct double opacity fix: do not multiply by opacity if item->render_o...bulia byak2006-10-201-3/+2
* fix the erroneous double opacity on filtered objectsbulia byak2006-10-201-2/+6
* handle the case of no filter primitivesbulia byak2006-10-201-4/+6
* fill in set methods to enable x/y/w/hbulia byak2006-10-201-5/+17
* remove color cursorsJosh Andler2006-10-1939-3798/+105
* Turning onJon A. Cruz2006-10-191-1/+1
* Adding custom action to work with spinbuttons in toolbarsJon A. Cruz2006-10-196-1/+1194
* purge fred's arena item tile cache (has been disabled for quite some time any...bulia byak2006-10-174-620/+105
* hack*ahum*infrastructure to implement axonometric grid snapping. horizontal s...Johan B. C. Engelen2006-10-166-8/+102
* another canvas repaint optimization: if the new rect and the rect aborted las...bulia byak2006-10-161-51/+133
* some more NRRectL goodies for canvas optimizationsbulia byak2006-10-163-0/+63
* indentation; declarations to first uses; deal with the possible failure to cr...bulia byak2006-10-141-897/+1061
* deal with the possible failure to create pixblock due to insufficient memorybulia byak2006-10-146-4/+60
* gracefully fail if unable to allocate memory or if more than 100Mb buffer req...bulia byak2006-10-141-1/+14
* Removed some copy-paste code.Johan B. C. Engelen2006-10-131-12/+8
* disable filters in outline modebulia byak2006-10-111-8/+10