| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a compiling error on debian testing | Jabier Arraiza | 2017-07-01 | 1 | -1/+1 |
| | | |||||
| * | Hackfest: Add start of dropping tool | Martin Owens | 2017-06-30 | 1 | -35/+73 |
| | | |||||
| * | Hackfest: Show dropper color in cursor, while moving the mouse. | Martin Owens | 2017-06-30 | 2 | -43/+35 |
| | | |||||
| * | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 2017-06-30 | 29 | -93/+59 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2017-06-29 | 5 | -8/+186 |
| |\ | |||||
| | * | Filter editor fix for gcc 5 | Martin Owens | 2017-06-29 | 1 | -2/+6 |
| | | | |||||
| | * | Disable "new" filter editor | Marc Jeanmougin | 2017-06-29 | 1 | -1/+0 |
| | | | |||||
| | * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-06-29 | 16 | -114/+84 |
| | |\ | |||||
| | * \ | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-06-29 | 43 | -1260/+1552 |
| | |\ \ | |||||
| | * | | | glade WIP | Marc Jeanmougin | 2017-06-29 | 2 | -34/+41 |
| | | | | | |||||
| | * | | | First version (non-working) | Marc Jeanmougin | 2017-06-28 | 5 | -8/+176 |
| | | | | | |||||
| * | | | | aboutbox: Gtk3 fixes | Alexander Valavanis | 2017-06-29 | 1 | -0/+27 |
| | |_|/ |/| | | |||||
| * | | | knot-properties: Use Gtk::Grid | Alexander Valavanis | 2017-06-29 | 2 | -11/+11 |
| | | | | |||||
| * | | | Rm remaining imagemenuitem usage | Alexander Valavanis | 2017-06-29 | 3 | -35/+42 |
| | | | | |||||
| * | | | Use Gtk orientable widgets | Alexander Valavanis | 2017-06-29 | 4 | -15/+17 |
| | | | | |||||
| * | | | previewholder: Rm unused (and wrongly constructed) var | Alexander Valavanis | 2017-06-29 | 1 | -1/+0 |
| | | | | |||||
| * | | | interface: Rm unused function | Alexander Valavanis | 2017-06-29 | 1 | -29/+0 |
| | | | | |||||
| * | | | Dock: Rm unnecessary enum | Alexander Valavanis | 2017-06-29 | 5 | -23/+14 |
| | |/ |/| | |||||
| * | | Hackfest icon work: restore selected menu icons and make theming easier | Alexander Valavanis | 2017-06-29 | 43 | -1260/+1552 |
| |\ \ | |/ |/| | |||||
| | * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 38 | -184/+344 |
| | | | |||||
| | * | contextmenu: Rm icons per GNOME HIG | Alexander Valavanis | 2017-06-28 | 1 | -19/+1 |
| | | | |||||
| | * | Add a show-icon attribute to menu XML | Alexander Valavanis | 2017-06-28 | 1 | -11/+34 |
| | | | |||||
| | * | Revert "menu-items: C++ify" | Alexander Valavanis | 2017-06-28 | 2 | -79/+50 |
| | | | | | | | | | This reverts commit d483c2ab23354cf5ea58a2d2225ab464b77f6614. | ||||
| | * | Revert "Rm unused fn" | Alexander Valavanis | 2017-06-28 | 1 | -0/+29 |
| | | | | | | | | | This reverts commit 1da12a921c8a5e9f49de799cf9f3e9a642208bd7. | ||||
| | * | Rm unused fn | Alexander Valavanis | 2017-06-28 | 1 | -29/+0 |
| | | | |||||
| | * | menu-items: C++ify | Alexander Valavanis | 2017-06-28 | 2 | -50/+79 |
| | | | |||||
| | * | Partial fix for menu items and split contextmenu into separate file | Alexander Valavanis | 2017-06-27 | 6 | -1080/+1191 |
| | | | |||||
| | * | Initial addition of menu icons | Alexander Valavanis | 2017-06-27 | 1 | -32/+48 |
| | | | |||||
| * | | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 7 | -29/+27 |
| |/ | | | | get_filename methods | ||||
| * | GdkScreen deprecation fixes | Alexander Valavanis | 2017-06-27 | 2 | -7/+42 |
| | | |||||
| * | select-tool: Only stop the rubberband when it was started | Uli Schlachter | 2017-06-26 | 1 | -1/+3 |
| | | | | | | | | | Rubberband::stop() calls SPCanvas::endForcedFullRedraws(), which means possible no full redraw will happen while moving. Fixes: https://bugs.launchpad.net/inkscape/+bug/1510704 Signed-off-by: Uli Schlachter <psychon@znc.in> | ||||
| * | Do not strip file extension in CUSTOM_TYPE Windows native file save dialogs | Eduard Braun | 2017-06-20 | 1 | -4/+9 |
| | | | | | (Usually we append the proper extension afterwards, but that does only work for registered extensions and not custom extensions. The resulting behavior was that a file saved this way had usually no extension at all unless the user added one manually...) | ||||
| * | Fix a crash in CUSTOM_TYPE Windows native file save dialogs | Eduard Braun | 2017-06-20 | 1 | -6/+6 |
| | | | | | | Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1639701 | ||||
| * | Update dialog when object is added, deleted, or changed. | Tavmjong Bah | 2017-06-14 | 2 | -0/+149 |
| | | |||||
| * | Prevent crash due to clones. | Tavmjong Bah | 2017-06-14 | 1 | -0/+1 |
| | | |||||
| * | Reorder hide and lock from context menu | Jabier Arraiza Cenoz | 2017-06-07 | 1 | -7/+7 |
| | | | | (bzr r15736) | ||||
| * | Strip comments when parsing CSS. Allow no space after an element name if ↵ | Tavmjong Bah | 2017-06-07 | 1 | -1/+7 |
| | | | | | | followed by '+', '>', or '~' when entering new selector. (bzr r15735) | ||||
| * | Add contextual buttons to Hide/lock and Unhide/unlock items | Jabiertxof | 2017-06-06 | 3 | -2/+89 |
| | | | | (bzr r15732) | ||||
| * | Show glyphs with alternative styles in "Feature Settings" section of ↵ | Tavmjong Bah | 2017-06-05 | 2 | -0/+35 |
| | | | | | | "Variants" tab of "Text and Font" dialog. (bzr r15731) | ||||
| * | Add list of OpenType tables available in selected font. | Tavmjong Bah | 2017-06-03 | 2 | -25/+35 |
| | | | | (bzr r15725) | ||||
| * | bugfix: change active layer | chr | 2017-05-23 | 2 | -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 decide | chr | 2017-05-23 | 1 | -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 cell | chr | 2017-05-23 | 1 | -5/+7 |
| | | | | (bzr r15698.1.9) | ||||
| * | object panel: search function blocks too many keystrokes | chr | 2017-05-23 | 1 | -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 order | chr | 2017-05-23 | 1 | -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 group | chr | 2017-05-18 | 1 | -1/+1 |
| | | | | | | don't jump too much around in the list (bzr r15698.1.6) | ||||
| * | ObjectsPanel: Polish collapse/expand behaviour | chr | 2017-05-18 | 2 | -5/+9 |
| | | | | (bzr r15698.1.5) | ||||
| * | object manager panel: fix clip/mask icons | chr | 2017-05-18 | 3 | -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 Bah | 2017-05-10 | 1 | -13/+0 |
| | | | | (bzr r15685) | ||||
| * | Remove unused floatscreenissue variable and supporting code. | Tavmjong Bah | 2017-05-10 | 2 | -36/+0 |
| | | | | | | (Previous commit shows how to fix it for Wayland if it were ever to be needed.) (bzr r15684) | ||||
