summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bugfix: change active layerchr2017-05-232-0/+11
| | | | | | | | | note: the actions "LayerNext"/"LayerPrev" (ctrl+pageup/down) never clear the selection, they ignore the user setting "clear selection on layer change" So the object panel will only change if there is no selection! (bzr r15698.1.11)
* opject panel: rework shotcuts: let the user decidechr2017-05-231-27/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implemetation respect the users action shortcuts, handled in this order: 1) Two hardcoded keystrokes: * crtl+f engage search on tree view * esc: defocus: next keystrokes goes to desktop 2) Try to invoke user defined shortcut action 3) RETURN-key: activate action of selected column currently works on the name-column only 4) shortcut goes to Treeview For the testers: The new verbs "stack up/down" are not bound to keystrokes. Set them up as you like via preferences / interface / keyboard shortcuts / selection / stack up and down Try keystrokes with focus on desktop, on object-panel and compare with layer-panel: PageUp/Down + - shift, ctrl esc esc arrow esc arrow ctrl+f V, H - may(!) flip objects ctrl+a (!) ! invert selection Beside user definable keystrokes, there are some hardcoded: arrow-up/down + shift,ctrl [ ] - rotate objects - not user defined actions, so does not work in panel focus / * also keypad / * is usually fold/unfold tree but * actually selects the "star tool", which can be disabled if you don't like that Conflicts: src/ui/dialog/objects.cpp (bzr r15698.1.10)
* object panel: don't block F2 key, use return to edit cellchr2017-05-231-5/+7
| | | (bzr r15698.1.9)
* object panel: search function blocks too many keystrokeschr2017-05-231-0/+2
| | | | | | | | use ctrl+f to use search Issue: select object in the object panel, focus stays on that widget. Press "3" (zoom to object) used to open the search function. (bzr r15698.1.8)
* selection chemistry: implement z-stack orderchr2017-05-231-6/+6
| | | | | | | | | | | | | | | Bug #1395452 "raise and lower objects" used to stack objects above/below the next overlapping object, which makes it impossible to change the z-order of objects that don't overlap. Fixes also the object manager panel Conflicts: src/selection-chemistry.cpp src/selection-chemistry.h src/sp-item.cpp (bzr r15698.1.7)
* object panel: don't scroll to layer when leaving object groupchr2017-05-181-1/+1
| | | | | don't jump too much around in the list (bzr r15698.1.6)
* ObjectsPanel: Polish collapse/expand behaviourchr2017-05-182-5/+9
| | | (bzr r15698.1.5)
* object manager panel: fix clip/mask iconschr2017-05-183-16/+22
| | | | | missing icon delayed inkscape startup of about 3-5 seconds (bzr r15698.1.4)
* Remove more unused stuff missed in last commit.Tavmjong Bah2017-05-101-13/+0
| | | (bzr r15685)
* Remove unused floatscreenissue variable and supporting code.Tavmjong Bah2017-05-102-36/+0
| | | | | (Previous commit shows how to fix it for Wayland if it were ever to be needed.) (bzr r15684)
* Wayland fix.Tavmjong Bah2017-05-101-7/+25
| | | (bzr r15683)
* Reorder LPE enum to match definition in effect.cpp. also fix a bug pointed ↵Jabiertxof2017-05-071-2/+10
| | | | | by Ede_123 in IRC, LPE dialog show bad default selected LPE (bzr r15670)
* Update to trunkJabier Arraiza Cenoz2017-05-0520-587/+766
|\ | | | | (bzr r13645.1.174)
| * Update to trunkJabier Arraiza Cenoz2017-05-055-4/+58
| |\ | | | | | | (bzr r15620.1.17)
| | * Improve responsive from LPEJabier Arraiza Cenoz2017-05-052-2/+15
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
| | * Add control point at center of starsospite2017-05-021-0/+34
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/481506 (bzr r15659)
| | * Calligraphy mode: creates dots on single click.Marc Jeanmougin2017-05-012-2/+9
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/263166 (bzr r15658)
| * | Update to trunkJabiertxof2017-05-012-2/+0
| |\| | | | | | | (bzr r15620.1.15)
| | * Remove unised signals from previous commitJabiertxof2017-05-012-2/+0
| | | | | | | | | (bzr r15656)
| * | Update to trunkJabiertxof2017-05-012-26/+16
| |\| | | | | | | (bzr r15620.1.14)
| | * Fix erase lpe in multi LPE modeJabiertxof2017-05-012-27/+16
| | | | | | | | | | | | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
| * | minor bugfixingJabiertxof2017-04-291-6/+9
| | | | | | | | | (bzr r15620.1.13)
| * | Rewrite UXJabiertxof2017-04-291-2/+17
| | | | | | | | | (bzr r15620.1.12)
| * | ResetJabiertxof2017-04-282-97/+3
| | | | | | | | | (bzr r15620.1.9)
| * | Fixing remove prefsJabier Arraiza Cenoz2017-04-271-0/+2
| | | | | | | | | (bzr r15620.1.7)
| * | Add end of preferences GUIJabier Arraiza Cenoz2017-04-271-3/+11
| | | | | | | | | (bzr r15620.1.6)
| * | Add LPE prefs dialogJabiertxof2017-04-262-8/+54
| | | | | | | | | (bzr r15620.1.4)
| * | Start adding GUI to prefsJabier Arraiza Cenoz2017-04-262-2/+40
| |/ | | | | (bzr r15620.1.3)
| * avoid double transform of <use> element during copy. (Bug 1679428)Alvin Penner2017-04-221-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1679428 (bzr r15631)
| * [Bug #1635982] HSL tab in 0.92 corrupted: colors in hue slider incorrect, ↵shark0r2017-04-211-0/+1
| | | | | | | | | | | | | | | | defunct 5th slider at the bottom. Fixed bugs: - https://launchpad.net/bugs/1635982 (bzr r15627)
| * Fix behavior of scroling stroke width statusbar indicator with non-px unitseman-mod2017-04-152-9/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1671877 (bzr r15622)
| * fix scrolling on style indicator in statusbar for gtk3eman-mod2017-04-151-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1672384 (bzr r15621)
| * Ellipses in Inkscape are defined by the center and the radius, but theAntonio Ospite2017-04-131-0/+36
| | | | | | | | | | | | | | | | | | | | | | user cannot easily control the position of the center. Show a control point for the center so it's easier to move the shape around and snap it by its center. Fixed bugs: - https://launchpad.net/bugs/481506 (bzr r15620)
| * Fix compilation with old libvisioEduard Braun2017-04-051-0/+2
| | | | | | (bzr r15616)
| * Symbols/VSS: Use the actual name of Visio stencils if possibleEduard Braun2017-04-051-12/+44
| | | | | | | | | | | | | | | | (before a generic name was derived from the .vss file name) Fixed bugs: - https://launchpad.net/bugs/1676144 (bzr r15615)
| * Add preference that allows user to increase the canvas tile size.Tavmjong Bah2017-03-302-0/+5
| | | | | | | | | | | | A larger tile size vastly speeds up rendering for drawings with heavy filter use by reducing the need to recalculate filter effects that cross multiple tiles. (bzr r15614)
| * Add forgotten file from last check-in.Tavmjong Bah2017-03-301-0/+132
| | | | | | (bzr r15613)
| * Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah2017-03-302-50/+32
| | | | | | | | | | Add canvas-debug for study of canvas tiling. (bzr r15612)
| * White space.Tavmjong Bah2017-03-291-9/+11
| | | | | | (bzr r15611)
| * Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah2017-03-213-2/+7
| | | | | | | | | | Change default rotation step to 15 degrees. (bzr r15605)
| * Add verbs for canvas rotation.Tavmjong Bah2017-03-211-7/+7
| | | | | | (bzr r15604)
| * Implement rotation via desktop to window affine.Tavmjong Bah2017-03-203-482/+409
| | | | | | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* | Update to trunkJabiertxof2017-03-1629-236/+2362
|\| | | | | (bzr r13645.1.170)
| * Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-131-13/+13
| | | | | | | | | | | | | | | | 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)
| * LPE Powerstroke dialog - Use Gtk::GridAlex Valavanis2017-03-123-11/+10
| | | | | | (bzr r15589)
| * LPE Fillet/Chamfer dialog - Use Gtk::GridAlex Valavanis2017-03-122-11/+9
| | | | | | (bzr r15588)
| * https://bugs.launchpad.net/inkscape/+bug/1496836Alexandru-Daniel Roman2017-03-031-1/+1
| | | | | | | | | | A simple change to selection tool status message. (bzr r15562)
| * Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah2017-03-021-2/+6
| | | | | | (bzr r15561)
| * Add units (px) to size being shown in native Windows file open dialog and ↵Eduard Braun2017-03-021-12/+3
| | | | | | | | | | fix wrong size being shown for EMF/WMF files (bzr r15560)
| * Fix for native Windows file open dialog only showing the first character of ↵Eduard Braun2017-03-011-2/+2
| | | | | | | | | | | | | | the file name below the preview. There seems to be some confusion wheter the type specifier "%s" means char or wchar and the behavior even changes between different versions of MinGW (bzr r15559)