summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Added some set_size_requests to ishmal's cool work so dialogs look nice from theJon Phillips2006-08-284-1/+12
| | | | | beginning... (bzr r1648)
* more property and method table progressBob Jamison2006-08-272-379/+115
| | | (bzr r1647)
* add more property and method tablesBob Jamison2006-08-271-107/+554
| | | (bzr r1646)
* add j-binding filesBob Jamison2006-08-271-0/+2
| | | (bzr r1645)
* provide skeleton wrappers for all DOM core classes. add content laterBob Jamison2006-08-272-29/+3609
| | | (bzr r1644)
* domexception enums should be class scopedBob Jamison2006-08-271-23/+26
| | | (bzr r1643)
* New files. These will be the basis for ECMA-DOM binding using Spidermonkey.Bob Jamison2006-08-273-0/+1429
| | | (bzr r1642)
* Display message to indicate that bitmap tracing has startedJohn Bintz2006-08-261-0/+3
| | | (bzr r1640)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-2618-110/+114
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* Fixed a crash in modifying filter parameters in XML editor.Niko Kiirala2006-08-253-6/+6
| | | | | Fixed filters not appearing, when a file with filters is loaded. (bzr r1638)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-25103-312/+313
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* I peeled back my changes because of some deep error.Jon Phillips2006-08-2514-79/+28
| | | (bzr r1636)
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-2414-28/+79
| | | (bzr r1634)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-23103-313/+312
| | | | | one major janitorial task we identified.... (bzr r1633)
* I added Johan's badass patch for save a copy with the features I requested. Jon Phillips2006-08-229-38/+51
| | | | | Now it all works quite well! Great! (bzr r1630)
* I added a key configuration for this command, changed a variable name and ↵Jon Phillips2006-08-221-3/+3
| | | | | added the patch's author to the AUTHORS file.... (bzr r1629)
* Committed a great patch which adds a Save A Copy menu function. This is the ↵Jon Phillips2006-08-227-15/+51
| | | | | first gloss of this patch...I will add more stuff to it shortly... (bzr r1628)