summaryrefslogtreecommitdiffstats
path: root/AUTHORS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some anti-aliasingPatrick Storz2019-03-311-0/+1
|
* lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵schwieni2019-03-251-0/+1
| | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file.
* Print: Match document size against known paper sizesPatrick McDermott2018-05-201-0/+1
| | | | | | | | | | | Custom paper sizes work with some printer drivers but not others. EPSON's ESC/P-R CUPS driver for example scales a custom-sized document to ISO A4. (It apparently used to just bail on unknown page sizes.) Matching the document size against a known paper size in Inkscape prevents the driver from scaling to the wrong paper size. Fixes an issue discussed in comments 3, 4, 5, and 6 of <https://bugs.launchpad.net/inkscape/+bug/630635>.
* Removed author on requestMartin Owens2017-10-191-1/+0
|
* [Bug #1537497] Icon preview doesn't render background.tghs2017-01-251-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1537497 (bzr r15446)
* [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling.sandra-snan2016-10-081-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155)
* Merged trunkAdrian Boguszewski2016-07-111-0/+3
|\ | | | | (bzr r14954.1.18)
| * Fixed locales.Sebastian Faubel2016-07-041-0/+2
|/ | | (bzr r15002.1.2)
* Remove Maren from AUTHORS (on request) and add nicecharts from upstream ↵Martin Owens2016-02-271-1/+0
| | | | | where it was abandoned (bzr r14672)
* cmake: Generate inkscape man pages for supported languagesBryce Harrington2016-01-151-1/+0
| | | | | | | | | | | | | | | | | | This effectively ports the previous autoconf logic for generating the inkscape man page and its translations, but with a few alterations: - Input pod files are named .in to be consistent with other build system *.in files. - Use cmake's stock configure_file() command for substituting template parameters instead of the perl regex we'd been using before. Currently this is only used for inserting the contents of the AUTHORS file. This command uses a shell-style syntax for parameters instead of the template-toolkit style syntax that had been used previously. - Use pod2man's standard options for setting header/footer strings instead of post-processing them in using sed. (bzr r14579)
* AlphabetizeBryce Harrington2015-06-291-2/+3
| | | (bzr r14222)
* AUTHORS: Add maren and brynnBryce Harrington2015-06-271-0/+2
| | | (bzr r14221)
* Just reread the entire diff against trunk. Given the diff size, i must have ↵Marc Jeanmougin2015-04-261-0/+1
| | | | | | | | | | forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) (bzr r13922.1.15)
* =Update AUTHORS file.Josh Andler2014-05-121-1/+8
| | | (bzr r13368)
* Merge from trunk.Matthew Petroff2013-07-301-0/+1
|\ | | | | (bzr r12380.1.51)
| * Added my name to the AUTHORS file.Christoffer Holmstedt2013-07-181-0/+1
| | | | | | (bzr r12426)
* | Added copyright header and name to AUTHORS.Matthew Petroff2013-07-171-0/+1
|/ | | (bzr r12380.1.13)
* Fix my own mis-credit and some symbols labelsMartin Owens2013-06-171-1/+1
| | | (bzr r12380)
* add myself to AUTHORSIvan Mas??r2012-09-171-0/+1
| | | (bzr r11669)
* Authors updateJosh Andler2012-08-171-0/+1
| | | (bzr r11610)
* Add missing files and add Daniel Wagenaar to AuthorsJosh Andler2012-07-231-0/+1
| | | (bzr r11568)
* Fix wrong placement in authorsJosh Andler2012-02-131-1/+1
| | | (bzr r10968)
* Update authors fileJosh Andler2012-02-131-2/+12
| | | (bzr r10967)
* credits updateKris De Gussem2011-12-111-0/+1
| | | (bzr r10766.1.4)
* Filters: labels consistency fix.Nicolas Dufour2011-04-011-2/+1
| | | | | | Translations: inkscape.pot and French translation update. Constributors: authors and translators lists update. (bzr r10140)
* Translations. French translation minor update.Nicolas Dufour2011-02-021-0/+2
| | | | | Contributors. Authors and translators lists update. (bzr r10024)
* Guillotine Extension: Craig Marshall2010-09-261-0/+1
| | | | | | | | | Change output message to give full pathnames of output files Fix blank image name crash/bug Clean up whitespace Also - added my name to authors file (bzr r9790)
* Adding JessyInk 1.5.1 extension set by Hannes HochreinerJosh Andler2010-06-041-0/+1
| | | (bzr r9478)
* Finally add myself to AUTHORS file as test of using Bazaar.Tavmjong Bah2010-04-141-0/+1
| | | (bzr r9326.1.1)
* add Martin Sucha to AUTHORSJosh Andler2010-04-011-0/+1
| | | (bzr r9266)
* Patch by Alex Leone to fix crash with recursive masks from 190130, I also ↵Josh Andler2010-01-091-0/+1
| | | | | added him to AUTHORS (bzr r8959)
* adding 'inductiveload' to AUTHORSAlvin Penner2009-12-311-0/+1
| | | (bzr r8931)
* Spray Tool by the students at Ecole Centrale de Lyon, Lyon, FranceJosh Andler2009-11-301-0/+7
| | | (bzr r8851)
* time to enter in the team!Aur??lio A. Heckert2009-10-051-0/+1
| | | (bzr r8726)
* adding Aurelio HeckertFelipe Corr??a da Silva Sanches2009-05-211-0/+1
| | | (bzr r7912)
* Remove trailing spaces in AUTHORS to ease sed processing.Krzysztof Kosi??ski2009-02-211-1/+1
| | | (bzr r7343)
* added Ivan Louette to the list of AUTHORS for his contribution with SVG FiltersAlexandre Prokoudine2009-02-111-0/+1
| | | (bzr r7269)
* updated Tango icon set from JesusdaAlexandre Prokoudine2009-01-121-1/+3
| | | | | added Jesusda and Michael Grosberg to the list of contributors (bzr r7121)
* added Guides Creator extension by Jonas Termeau (LP300877)Alexandre Prokoudine2008-11-221-0/+1
| | | (bzr r6892)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-0/+6
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-0/+1
| | | (bzr r6884)
* adding my name as per discussions with Aaron SpikeAlvin Penner2008-08-231-0/+1
| | | (bzr r6711)
* Added the French students that implemented LPE Stacking, the Envelope LPE, ↵Josh Andler2008-05-311-1/+7
| | | | | and Lattice LPE. (bzr r5772)
* added Marcin Floryan, made Gail's second name match new reality :)Alexandre Prokoudine2008-03-031-1/+2
| | | (bzr r4942)
* Add jfb to Authorspopolon.org2008-01-291-0/+1
| | | (bzr r4614)
* just corrected my name which Bryce added. woohoo I'm in AUTHORS ;)JiHO2008-01-161-1/+1
| | | (bzr r4518)
* Adding jo Irisson for all his work on the Mac portBryce Harrington2008-01-161-0/+1
| | | (bzr r4512)
* M AUTHORSJoel Holdsworth2008-01-151-0/+1
| | | | | M src/ui/dialog/aboutbox.cpp (bzr r4494)
* add myself in authorspopolon.org2008-01-071-0/+1
| | | (bzr r4426)