summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-1130-210/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11868)
| * | | | | | | | | | | cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis2012-11-118-56/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11867)
| * | | | | | | | | | | Build. Fixing win32 build with cairo > 1.11.4 (replacing uint with unsigned ↵Nicolas Dufour2012-11-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | int). (bzr r11866)
* | | | | | | | | | | | changes_2012_11_13a.patchDavid Mathog2012-11-141-50/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMF import: - More changes to the MAPMODES behavior. (bzr r11668.1.40)
* | | | | | | | | | | | merge from trunk (r11865)su_v2012-11-106-32/+48
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.39)
| * | | | | | | | | | | Fix for Bug #773288 (border options) by demicoder.Nicolas Dufour2012-11-071-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11863)
| * | | | | | | | | | | Change outline mode rendering tolerance from 1.25 to 0.5.Krzysztof Kosi??ski2012-11-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes disappearing lines in newer versions of Cairo. (bzr r11862)
| * | | | | | | | | | | Fix for 1065933 : Better support for sub-layers in 'Show/Hide other layers'John Smith2012-11-031-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11861)
| * | | | | | | | | | | Don't remove default css values if element is in <defs> or is a <symbol>.Tavmjong Bah2012-11-031-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11860)
| * | | | | | | | | | | remove flash path when nodetool eventcontext is destroyed. fixes bug for ↵Johan B. C. Engelen2012-11-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | persistent flashpath when flashtime is set to zero (=infinite) and pressing space to instantly go to select tool while flashpath is still being shown. (bzr r11859)
* | | | | | | | | | | | merge from trunk (r11858)su_v2012-11-0113-28/+73
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.38)
| * | | | | | | | | | | Fix for 1006816 : Newly applied filter doesn't show in Filters EditorJohn Smith2012-11-012-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11858)
| * | | | | | | | | | | Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap - ↵John Smith2012-11-012-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert changes from r11569 (bzr r11857)
| * | | | | | | | | | | Fix for Bug #1069806 (Inkscape crash in File>Open).Nicolas Dufour2012-10-312-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11856)
| * | | | | | | | | | | Fix for 1068763 : Opening 'File > Document Properties' dirties current documentJohn Smith2012-10-314-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11855)
| * | | | | | | | | | | Fix for 1071426 : Swatches dialog doesn't update when swatch is renamed - ↵John Smith2012-10-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix indicators (bzr r11854)
| * | | | | | | | | | | Fix for 1071328 : Inkscape encounters internal error when opening a valid ↵John Smith2012-10-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SVG file (bzr r11853)
| * | | | | | | | | | | Fix for 1071426 : Swatches dialog doesn't update when swatch is renamedJohn Smith2012-10-302-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11852)
* | | | | | | | | | | | changes_2012_10_31b.patchDavid Mathog2012-11-013-139/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMF import: - better handling of aberrant bitmap records - support for reading rarely encountered map modes (MM_LOENGLISH etc.) (Output is still always MM_TEXT) - better handling of EMF files with offset EMR_HEADER bounds fields - improved text import (snap font sizes to the nearest whole multiple of 1/32 points) (bzr r11668.1.37)
* | | | | | | | | | | | merge from trunk (r11850)su_v2012-10-2945-289/+328
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.36)
| * | | | | | | | | | | Fix for 165865 : Markers - fix Undo historyJohn Smith2012-10-291-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11850)
| * | | | | | | | | | | fix margin for PDF exporting page areaJohan B. C. Engelen2012-10-281-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11849)
| * | | | | | | | | | | Fix for Bug #1072391 (Save as copy crash).Nicolas Dufour2012-10-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11848)
| * | | | | | | | | | | add bleed/margin to pdf exportJohan B. C. Engelen2012-10-288-17/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11847)
| * | | | | | | | | | | cppcheck: Fix a couple of leaksAlex Valavanis2012-10-282-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11845)
| * | | | | | | | | | | cppcheck: More C-style pointer castingAlex Valavanis2012-10-284-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11844)
| * | | | | | | | | | | Fix for 928205 : Do not save viewport metadata optionJohn Smith2012-10-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11843)
| * | | | | | | | | | | Fix for 1067808 : Focus issues with new gradient (and swatch) manager in ↵John Smith2012-10-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fill&Stroke - Focus fix (bzr r11842)
| * | | | | | | | | | | cppcheck: get rid of more C-style pointer castsAlex Valavanis2012-10-279-34/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11840)
| * | | | | | | | | | | cppcheck: use gobject casts in box3d and hide dead codeAlex Valavanis2012-10-271-17/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11839)
| * | | | | | | | | | | cppcheck: use gobject casts in box3d-side and rename NONE to SP_NONE in ↵Alex Valavanis2012-10-274-24/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sp_metric (bzr r11838)
| * | | | | | | | | | | cppcheck: use gobject casts in sp-itemAlex Valavanis2012-10-271-37/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11837)
| * | | | | | | | | | | cppcheck fixes: sp-lpe-itemAlex Valavanis2012-10-273-52/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11836)
| * | | | | | | | | | | Clamp colour channels in feComposite result to alpha channel, instead of 1, ↵Jasper van de Gronde2012-10-271-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as the channels are premultiplied. (bzr r11835)
| * | | | | | | | | | | Fix C++11 narrowing conversion errorsAlex Valavanis2012-10-275-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11834)
| * | | | | | | | | | | Fix build error due to bad internal handling of deprecated GTK+ symbols in ↵Alex Valavanis2012-10-272-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gtkmm header (bzr r11833)
| * | | | | | | | | | | bit of a clean-upJohan B. C. Engelen2012-10-262-26/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11832)
| * | | | | | | | | | | include yourself first, then the othersJohan B. C. Engelen2012-10-261-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11831)
| * | | | | | | | | | | allow 0 degree angles for axonometric grid's x and z axesJohan B. C. Engelen2012-10-261-31/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/583141 (bzr r11830)
| * | | | | | | | | | | Fix for Bug #1070903 (Crash when saving a new document).Nicolas Dufour2012-10-261-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11828)
* | | | | | | | | | | | merge from trunk (r11826)su_v2012-10-259-78/+178
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.35)
| * | | | | | | | | | | Fix for 1067819 : Changing gradient name does not dirty the document (trunk)John Smith2012-10-242-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11825)
| * | | | | | | | | | | Use Gtk::Box to arrange layer dialog buttons. Prevents oversized buttons in ↵Alex Valavanis2012-10-232-33/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GTK+ 3 Fixed bugs: - https://launchpad.net/bugs/1069181 (bzr r11823)
| * | | | | | | | | | | Fix for 171890 : Mouse wheel on swatchesJohn Smith2012-10-235-41/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11822)
* | | | | | | | | | | | changes_2012_10_22b.patch, changes_2012_10_24a.patchDavid Mathog2012-10-256-170/+372
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMF import (Adobe Illustrator EMF files): - workaround for issue with page scaling ('MM_ANISOTROPIC', wrong units) - fix SETWORLDTRANSFORM operation - fix libUEMF to support older/shorter EMF header forms EMF import (general): - fix import of shapes (rectangles) without borders - handle EMF bitmap modes where a subsection of the image is extracted EMF export/import: - increased size in mm of the reference device by 100X on EMF export (significant when the dpi is calculated on reading the EMF back in) - changed dpi calculation: (sum of pixels ref device)/(sum of millimeter ref device) (bzr r11668.1.34)
* | | | | | | | | | | | merge from trunk (r11821)su_v2012-10-2219-103/+237
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.33)
| * | | | | | | | | | | update cmake files & make function static.Campbell Barton2012-10-222-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11821)
| * | | | | | | | | | | Fix for 1067808 : Focus issues with new gradient (and swatch) manager in ↵John Smith2012-10-221-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fill&Stroke (trunk) (bzr r11819)
| * | | | | | | | | | | UI uniformisationKris De Gussem2012-10-2112-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11817)
| * | | | | | | | | | | Fix grid layout in desktop widgetAlex Valavanis2012-10-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11816)