| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some anti-aliasing | Patrick Storz | 2019-03-31 | 1 | -0/+1 |
| | | |||||
| * | lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵ | schwieni | 2019-03-25 | 1 | -0/+1 |
| | | | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file. | ||||
| * | Print: Match document size against known paper sizes | Patrick McDermott | 2018-05-20 | 1 | -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 request | Martin Owens | 2017-10-19 | 1 | -1/+0 |
| | | |||||
| * | [Bug #1537497] Icon preview doesn't render background. | tghs | 2017-01-25 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1537497 (bzr r15446) | ||||
| * | [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling. | sandra-snan | 2016-10-08 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-07-11 | 1 | -0/+3 |
| |\ | | | | | (bzr r14954.1.18) | ||||
| | * | Fixed locales. | Sebastian Faubel | 2016-07-04 | 1 | -0/+2 |
| |/ | | | (bzr r15002.1.2) | ||||
| * | Remove Maren from AUTHORS (on request) and add nicecharts from upstream ↵ | Martin Owens | 2016-02-27 | 1 | -1/+0 |
| | | | | | | where it was abandoned (bzr r14672) | ||||
| * | cmake: Generate inkscape man pages for supported languages | Bryce Harrington | 2016-01-15 | 1 | -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) | ||||
| * | Alphabetize | Bryce Harrington | 2015-06-29 | 1 | -2/+3 |
| | | | | (bzr r14222) | ||||
| * | AUTHORS: Add maren and brynn | Bryce Harrington | 2015-06-27 | 1 | -0/+2 |
| | | | | (bzr r14221) | ||||
| * | Just reread the entire diff against trunk. Given the diff size, i must have ↵ | Marc Jeanmougin | 2015-04-26 | 1 | -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 Andler | 2014-05-12 | 1 | -1/+8 |
| | | | | (bzr r13368) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-07-30 | 1 | -0/+1 |
| |\ | | | | | (bzr r12380.1.51) | ||||
| | * | Added my name to the AUTHORS file. | Christoffer Holmstedt | 2013-07-18 | 1 | -0/+1 |
| | | | | | | | (bzr r12426) | ||||
| * | | Added copyright header and name to AUTHORS. | Matthew Petroff | 2013-07-17 | 1 | -0/+1 |
| |/ | | | (bzr r12380.1.13) | ||||
| * | Fix my own mis-credit and some symbols labels | Martin Owens | 2013-06-17 | 1 | -1/+1 |
| | | | | (bzr r12380) | ||||
| * | add myself to AUTHORS | Ivan Mas??r | 2012-09-17 | 1 | -0/+1 |
| | | | | (bzr r11669) | ||||
| * | Authors update | Josh Andler | 2012-08-17 | 1 | -0/+1 |
| | | | | (bzr r11610) | ||||
| * | Add missing files and add Daniel Wagenaar to Authors | Josh Andler | 2012-07-23 | 1 | -0/+1 |
| | | | | (bzr r11568) | ||||
| * | Fix wrong placement in authors | Josh Andler | 2012-02-13 | 1 | -1/+1 |
| | | | | (bzr r10968) | ||||
| * | Update authors file | Josh Andler | 2012-02-13 | 1 | -2/+12 |
| | | | | (bzr r10967) | ||||
| * | credits update | Kris De Gussem | 2011-12-11 | 1 | -0/+1 |
| | | | | (bzr r10766.1.4) | ||||
| * | Filters: labels consistency fix. | Nicolas Dufour | 2011-04-01 | 1 | -2/+1 |
| | | | | | | | Translations: inkscape.pot and French translation update. Constributors: authors and translators lists update. (bzr r10140) | ||||
| * | Translations. French translation minor update. | Nicolas Dufour | 2011-02-02 | 1 | -0/+2 |
| | | | | | | Contributors. Authors and translators lists update. (bzr r10024) | ||||
| * | Guillotine Extension: | Craig Marshall | 2010-09-26 | 1 | -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 Hochreiner | Josh Andler | 2010-06-04 | 1 | -0/+1 |
| | | | | (bzr r9478) | ||||
| * | Finally add myself to AUTHORS file as test of using Bazaar. | Tavmjong Bah | 2010-04-14 | 1 | -0/+1 |
| | | | | (bzr r9326.1.1) | ||||
| * | add Martin Sucha to AUTHORS | Josh Andler | 2010-04-01 | 1 | -0/+1 |
| | | | | (bzr r9266) | ||||
| * | Patch by Alex Leone to fix crash with recursive masks from 190130, I also ↵ | Josh Andler | 2010-01-09 | 1 | -0/+1 |
| | | | | | | added him to AUTHORS (bzr r8959) | ||||
| * | adding 'inductiveload' to AUTHORS | Alvin Penner | 2009-12-31 | 1 | -0/+1 |
| | | | | (bzr r8931) | ||||
| * | Spray Tool by the students at Ecole Centrale de Lyon, Lyon, France | Josh Andler | 2009-11-30 | 1 | -0/+7 |
| | | | | (bzr r8851) | ||||
| * | time to enter in the team! | Aur??lio A. Heckert | 2009-10-05 | 1 | -0/+1 |
| | | | | (bzr r8726) | ||||
| * | adding Aurelio Heckert | Felipe Corr??a da Silva Sanches | 2009-05-21 | 1 | -0/+1 |
| | | | | (bzr r7912) | ||||
| * | Remove trailing spaces in AUTHORS to ease sed processing. | Krzysztof Kosi??ski | 2009-02-21 | 1 | -1/+1 |
| | | | | (bzr r7343) | ||||
| * | added Ivan Louette to the list of AUTHORS for his contribution with SVG Filters | Alexandre Prokoudine | 2009-02-11 | 1 | -0/+1 |
| | | | | (bzr r7269) | ||||
| * | updated Tango icon set from Jesusda | Alexandre Prokoudine | 2009-01-12 | 1 | -1/+3 |
| | | | | | | added Jesusda and Michael Grosberg to the list of contributors (bzr r7121) | ||||
| * | added Guides Creator extension by Jonas Termeau (LP300877) | Alexandre Prokoudine | 2008-11-22 | 1 | -0/+1 |
| | | | | (bzr r6892) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -1/+1 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -0/+6 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -0/+1 |
| | | | | (bzr r6884) | ||||
| * | adding my name as per discussions with Aaron Spike | Alvin Penner | 2008-08-23 | 1 | -0/+1 |
| | | | | (bzr r6711) | ||||
| * | Added the French students that implemented LPE Stacking, the Envelope LPE, ↵ | Josh Andler | 2008-05-31 | 1 | -1/+7 |
| | | | | | | and Lattice LPE. (bzr r5772) | ||||
| * | added Marcin Floryan, made Gail's second name match new reality :) | Alexandre Prokoudine | 2008-03-03 | 1 | -1/+2 |
| | | | | (bzr r4942) | ||||
| * | Add jfb to Authors | popolon.org | 2008-01-29 | 1 | -0/+1 |
| | | | | (bzr r4614) | ||||
| * | just corrected my name which Bryce added. woohoo I'm in AUTHORS ;) | JiHO | 2008-01-16 | 1 | -1/+1 |
| | | | | (bzr r4518) | ||||
| * | Adding jo Irisson for all his work on the Mac port | Bryce Harrington | 2008-01-16 | 1 | -0/+1 |
| | | | | (bzr r4512) | ||||
| * | M AUTHORS | Joel Holdsworth | 2008-01-15 | 1 | -0/+1 |
| | | | | | | M src/ui/dialog/aboutbox.cpp (bzr r4494) | ||||
| * | add myself in authors | popolon.org | 2008-01-07 | 1 | -0/+1 |
| | | | | (bzr r4426) | ||||
