| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 1 | -4/+4 |
| | | | | | | change Preferences > Steps to this new widget (bzr r10177) | ||||
| * | change spinbox to new one in many places. | Johan B. C. Engelen | 2011-04-16 | 4 | -6/+21 |
| | | | | (bzr r10176) | ||||
| * | remove unnecessary includes. | Johan B. C. Engelen | 2011-04-16 | 1 | -4/+0 |
| | | | | (bzr r10174) | ||||
| * | extensions: use improved spinbutton with math expression evaluation | Johan B. C. Engelen | 2011-04-16 | 2 | -4/+4 |
| | | | | (bzr r10173) | ||||
| * | pdf+latex: | Johan B. C. Engelen | 2011-04-10 | 1 | -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 r10089 | Johan B. C. Engelen | 2011-04-10 | 1 | -16/+29 |
| | | | | (bzr r10155) | ||||
| * | go wild adding % at the end of each latex line (pdf+latex output) | Johan B. C. Engelen | 2011-04-10 | 1 | -22/+22 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/643849 - https://launchpad.net/bugs/687344 (bzr r10154) | ||||
| * | Filters: labels consistency fix. | Nicolas Dufour | 2011-04-01 | 1 | -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 Penner | 2011-03-31 | 1 | -0/+29 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/382421 (bzr r10136) | ||||
| * | Extensions: | Nicolas Dufour | 2011-03-30 | 1 | -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 Dufour | 2011-03-25 | 7 | -140/+44 |
| | | | | | | description element. (bzr r10129) | ||||
| * | emf import. create dummy object CREATEDIBPATTERNBRUSHPT (Bug 382420) | Alvin Penner | 2011-03-24 | 1 | -0/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/382420 (bzr r10128) | ||||
| * | Filters. Posterize basic tweaks. Extensions. Int and Float adjustment ↵ | Nicolas Dufour | 2011-03-23 | 3 | -4/+4 |
| | | | | | | widgets adjustment. (bzr r10125) | ||||
| * | Cleaned up memory patch. Fixes bug #737298. | Jon A. Cruz | 2011-03-20 | 1 | -4/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118) | ||||
| * | D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵ | Nicolas Dufour | 2011-03-18 | 6 | -18/+81 |
| | | | | | | Bug #707054 and Bug #707364). (bzr r10114) | ||||
| * | Filters. Custom predefined filters fine tuning (precision and UI labels). | Nicolas Dufour | 2011-03-16 | 4 | -98/+98 |
| | | | | (bzr r10108) | ||||
| * | Extensions. Float and Int default mode set to minimal. Filters' mode changed ↵ | Nicolas Dufour | 2011-03-15 | 8 | -117/+117 |
| | | | | | | to full. (bzr r10106) | ||||
| * | Extensions. Warnings (introduced in recent float and int changes) cleanup. | Nicolas Dufour | 2011-03-14 | 2 | -2/+2 |
| | | | | (bzr r10105) | ||||
| * | Extensions. Slider in Float and Int extension widgets. | Nicolas Dufour | 2011-03-14 | 5 | -19/+89 |
| | | | | (bzr r10103) | ||||
| * | Filters. Drawing CPF improvement. | Nicolas Dufour | 2011-03-14 | 1 | -4/+3 |
| | | | | (bzr r10102) | ||||
| * | apparently bbox numbers in PS should be integers. | Johan B. C. Engelen | 2011-03-13 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10100) | ||||
| * | Hope to fix a really dumb earlier commit by me... | Johan B. C. Engelen | 2011-03-12 | 1 | -5/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10096) | ||||
| * | Comment out non-functional code that prevents compiling | Tavmjong Bah | 2011-03-11 | 1 | -4/+5 |
| | | | | | | with cairo trunk. (bzr r10091) | ||||
| * | Filters. New Grayscale, Lightness and Brightness CPF. Some default values ↵ | Nicolas Dufour | 2011-03-11 | 3 | -31/+263 |
| | | | | | | adjustment. Inkscape.pot update. (bzr r10090) | ||||
| * | PDF+LaTeX now also exports font shape (italic or bold) (patch partly by ↵ | Johan B. C. Engelen | 2011-03-10 | 1 | -2/+74 |
| | | | | | | Tobias Gradl) (bzr r10089) | ||||
| * | add scaling option to PDF+LaTeX (patch by Bernd Bandemer) | Johan B. C. Engelen | 2011-03-10 | 1 | -0/+6 |
| | | | | (bzr r10088) | ||||
| * | emf import. remove numerical id's (Bug 552351) | Alvin Penner | 2011-03-08 | 1 | -10/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/552351 (bzr r10083) | ||||
| * | Extensions. Fix for Bug #341353 (The user must know about a XSLT problem). | Nicolas Dufour | 2011-03-04 | 1 | -2/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/341353 (bzr r10079) | ||||
| * | i18n. Fixing i18n mistakes in the experimental custom predefined filters. | Nicolas Dufour | 2011-02-27 | 4 | -68/+68 |
| | | | | (bzr r10073) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 8 | -23/+28 |
| | | | | (bzr r10067) | ||||
| * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 4 | -42/+48 |
| | | | | (bzr r10066) | ||||
| * | emf import. support for round rectangle (Bug 247695) | Alvin Penner | 2011-02-21 | 1 | -13/+47 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/247695 (bzr r10063) | ||||
| * | pdf-import via poppler-cairo fix win32 compilation | Adib Taraben | 2011-02-15 | 1 | -1/+1 |
| | | | | (bzr r10053.1.1) | ||||
| * | preview dialogue for pdf-import-cairo | Adib Taraben | 2011-02-14 | 3 | -5/+652 |
| | | | | (bzr r10049.1.1) | ||||
| * | emf import. support for unicode text | Alvin Penner | 2011-02-10 | 1 | -10/+10 |
| | | | | (bzr r10045) | ||||
| * | Extensions. New fix for Bug #668895 (Extensions with <check> tags fail to load). | Nicolas Dufour | 2011-02-09 | 1 | -9/+9 |
| | | | | (bzr r10038) | ||||
| * | Fix Linux build after 2Geom update | Krzysztof Kosi??ski | 2011-02-03 | 3 | -30/+25 |
| | | | | (bzr r10031) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 22 | -145/+145 |
| | | | | (bzr r10025) | ||||
| * | Extensions. Check element now search in the extension directory (see Bug ↵ | Nicolas Dufour | 2011-02-02 | 1 | -9/+9 |
| | | | | | | #668895, Extensions with <check> tags fail to load). (bzr r10023) | ||||
| * | Extensions. Fix for Bug #668895 (Extensions with <check> tags fail to load). | Nicolas Dufour | 2011-01-31 | 1 | -1/+1 |
| | | | | (bzr r10020) | ||||
| * | emf import : recalculate text alignment for rotated text (Bug 341847) | Alvin Penner | 2011-01-27 | 1 | -2/+7 |
| | | | | (bzr r10019) | ||||
| * | emf import: redefine the device scale (Bug 341847) | Alvin Penner | 2011-01-25 | 1 | -10/+15 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/341847 (bzr r10017) | ||||
| * | add pdf import filter via poppler-cairo | Adib Taraben | 2011-01-22 | 2 | -4/+4 |
| | | | | (bzr r10014) | ||||
| * | DBUS. Patch for Bug #696062, dbus builds no more. | Nicolas Dufour | 2011-01-21 | 3 | -21/+24 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/696062 (bzr r10011) | ||||
| * | remove memory boundries on bitmap renderer, optimize memory usage | Adib Taraben | 2011-01-17 | 2 | -10/+45 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/494115 (bzr r10009) | ||||
| * | Filters. Some custom predefined filters fixes and tweaks (Silhouette and ↵ | Nicolas Dufour | 2011-01-14 | 2 | -20/+12 |
| | | | | | | Neon Draw). (bzr r10005) | ||||
| * | Filters. New custom predefined filters (all ABCs, Neon draw, Color shilf, ↵ | Nicolas Dufour | 2011-01-11 | 7 | -720/+1629 |
| | | | | | | Silhouette and Cross engraving) and code clean-up. (bzr r10003) | ||||
| * | Export. add emf text rotation (Bug 681262) | Alvin Penner | 2011-01-07 | 1 | -6/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/681262 (bzr r10001) | ||||
| * | Export. Fix PS/EPS export (Bug #698340, PS Level Restriction reversed. | Nicolas Dufour | 2011-01-07 | 1 | -2/+2 |
| | | | | (bzr r10000) | ||||
