summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Fix for 1051434 : occasional crash when selecting disjoint path with markersJohn Smith2012-09-181-0/+3
* | | | | | | | | | | | | | | Fix for 979567 : Object context menu (right-click) acts on bottom-most instea...John Smith2012-09-181-0/+10
* | | | | | | | | | | | | | | Fix for 165865 : Fix marker color on duplicateJohn Smith2012-09-176-69/+80
* | | | | | | | | | | | | | | fix typo in marker bbox calculation (Bug 1051131)Alvin Penner2012-09-171-1/+1
* | | | | | | | | | | | | | | add myself to AUTHORSIvan Mas??r2012-09-171-0/+1
| | | * | | | | | | | | | | | add newly linked-in m4 files to .bzrignoresu_v2012-09-231-0/+8
| | | * | | | | | | | | | | | Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)su_v2012-09-2321-3570/+18491
| | | * | | | | | | | | | | | Add libunicode-convert: routines for converting between Unicode and nonunicod...su_v2012-09-235-0/+1082
| | | * | | | | | | | | | | | Fixes bug #1002351: configure.ac warnings on newer autoconfsu_v2012-09-231-15/+16
| | | * | | | | | | | | | | | Fixes bug #989972: avoid link error against static libstdc++ on Windowssu_v2012-09-231-2/+4
| | | * | | | | | | | | | | | Fixes bug #1050064: quiet console messages about supported values for 'color-...su_v2012-09-231-1/+3
| | | * | | | | | | | | | | | From bug #1048845: proposed addition to livarot for boolean operationssu_v2012-09-232-3/+219
| | | * | | | | | | | | | | | Fixes bug #1029584: support custom dasharrays in 'Fill and Stroke > Stroke st...su_v2012-09-232-11/+80
| | | * | | | | | | | | | | | Fixes bug #986271: memory leak with bitmap imagessu_v2012-09-231-0/+1
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Static code checking (Bug #614232)Kris De Gussem2012-09-131-3/+4
* | | | | | | | | | | | | | Make last segment before close path absolute.Jasper van de Gronde2012-09-131-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Allow shorthand pathsJasper van de Gronde2012-05-073-14/+100
* | | | | | | | | | | | | | | Translations. PO template update.Nicolas Dufour2012-09-133-472/+519
* | | | | | | | | | | | | | | Extensions. New HSL adjust extension (see Bug #979208 ).Nicolas Dufour2012-09-133-1/+108
* | | | | | | | | | | | | | | Fix for 1048958 : Unexpected count '#' of swatch fill uses for clonesJohn Smith2012-09-121-0/+2
* | | | | | | | | | | | | | | static code checking (Bug #614223)Kris De Gussem2012-09-111-0/+1
* | | | | | | | | | | | | | | Fix for 167181 : Gnome-HIG-2.0 conformant Preferences dialog - accel keysJohn Smith2012-09-115-46/+82
* | | | | | | | | | | | | | | pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)Alvin Penner2012-09-101-1/+2
* | | | | | | | | | | | | | | Fix for 649441 : Extension dialogs without live preview should not be modalJohn Smith2012-09-101-0/+5
* | | | | | | | | | | | | | | better fixKris De Gussem2012-09-091-1/+2
* | | | | | | | | | | | | | | static code checking (fixes Bug #614227 )Kris De Gussem2012-09-091-59/+60
* | | | | | | | | | | | | | | Translations. PO files update.Nicolas Dufour2012-09-0767-365226/+429514
* | | | | | | | | | | | | | | Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke g...John Smith2012-09-073-20/+6
* | | | | | | | | | | | | | | Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith2012-09-0612-4/+62
* | | | | | | | | | | | | | | Fix for 499965 : PS Output : Convert export area to radio buttonsJohn Smith2012-09-052-89/+82
* | | | | | | | | | | | | | | Freehand. Fix for Bug #597136 (dots are created with wrong cy value).Nicolas Dufour2012-09-051-2/+1
* | | | | | | | | | | | | | | Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time only...John Smith2012-09-054-2/+14
* | | | | | | | | | | | | | | Fix for 1042602 : Select toolbar, fix for regression when X and Y values are ...John Smith2012-09-041-2/+2
* | | | | | | | | | | | | | | Fix for 189535 : Change shortcut key for Horizontal align to Ctrl+Alt+tJohn Smith2012-09-041-2/+2
* | | | | | | | | | | | | | | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem2012-09-0310-48/+64
* | | | | | | | | | | | | | | Fix for 422644 : Show filename in statusbar on savingJohn Smith2012-09-031-2/+4
* | | | | | | | | | | | | | | Fix for 406044 : Esc with no selection, activates selection toolJohn Smith2012-09-024-4/+17
* | | | | | | | | | | | | | | converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem2012-09-0210-64/+48
* | | | | | | | | | | | | | | performance: ??Kris De Gussem2012-09-021-2/+0
* | | | | | | | | | | | | | | Translations. Template file update.Nicolas Dufour2012-09-021-1460/+1563
* | | | | | | | | | | | | | | Spray tool controls bar: update icon name (consistent with Tweak and Calligra...su_v2012-09-021-1/+1
* | | | | | | | | | | | | | | Export dialog: change markup formatting of labels to be consistent with other...su_v2012-09-021-3/+3
* | | | | | | | | | | | | | | Fix for 306090 : XMl Editor, Return button to create new xml elementJohn Smith2012-09-021-0/+4
* | | | | | | | | | | | | | | Fix for 273539 : Add Group action to the context menuJohn Smith2012-09-022-2/+18
* | | | | | | | | | | | | | | Fix for 747998 : Align unit menu in Rows Columns dialogJohn Smith2012-09-022-8/+17
* | | | | | | | | | | | | | | emf import. add support for EMR_PIE element (Bug 1040339)Alvin Penner2012-09-011-0/+43
* | | | | | | | | | | | | | | Fix for 656591 : Export dialog improve access to export filenameJohn Smith2012-09-011-0/+7
* | | | | | | | | | | | | | | Fix for 618668 : Change dialog wordingJohn Smith2012-09-012-9/+7
* | | | | | | | | | | | | | | Fix for 172236 : Add color picker to Fill Stroke dialogJohn Smith2012-09-012-0/+20
* | | | | | | | | | | | | | | Fix for 445297 : Page background color label unclear for new usersJohn Smith2012-09-011-1/+4