107e00c8104649437b9520d0ba298dba659e7cd7 |
|
16-Mar-2016 |
JazzyNico <nicoduf@yahoo.fr> |
[Bug #1545726] Incorrect FSF address in many extension files. |
3a73dfd143fd2dc5abdc4757dcd8f15bc391fe7d |
|
13-Sep-2015 |
Sebastian Wüst <sebi@timewaster.de> |
Extensions: changed wording for tool offset correction |
5467796eae5fdb074a83cfa86c9ca4c7f7373113 |
|
10-Apr-2015 |
Sebastian Wüst <sebi@timewaster.de> |
Fixes bug #1409568: added possibility to use multiple pens (when using pen plotters, cutting plotters ignore it) via marking layers with pen information |
00b855fb5f564860f60b54b55af7e53d51a7b069 |
|
20-Mar-2014 |
Sebastian Wüst <sebi@timewaster.de> |
fixed regression in hpgl export |
c522aa2d433cedd1a43132de33943c1cc3939564 |
|
02-Mar-2014 |
Sebastian Wüst <sebi@timewaster.de> |
cleanup |
13d234a753a7a47bbff357781b823ba61c663150 |
|
02-Mar-2014 |
Sebastian Wüst <sebi@timewaster.de> |
removed unnecessary features |
ca994f8c108648e5d3046901a54beafc21d98d6a |
|
02-Feb-2014 |
Sebastian Wüst <sebi@timewaster.de> |
added parameter to switch off auto alignment for engraving machines |
b584ec166ed0f23e1460e3ad88e8a2511ad85975 |
|
26-Dec-2013 |
Sebastian Wüst <sebi@timewaster.de> |
added force and speed options and support for KNK Zing plotters |
678dbf4b287cee5ba0d0793e8e8eadefd9342153 |
|
15-Dec-2013 |
Sebastian Wüst <sebi@timewaster.de> |
added show debug info option, small text changes |
3719968dadf991b82dda39dfb85291a1c8114a43 |
|
12-Nov-2013 |
Sebastian Wüst <sebi@timewaster.de> |
removed recursion to avoid problems on big documents |
7cc5285e0a99d8e121e75abfdfea3474dcd6a86d |
|
10-Nov-2013 |
Sebastian Wüst <sebi@timewaster.de> |
fixed and optimized pyserial usage, added dmpl support, small stuff |
d439d2a24c961d52ec54f2d7952abb46d53b2481 |
|
03-Nov-2013 |
Sebastian Wüst <sebi@timewaster.de> |
added more todos |
5051b59af15dfa3ae44b4bf4f10981649d37ff0e |
|
03-Nov-2013 |
Sebastian Wüst <sebi@timewaster.de> |
better PEP 8 compatibility |
3626239912f1d2e7effe313bd1fab54e10364f09 |
|
25-Oct-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix unit handling of all python extensions. did not test with all extensions |
46a5d7d8d187d5629645fbc88de69f8f5f11bba5 |
|
19-Oct-2013 |
Sebastian Wüst <sebi@timewaster.de> |
finished tool offset correction; optimized hpgl data; fixed texts, small bugs, parameters; added flow control parameter; and more |
933dce1d63c0de5b9b9323e3c6ac3ed6fc50c342 |
|
03-Oct-2013 |
Sebastian Wüst <sebi@timewaster.de> |
parser can now work with multiple pens, better exception handling |
25846d280798ce777bc2cee60a5fc93a22ea7b12 |
|
27-Jul-2013 |
Sebastian Wüst <sebi@timewaster.de> |
small changes + fixes |
d3d7dd45809e0c1f615087a913a1cf801430d9f3 |
|
15-Jul-2013 |
Sebastian Wüst <sebi@timewaster.de> |
minor stuff |
e14d7fda9f0435589c1b746712334dd5b37faf09 |
|
14-Jul-2013 |
Sebastian Wüst <sebi@timewaster.de> |
changed all quotes to single quotes except for translations |
5bf6bf536c7233edb2913dbc4102e946a88c9851 |
|
14-Jul-2013 |
Sebastian Wüst <sebi@timewaster.de> |
changed how encoder passes errors |
7eeb834ef21e18fe242fcc0b7ab161daa31bb0fc |
|
14-Jul-2013 |
Sebastian Wüst <sebi@timewaster.de> |
changed how decoder is called and errors are passed |
86776d459a74b8432bbeee60fe796db6403afe7e |
|
13-Jul-2013 |
Sebastian Wüst <sebi@timewaster.de> |
moved main hpgl processing to new classes, moved plotter control to a extension dialog |
fb3047e8f36ad1bfeffca7b1e233967ca9d3a66d |
|
17-Mar-2013 |
apenner <penner@vaxxine.com> |
extensions. hpgl output. further patch 2 by TimeWaster (Bug 1118663) |
c902a1546edbbe3fa12e1488726dee8718afc317 |
|
04-Mar-2013 |
apenner <penner@vaxxine.com> |
extensions. hpgl output. further patch by TimeWaster (Bug 1118663) |
405210bcba3f03624d5cbfaa76087005566d28fc |
|
13-Feb-2013 |
apenner <penner@vaxxine.com> |
extensions. hpgl output. patch by TimeWaster for Bug 1118663 |
b93ce4197e7f5026a1c8deeb79cbd00aa3f86d91 |
|
21-Nov-2011 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Fix for bug #887539 (Permissions and #! in extension scripts need fixing). |
a4030d5ca449e7e384bc699cd249ee704faaeab0 |
|
17-Nov-2010 |
Chris Morgan <chris.morganiser@gmail.com> |
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").
Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99
That's my geekiest commit yet. |
e4c3132f5a1dedfe87b7fbfd3b7587a0172d9f92 |
|
04-Sep-2010 |
Alvin Penner <penner@vaxxine.com> |
make hpgl document height compatible with dxf (Bug 487052) |
6996a9b61771d87e48ce4291d6dcec0b95c54174 |
|
05-Aug-2010 |
Alvin Penner <penner@vaxxine.com> |
support for transform elements in hpgl (Bug 600472) |
96883e73b981a969bce37a6a1fc12021799b820e |
|
31-Mar-2010 |
Alvin Penner <penner@vaxxine.com> |
adjustable hpgl scaling and pen number |
a8071755efc8936638f90279b6745bb7e54ff4f2 |
|
03-Jul-2009 |
alvinpenner <alvinpenner@users.sourceforge.net> |
compensate for document height |
b8b2f3d17ea043cffe911a0290a0a275ebba402c |
|
02-Jul-2009 |
alvinpenner <alvinpenner@users.sourceforge.net> |
modified version of fix by Preben S for LP bug 391923 |
83aaf46c9feab529aeb9add871c05c3d1177afcc |
|
13-Apr-2009 |
aurium <aurium@users.sourceforge.net> |
more basic test files and basic effect corrections |
4fe67f94f765d19a2c1c94e455ddecb166da30dd |
|
07-Apr-2009 |
pjrm <pjrm@users.sourceforge.net> |
noop: In share/extensions: svn propset svn:eol-style native *.py *.inx
In four cases, there were a mix of end-of-line styles. |
90a3966dd44e306d23febc15ebd65cde07d7a4dd |
|
11-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merging from trunk |
e0f8c7119a43773d56c2c4e8236855311409f1de |
|
05-Jun-2008 |
prokoudine <prokoudine@users.sourceforge.net> |
added HPGL export extension, courtesy of Aaron Spike |