summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Extension dependency-check now also finds win32 executables if ".exe" is ↵Johan B. C. Engelen2006-09-121-0/+9
| | | | | omitted in inx-file. (bzr r1702)
* fix crash 1544495 when closing a document with mask/clippath: it makes no ↵bulia byak2006-09-121-1/+1
| | | | | sense to emit a release signal _after_ the object is already released (bzr r1701)
* fix crash when a cursor/selection update comes after a display update which ↵bulia byak2006-09-121-4/+12
| | | | | was interrupted with destroying the text context (bzr r1700)
* disconnect mask/ref connections when item is destroyedbulia byak2006-09-122-6/+10
| | | (bzr r1699)
* Updated authors and translators in About box + sorted author names.Johan B. C. Engelen2006-09-121-0/+12
| | | (bzr r1698)
* Enabled forced redraw on nodepath toolJohn Bintz2006-09-061-4/+4
| | | (bzr r1697)
* Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2006-09-069-49/+34
| | | (bzr r1696)
* move rounding spinbuttonbulia byak2006-09-061-11/+11
| | | (bzr r1695)
* Removed spaces from font names in EPS export. Also removed the parentheses ↵Johan B. C. Engelen2006-09-051-5/+8
| | | | | (they were inserted to remove a syntax error due to the spaces) (bzr r1694)
* Fix for now. Probably remove this later, to be deprecated in favor of LSWriterBob Jamison2006-09-052-8/+8
| | | (bzr r1693)
* Massive update for smart pointers. Rework js dom binding to be smarter. ↵Bob Jamison2006-09-0532-6860/+5230
| | | | | Placeholder for dom binding, finish later. (bzr r1692)
* comments for laterMenTaLguY2006-09-051-1/+2
| | | (bzr r1691)
* make calligraphy tool cap rounding work better with nonzero fixityMenTaLguY2006-09-051-9/+42
| | | (bzr r1690)
* work on whiteboarddaleharvey2006-09-042-8/+12
| | | (bzr r1689)
* ensure that final resting position is included in calligraphic strokeMenTaLguY2006-09-041-0/+5
| | | (bzr r1688)
* remove spurious fit_and_split wrapperMenTaLguY2006-09-041-10/+2
| | | (bzr r1687)
* clarify/update dynadraw copyrightMenTaLguY2006-09-041-0/+3
| | | (bzr r1686)
* get default rounding right in calligraphy toolbarMenTaLguY2006-09-041-1/+1
| | | (bzr r1685)
* ignore transform messagesdaleharvey2006-09-044-9/+26
| | | (bzr r1684)
* fix cap rounding default in preferences skeletonMenTaLguY2006-09-041-2/+2
| | | (bzr r1683)
* Force non-interruptible redraws while modifying paths to ensure accurate displayJohn Bintz2006-09-041-0/+4
| | | (bzr r1682)
* Fix race condition where node dragging is not ended after mouse button is ↵John Bintz2006-09-042-9/+17
| | | | | released (bzr r1681)
* added ui for mental's calligraphy tool cap roundingJosh Andler2006-09-041-1/+21
| | | (bzr r1680)
* Force non-interruptible canvas redraws to ensure accurate display while ↵John Bintz2006-09-046-0/+27
| | | | | creating objects (bzr r1679)
* Add ability to force canvas to perform a full, non-interruptible redrawJohn Bintz2006-09-042-2/+37
| | | (bzr r1678)
* quick bug fix to whiteboarddaleharvey2006-09-042-13/+15
| | | (bzr r1677)
* whiteboard working prototypedaleharvey2006-09-0410-52/+212
| | | (bzr r1676)
* add rounded caps to temporary shapes as wellMenTaLguY2006-09-041-0/+5
| | | (bzr r1675)
* reduce epsilon a little bitMenTaLguY2006-09-041-1/+1
| | | (bzr r1674)
* add support for rounded caps with the calligraphy toolMenTaLguY2006-09-043-1/+19
| | | (bzr r1673)
* reduce DYNA_EPSILON further, as artifacts still occur frequently with the ↵MenTaLguY2006-09-031-1/+1
| | | | | smaller setting (bzr r1672)
* increase DYNA_EPSILON in order to reduce calligraphy tool artifactsMenTaLguY2006-09-031-1/+1
| | | (bzr r1671)
* Disable pen events while finishing pen operations to prevent race conditionJohn Bintz2006-09-031-2/+4
| | | (bzr r1670)
* Disable pen event handling during important update operationsJohn Bintz2006-09-032-0/+34
| | | (bzr r1668)
* again rearrange code in ungrab handler so that screen update is as close to ↵bulia byak2006-09-031-23/+27
| | | | | the end as possible, to prevent crash when switching tools during redraw after transform (bzr r1667)
* fix pattern transform when doing object-to-pattern within a transformed groupbulia byak2006-09-031-5/+11
| | | (bzr r1666)
* Undo inadvertent commitBob Jamison2006-09-011-1/+1
| | | (bzr r1665)
* Update to inkboarddaleharvey2006-08-315-16/+91
| | | (bzr r1663)
* Add js defBob Jamison2006-08-301-5/+59
| | | (bzr r1660)
* More binding progress. Fix Node::textContent and child manipulation.Bob Jamison2006-08-305-105/+930
| | | (bzr r1659)
* Fixed my mistake with #ifndef/#else/#endif HAVE_SSLBob Jamison2006-08-301-1/+2
| | | (bzr r1658)
* Start shell. Begin to make prototypes and wrappers.Bob Jamison2006-08-295-20/+325
| | | (bzr r1657)
* added getHaveSSL()daleharvey2006-08-291-0/+2
| | | (bzr r1656)
* better handle startTls() if client not built with sslBob Jamison2006-08-291-1/+3
| | | (bzr r1655)
* better handle startTls() if client not built with sslBob Jamison2006-08-291-13/+9
| | | (bzr r1654)
* better handle startTls() if client not built with sslBob Jamison2006-08-291-6/+13
| | | (bzr r1653)
* Added an #undef for SEVERITY_ERROR, which conflicts with a Win32 macroBob Jamison2006-08-281-0/+5
| | | (bzr r1652)
* Finish method and property tables. Clean up comments.Bob Jamison2006-08-281-476/+911
| | | (bzr r1651)
* allow either forms-based or older method of in-band registrationBob Jamison2006-08-281-5/+11
| | | (bzr r1650)
* relax need for realm on md5 authBob Jamison2006-08-281-2/+3
| | | (bzr r1649)