summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct positioning of custom markers. Fixes #230491.Tavmjong Bah2014-01-303-17/+20
| | | (bzr r12986)
* Prevent crash if a symbols file does not have a title.Tavmjong Bah2014-01-301-1/+9
| | | (bzr r12985)
* Revert sp-image until the refactoring takes.Martin Owens2014-01-292-48/+92
| | | (bzr r12984)
* Protect pdf and png exports from failure and output reasonalbe warnings.Martin Owens2014-01-272-5/+12
| | | (bzr r12982)
* Protect export options from blank filenames, png, pdf, emf and wmf. This ↵Martin Owens2014-01-271-1/+14
| | | | | | | | should fix Bug #941103 Fixed bugs: - https://launchpad.net/bugs/941103 (bzr r12981)
* sbasis-to-bezier : add support for case where Bezier control arm length is ↵Alvin Penner2014-01-261-8/+21
| | | | | | | | zero (Bug 1272119) Fixed bugs: - https://launchpad.net/bugs/1272119 (bzr r12980)
* Check file existance and clean up memory issues thanks to KK and JohanMartin Owens2014-01-264-10/+23
| | | (bzr r12979)
* A partial refactor of sp-image.cpp, expect more.Martin Owens2014-01-252-56/+38
| | | (bzr r12978)
* Move absolute path generator to URI and use std::stringsMartin Owens2014-01-255-19/+28
| | | (bzr r12977)
* Fix GTK3 build failure (follow-up to r12971)su_v2014-01-231-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1271802 (bzr r12975)
* Make sure we're not interfering with right or middle click with undo ↵Martin Owens2014-01-231-1/+1
| | | | | prevention bug #168695 (bzr r12974)
* Don't throw away an existing full path.Martin Owens2014-01-231-6/+9
| | | (bzr r12973)
* Improve warnings for missing files. Don't just assert bolocks to the user.Martin Owens2014-01-222-2/+8
| | | (bzr r12972)
* Move sub-document reference creation code from uri-reference to document.cpp ↵Martin Owens2014-01-223-43/+51
| | | | | as createChildDoc(path) (bzr r12971)
* Protect against infinate looping of new included hrefsMartin Owens2014-01-224-13/+24
| | | (bzr r12970)
* Improve use tag logic by recording the loaded documents in a list.Martin Owens2014-01-223-10/+35
| | | (bzr r12969)
* EMF export: fix handling of transformed rectangular gradients (bug #1263242)David Mathog2014-01-211-9/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12968)
* Move dragging undo block from tools-base to canvas. Regarding bug #168695Martin Owens2014-01-215-10/+9
| | | (bzr r12967)
* Revert last commit (breaks changing document units).Matthew Petroff2014-01-211-18/+4
| | | (bzr r12966)
* Fix imprecise viewBox dimensions on page size change (bug #1235279).Matthew Petroff2014-01-211-4/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1235279 (bzr r12965)
* 1. make scaling of stroke of horizontal line the same as nearly horizontal ↵Alvin Penner2014-01-201-12/+10
| | | | | line. 2. remove vertical offset when using Transform dialog to attempt to vertically scale horizontal line. (bzr r12964)
* cppcheck stuffKris De Gussem2014-01-204-16/+15
| | | (bzr r12963)
* Fix for bug #1270287 (The toolbox buttons toggle between being pressed and ↵Nicolas Dufour2014-01-201-0/+1
| | | | | | | | released). Fixed bugs: - https://launchpad.net/bugs/1270287 (bzr r12961)
* Revert changes from r12959 and r12955, impliment new stratedgy to fix bug ↵Martin Owens2014-01-204-15/+18
| | | | | | | | #168695 Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12960)
* Allow undo methods to survive a non-sensitive call.Martin Owens2014-01-191-3/+3
| | | (bzr r12959)
* i18n. No need to translate strings with one single space.Nicolas Dufour2014-01-191-1/+1
| | | (bzr r12958)
* LPE strings consistency fix.Nicolas Dufour2014-01-192-3/+3
| | | (bzr r12957)
* fix scaling crash caused by negative stroke (Bug 1270464)Alvin Penner2014-01-191-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1270464 (bzr r12956)
* Try another fix for the undo when dragging bug #168695Martin Owens2014-01-193-4/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12955)
* Fix missing embeded image condition, kindly caught by suv in bug #1270334Martin Owens2014-01-181-3/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1270334 (bzr r12954)
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-1733-2911/+19217
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)
* i18n. Fix for Bug #1269943 (Context for message Offset:).kris-degussem2014-01-172-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1269943 (bzr r12952)
* avoid singularity when scaling horizontal or vertical line. (Bug 1262146)Alvin Penner2014-01-171-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1262146 (bzr r12951)
* Better fix for GTK3 build error in symbols.cpp.Nicolas Dufour2014-01-171-2/+2
| | | (bzr r12950)
* GTK3 build error in symbols.cpp.Nicolas Dufour2014-01-171-1/+2
| | | (bzr r12949)
* i18n. Symbols are now translatable (see Bug #1261198); POT file and French ↵Nicolas Dufour2014-01-171-3/+4
| | | | | translation updated. (bzr r12946)
* More cleaning of the image tag handler and seperate filename from load.Martin Owens2014-01-171-26/+24
| | | (bzr r12945)
* prevent compiler warningsKris De Gussem2014-01-161-1/+1
| | | (bzr r12944)
* fix null pointer dereferenceKris De Gussem2014-01-161-4/+6
| | | (bzr r12943)
* Clean up sp-image's read_image, remove duplicate codeMartin Owens2014-01-161-43/+14
| | | (bzr r12942)
* Fixing edit-clear icon in the star tool (partial fix for Bug #1269698).Nicolas Dufour2014-01-161-5/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1269698 (bzr r12941)
* 2geom: remove accidentally forgotten debug messageJohan B. C. Engelen2014-01-161-1/+1
| | | (bzr r12940)
* Add the ability to load external documents in xlink:hrefs such as the use ↵Martin Owens2014-01-161-3/+21
| | | | | | | | element. See bug #1269880 Fixed bugs: - https://launchpad.net/bugs/1269880 (bzr r12939)
* i18n. New from Template entries now translatable (see Bug #383844). POT file ↵Nicolas Dufour2014-01-151-5/+5
| | | | | | | | and French translation updated. Fixed bugs: - https://launchpad.net/bugs/383844 (bzr r12937)
* for rubberband outline, add shading instead of XOR (Bug 1266308)Alvin Penner2014-01-154-1/+15
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1266308 (bzr r12936)
* Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). ↵Tavmjong Bah2014-01-151-3/+3
| | | | | Note: 523285 is not a bug. (bzr r12935)
* Fix for Bug #1236282 (add full keyboard navigation support for new templates ↵Nicolas Dufour2014-01-153-5/+12
| | | | | | | | dialog). Fixed bugs: - https://launchpad.net/bugs/1236282 (bzr r12934)
* drop useless checks for hard Cairo version dependencyAlex Valavanis2014-01-152-8/+0
| | | (bzr r12933)
* Additional fix for Bug #1268778 (Move cursor disappears after clicking on ↵Nicolas Dufour2014-01-151-2/+9
| | | | | | | | Select Tool (F1) twice). Fixed bugs: - https://launchpad.net/bugs/1268778 (bzr r12932)
* Fix for Bug #1268778 (Move cursor disappears after clicking on Select Tool ↵Nicolas Dufour2014-01-141-13/+12
| | | | | | | | (F1) twice). Fixed bugs: - https://launchpad.net/bugs/1268778 (bzr r12931)