summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour2013-10-094-9/+9
| | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
* Fix EMF/WMF import scale (Bug #1229120).Matthew Petroff2013-10-052-0/+52
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1229120 (bzr r12662)
* Fix mismatched tagsAlex Valavanis2013-10-011-2/+2
| | | (bzr r12644)
* memleak!Johan B. C. Engelen2013-09-301-2/+2
| | | (bzr r12636)
* effects don't need to merge into menus if we're running without gui; with ↵buliabyak2013-09-282-3/+1
| | | | | this we can purge a redundant reading of menus skeleton, which leaked its xml tree (bzr r12616)
* for bitmap import, use a default value of 90 dpi, if not otherwise ↵Alvin Penner2013-09-231-9/+4
| | | | | specified. Bug 165952, comment 43. (bzr r12583)
* Fixed bug in last commit.Matthew Petroff2013-09-221-1/+2
| | | (bzr r12576)
* Fix adding viewBox to new documents.Matthew Petroff2013-09-228-0/+51
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575)
* Fix preview page number for PDF Cairo import dialogAlex Valavanis2013-09-211-1/+1
| | | (bzr r12568)
* Fix format security errorsAlex Valavanis2013-09-213-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
* Fix build with dbus api enabled.Matthew Petroff2013-09-201-2/+3
| | | (bzr r12555)
* Merge from trunk.Matthew Petroff2013-09-2012-55/+47
|\ | | | | (bzr r12475.1.29)
| * Do not require a new layer for clipping paths in the Cairo renderer.Adrian Johnson2013-09-191-2/+2
| | | | | | | | | | | | | | | | Fixes LP #523285. Fixed bugs: - https://launchpad.net/bugs/523285 (bzr r12544)
| * Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-195-5/+5
| |\ | | | | | | (bzr r12532)
| | * Merged from trunk (r12517).Markus Engel2013-09-1437-28533/+2030
| | |\ | | | | | | | | (bzr r11608.1.121)
| | * \ Merged from trunk (r12488).Markus Engel2013-08-3042-3765/+41253
| | |\ \ | | | | | | | | | | (bzr r11608.1.120)
| | * \ \ Merged from trunk (r12465).Markus Engel2013-08-041-1/+19
| | |\ \ \ | | | | | | | | | | | | (bzr r11608.1.119)
| | * | | | Cleaned up.Markus Engel2013-08-031-1/+1
| | | | | | | | | | | | | | | | | | (bzr r11608.1.117)
| | * | | | reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2013-08-022-2/+2
| | | | | | | | | | | | | | | | | | (bzr r11608.1.116)
| | * | | | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-1/+1
| | | | | | | | | | | | | | | | | | (bzr r11608.1.115)
| | * | | | Merge from trunk (r12439).Markus Engel2013-07-255-352/+0
| | |\ \ \ \ | | | | | | | | | | | | | | (bzr r11608.1.108)
| | * \ \ \ \ Merged from trunk (r12419).Markus Engel2013-07-1455-775/+1124
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r11608.1.107)
| | * \ \ \ \ \ merged from trunk (r12287)Markus Engel2013-04-204-108/+99
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r11608.1.99)
| | * \ \ \ \ \ \ merged from trunk (r12265)Markus Engel2013-04-053-668/+379
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.80)
| | * | | | | | | | Turned all functions concerning SPRect into member functions.Markus Engel2013-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.60)
| * | | | | | | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-198-48/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* | | | | | | | | | Improved code readability.Matthew Petroff2013-09-153-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12475.1.21)
* | | | | | | | | | Merge from trunk.Matthew Petroff2013-09-155-95/+64
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12475.1.20)
| * | | | | | | | | UI message uniformisationKris De Gussem2013-09-151-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | (bzr r12520)
| * | | | | | | | Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-142-67/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516)
| * | | | | | | | Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-132-27/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
* | | | | | | | | Merge from trunk.Matthew Petroff2013-09-1226-3664/+14683
|\| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12475.1.16)
| * | | | | | | | Unduplicate some code in the metafile printing extensionsKrzysztof Kosi??ski2013-09-0110-2183/+1843
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12499)
| * | | | | | | | update cmakefilesCampbell Barton2013-08-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12493)
| * | | | | | | | Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-3124-26241/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename libunicode-convert to symbol_convert and put it in libuemf. (bzr r12490)
| * | | | | | | | Merge in pdf work by david bild, thanks David\!Martin Owens2013-08-308-18/+112
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | (bzr r12489)
| | * | | | | | | use multiple graphic/text layers for pdf+latex outputDavid R. Bild2013-08-294-6/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/771957 (bzr r12487.1.2)
| | * | | | | | | Move omit text feature from cairo renderer to contextDavid R. Bild2013-08-266-12/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12487.1.1)
| * | | | | | | | adapt to changes in r12471 (unit refactoring)su_v2013-08-294-18/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.76)
| * | | | | | | | merge from trunk (r12487)su_v2013-08-2930-952/+714
| |\| | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.75)
| | * | | | | | | better memory leak fix (fixes bug 986271: memory leaks associated with images)Kris De Gussem2013-08-212-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by David Mathog, including revert of former fix in rev 11268 (bzr r12482)
| * | | | | | | | patch of David Mathog in bugtread 988601 comment 186Kris De Gussem2013-08-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.73)
| * | | | | | | | merge from trunk (r12380)su_v2013-06-1924-14/+202
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.72)
| * | | | | | | | | changes_2013_05_22a.patch:David Mathog2013-06-198-400/+1104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Resolves issue of bug #988601 message 170 (Support of 'Unset' styles in EMF export). 2. Implements CSS 3 (and CSS 2) text-decoration support. Note that it does not yet provide any method of adding these features - at present it just shows whatever is in the SVG. This new code is also used to display EMF/WMF strike-through and underline text decorations when these files are read in. Those decorations may also be written out to EMF/WMF. Other text decoration features, like overline, or dotted lines, are dropped. For SVG text-decoration -line, -style, -color are all implemented. CSS3 provides two ways to represent the same state, this code uses the compound text-decoration method rather than the 3 fields method. Also it leaves out keywords that are not needed and would break backwards compatibility. For instance: text-decoration: underline solid is valid, but would break CSS2. Solid is the default, so that sort of case is written as: text-decoration: underline If the state is CSS3 specific all of the needed fields are of course include, like text-decoration: underline wavy red 3. It incorporates the fix for bug 1181326 (Text edit mishandles span of just colored spaces) 4. It incorporates further changes to text editing so that style can be changed on spans consisting of only spaces when text decorations are present in the span. 5. It incorporates code to disable text decorations when text so marked is mapped onto a path. 6. Fixed more bugs in Hebrew language support than I can remember. Hebrew language export/import to EMF now works quite well. (See the examples in libTERE v 0.7.) WMF does not support unicode and for all intents and purposes Inkscape has no way to read or write Hebrew to it. Some of more important things that now work that didn't (or didn't always): Hebrew diacritical marks, R/L/center justification, and bidirectional text. The Hebrew fonts "Ezra SIL" and "EZRA SIL SR" should be installed before viewing the libTERE examples, otherwise font substitutions will cause some text shifts. 7. Implemented font failover in Text Reassemble, which makes the process more robust. (Again, see the examples in libTERE. ) (bzr r11668.1.71)
| * | | | | | | | | merge from trunk (r12337)su_v2013-05-163-11/+47
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.70)
| * \ \ \ \ \ \ \ \ \ merge from trunk (r12322)su_v2013-05-0515-202/+226
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.69)
| * \ \ \ \ \ \ \ \ \ \ merge from trunk (r12305)su_v2013-04-272-38/+33
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | (bzr r11668.1.68)
| * | | | | | | | | | | merge from trunk (r12281)su_v2013-04-182-55/+36
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.67)
| * \ \ \ \ \ \ \ \ \ \ \ merge from trunk (r12272)su_v2013-04-085-702/+428
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.66)
| * \ \ \ \ \ \ \ \ \ \ \ \ merge from trunk (r12258)su_v2013-03-297-11/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | (bzr r11668.1.65)