summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-143-40/+40
| | | | | | | | | (bzr r9508.1.67)
* | | merge from trunkKrzysztof Kosi??ski2010-08-0817-205/+550
|\| | | | | | | | (bzr r9508.1.52)
| * | Add a constrained snap method that takes multiple constraints. This reduces ↵Diederik van Lierop2010-08-071-101/+16
| | | | | | | | | | | | | | | the code repetitiveness in the node tool (bzr r9692)
| * | New feature: to exchange position of two objects (bug #171944)Nicolas Dufour2010-08-033-19/+167
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/171944 (bzr r9681)
| * | More sensible ranges for feSpecularLighting and feDiffuseLighting parametersKrzysztof Kosi??ski2010-07-271-11/+12
| | | | | | | | | (bzr r9657)
| * | Fix initial combo box values in filter effects dialogKrzysztof Kosi??ski2010-07-261-1/+1
| | | | | | | | | (bzr r9655)
| * | fix crash bug 607557Johan B. C. Engelen2010-07-261-0/+4
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/607557 (bzr r9653)
| * | Added preference to suppress auto-refresh of icon previews.Jon A. Cruz2010-07-261-2/+4
| | | | | | | | | (bzr r9651)
| * | Added debug info.Jon A. Cruz2010-07-252-11/+65
| | | | | | | | | | | | | | | Throttle down icon preview rendering based on observed duration. (bzr r9650)
| * | Make icon preview seleciton stikcy by default.Jon A. Cruz2010-07-251-1/+1
| | | | | | | | | (bzr r9647)
| * | Added preference to suppress icon preview frames.Jon A. Cruz2010-07-251-4/+8
| | | | | | | | | (bzr r9645)
| * | Added preference to keep last selected item shown.Jon A. Cruz2010-07-252-18/+29
| | | | | | | | | (bzr r9644)
| * | Adding preference to suppress packing of previews.Jon A. Cruz2010-07-251-1/+3
| | | | | | | | | (bzr r9643)
| * | Fix sculpting of nodes with non-degenerate handles.Krzysztof Kosi??ski2010-07-222-5/+50
| | | | | | | | | (bzr r9639)
| * | When snapping to handle lines (Ctrl+Alt node drag), snapKrzysztof Kosi??ski2010-07-211-7/+64
| | | | | | | | | | | | | | | to perpendiculars of those lines as well (bzr r9636)
| * | - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-6/+6
| | | | | | | | | | | | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
| * | Disabling Print Colors dialog due to lack of resolution from mailing list ↵Josh Andler2010-07-072-4/+5
| | | | | | | | | | | | | | | thread and no response by author (bzr r9593)
| * | Patch by Johan for LPE Tool prefs pageJosh Andler2010-07-071-2/+3
| | | | | | | | | (bzr r9585)
| * | If 'Edit' on a swatch matches the current selection, invoke Fill-and-Stroke ↵Jon A. Cruz2010-07-061-5/+31
| | | | | | | | | | | | | | | instead of gradient dialog. (bzr r9584)
| * | Minor cruft cleanup.Jon A. Cruz2010-07-061-1/+0
| | | | | | | | | (bzr r9583)
| * | Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ↵Jon A. Cruz2010-07-061-33/+22
| | | | | | | | | | | | | | | marker string. (bzr r9582)
| * | Translations. New Telugu translation by వీవెన్ (Veeven).Nicolas Dufour2010-07-061-2/+2
| | | | | | | | | (bzr r9581)
| * | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-7/+7
| | | | | | | | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564)
| * | Make order of 'auto' swatches match order in document.Jon A. Cruz2010-07-031-0/+2
| | | | | | | | | (bzr r9563)
| * | Bump default for "widescreen" to target netbook sizes.Jon A. Cruz2010-07-021-1/+1
| | | | | | | | | (bzr r9554)
| * | Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz2010-07-021-34/+37
| |/ | | | | (bzr r9553)
| * Partial C++-ification of SPGradientJon A. Cruz2010-06-281-8/+9
| | | | | | (bzr r9542)
| * Implementing the "Convert" popup menu item for gradients/swatches. Part of ↵Jon A. Cruz2010-06-262-3/+82
| | | | | | | | | | | | | | | | bug #59441. Fixed bugs: - https://launchpad.net/bugs/594441 (bzr r9541)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-9/+8
| | | | | | (bzr r9508.1.47)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-1/+0
| | | | | | (bzr r9508.1.45)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-044-77/+83
| | | | | | (bzr r9508.1.44)
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-1/+1
| | | | | | | | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-7/+10
|/ | | (bzr r9508.1.8)
* Romanian translation update by Cristian Secară (Bug #596689)Kris De Gussem2010-06-211-1/+2
| | | (bzr r9515)
* Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2010-06-162-6/+49
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/170781 - https://launchpad.net/bugs/171663 (bzr r9503)
* Translations:Nicolas Dufour2010-06-131-7/+13
| | | | | | | * en_GB translation update by Tim Sheridan * br translation update by Alan Monfort * translators list update (bzr r9499)
* Translator credits update (now all files are updated)Kris De Gussem2010-06-051-2/+2
| | | (bzr r9480)
* Adding JessyInk 1.5.1 extension set by Hannes HochreinerJosh Andler2010-06-041-0/+1
| | | (bzr r9478)
* Translator credits updateKris De Gussem2010-06-041-3/+5
| | | (bzr r9477)
* Authors and translators lists update.Nicolas Dufour2010-06-031-146/+181
| | | (bzr r9472)
* Cleanup on encapsulation. Addition of initial widescreen detection.Jon A. Cruz2010-06-012-20/+67
| | | (bzr r9465)
* Fixing order from r9463, correct order is Width -> Height -> Units. (Bug ↵Alex Leone2010-06-011-1/+1
| | | | | | | | #587874) Fixed bugs: - https://launchpad.net/bugs/587874 (bzr r9464)
* In the document properties dialog, changes tab order to units, width, ↵Alex Leone2010-06-012-1/+11
| | | | | | | | height. (Bug #587874) Fixed bugs: - https://launchpad.net/bugs/587874 (bzr r9463)
* Makes the "Fit Page to Selection" margin options load from the opened file. ↵Alex Leone2010-06-013-19/+62
| | | | | | | | (Bug #499942) Fixed bugs: - https://launchpad.net/bugs/499942 (bzr r9462)
* Consistency fix in the tools strings (badly places :).Nicolas Dufour2010-05-264-34/+34
| | | (bzr r9453)
* fix lpe dialog updatingJohan B. C. Engelen2010-05-182-1/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/516940 (bzr r9433)
* better fix for lpe stack forkingJohan B. C. Engelen2010-05-181-2/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431)
* Fix small snapping regression (reported in LP #562205, comment #11)Diederik van Lierop2010-05-091-3/+1
| | | (bzr r9405)
* Fix tooltip error in the preferences (Bug #446723).Nicolas Dufour2010-05-091-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/446723 (bzr r9403)
* Track selection changes for updating in icon preview.Jon A. Cruz2010-05-062-1/+8
| | | (bzr r9400)