summaryrefslogtreecommitdiffstats
path: root/src (follow)
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)
* 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 UI after inclusion of gimp style slidersKris De Gussem2013-05-015-63/+63
| | | | | | (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)
* | 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)
* | revert r12297Kris De Gussem2013-04-231-5/+5
| | | | | | (bzr r12302)
* | Allow multiple groups to be symbolised and replace groups with clones.Martin Owens2013-04-233-31/+44
| | | | | | (bzr r12300)
* | Add balloon symbols and connect defs modified signal.Martin Owens2013-04-223-10/+18
| | | | | | | | | | | | 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)
* | 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)
* | Updated aiga symbols to have more meta data and used document title for ↵Martin Owens2013-04-191-3/+4
| | | | | | | | | | symbols dropdown (bzr r12282)
* | Path Union. fix for Bug 614577Alvin Penner2013-04-181-3/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/614577 (bzr r12279)
* | Change symbols icon and give minimum size for dialogMartin Owens2013-04-182-1/+4
|/ | | (bzr r12278)
* Fix for Bug #503712 (Personal default template not used) by Slagvi.Nicolas Dufour2013-04-151-2/+2
| | | (bzr r12277)
* odg export: some work on gradientsKris De Gussem2013-04-122-55/+36
| | | (bzr r12276)
* Fix some broken Vim modelinesAlex Valavanis2013-04-116-6/+6
| | | (bzr r12275)
* patch by Damjan Velickovski for rotation snap degrees, Bug 525508Alvin Penner2013-04-081-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/525508 (bzr r12274)
* Implement read/write of image-rendering property. To be used to control scaling.Tavmjong Bah2013-04-083-29/+112
| | | (bzr r12272)
* NULL pointer checksKris De Gussem2013-04-082-36/+53
| | | (bzr r12271)
* Added simple control to font dialog to address text on path's startOffset. ↵Jon A. Cruz2013-04-082-2/+58
| | | | | | | | | Bug #171005 and bug #171033 Fixed bugs: - https://launchpad.net/bugs/171005 - https://launchpad.net/bugs/171033 (bzr r12270)