summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Bug #448872 (Changing the bounding box type in preferences does not ↵Nicolas Dufour2013-05-124-6/+99
| | | | | | | | update the preview) by Vinipsmaker. Fixed bugs: - https://launchpad.net/bugs/448872 (bzr r12329)
* Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.Nicolas Dufour2013-05-123-0/+33
| | | | | | Fixed bugs: - https://launchpad.net/bugs/181493 (bzr r12328)
* Fix for Bug #683561 (Can't select text using click - [SHIFT+click]).Nicolas Dufour2013-05-121-1/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/683561 (bzr r12327)
* Fix for Bug #515267 (CTRL+DEL and CTRL+BACKSPACE in text boxes doesn't work)Nicolas Dufour2013-05-121-5/+21
| | | | | | Fixed bugs: - https://launchpad.net/bugs/515267 (bzr r12326)
* Fix for 871563 : JPG images are recompressed with lower quality when embeddedJohn Smith2013-05-113-2/+10
| | | (bzr r12325)
* Improve code documentation for symbolsMartin Owens2013-05-091-2/+19
| | | (bzr r12324)
* Palettes: Add pure black and white to Tango paletteGarret2013-05-081-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1177725 (bzr r12323)
* Fix for 1171434 : trunk: INX <optiongroup> broken^John Smith2013-05-052-3/+27
| | | (bzr r12322)
* Christoffer Holmstedt 2013-04-21 Fixed compilation warnings and updated ↵Jon A. Cruz2013-05-0311-28/+395
|\ | | | | | | | | | | | | | | tweak-move and tweak-move-jitter cursors. Fixes bug #587729. Fixed bugs: - https://launchpad.net/bugs/587729 (bzr r12321)
| * Fixed compilation warnings and updated tweak-move and tweak-move-jitter cursors.Christoffer Holmstedt2013-04-2110-51/+51
| | | | | | (bzr r12277.1.2)
| * Added 9 cursors for the tweak tool.Christoffer Holmstedt2013-04-1810-5/+372
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/587729 (bzr r12277.1.1)
* | Fix UI after inclusion of gimp style slidersKris De Gussem2013-05-026-126/+126
| | | | | | (bzr r12320)
* | alt + scroll to select messes up opacityRaphael Rosch2013-05-021-13/+51
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1092374 (bzr r12319)
* | Fix typo in en_gb translationKris De Gussem2013-05-011-1/+1
| | | | | | (bzr r12318)
* | Fix UI after inclusion of gimp style slidersKris De Gussem2013-05-019-78/+78
| | | | | | (bzr r12317)
* | Update minimum window size logic for cases when not saving window positions.Jon A. Cruz2013-05-011-38/+58
| | | | | | (bzr r12316)
* | Fix for Bug #830663 (default window size is too small) by Jiabao WuJon A. Cruz2013-05-013-7/+24
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/830663 (bzr r12315)
* | Fix for Bug #629081 (Spiro and path operations fails) by Matthew Petroff.Nicolas Dufour2013-05-011-0/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/629081 (bzr r12314)
* | Fix for Bug #257223 (Object to Path should work for Connectors) by Matthew ↵Nicolas Dufour2013-05-011-0/+8
| | | | | | | | | | | | | | | | Petroff. Fixed bugs: - https://launchpad.net/bugs/257223 (bzr r12313)
* | UI messagesKris De Gussem2013-04-291-2/+2
| | | | | | (bzr r12312)
* | Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-299-21/+22
| | | | | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311)
* | Temporily fix abiguous macros before later removal.Jon A. Cruz2013-04-2821-254/+254
| | | | | | (bzr r12310)
* | Warning cleanup.Jon A. Cruz2013-04-284-8/+7
| | | | | | (bzr r12309)
* | UI messages: end with : in front of edit boxKris De Gussem2013-04-281-11/+11
| | | | | | (bzr r12308)
* | minor cppcheck stuffKris De Gussem2013-04-288-21/+14
| | | | | | (bzr r12307)
* | update bbox when Filter General Settings modified (Bug 960986)Alvin Penner2013-04-271-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/960986 (bzr r12306)
* | modify bbox width for Blur filter in Fill & Stroke (Bug 1171208)Alvin Penner2013-04-261-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1171208 (bzr r12305)
* | translation typoKris De Gussem2013-04-231-3/+3
| | | | | | (bzr r12304)
* | Dutch translation updateKris De Gussem2013-04-231-243/+410
| | | | | | (bzr r12303)
* | revert r12297Kris De Gussem2013-04-231-5/+5
| | | | | | (bzr r12302)
* | Add MapSymbols from OpenStreetMap.Martin Owens2013-04-231-0/+2777
| | | | | | (bzr r12301)
* | Allow multiple groups to be symbolised and replace groups with clones.Martin Owens2013-04-233-31/+44
| | | | | | (bzr r12300)
* | Allow out of src building for wildcard MakesMartin Owens2013-04-231-1/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1170803 (bzr r12299)
* | Add balloon symbols and connect defs modified signal.Martin Owens2013-04-224-10/+146
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1170817 (bzr r12298)
* | define booleans as booleans (prevent future errors in comparisons)Kris De Gussem2013-04-222-6/+6
| | | | | | (bzr r12297)
* | fix warningsKris De Gussem2013-04-211-6/+6
| | | | | | (bzr r12296)
* | Fix for Bug #1023797 (Unnecessary scroll bars in swatches dialog) by Slagvi.Nicolas Dufour2013-04-211-0/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1023797 (bzr r12295)
* | Fix for 600285 : Zoom sliderJohn Smith2013-04-212-7/+15
| | | | | | (bzr r12294)
* | cppcheckKris De Gussem2013-04-214-90/+109
| | | | | | (bzr r12293)
* | Fix symbols not being installed bug reported by suvMartin Owens2013-04-211-1/+3
| | | | | | (bzr r12292)
* | Clean up symbol pixmap generator and title descriptionMartin Owens2013-04-213-41/+29
| | | | | | (bzr r12291)
* | Warn if we get a NULL objectMartin Owens2013-04-211-4/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1104326 (bzr r12290)
* | Output attributes as lengths instead of doubles.Martin Owens2013-04-211-2/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1107924 (bzr r12289)
* | Throw better error when attribute isn't availableMartin Owens2013-04-211-0/+2
| | | | | | (bzr r12288)
* | Pull MergeMartin Owens2013-04-214-38/+35
|\ \ | | | | | | (bzr r12287)
| * | Group bbox update (Bug 1168979)Alvin Penner2013-04-202-0/+2
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1168979 (bzr r12285.1.2)
| * | minor odg export updateKris De Gussem2013-04-202-38/+33
| | | | | | | | | (bzr r12285.1.1)
* | | Remove GLib error and remove some cruftMartin Owens2013-04-211-8/+4
|/ / | | | | (bzr r12286)
* | Use wildcard blob for symbols Makefile.amMartin Owens2013-04-191-5/+1
|\ \ | | | | | | (bzr r12285)
| * | Install the new Flow symbolsJosh Andler2013-04-191-0/+1
| | | | | | | | | (bzr r12283.1.1)