summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* again rearrange code in ungrab handler so that screen update is as close to t...bulia byak2006-09-031-23/+27
* fix pattern transform when doing object-to-pattern within a transformed groupbulia byak2006-09-031-5/+11
* Undo inadvertent commitBob Jamison2006-09-011-1/+1
* Update to inkboarddaleharvey2006-08-315-16/+91
* Add js defBob Jamison2006-08-301-5/+59
* More binding progress. Fix Node::textContent and child manipulation.Bob Jamison2006-08-305-105/+930
* Fixed my mistake with #ifndef/#else/#endif HAVE_SSLBob Jamison2006-08-301-1/+2
* Start shell. Begin to make prototypes and wrappers.Bob Jamison2006-08-295-20/+325
* added getHaveSSL()daleharvey2006-08-291-0/+2
* better handle startTls() if client not built with sslBob Jamison2006-08-291-1/+3
* better handle startTls() if client not built with sslBob Jamison2006-08-291-13/+9
* better handle startTls() if client not built with sslBob Jamison2006-08-291-6/+13
* Added an #undef for SEVERITY_ERROR, which conflicts with a Win32 macroBob Jamison2006-08-281-0/+5
* Finish method and property tables. Clean up comments.Bob Jamison2006-08-281-476/+911
* allow either forms-based or older method of in-band registrationBob Jamison2006-08-281-5/+11
* relax need for realm on md5 authBob Jamison2006-08-281-2/+3
* Added some set_size_requests to ishmal's cool work so dialogs look nice from theJon Phillips2006-08-284-1/+12
* more property and method table progressBob Jamison2006-08-272-379/+115
* add more property and method tablesBob Jamison2006-08-271-107/+554
* add j-binding filesBob Jamison2006-08-271-0/+2
* provide skeleton wrappers for all DOM core classes. add content laterBob Jamison2006-08-272-29/+3609
* domexception enums should be class scopedBob Jamison2006-08-271-23/+26
* New files. These will be the basis for ECMA-DOM binding using Spidermonkey.Bob Jamison2006-08-273-0/+1429
* Display message to indicate that bitmap tracing has startedJohn Bintz2006-08-261-0/+3
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-2618-110/+114
* Fixed a crash in modifying filter parameters in XML editor.Niko Kiirala2006-08-253-6/+6
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-25103-312/+313
* I peeled back my changes because of some deep error.Jon Phillips2006-08-2514-79/+28