Wykres commitów

69 Commity (master)

Autor SHA1 Wiadomość Data
Shoshana Berleant d5089dd60b migrate from optparse to argparse 2023-12-05 14:20:13 -05:00
Windell Oskay 421fee7b7e Move deprecated extensions
No longer supported; worked with the previous version of Hershey Text.
2019-06-20 02:10:37 -07:00
Windell Oskay ce338ad161 Move stretch out of contributed submenu 2019-06-19 19:58:07 -07:00
jed 088aa1052e find . -name *.inx | xargs -n1 -P8 sed -i 's/[ \t]*$//' 2018-09-24 10:44:11 -04:00
Ryan Jarvis 337dfda5b7 small typo fixes 2018-04-04 17:28:16 -07:00
Windell Oskay 39ba8e3fc7 Fix range argument
(Also testing to see if I can successfully commit to a PR.)
2018-04-04 11:23:08 -07:00
Ryan Jarvis 27baff5f26 Fix another missed boolean 2018-04-04 08:58:26 -07:00
Ryan Jarvis 38fb4d409c Fix missed boolean 2018-04-04 08:57:55 -07:00
Ryan Jarvis 51f3ae0d89 Replace `mapPathVertices` with `getPathVertices` 2018-04-03 23:52:21 -07:00
Ryan Jarvis dee342237e Fix getattr() call to get the correct attribute 2018-04-03 23:50:41 -07:00
Ryan Jarvis e7ef2ca616 Fix range() call 2018-04-03 23:48:54 -07:00
Ryan Jarvis 47e2e4023e Remove noop code and some commented out code. 2018-04-02 09:58:10 -07:00
Ryan Jarvis 480cba812a Replace `eval` with `getattr()` 2018-04-02 09:58:10 -07:00
Ryan Jarvis 2d0d2f2b17 Pep8 local variable names. Converted unnecessary typing [float(2) -> 2.0] Rename some shadowed builtins. Convert to .format() from % formatting. Refactored mutable default arguments. Refactored some if statements for speed and readability. 2018-04-02 09:58:10 -07:00
Ryan Jarvis 1ddf046099 Rename some shadowed builtins. Convert to .format() from % formatting. Pep8 local variable names. Refactored mutable default arguments. Refactored some if statements for speed and readability. Added some TODOs for suspected/known issues. Converted unnecessary typing [float(2) -> 2.0] 2018-04-02 09:58:10 -07:00
Ryan Jarvis 4054f1390f Fix an if statement that got combined. Clarify two other if statements 2018-04-02 09:58:10 -07:00
Ryan Jarvis 08666176c9 Ensure Python2.6 compatibility for older Inkscape 2018-04-02 09:58:10 -07:00
Ryan Jarvis 5954117a7c Rename local variables for PEP8. Convert % string formatting to .format(). Convert List comprehension to generator. Simplify if statement. Rename variable family_default -> default_family typo to prevent crashes in the case the font is weird. Removed unnecessary type casting [float(180.0) -> 180.0] 2018-04-02 09:58:10 -07:00
Ryan Jarvis c6224e3ea4 refactor mutable default argument. Simplify if statements. Remove unneccessary type casting (float(1.0) -> 1.0). Rename local variables for PEP8. Remove unused variables. Convert % string formatting to .format() 2018-04-02 09:58:10 -07:00
Ryan Jarvis 4b0ac09354 Minimal formatting. 2018-04-02 09:58:10 -07:00
Ryan Jarvis 8dc1ae9d0e Remove unnecessary type casting [int(0) -> 0], moved docstrings, replaced % with str.format(), Removed commented out code, clarified range() calls. Made sure local variables always have a default value. Pythonic for loop. renamed var that was shadowing buitin [dir -> dir_]. Removed reference to Python 2.4 2018-04-02 09:58:10 -07:00
Ryan Jarvis abfa1f0af9 Rename local varaibles for PEP8. Convert list comprehension to generator. Simplify some if statements. Remove evals and replace with getattrs. Use str.format instead of %. More pythonic for loop. 2018-04-02 09:58:10 -07:00
Ryan Jarvis e5c5477253 Convert tab indents to spaces. 2018-03-29 21:45:11 -07:00
Ryan Jarvis e98ed3a91e Add back in hersheydata import for evals 2018-03-29 21:22:02 -07:00
Ryan Jarvis 08f44979f4 PEP8, Make consistent whitespace (mix of tabs/spaces -> tabs), Prevent name space clobbering i.e. import * 2018-03-29 14:39:43 -07:00
Windell Oskay e61a2fe496 Add additional fonts 2016-07-07 10:55:08 -07:00
Windell Oskay fa51230cee Fix poor handling of ampersand
Close issue #43
2016-04-13 11:24:10 -07:00
Windell Oskay 519291316f Move hatch fill out of "contributed" directory 2016-03-17 23:43:45 -07:00
Windell Oskay 6c01a5976a Hatch: Correct bug with nonzero gap length, add live preview.
Close #32
2016-01-08 09:45:51 -08:00
Windell Oskay 6176e2b708 Update contributed extensions for Inkscape 0.91
See 0.91 release notes:
http://wiki.inkscape.org/wiki/index.php/Release_notes/0.91
2015-01-30 15:44:31 -08:00
Windell Oskay 9438b2e614 Update eggbot_hatch INX file, to fix XML issue
https://code.google.com/p/eggbotcode/issues/detail?id=85
2014-12-15 09:56:44 -08:00
Windell Oskay 832ce0fd30 Remove bad spacing elements in XML
Closes #13
2014-12-15 04:05:01 -08:00
Windell Oskay d3fff06314 Update & reorganize 2014-12-15 02:51:16 -08:00
newman.daniel1 8164514dec Windell's hatch tolerance; Dan's min hatch length and gap length
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@234 72233254-1b6c-9e9c-5072-401df62706fb
2012-06-29 03:36:07 +00:00
windelloskay fea3cb351a added Hershey Text extension for Inkscape, to the inkscape_contributed directory.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@219 72233254-1b6c-9e9c-5072-401df62706fb
2011-06-12 22:00:56 +00:00
newman.daniel1 6c796f4928 Typo correction
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@216 72233254-1b6c-9e9c-5072-401df62706fb
2011-05-27 17:38:51 +00:00
newman.daniel1 9deade1a1e Bug fix (mispelled variable name when flipping); comment cleanup; add'l error checking
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@215 72233254-1b6c-9e9c-5072-401df62706fb
2011-05-27 17:38:36 +00:00
newman.daniel1 997ff05696 Initial checkin
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@214 72233254-1b6c-9e9c-5072-401df62706fb
2011-05-27 00:09:43 +00:00
newman.daniel1 ce0c5525e3 Change default spacing from 8 to 6 which seems to work best for some folks who have experimented quite a bit and been met with good results
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@212 72233254-1b6c-9e9c-5072-401df62706fb
2011-05-01 14:32:28 +00:00
newman.daniel1 f2fe8fa355 Changes to make the gui menu shorter in height
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@211 72233254-1b6c-9e9c-5072-401df62706fb
2011-05-01 02:00:53 +00:00
newman.daniel1 916f991b13 Change wraps from 9 to 8.5; gives a nicer inter-line spacing to the example text (kid safe egg jokes).
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@210 72233254-1b6c-9e9c-5072-401df62706fb
2011-04-29 04:05:18 +00:00
newman.daniel1 094fe6443a Initial checkin: new contributed extension to render passages of text in a spiral which wraps multiple times around an egg. Also allows for some primitive text markup.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@209 72233254-1b6c-9e9c-5072-401df62706fb
2011-04-28 22:55:39 +00:00
newman.daniel1 01b1be881f Issue 41: change the plotting algorithm to be less demanding of plotting precision. Also changed page height to 800 pixels from 1000, and draw the ending cell rectangle after the solution path. (Previously, it would draw the starting and ending cell rectangles and then go back to the starting cell to draw the solution and then end at the ending cell at the end of the solution path.)
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@207 72233254-1b6c-9e9c-5072-401df62706fb
2011-04-27 20:00:40 +00:00
newman.daniel1 9784324059 Remove from repo in preference to Windell's Hershey Text extension
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@201 72233254-1b6c-9e9c-5072-401df62706fb
2011-02-10 18:29:15 +00:00
newman.daniel1 e85bdd4590 Update comment before yanking from repo
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@200 72233254-1b6c-9e9c-5072-401df62706fb
2011-02-10 18:26:47 +00:00
matthew.beckler@gmail.com ce7d223d26 fixed a future-proof warning, converting 'if not node:' to 'if node is None:' to match the style of the other function. Should not affect functionality of the extension, but simply make the warning message go away.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@198 72233254-1b6c-9e9c-5072-401df62706fb
2011-01-24 16:54:26 +00:00
newman.daniel1 635f15ad68 Initial checkin: extension to do Eggbot-centric fixups on the Machine Tool family of fonts
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@197 72233254-1b6c-9e9c-5072-401df62706fb
2011-01-19 19:19:06 +00:00
newman.daniel1 b7a13c52ec Fix issue with twisting a circle/ellipse
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@195 72233254-1b6c-9e9c-5072-401df62706fb
2010-12-24 16:34:34 +00:00
windelloskay db76228497 make it so that python no longer throws a warning on _if object_ type statements.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@193 72233254-1b6c-9e9c-5072-401df62706fb
2010-12-24 11:15:15 +00:00
windelloskay 8d35fc8463 update stretch .inx file (again)
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@191 72233254-1b6c-9e9c-5072-401df62706fb
2010-12-24 08:05:45 +00:00