| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Created new Arrange submenu for effects extensions | Alexandre Prokoudine | 2008-04-17 | 1 | -1/+1 | |
| | | | | (bzr r5463) | |||||
| * | added Restack extension from Rob Antonishen | Alexandre Prokoudine | 2008-04-17 | 3 | -0/+167 | |
| | | | | (bzr r5462) | |||||
| * | Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also ↵ | Marcin Floryan | 2008-04-15 | 2 | -4/+4 | |
| | | | | | | implements max_length attribute for string parameters in inx files. (bzr r5450) | |||||
| * | Several different i18n issues fixed following report from a_b (adresses bug ↵ | Marcin Floryan | 2008-04-12 | 1 | -8/+6 | |
| | | | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412) | |||||
| * | Fixed Makefile following earlier commit (removed and added relevant .py files) | Marcin Floryan | 2008-04-09 | 1 | -8/+1 | |
| | | | | (bzr r5391) | |||||
| * | Following this thread: ↵ | Marcin Floryan | 2008-04-09 | 17 | -130/+42 | |
| | | | | | | http://www.nabble.com/Extension-parameters-td9064285.html#a9064285 cleaned up python webbrowser_* scripts by replacing with one generic launch_webbrowser.py. This required a bit of work with extensions to handle hidden GUI parameters better. URLs are now in the inkscape_help_*.inx files. (bzr r5390) | |||||
| * | commit patch for LaTeX extension. fixes bug #195052 | Johan B. C. Engelen | 2008-04-08 | 1 | -4/+6 | |
| | | | | (bzr r5388) | |||||
| * | delete remaining .cvsignore files | Adib Taraben | 2008-04-01 | 2 | -4/+0 | |
| | | | | (bzr r5299) | |||||
| * | svn propset svn:eol-style native *.inx | Peter Moulder | 2008-03-29 | 33 | -586/+586 | |
| | | | | (bzr r5229) | |||||
| * | svn propset svn:eol-style native *.py | Peter Moulder | 2008-03-29 | 43 | -3107/+3107 | |
| | | | | (bzr r5228) | |||||
| * | patch from bug 207362 | bulia byak | 2008-03-27 | 1 | -1/+1 | |
| | | | | (bzr r5202) | |||||
| * | remove the inkscape-shadow hack as no longer needed | bulia byak | 2008-03-26 | 4 | -14/+6 | |
| | | | | (bzr r5196) | |||||
| * | updated patch from Alvin Penner | Aaron Spike | 2008-03-20 | 1 | -1/+7 | |
| | | | | (bzr r5126) | |||||
| * | Added new extension: Alphabet Soup | Joel Holdsworth | 2008-03-18 | 77 | -0/+1894 | |
| | | | | (bzr r5118) | |||||
| * | patch by sas from Bug #199922: speeds up dxf output | Aaron Spike | 2008-03-09 | 1 | -3/+3 | |
| | | | | (bzr r5011) | |||||
| * | committing patch from Alvin Penner to satisfy Bug #192923 | Aaron Spike | 2008-03-09 | 3 | -17/+663 | |
| | | | | | | | | | made a few changes from his patch. converted dxf_outlines.dxf in to a python module with strings because looping over lines in the DXF file looked fragile. We need get someone to test this with RoboMaster to make sure the output still works properly. (bzr r5010) | |||||
| * | fix improper attribute name | Aaron Spike | 2008-03-06 | 1 | -1/+1 | |
| | | | | (bzr r4974) | |||||
| * | fix 198404 | bulia byak | 2008-03-05 | 1 | -1/+1 | |
| | | | | (bzr r4969) | |||||
| * | Fixed whitespace after backslash at end of line | Jon A. Cruz | 2008-03-04 | 1 | -1/+1 | |
| | | | | (bzr r4948) | |||||
| * | New extension to convert text to braille | Felipe Corr??a da Silva Sanches | 2008-03-04 | 3 | -0/+62 | |
| | | | | (bzr r4947) | |||||
| * | r18220@shi: ted | 2008-02-29 13:18:55 -0800 | Ted Gould | 2008-02-29 | 3 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Okay, sadly I'm not keeping the version history because I'm not convenced that SVK will do it right. One mega-patch, but that's life. Reshuffle the exection-env and prefdialog code so that the state machines aren't intertwines, which fixes a whole host of bugs with them. I think the behavior is correct now. Make it so that the effects can count how many preferences they have to determine if the dialog should be shown (fix above). Once this code was written it was easy to make it show an ellipsis on the verb if there is a dialog or not. This involved removing ellipsis from those effects that had it hard coded. Make it so that the parameters know that their command line options are going into a list. They don't have to acknowledge it, but they can, and specifically notebook does and handles it differently. This should fix the notebooks on Win32, but doesn't apparently completely. Change the script extension on windows to use pythonw instead of python so that the command line doesn't appear all the time. (bzr r4908) | |||||
| * | port from 0.46 branch, bringing UC reuse for better file format support | Alexandre Prokoudine | 2008-02-29 | 1 | -2/+3 | |
| | | | | (bzr r4903) | |||||
| * | added extensions for importing various Corel DRAW file formats and CGM files ↵ | Alexandre Prokoudine | 2008-02-26 | 6 | -0/+80 | |
| | | | | | | -- all using UniConvertor (bzr r4866) | |||||
| * | Fixed some extensions (.inx files) to cater for localization better and ↵ | Marcin Floryan | 2008-02-26 | 3 | -7/+7 | |
| | | | | | | added two missing files to po/POTFILES.in (bzr r4859) | |||||
| * | Added pathscatter effect + slight modif of simpletransform... to compute ↵ | JF Barraud | 2008-02-23 | 4 | -2/+312 | |
| | | | | | | bbox of rects!! (bzr r4835) | |||||
| * | Corrected CDR Import version numbers | Marcin Floryan | 2008-02-22 | 1 | -2/+2 | |
| | | | | (bzr r4825) | |||||
| * | Mark "description" as translatable (addresses #194000) | Marcin Floryan | 2008-02-21 | 1 | -1/+1 | |
| | | | | (bzr r4808) | |||||
| * | Attempt fix for Bug #178022 | Aaron Spike | 2008-02-21 | 11 | -22/+22 | |
| | | | | | | | | | Evidently somewhere between versions 1.3.6 and 2.0 lxml began requiring that parameters passed to the Element.xpath() be keyword arguments (positional arguments had been allowed). Best guess places this at "2.0alpha6 (2007-12-19)" based upon the lxml Changelog. This fix appears to be backward compatible. Please test. (bzr r4797) | |||||
| * | Finish post lxml fixup | Aaron Spike | 2008-02-21 | 1 | -11/+11 | |
| | | | | (bzr r4796) | |||||
| * | marked help message for translation | Alexandre Prokoudine | 2008-02-18 | 1 | -1/+1 | |
| | | | | (bzr r4763) | |||||
| * | added Dimensions extension as approved by Bryce | Alexandre Prokoudine | 2008-02-11 | 3 | -0/+163 | |
| | | | | (bzr r4709) | |||||
| * | Update scriptfu from siod to tinyscheme | Aaron Spike | 2008-02-11 | 1 | -10/+11 | |
| | | | | | | | I think this is a complete fix for the script but I can't tell because inkscape crashes. Intercepting the temporary file the script creates I get a complete layered xcf! (bzr r4703) | |||||
| * | Partial fix | Aaron Spike | 2008-02-10 | 1 | -38/+23 | |
| | | | | | | | | | This extension is currently broken and as it stands will be removed from 0.46 I'm committing this partial fix which updates the syntax for lxml anyway Additional fixes will probably be required because as it stands this script crashes inkscape for me (bzr r4696) | |||||
| * | Partial fix | Aaron Spike | 2008-02-10 | 1 | -7/+7 | |
| | | | | | | | | | This effect is currently broken and stands to be removed from the 0.46 release I'm committing this partial fix, which updates the script for lxml anyway The next stage will require updating the script-fu portion of the script to operate with newer gimps (would be great if it could work with new and old!) (bzr r4695) | |||||
| * | Make options in perfect bound cover generator translatable | John Bintz | 2008-02-10 | 2 | -17/+17 | |
| | | | | (bzr r4694) | |||||
| * | repositioned Lorem Ipsum extension (Render -> Text submenu) | Alexandre Prokoudine | 2008-02-08 | 1 | -2/+2 | |
| | | | | (bzr r4683) | |||||
| * | patch 189924 | bulia byak | 2008-02-08 | 1 | -7/+12 | |
| | | | | (bzr r4682) | |||||
| * | Patch from Tom Davidson to add a check for absref tag before deleting it | Bryce Harrington | 2008-02-07 | 1 | -1/+2 | |
| | | | | | | (Closes LP: #169104) (bzr r4675) | |||||
| * | Patch from Tom Davidson to restrict the min value of the param to 0.1 | Bryce Harrington | 2008-02-07 | 1 | -1/+1 | |
| | | | | | | px. (Closes LP: #189827) (bzr r4674) | |||||
| * | updated to include simpletransform.py and rubberstretch.inx | JF Barraud | 2008-02-04 | 1 | -0/+2 | |
| | | | | (bzr r4651) | |||||
| * | try to preserve layers, strip top-level switch and foreignObject | bulia byak | 2008-02-01 | 1 | -1/+12 | |
| | | | | (bzr r4631) | |||||
| * | a bunch of small changes to provide a user readable explanation of filters | Alexandre Prokoudine | 2008-01-31 | 2 | -4/+4 | |
| | | | | (bzr r4624) | |||||
| * | A bunch of i18n-related issues fixed, ru.po slightly updated. Please do not ↵ | Alexandre Prokoudine | 2008-01-30 | 1 | -0/+17 | |
| | | | | | | forget committing accompanying .inx files, guys ;-) (bzr r4620) | |||||
| * | Update JF Barraud scripts to work with actual SVN see ↵ | popolon.org | 2008-01-29 | 5 | -215/+308 | |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/182832 (interpolate is not modified, and new scatter scripts not added) (bzr r4613) | |||||
| * | Never add two namespaces | Aaron Spike | 2008-01-25 | 1 | -1/+1 | |
| | | | | | | possible fix for [Bug 179770] (bzr r4589) | |||||
| * | whitespace | Bryce Harrington | 2008-01-19 | 1 | -1/+1 | |
| | | | | (bzr r4560) | |||||
| * | Made the inside/outside radio buttons in the Spirograph extension inx ↵ | Joel Holdsworth | 2008-01-18 | 1 | -5/+5 | |
| | | | | | | translatable (bzr r4556) | |||||
| * | use threads to open browser without locking inkscape | Felipe Corr??a da Silva Sanches | 2008-01-18 | 8 | -16/+106 | |
| | | | | (bzr r4547) | |||||
| * | added "Ask Us a Question" to the Help menu linking to ↵ | Felipe Corr??a da Silva Sanches | 2008-01-18 | 3 | -0/+17 | |
| | | | | | | http://answers.launchpad.net/inkscape/+addquestion (bzr r4546) | |||||
| * | Adding additional directions for installing script pre-requisites | Bryce Harrington | 2008-01-13 | 1 | -1/+1 | |
| | | | | (bzr r4473) | |||||
