summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | powerstroke: arc extrapolate fixJohan B. C. Engelen2012-10-071-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11748)
| * | | | | | | | | | i18n. Adding gradient selector widget labels.Nicolas Dufour2012-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11745)
| * | | | | | | | | | emf import. support for PATCOPY in EMR_BITBLT (Bug 1060141)Alvin Penner2012-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1060141 (bzr r11743)
| * | | | | | | | | | powerstroke: add arc-extrapolation, but disable it for releaseJohan B. C. Engelen2012-10-061-1/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11742)
| * | | | | | | | | | user message standardisationKris De Gussem2012-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11740)
| * | | | | | | | | | Fix for 587019 : Select and transform mouse cursor changes to normal cursor ↵John Smith2012-10-061-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on object duplication (bzr r11739)
| * | | | | | | | | | Fix for 570695 : show default|fallback autosave pathJohn Smith2012-10-051-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11738)
* | | | | | | | | | | changes_2012_10_04b.patch: fixes one small memory issue (bytes allocated and ↵David Mathog2012-10-043-137/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | never deallocated, not a leak per se) (bzr r11668.1.24)
* | | | | | | | | | | merge from trunk (r11737)su_v2012-10-0496-256/+298
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.23)
| * | | | | | | | | | code cleanup: make more functions static, add includes.Campbell Barton2012-10-0422-34/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11737)
| * | | | | | | | | | code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-0420-70/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11736)
| * | | | | | | | | | code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-0456-152/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they are not used elsewhere. (bzr r11735)
* | | | | | | | | | | merge from trunk (r11734)su_v2012-10-0423-237/+449
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.22)
| * | | | | | | | | | Fix for 168164 : gtk 2.22 compile issuesJohn Smith2012-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11733)
| * | | | | | | | | | Fix for 1014988 : gtk 2.22 compile issuesJohn Smith2012-10-031-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11732)
| * | | | | | | | | | fixing memory release issue (valgrind reported; bug #1043571 , comment 16 ↵Kris De Gussem2012-10-031-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue 2) (bzr r11731)
| * | | | | | | | | | Fix for 687655 : New color wheel should not increase the width of docked ↵John Smith2012-10-031-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fill&Stroke dialog when scaled (bzr r11729)
| * | | | | | | | | | add missing source filesCampbell Barton2012-10-032-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11727)
| * | | | | | | | | | fixed another UI inconsistency in object properties dialogKris De Gussem2012-10-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11725)
| * | | | | | | | | | Fix for Bug #1049440 (Crash in Object Properties if label is empty string ↵Kris De Gussem2012-10-022-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (regression, trunk)) (bzr r11724)
| * | | | | | | | | | fix for bug 310206: although the path is made with only cubic beziers ↵Johan B. C. Engelen2012-10-021-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bezier_fit_cubic...), the closing path segment is still a linearbezier so original code will bug for closed paths. made the code more general by standard 2geom code to determine the curvature of the end of a curve without knowing its type. Fixed bugs: - https://launchpad.net/bugs/310206 (bzr r11723)
| * | | | | | | | | | fix layout of object properties dialog (Bug #1050938 ; input fields in ↵Kris De Gussem2012-10-021-22/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object properties dalog not aligned) (bzr r11722)
| * | | | | | | | | | Translations. Adding new LPE to the translation template, UI consistency ↵Nicolas Dufour2012-10-012-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes and unstable tag removed. (bzr r11720)
| * | | | | | | | | | Fix for 831008 : Line width menu only show Px,Pt and mmJohn Smith2012-10-012-39/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11719)
| * | | | | | | | | | Fix for 1059132 : --export-pdf crashes with inkscape trunkJohn Smith2012-10-011-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11718)
| * | | | | | | | | | Fix for 681625 : sort template names under File->NewJohn Smith2012-09-301-51/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11717)
| * | | | | | | | | | Fix for 1058470 : Trace Bitmap Live PreviewJohn Smith2012-09-303-20/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11716)
| * | | | | | | | | | memleak fix (part of bug #1043571)Kris De Gussem2012-09-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11715)
| * | | | | | | | | | Fix for 1058432 : Trace Bitmap preview should be resizeableJohn Smith2012-09-291-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11714)
| * | | | | | | | | | Filters. Some filters fixes, renaming and simplifications.Nicolas Dufour2012-09-282-62/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11713)
| * | | | | | | | | | Fix for 1000023 : Stop color notepad buttons expanding verticallyJohn Smith2012-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11711)
| * | | | | | | | | | Fix for 1046740 : middle click on palette to set stroke colourJohn Smith2012-09-281-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11710)
* | | | | | | | | | | update based on patch 'changes_2012_09_27b.patch'David Mathog2012-10-045-25/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.21)
* | | | | | | | | | | revert changes in r11686 (not related to EMF support)su_v2012-10-041-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.20)
* | | | | | | | | | | merge from trunk (r11709)su_v2012-09-2712-84/+223
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.19)
| * | | | | | | | | | Fix for 166691 : Changing layer order does not update layer selectorJohn Smith2012-09-272-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11709)
| * | | | | | | | | | Fix for 169001 : Long layer names mess with the UIJohn Smith2012-09-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11708)
| * | | | | | | | | | Fix for 172030 : Width of Undo History palette could be optimizedJohn Smith2012-09-271-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11707)
| * | | | | | | | | | Fix for 171177 : Border in palette swatchesJohn Smith2012-09-279-69/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11706)
| * | | | | | | | | | Fix for 169001 : Long layer names mess with the UIJohn Smith2012-09-261-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11705)
* | | | | | | | | | | fix for 'em' and 'ex' units supportDavid Mathog2012-09-271-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (See also: bug #1036010) (bzr r11668.1.18)
* | | | | | | | | | | initial changes to address problem of importing chunks of text into ↵David Mathog2012-09-271-18/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | something editable (See also: bug #366744) (bzr r11668.1.17)
* | | | | | | | | | | fix compiler warnings with old GCC on Mac OS X and SolarisDavid Mathog2012-09-274-55/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.16)
* | | | | | | | | | | merge from trunk (r11704)su_v2012-09-257-9/+47
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.14)
| * | | | | | | | | | Fix for 172190 : Hand/Pan tool cursor on middle-dragJohn Smith2012-09-251-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11703)
| * | | | | | | | | | Fix for 293358 : Reduce width of Fill Stroke dialogJohn Smith2012-09-252-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11702)
| * | | | | | | | | | Fix for 1052645 : On select toolbar 'lock' button resize icon on clickingJohn Smith2012-09-242-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11701)
| * | | | | | | | | | Fix for 1055253 : Statusbar opacity widget is too smallJohn Smith2012-09-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11700)
| * | | | | | | | | | Fix for 165865 : Assert when duplicating markersJohn Smith2012-09-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11699)
* | | | | | | | | | | Changes from 2012-09-24David Mathog2012-09-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.13)