summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stroke-style: fix preloading no-markerchr2017-05-181-4/+10
| | | | | speed up inkscape startup (bzr r15698.1.3)
* Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah2017-03-211-2/+3
| | | | | Change default rotation step to 15 degrees. (bzr r15605)
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-202-158/+180
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Fix zoom reference point when using desktop's zoom widget.Tavmjong Bah2017-03-141-2/+4
| | | (bzr r15594)
* Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-131-13/+7
| | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592)
* Fix field width of rotation input textEduard Braun2017-03-071-1/+1
| | | (bzr r15574)
* Sync code of "sp_dtw_zoom_input()" with code of "sp_dtw_rotation_input()" ↵Eduard Braun2017-03-061-7/+12
| | | | | | | from previous commit. This allows to enter numbers with both dot (.) and comma (,) as decimal separator independently of the system locale. (bzr r15573)
* Fix Inkscape crashing on Windows (and possibly other OSs) if $LANG is set to ↵Eduard Braun2017-03-061-12/+15
| | | | | | | | | | anything but "C". The crash was caused by a call to "std::locale("")" which threw an error because std::locale support is not fully implemented in libstdc++ yet (see linked bug for details). Fixed bugs: - https://launchpad.net/bugs/1666314 (bzr r15572)
* Fix bug pointed by suv on IRC bad using of unicode degree signJabiertxof2017-03-061-9/+9
| | | (bzr r15570)
* Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah2017-03-021-34/+57
| | | (bzr r15561)
* merge minor refactoringShlomi Fish2017-02-282-9/+0
|\ | | | | (bzr r15555)
| * Merged.Shlomi Fish2017-02-231-1/+1
| |\ | | | | | | (bzr r15369.1.19)
| * \ Merged.Shlomi Fish2017-02-067-41/+370
| |\ \ | | | | | | | | (bzr r15369.1.18)
| * \ \ Merged.Shlomi Fish2017-01-101-0/+2
| |\ \ \ | | | | | | | | | | (bzr r15369.1.16)
| * \ \ \ Merged.Shlomi Fish2017-01-063-7/+6
| |\ \ \ \ | | | | | | | | | | | | (bzr r15369.1.15)
| * | | | | Remove an old comment which I don't understand.Shlomi Fish2017-01-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems like a todo which may or may not have been followed. (bzr r15369.1.14)
| * | | | | Cleanup: remove an unused local enum declaration.Shlomi Fish2017-01-041-8/+0
| | | | | | | | | | | | | | | | | | (bzr r15369.1.10)
* | | | | | Don't block data entry into the text-tool font-size entry widget after an ↵Tavmjong Bah2017-02-241-0/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | empty entry. (bzr r15546)
* | | | | Fix g_warnings (typo in action name).Tavmjong Bah2017-02-081-1/+1
| |_|_|/ |/| | | | | | | (bzr r15495)
* | | | Remove some unneeded < C++11 fallback codeAlex Valavanis2017-02-062-8/+2
| | | | | | | | | | | | (bzr r15485)
* | | | Add GUI support for 'direction' property (right to left vs. left to right text).Tavmjong Bah2017-02-022-0/+105
| | | | | | | | | | | | (bzr r15466)
* | | | Fix line-height conversions between no unit and 'em' unit.Tavmjong Bah2017-02-021-1/+4
| | | | | | | | | | | | (bzr r15465)
* | | | Enable setting of default 'font-style'.Tavmjong Bah2017-02-021-4/+16
| | | | | | | | | | | | (bzr r15464)
* | | | Prevent display units from effecting 'line-height' unit.Tavmjong Bah2017-02-013-22/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow relative units to be saved in preferences for 'line-height'. Fixed bugs: - https://launchpad.net/bugs/1562217 (bzr r15462)
* | | | Fix Bug:1659253. Thanks houz and jazzynicoTobias Ellinghaus2017-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1659253 (bzr r15458)
* | | | [Bug #1659297] 'Theme parsing error' messages in trunk rev 15447.suv-lp2017-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1659297 (bzr r15455)
* | | | [Bug #1537497] Icon preview doesn't render background.tghs2017-01-251-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1537497 (bzr r15446)
* | | | Comented one of the shortcuts for doc rotate because bad response now ↵Jabier Arraiza Cenoz2017-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | interactive mode onlu fire with CTRL+MMB (bzr r15445)
* | | | merge lp:~inkscape.dev/inkscape/doc_rotateJabier Arraiza Cenoz2017-01-243-7/+206
|\ \ \ \ | |_|_|/ |/| | | (bzr r15444)
| * | | fixing to new trunkJabiertxof2017-01-2422-1385/+789
| |\ \ \ | |/ / / |/| | | (bzr r15142.1.38)
| * | | Update to trunkJabier Arraiza Cenoz2016-11-051-22/+14
| |\ \ \ | | | | | | | | | | (bzr r15142.1.30)
| * \ \ \ Update to trunkJabier Arraiza Cenoz2016-10-251-1/+1
| |\ \ \ \ | | | | | | | | | | | | (bzr r15142.1.26)
| * | | | | Some bug fixes and improvementsJabier Arraiza Cenoz2016-10-251-11/+0
| | | | | | | | | | | | | | | | | | (bzr r15142.1.25)
| * | | | | Fix for widget value of rotateJabier Arraiza Cenoz2016-10-231-3/+10
| | | | | | | | | | | | | | | | | | (bzr r15142.1.24)
| * | | | | Add right click rotation panning, some fixesJabier Arraiza Cenoz2016-10-231-5/+7
| | | | | | | | | | | | | | | | | | (bzr r15142.1.23)
| * | | | | Add right click attemptJabier Arraiza Cenoz2016-10-231-17/+17
| | | | | | | | | | | | | | | | | | (bzr r15142.1.20)
| * | | | | Update to trunkJabier Arraiza Cenoz2016-10-192-0/+20
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r15142.1.16)
| * | | | | | Working with rotate previewJabier Arraiza Cenoz2016-10-191-10/+14
| | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.15)
| * | | | | | Reposition widget and add degree symbolJabier Arraiza Cenoz2016-10-151-11/+49
| | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.14)
| * | | | | | Change from slider to spinJabier Arraiza Cenoz2016-10-141-79/+87
| | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.13)
| * | | | | | Update to trunkJabier Arraiza Cenoz2016-10-144-34/+104
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r15142.1.12)
| * | | | | | | Working with rotate widgetJabier Arraiza Cenoz2016-10-143-2/+94
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.11)
| * | | | | | | Update to trunkJabier Arraiza Cenoz2016-10-102-59/+14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r15142.1.9)
| * | | | | | | | Fix some canvas problems and refactorizationJabier Arraiza Cenoz2016-10-101-11/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.8)
| * | | | | | | | Added widget to to rotateJabier Arraiza Cenoz2016-10-092-4/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15142.1.7)
* | | | | | | | | Add missing include for array templateTim Sheridan2017-01-071-0/+2
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | (bzr r15394.1.1)
* | | | | | | | Improve UI to partialy fix bug 1654121 now offset in measure is neas the ↵Jabiertxof2017-01-062-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only button tat have this option. also improved tooltip (bzr r15393)
* | | | | | | | increased space for font-size.Marc Jeanmougin2017-01-041-3/+3
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | (bzr r15390)
* | | | | | | ruler: Read state flags for GtkStyleContext correctlyAlex Valavanis2016-12-311-4/+12
| | | | | | | | | | | | | | | | | | | | | (bzr r15380)
* | | | | | | fix typos, add translator commentIvan Mas??r2016-12-301-0/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r15373)