summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Filters. New Bump custom predefined filter.Nicolas Dufour2011-07-282-3/+275
| | | | | | | | | | Translations. inkscape.pot and French translation update. (bzr r10512)
* | Filters. New Channel transparency and Cross blur custom predefined filters.Nicolas Dufour2011-07-273-0/+208
| | | | | | | | | | | | Extensions. Barcode extensions reorganization. Translations. inkscape.pot and French translation update. (bzr r10509)
* | Filters. New Channel painting custom predefined filter.Nicolas Dufour2011-07-252-2/+116
|/ | | | | | Documentation. New Greek translation of the keys reference by Dimitris Spingos. Documentation. Adding forgotten CSS file for the keys reference. (bzr r10504)
* Minor UI fixKris De Gussem2011-07-201-2/+2
| | | (bzr r10484)
* Filters. Custom predefined filters update.Nicolas Dufour2011-07-204-44/+84
| | | | | Translations. inkscape.pot and fr.po update. (bzr r10482)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-177-16/+16
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-166-24/+18
| | | (bzr r10461)
* Fix crashes in print previewKrzysztof Kosi??ski2011-07-131-3/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/806105 (bzr r10450)
* i18n. Adding new GCode Tool extensions (see Bug #731177).Nicolas Dufour2011-07-101-6/+6
| | | | | | i18n. Fix typo in the ABC custom predefined filters (see Bug #806055). Translations. inkscape.pot and fr.po update. (bzr r10437.1.3)
* Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski2011-07-063-69/+14
| | | | | | | | Cairo formats. Fixes LP #804311 Fixed bugs: - https://launchpad.net/bugs/804311 (bzr r10421)
* Filters. Typos in the recently modified and added filters.Nicolas Dufour2011-06-292-8/+8
| | | | | Translations. POT files and French translation update. (bzr r10389)
* Filters. New Edge detect custom filter and new options for the Drop shadow ↵Nicolas Dufour2011-06-293-20/+189
| | | | | filter. (bzr r10388)
* Filters. Fix for a crash introduced with revision 10313.Nicolas Dufour2011-06-231-6/+6
| | | (bzr r10349)
* Warning cleanup.Jon A. Cruz2011-06-224-22/+22
| | | (bzr r10339)
* Merge from trunkKrzysztof Kosi??ski2011-06-1922-194/+214
|\ | | | | (bzr r9508.1.89)
| * * [INTL:sk] Slovak translation updateIvan Mas??r2011-06-171-1/+1
| | | | | | | | | | * fix typo (bzr r10313)
| * cmake:Campbell Barton2011-06-134-79/+0
| | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
| * work in progress cmake commit:Campbell Barton2011-06-124-76/+74
| | | | | | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
| * Update to win32 build defines for libwpg issue.Jon A. Cruz2011-06-111-0/+5
| | | | | | (bzr r10269)
| * Modified build to conditionally build against either libwpg 0.1.x or 0.2.x. ↵Jon A. Cruz2011-06-101-1/+16
| | | | | | | | | | | | | | | | Fixes bug #778951. Fixed bugs: - https://launchpad.net/bugs/778951 (bzr r10266)
| * fix: latex width output to postscript big point 'bp'.Johan B. C. Engelen2011-06-051-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792384 (bzr r10257)
| * Possible Win32 compile fix.Jon A. Cruz2011-06-042-2/+4
| | | | | | (bzr r10256)
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-042-4/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
| | * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-048-23/+22
| |/ | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
| * corrected fill-rule handling in pdf export, fixes bug:436962Adib Taraben2011-05-071-3/+3
| | | | | | (bzr r10198.1.1)
| * symbol rendering fix for bug:705345Adib Taraben2011-05-051-3/+3
| | | | | | (bzr r10196.1.1)
| * Fix crashes on empty marker definitions.Johan B. C. Engelen2011-05-011-5/+7
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/774834 (bzr r10195)
| * emf import. support for clip rectangle (Bug 383180)Alvin Penner2011-04-271-14/+53
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/383180 (bzr r10193)
| * add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-4/+4
| | | | | | | | | | change Preferences > Steps to this new widget (bzr r10177)
| * change spinbox to new one in many places.Johan B. C. Engelen2011-04-164-6/+21
| | | | | | (bzr r10176)
| * pdf+latex:Johan B. C. Engelen2011-04-101-6/+18
| | | | | | | | | | | | * use textit instead of itshape, use textbf instead of bfseries; this improves kerning * add textsl (slanted) for oblique font shapes (e.g. Arial) (bzr r10156)
| * pdf+latex: fix newline bug due to changes in r10089Johan B. C. Engelen2011-04-101-16/+29
| | | | | | (bzr r10155)
| * go wild adding % at the end of each latex line (pdf+latex output)Johan B. C. Engelen2011-04-101-22/+22
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/643849 - https://launchpad.net/bugs/687344 (bzr r10154)
* | Update Makefile as necessary to build again on LinuxJosh Andler2011-04-151-2/+0
| | | | | | (bzr r9508.1.83)
* | No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-155-720/+47
| | | | | | (bzr r9508.1.82)
* | Merge from trunkKrzysztof Kosi??ski2011-04-0735-926/+3286
|\| | | | | (bzr r9508.1.73)
| * Filters: labels consistency fix.Nicolas Dufour2011-04-011-2/+2
| | | | | | | | | | | | Translations: inkscape.pot and French translation update. Constributors: authors and translators lists update. (bzr r10140)
| * emf import. limited support for EMR_BITBLT (Bug 382421)Alvin Penner2011-03-311-0/+29
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/382421 (bzr r10136)
| * Extensions:Nicolas Dufour2011-03-301-1/+3
| | | | | | | | | | | | | | | | * New isometric grid. * All grids are now grouped in Render>Grids. Translations: * inkscape.pot update. (bzr r10135)
| * Extensions. Replacing the groupheader element with an appearance mode in the ↵Nicolas Dufour2011-03-251-3/+3
| | | | | | | | | | description element. (bzr r10129)
| * emf import. create dummy object CREATEDIBPATTERNBRUSHPT (Bug 382420)Alvin Penner2011-03-241-0/+9
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/382420 (bzr r10128)
| * Filters. Posterize basic tweaks. Extensions. Int and Float adjustment ↵Nicolas Dufour2011-03-231-2/+2
| | | | | | | | | | widgets adjustment. (bzr r10125)
| * Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-201-4/+6
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118)
| * Filters. Custom predefined filters fine tuning (precision and UI labels).Nicolas Dufour2011-03-164-98/+98
| | | | | | (bzr r10108)
| * Extensions. Float and Int default mode set to minimal. Filters' mode changed ↵Nicolas Dufour2011-03-157-111/+111
| | | | | | | | | | to full. (bzr r10106)
| * Filters. Drawing CPF improvement.Nicolas Dufour2011-03-141-4/+3
| | | | | | (bzr r10102)
| * apparently bbox numbers in PS should be integers.Johan B. C. Engelen2011-03-131-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10100)
| * Hope to fix a really dumb earlier commit by me...Johan B. C. Engelen2011-03-121-5/+12
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10096)
| * Comment out non-functional code that prevents compilingTavmjong Bah2011-03-111-4/+5
| | | | | | | | | | with cairo trunk. (bzr r10091)