| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 2019-05-26 | 1 | -9/+0 |
| | | |||||
| * | Add Delete to Objects Dialog context menu | Nathan Lee | 2019-05-12 | 1 | -2/+3 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/226 | ||||
| * | Remove crashes when using attributes XML dialog with Objects dialog open (II) | Jabier Arraiza | 2019-01-18 | 1 | -3/+6 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -14/+13 |
| | | |||||
| * | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -3/+0 |
| | | |||||
| * | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 2018-10-01 | 1 | -0/+2 |
| | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | ||||
| * | Fixing coding style | Jabiertxo Arraiza Cenoz | 2018-08-04 | 1 | -2/+4 |
| | | |||||
| * | Fix missing icons and warning on ico size in symbols | Jabiertxo Arraiza Cenoz | 2018-08-04 | 1 | -2/+2 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -5/+4 |
| | | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -52/+52 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -6/+6 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -17/+22 |
| | | | | | A lot of header clean-up. | ||||
| * | panel: Remove the unused "title" label | Stefano Facchini | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | GtkMM popup menu deprecation fixes | Alexander Valavanis | 2017-12-26 | 1 | -0/+6 |
| | | |||||
| * | Use a macro for GtkMM version checks | Alexander Valavanis | 2017-12-25 | 1 | -1/+1 |
| | | |||||
| * | Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵ | Tavmjong Bah | 2017-12-19 | 1 | -77/+29 |
| | | | | | | | | the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs. | ||||
| * | Refactor Util::ptr_shared | Jan Lingscheid | 2017-10-18 | 1 | -2/+2 |
| | | | | | | Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway. | ||||
| * | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 1 | -1/+1 |
| | | |||||
| * | fix set_set_ | Marc Jeanmougin | 2017-08-07 | 1 | -1/+1 |
| | | |||||
| * | objects dialog: Gtk+ < 3.16 compat | Alexander Valavanis | 2017-08-06 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'shortcuts' (!41) | Eduard Braun | 2017-07-11 | 1 | -7/+1 |
| |\ | |||||
| | * | Merge branch 'master' into shortcuts | Eduard Braun | 2017-07-09 | 1 | -32/+51 |
| | |\ | |||||
| | * | | Improve and simplify shortcut handling. | Eduard Braun | 2017-06-23 | 1 | -7/+1 |
| | | | | | | | | | | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts. | ||||
| * | | | Update GtkDialog usage | Alexander Valavanis | 2017-07-09 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 1 | -1/+2 |
| | | | |||||
| * | | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 1 | -12/+27 |
| | | | |||||
| * | | Rm remaining imagemenuitem usage | Alexander Valavanis | 2017-06-29 | 1 | -17/+21 |
| | | | |||||
| * | | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -4/+3 |
| |/ | |||||
| * | bugfix: change active layer | chr | 2017-05-23 | 1 | -0/+8 |
| | | | | | | | | | | 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 | 1 | -4/+8 |
| | | | | (bzr r15698.1.5) | ||||
| * | object manager panel: fix clip/mask icons | chr | 2017-05-18 | 1 | -2/+8 |
| | | | | | | missing icon delayed inkscape startup of about 3-5 seconds (bzr r15698.1.4) | ||||
| * | Rm remaining Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -1/+0 |
| | | | | (bzr r15368) | ||||
| * | 1639832 Blend and blur unspected results | Jabier Arraiza Cenoz | 2016-11-07 | 1 | -1/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639832 (bzr r15222) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -21/+0 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -21/+0 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -21/+0 |
| | | | | | | | | | | (bzr r15023.2.7) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -12/+2 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -12/+2 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+14 |
| | | | | | | | | | | (bzr r15027) | ||||
