summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* rename, move to render submenu, make it always start with lorem ipsumbulia byak2006-09-032-10/+18
| | | (bzr r1669)
* 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)
* Updated Dutch translation of user interface.cwebb2006-09-011-3735/+2644
| | | (bzr r1664)
* Update to inkboarddaleharvey2006-08-315-16/+91
| | | (bzr r1663)
* Removing wrong plural forms from ja.po file to prevent fatal errors reported cwebb2006-08-311-21/+6
| | | | | by pbhj at alicious dot com at -devel mailing list. (bzr r1662)
* Updated Galician translation (gl.po file) by Leandro Regueirocwebb2006-08-301-3609/+2731
| | | (bzr r1661)
* 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)
* Added key bindings that optimize the layout for drawing on a tablet with the ↵John Bintz2006-08-262-1/+551
| | | | | right hand (bzr r1641)
* 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)
* Added author of a patchJon Phillips2006-08-241-1/+1
| | | (bzr r1635)
* 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-23104-313/+313
| | | | | one major janitorial task we identified.... (bzr r1633)
* Updated his name and copyright info...Jon Phillips2006-08-232-4/+7
| | | (bzr r1632)
* I committed the pig latin patch and had to figure out how to do naming...Jon Phillips2006-08-233-3/+10814
| | | (bzr r1631)
* 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-224-3/+10
| | | | | 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-228-15/+52
| | | | | first gloss of this patch...I will add more stuff to it shortly... (bzr r1628)
* I renamed the adobe-illustrator-cs2.xml and macromedia-freehand-mx.xml to betterJon Phillips2006-08-213-2/+2
| | | | | | | align with having the actual version the keybindings match to. The same shoudl really be done for xara as well. This is committing of a patch by Alan Horkan and Alexandre Prokoudine (bzr r1627)
* Added adobe illustrator cs keybindings..Jon Phillips2006-08-212-1/+245
| | | (bzr r1626)
* Added the patch for macromedia-freehand.xml key preferences...needs testingJon Phillips2006-08-212-1/+440
| | | (bzr r1625)