summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed bug: fixed two of the 'quark > 0' console errors.Johan B. C. Engelen2006-09-302-12/+19
* FIXED: "Several "** Message: arg" lines every time GUI is started. I think th...Johan B. C. Engelen2006-09-291-2/+0
* better (white)spacingJohan B. C. Engelen2006-09-291-1/+1
* FIXED: "(inkscape:12778): Gtk-CRITICAL **: gtk_misc_set_alignment:Johan B. C. Engelen2006-09-291-1/+1
* factor out creation of livarot_path, and make it on-demand so that update_rep...bulia byak2006-09-283-24/+23
* fix bug in my previous commit: updating rotation centers was brokenbulia byak2006-09-271-2/+3
* Added forced redraws to other toolsJohn Bintz2006-09-247-9/+44
* axonometric grid: angles cannot be larger than 89 degrees.Johan B. C. Engelen2006-09-231-0/+2
* AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, diagonal...Johan B. C. Engelen2006-09-2110-21/+642
* Added support for enumerated types in the UI of Extensions! (all eyes on requ...Johan B. C. Engelen2006-09-184-1/+289
* deleted some incorrect comment of mine.Johan B. C. Engelen2006-09-181-4/+0
* Changed grid drawing (nit more logical): hlines and vlines are drawn complete...Johan B. C. Engelen2006-09-171-14/+11
* When an object is selected and Alt is pressed: now the cursor changes to the ...Johan B. C. Engelen2006-09-171-0/+15
* My apologies. I just found out I have to modify the makefiles when I add stuf...Johan B. C. Engelen2006-09-141-0/+2
* Added notebook (tabs) support for Effects. Now you can specify a notebook par...Johan B. C. Engelen2006-09-143-2/+506
* Eek! Copyright message forgotten :( . Can we think up a standard format for s...Johan B. C. Engelen2006-09-121-2/+3
* Extension dependency-check now also finds win32 executables if ".exe" is omit...Johan B. C. Engelen2006-09-121-0/+9
* fix crash 1544495 when closing a document with mask/clippath: it makes no sen...bulia byak2006-09-121-1/+1
* fix crash when a cursor/selection update comes after a display update which w...bulia byak2006-09-121-4/+12
* disconnect mask/ref connections when item is destroyedbulia byak2006-09-122-6/+10
* Updated authors and translators in About box + sorted author names.Johan B. C. Engelen2006-09-121-0/+12
* Enabled forced redraw on nodepath toolJohn Bintz2006-09-061-4/+4
* Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2006-09-069-49/+34
* move rounding spinbuttonbulia byak2006-09-061-11/+11
* Removed spaces from font names in EPS export. Also removed the parentheses (t...Johan B. C. Engelen2006-09-051-5/+8
* Fix for now. Probably remove this later, to be deprecated in favor of LSWriterBob Jamison2006-09-052-8/+8
* Massive update for smart pointers. Rework js dom binding to be smarter. Pla...Bob Jamison2006-09-0532-6860/+5230
* comments for laterMenTaLguY2006-09-051-1/+2
* make calligraphy tool cap rounding work better with nonzero fixityMenTaLguY2006-09-051-9/+42
* work on whiteboarddaleharvey2006-09-042-8/+12
* ensure that final resting position is included in calligraphic strokeMenTaLguY2006-09-041-0/+5
* remove spurious fit_and_split wrapperMenTaLguY2006-09-041-10/+2
* clarify/update dynadraw copyrightMenTaLguY2006-09-041-0/+3
* get default rounding right in calligraphy toolbarMenTaLguY2006-09-041-1/+1
* ignore transform messagesdaleharvey2006-09-044-9/+26
* fix cap rounding default in preferences skeletonMenTaLguY2006-09-041-2/+2
* Force non-interruptible redraws while modifying paths to ensure accurate displayJohn Bintz2006-09-041-0/+4
* Fix race condition where node dragging is not ended after mouse button is rel...John Bintz2006-09-042-9/+17
* added ui for mental's calligraphy tool cap roundingJosh Andler2006-09-041-1/+21
* Force non-interruptible canvas redraws to ensure accurate display while creat...John Bintz2006-09-046-0/+27
* Add ability to force canvas to perform a full, non-interruptible redrawJohn Bintz2006-09-042-2/+37
* quick bug fix to whiteboarddaleharvey2006-09-042-13/+15
* whiteboard working prototypedaleharvey2006-09-0410-52/+212
* add rounded caps to temporary shapes as wellMenTaLguY2006-09-041-0/+5
* reduce epsilon a little bitMenTaLguY2006-09-041-1/+1
* add support for rounded caps with the calligraphy toolMenTaLguY2006-09-043-1/+19
* reduce DYNA_EPSILON further, as artifacts still occur frequently with the sma...MenTaLguY2006-09-031-1/+1
* increase DYNA_EPSILON in order to reduce calligraphy tool artifactsMenTaLguY2006-09-031-1/+1
* Disable pen events while finishing pen operations to prevent race conditionJohn Bintz2006-09-031-2/+4
* Disable pen event handling during important update operationsJohn Bintz2006-09-032-0/+34