summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* New Slovenian translation. Closes 1559630.Colin Marquardt2006-09-282-0/+181
| | | (bzr r1724)
* Translation updates, closing 1562347 and 1564687.Colin Marquardt2006-09-282-3970/+2790
| | | (bzr r1723)
* Translation update, closes 1566115.Colin Marquardt2006-09-281-703/+231
| | | (bzr r1722)
* factor out creation of livarot_path, and make it on-demand so that ↵bulia byak2006-09-283-24/+23
| | | | | update_repr does not need to do it after screen update (potentially fixing a crash) (bzr r1721)
* fix bug in my previous commit: updating rotation centers was brokenbulia byak2006-09-271-2/+3
| | | (bzr r1720)
* Added forced redraws to other toolsJohn Bintz2006-09-247-9/+44
| | | (bzr r1719)
* axonometric grid: angles cannot be larger than 89 degrees.Johan B. C. Engelen2006-09-231-0/+2
| | | (bzr r1718)
* Update of Portuguese translationcwebb2006-09-221-5173/+5209
| | | (bzr r1717)
* AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵Johan B. C. Engelen2006-09-2110-21/+642
| | | | | diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :) (bzr r1716)
* 1) Updated da, tr, sl and es translation to versions in patch trackercwebb2006-09-2049-38235/+41213
| | | | | 2) Updating all translations to current strings (bzr r1715)
* A simple developer example for using enumerated parameters in Extensions.Johan B. C. Engelen2006-09-191-0/+18
| | | (bzr r1714)
* Added support for enumerated types in the UI of Extensions! (all eyes on ↵Johan B. C. Engelen2006-09-184-1/+289
| | | | | requester Spike to submit an example extension ! :P) (bzr r1713)
* deleted some incorrect comment of mine.Johan B. C. Engelen2006-09-181-4/+0
| | | (bzr r1712)
* Changed grid drawing (nit more logical): hlines and vlines are drawn ↵Johan B. C. Engelen2006-09-171-14/+11
| | | | | completely independent (removed nested for-loops). (bzr r1711)
* When an object is selected and Alt is pressed: now the cursor changes to the ↵Johan B. C. Engelen2006-09-171-0/+15
| | | | | move-cursor. Handy for newcomers :) (bzr r1710)
* Fixed bug causing crash when derivative field was not edited. TODO: do a ↵Johan B. C. Engelen2006-09-151-1/+1
| | | | | check in ParamString so it won't crash. (bzr r1709)
* My apologies. I just found out I have to modify the makefiles when I add ↵Johan B. C. Engelen2006-09-142-1/+5
| | | | | stuff... doh! (bzr r1708)
* Renamed effect and made an extended "Function Plotter". Kind of an excuse to ↵Johan B. C. Engelen2006-09-143-1/+198
| | | | | showcase the 'notebook' parameter type i added. (bzr r1707)
* Added notebook (tabs) support for Effects. Now you can specify a notebook ↵Johan B. C. Engelen2006-09-143-2/+506
| | | | | parameter in the .inx file, and create pages. Will commit a new effect that uses this, so there will be an example. (bzr r1706)
* Adding GPL palatte file export from patches.Joshua L. Blocher2006-09-134-0/+246
| | | (bzr r1705)
* adding optional minidomAaron Spike2006-09-131-2/+7
| | | (bzr r1704)
* Eek! Copyright message forgotten :( . Can we think up a standard format for ↵Johan B. C. Engelen2006-09-121-2/+3
| | | | | specifying copyrights and/or automate this in SVN? (bzr r1703)
* 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-122-4/+17
| | | (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)