| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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) | |||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -14/+1 | |
| | |/ | | | | | (bzr r15025) | |||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -8/+8 | |
| | | | | | | | (bzr r14954.1.21) | |||||
| * | | Last part of new SPObject children list | Adrian Boguszewski | 2016-07-14 | 1 | -36/+47 | |
| | | | | | | | (bzr r14954.1.20) | |||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -3/+3 | |
| | | | | | | | (bzr r14954.1.19) | |||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -2/+2 | |
| |\| | | | | | (bzr r14954.1.13) | |||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -1/+1 | |
| |/ | | | (bzr r14954.1.10) | |||||
| * | Remove old uses of GTK_STOCK macros | Martin Owens | 2016-04-13 | 1 | -2/+2 | |
| | | | | (bzr r14826) | |||||
| * | Correct writing of blur value when display units are not user units. | Tavmjong Bah | 2016-01-14 | 1 | -0/+4 | |
| | | | | (bzr r14576) | |||||
| * | static code analysis | Kris De Gussem | 2015-11-13 | 1 | -1/+1 | |
| | | | | (bzr r14463) | |||||
| * | i18n. Strings disambiguation (thanks, Maren!). | Nicolas Dufour | 2015-11-01 | 1 | -5/+5 | |
| | | | | | | | Translation. Translation template update. Translation. French translation update. (bzr r14440) | |||||
| * | Enable column headers. Add tooltips to headers. | Tavmjong Bah | 2015-06-18 | 1 | -2/+29 | |
| | | | | (bzr r14204) | |||||
| * | Mark user-visible messages for translation | Alexandre Prokoudine | 2015-05-31 | 1 | -18/+18 | |
| | | | | (bzr r14191) | |||||
| * | merge with trunk | Tomasz Boczkowski | 2015-05-02 | 1 | -4/+4 | |
| |\ | | | | | (bzr r14059.1.12) | |||||
| | * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 | |
| | | | | | | | (bzr r13922.1.10) | |||||
| | * | Merge, resolved conflicts | Marc Jeanmougin | 2015-02-23 | 1 | -60/+8 | |
| | |\ | | | | | | | (bzr r13922.1.8) | |||||
| | * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -2/+2 | |
| | | | | | | | | | | (bzr r13922.1.5) | |||||
| | * | | Just... | mc | 2015-02-18 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | some... more... lines... (bzr r13922.1.2) | |||||
| * | | | Using SelectedColor instead of SPColorSelector | Tomasz Boczkowski | 2015-04-26 | 1 | -18/+15 | |
| | |/ |/| | | | (bzr r14059.1.10) | |||||
| * | | Make icon creation more consistent - use sp_icon_new where possible | Liam P. White | 2015-02-22 | 1 | -60/+8 | |
| |/ | | | (bzr r13936) | |||||
| * | Warning cleanup. | Jon A. Cruz | 2014-11-01 | 1 | -1/+1 | |
| | | | | (bzr r13653) | |||||
| * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 | |
| | | | | (bzr r13341.1.253) | |||||
| * | Fix bug in object dialog, in highlight color couldent select opacity, now fixed | root | 2014-09-24 | 1 | -1/+1 | |
| | | | | (bzr r13341.1.224) | |||||
| * | Update to experimental r13543 | Liam P. White | 2014-09-07 | 1 | -1/+1 | |
| | | | | (bzr r13090.1.108) | |||||
| * | Add clip group option from Ponyscape | Liam P. White | 2014-06-14 | 1 | -4/+8 | |
| | | | | (bzr r13090.1.83) | |||||
| * | Fix a linker error ("static") | Liam P. White | 2014-03-20 | 1 | -1/+2 | |
| | | | | | | (hopefully) Resolve compiler errors with GTK3+ (bzr r13090.1.28) | |||||
| * | Update to trunk/Fix GTK3 build errors | Liam P. White | 2014-03-19 | 1 | -4/+19 | |
| | | | | (bzr r13090.1.26) | |||||
| * | Reverted swatches | Liam P. White | 2014-03-12 | 1 | -101/+126 | |
| | | | | | | | | Removed a toy effect (not ready yet) Fixed a bug with Livarot General cleanup (bzr r13090.1.23) | |||||
| * | Updated to include (non-functional) Objects dialogue | Liam P. White | 2014-03-02 | 1 | -0/+41 | |
| | | | | (bzr r13090.1.6) | |||||
| * | Experimental merge of Ponyscape features into trunk (will not compile) | Liam P. White | 2014-03-02 | 1 | -1/+11 | |
| | | | | (bzr r13090.1.2) | |||||
| * | Experimental merge of Ponyscape features into trunk (will not compile) | Liam P. White | 2014-03-02 | 1 | -0/+2048 | |
| (bzr r13090.1.1) | ||||||
