| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed bug: fixed two of the 'quark > 0' console errors. | Johan B. C. Engelen | 2006-09-30 | 2 | -12/+19 |
| | | | | (bzr r1728) | ||||
| * | FIXED: "Several "** Message: arg" lines every time GUI is started. I think ↵ | Johan B. C. Engelen | 2006-09-29 | 1 | -2/+0 |
| | | | | | | | | this is from the axonometric grid code by Johan Engelen (though I may be wrong)." Sorry, forgot to remove a debugging message. (bzr r1727) | ||||
| * | better (white)spacing | Johan B. C. Engelen | 2006-09-29 | 1 | -1/+1 |
| | | | | (bzr r1726) | ||||
| * | FIXED: "(inkscape:12778): Gtk-CRITICAL **: gtk_misc_set_alignment: | Johan B. C. Engelen | 2006-09-29 | 1 | -1/+1 |
| | | | | | | assertion `GTK_IS_MISC (misc)' failed" when I open the Document Properties." (bzr r1725) | ||||
| * | factor out creation of livarot_path, and make it on-demand so that ↵ | bulia byak | 2006-09-28 | 3 | -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 broken | bulia byak | 2006-09-27 | 1 | -2/+3 |
| | | | | (bzr r1720) | ||||
| * | Added forced redraws to other tools | John Bintz | 2006-09-24 | 7 | -9/+44 |
| | | | | (bzr r1719) | ||||
| * | axonometric grid: angles cannot be larger than 89 degrees. | Johan B. C. Engelen | 2006-09-23 | 1 | -0/+2 |
| | | | | (bzr r1718) | ||||
| * | AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵ | Johan B. C. Engelen | 2006-09-21 | 10 | -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) | ||||
| * | Added support for enumerated types in the UI of Extensions! (all eyes on ↵ | Johan B. C. Engelen | 2006-09-18 | 4 | -1/+289 |
| | | | | | | requester Spike to submit an example extension ! :P) (bzr r1713) | ||||
| * | deleted some incorrect comment of mine. | Johan B. C. Engelen | 2006-09-18 | 1 | -4/+0 |
| | | | | (bzr r1712) | ||||
| * | Changed grid drawing (nit more logical): hlines and vlines are drawn ↵ | Johan B. C. Engelen | 2006-09-17 | 1 | -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. Engelen | 2006-09-17 | 1 | -0/+15 |
| | | | | | | move-cursor. Handy for newcomers :) (bzr r1710) | ||||
| * | My apologies. I just found out I have to modify the makefiles when I add ↵ | Johan B. C. Engelen | 2006-09-14 | 1 | -0/+2 |
| | | | | | | stuff... doh! (bzr r1708) | ||||
| * | Added notebook (tabs) support for Effects. Now you can specify a notebook ↵ | Johan B. C. Engelen | 2006-09-14 | 3 | -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) | ||||
| * | Eek! Copyright message forgotten :( . Can we think up a standard format for ↵ | Johan B. C. Engelen | 2006-09-12 | 1 | -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. Engelen | 2006-09-12 | 1 | -0/+9 |
| | | | | | | omitted in inx-file. (bzr r1702) | ||||
| * | fix crash 1544495 when closing a document with mask/clippath: it makes no ↵ | bulia byak | 2006-09-12 | 1 | -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 byak | 2006-09-12 | 1 | -4/+12 |
| | | | | | | was interrupted with destroying the text context (bzr r1700) | ||||
| * | disconnect mask/ref connections when item is destroyed | bulia byak | 2006-09-12 | 2 | -6/+10 |
| | | | | (bzr r1699) | ||||
| * | Updated authors and translators in About box + sorted author names. | Johan B. C. Engelen | 2006-09-12 | 1 | -0/+12 |
| | | | | (bzr r1698) | ||||
| * | Enabled forced redraw on nodepath tool | John Bintz | 2006-09-06 | 1 | -4/+4 |
| | | | | (bzr r1697) | ||||
| * | Initial reworking of forced redraw to work better with interruptible display | John Bintz | 2006-09-06 | 9 | -49/+34 |
| | | | | (bzr r1696) | ||||
| * | move rounding spinbutton | bulia byak | 2006-09-06 | 1 | -11/+11 |
| | | | | (bzr r1695) | ||||
| * | Removed spaces from font names in EPS export. Also removed the parentheses ↵ | Johan B. C. Engelen | 2006-09-05 | 1 | -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 LSWriter | Bob Jamison | 2006-09-05 | 2 | -8/+8 |
| | | | | (bzr r1693) | ||||
| * | Massive update for smart pointers. Rework js dom binding to be smarter. ↵ | Bob Jamison | 2006-09-05 | 32 | -6860/+5230 |
| | | | | | | Placeholder for dom binding, finish later. (bzr r1692) | ||||
| * | comments for later | MenTaLguY | 2006-09-05 | 1 | -1/+2 |
| | | | | (bzr r1691) | ||||
| * | make calligraphy tool cap rounding work better with nonzero fixity | MenTaLguY | 2006-09-05 | 1 | -9/+42 |
| | | | | (bzr r1690) | ||||
| * | work on whiteboard | daleharvey | 2006-09-04 | 2 | -8/+12 |
| | | | | (bzr r1689) | ||||
| * | ensure that final resting position is included in calligraphic stroke | MenTaLguY | 2006-09-04 | 1 | -0/+5 |
| | | | | (bzr r1688) | ||||
| * | remove spurious fit_and_split wrapper | MenTaLguY | 2006-09-04 | 1 | -10/+2 |
| | | | | (bzr r1687) | ||||
| * | clarify/update dynadraw copyright | MenTaLguY | 2006-09-04 | 1 | -0/+3 |
| | | | | (bzr r1686) | ||||
| * | get default rounding right in calligraphy toolbar | MenTaLguY | 2006-09-04 | 1 | -1/+1 |
| | | | | (bzr r1685) | ||||
| * | ignore transform messages | daleharvey | 2006-09-04 | 4 | -9/+26 |
| | | | | (bzr r1684) | ||||
| * | fix cap rounding default in preferences skeleton | MenTaLguY | 2006-09-04 | 1 | -2/+2 |
| | | | | (bzr r1683) | ||||
| * | Force non-interruptible redraws while modifying paths to ensure accurate display | John Bintz | 2006-09-04 | 1 | -0/+4 |
| | | | | (bzr r1682) | ||||
| * | Fix race condition where node dragging is not ended after mouse button is ↵ | John Bintz | 2006-09-04 | 2 | -9/+17 |
| | | | | | | released (bzr r1681) | ||||
| * | added ui for mental's calligraphy tool cap rounding | Josh Andler | 2006-09-04 | 1 | -1/+21 |
| | | | | (bzr r1680) | ||||
| * | Force non-interruptible canvas redraws to ensure accurate display while ↵ | John Bintz | 2006-09-04 | 6 | -0/+27 |
| | | | | | | creating objects (bzr r1679) | ||||
| * | Add ability to force canvas to perform a full, non-interruptible redraw | John Bintz | 2006-09-04 | 2 | -2/+37 |
| | | | | (bzr r1678) | ||||
| * | quick bug fix to whiteboard | daleharvey | 2006-09-04 | 2 | -13/+15 |
| | | | | (bzr r1677) | ||||
| * | whiteboard working prototype | daleharvey | 2006-09-04 | 10 | -52/+212 |
| | | | | (bzr r1676) | ||||
| * | add rounded caps to temporary shapes as well | MenTaLguY | 2006-09-04 | 1 | -0/+5 |
| | | | | (bzr r1675) | ||||
| * | reduce epsilon a little bit | MenTaLguY | 2006-09-04 | 1 | -1/+1 |
| | | | | (bzr r1674) | ||||
| * | add support for rounded caps with the calligraphy tool | MenTaLguY | 2006-09-04 | 3 | -1/+19 |
| | | | | (bzr r1673) | ||||
| * | reduce DYNA_EPSILON further, as artifacts still occur frequently with the ↵ | MenTaLguY | 2006-09-03 | 1 | -1/+1 |
| | | | | | | smaller setting (bzr r1672) | ||||
| * | increase DYNA_EPSILON in order to reduce calligraphy tool artifacts | MenTaLguY | 2006-09-03 | 1 | -1/+1 |
| | | | | (bzr r1671) | ||||
| * | Disable pen events while finishing pen operations to prevent race condition | John Bintz | 2006-09-03 | 1 | -2/+4 |
| | | | | (bzr r1670) | ||||
| * | Disable pen event handling during important update operations | John Bintz | 2006-09-03 | 2 | -0/+34 |
| | | | | (bzr r1668) | ||||
