summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Use uniform name for input and output (and PDF is an ISO standard and no ↵Tavmjong Bah2017-06-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | longer tied to Adobe). (bzr r15723)
* | | | | | | Sort File Save and File Input file type menus.Tavmjong Bah2017-05-311-3/+77
| | | | | | | | | | | | | | | | | | | | | (bzr r15720)
* | | | | | | Fix broken fix for bug pointed by parclytaxel in IRCJabier Arraiza Cenoz2017-05-301-0/+3
| | | | | | | | | | | | | | | | | | | | | (bzr r15719)
* | | | | | | Fix bug pointed by parclytaxel in IRCJabier Arraiza Cenoz2017-05-301-3/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r15718)
* | | | | | | Alow write to repr on hidden LPE parametersJabier Arraiza Cenoz2017-05-292-2/+5
| | | | | | | | | | | | | | | | | | | | | (bzr r15716)
* | | | | | | Fix PDF export with respect to 'image-rendering'.Tavmjong Bah2017-05-291-5/+5
| | | | | | | | | | | | | | | | | | | | | (bzr r15715)
* | | | | | | Update for CSS 3 'image-rendering'.Tavmjong Bah2017-05-292-4/+10
| | | | | | | | | | | | | | | | | | | | | (bzr r15714)
* | | | | | | Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof2017-05-2911-37/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15713)
* | | | | | | Fix bug on crash if undefined LPE loadJabiertxof2017-05-281-1/+3
| | | | | | | | | | | | | | | | | | | | | (bzr r15712)
* | | | | | | Add a new value to LPE 'is_load' to know the lpe is just load, no previous ↵Jabiertxof2017-05-284-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values set yet to not LPE stored values when loading a previous file (bzr r15711)
* | | | | | | Allow doOnRemove in all LPEJabiertxof2017-05-281-6/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r15710)
* | | | | | | Remove dabug lineJabiertxof2017-05-281-1/+0
| | | | | | | | | | | | | | | | | | | | | (bzr r15709)
* | | | | | | Remove original-d from clip and mask LPE if keep pathsJabiertxof2017-05-281-20/+20
| | | | | | | | | | | | | | | | | | | | | (bzr r15708)
* | | | | | | Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof2017-05-284-64/+140
| | | | | | | | | | | | | | | | | | | | | (bzr r15707)
* | | | | | | Allow LPE clip or mask hasent effect appliedJabiertxof2017-05-271-1/+5
| | | | | | | | | | | | | | | | | | | | | (bzr r15706)
* | | | | | | More fixes to LPEJabiertxof2017-05-2714-88/+47
| | | | | | | | | | | | | | | | | | | | | (bzr r15705)
* | | | | | | Change bad named varsJabiertxof2017-05-2713-24/+27
| |_|_|_|_|/ |/| | | | | | | | | | | (bzr r15704)
* | | | | | Order LPE parametersJabier Arraiza Cenoz2017-05-262-2/+2
| | | | | | | | | | | | | | | | | | (bzr r15703)
* | | | | | Improve methods on rotate copies LPEJabier Arraiza Cenoz2017-05-265-46/+58
| | | | | | | | | | | | | | | | | | (bzr r15702)
* | | | | | Allow rotate on split items over Rotate copies LPEJabier Arraiza Cenoz2017-05-251-0/+7
|/ / / / / | | | | | | | | | | (bzr r15701)
* | | | | selection chemistry: cancel if we hit top/bottomchr2017-05-231-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | avoid unpredictable results in multi selections (bzr r15698.1.13)
* | | | | fix a brunch of memory leaks pt.2chr2017-05-235-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'd like to see the crappy API fixed, to avoid this stupid mistakes. (bzr r15698.1.12)
* | | | | 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-237-10/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | stroke-style: fix preloading no-markerchr2017-05-181-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | speed up inkscape startup (bzr r15698.1.3)
* | | | | fix a brunch of memory leakschr2017-05-186-4/+12
| | | | | | | | | | | | | | | (bzr r15698.1.2)
* | | | | bugfix crash while moving objectschr2017-05-181-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sp_svg_transform_write can return NULL and Glib::ustring blows up: terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct null not valid #0 0x00007fffed6ec067 in raise () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007fffed6ed448 in abort () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00007fffedac2b3d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #3 0x00007fffedac0bb6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #4 0x00007fffedac0c01 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #5 0x00007fffedac0e19 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #6 0x00007fffedb168b6 in std::__throw_logic_error(char const*) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #7 0x00007ffff76e83d5 in char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) () from /usr/bin/../lib/inkscape/libinkscape_base.so #8 0x00007fffedb22c46 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #9 0x00007ffff036055e in Glib::ustring::ustring(char const*) () from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1 #10 0x00007ffff75650e3 in SPPattern::transform_multiply(Geom::Affine, bool) () from /usr/bin/../lib/inkscape/libinkscape_base.so #11 0x00007ffff753d862 in SPItem::adjust_pattern(Geom::Affine const&, bool, PatternTransform) () from /usr/bin/../lib/inkscape/libinkscape_base.so #12 0x00007ffff7562897 in SPPath::set_transform(Geom::Affine const&) () from /usr/bin/../lib/inkscape/libinkscape_base.so (bzr r15698.1.1)
* | | | | fix crashdmitry.zhulanov@gmail.com2017-05-171-0/+1
| | | | | | | | | | | | | | | (bzr r15697.1.2)
* | | | | fix namingdmitry.zhulanov@gmail.com2017-05-171-33/+4
| | | | | | | | | | | | | | | (bzr r15697.1.1)
* | | | | Fix build warningEduard Braun2017-05-141-1/+1
| | | | | | | | | | | | | | | (bzr r15697)
* | | | | Inkview: Print warning of no (valid) files are found in inputEduard Braun2017-05-141-1/+2
| | | | | | | | | | | | | | | (bzr r15696)
* | | | | Inkview: New option -r or --recursive which make Inkview search recursively ↵Eduard Braun2017-05-141-23/+37
| | | | | | | | | | | | | | | | | | | | | | | | | for SVG files in the specified directories (bzr r15695)
* | | | | Inkview: new option -f or --fullscreen to lauch Inkview in fullscreen modeEduard Braun2017-05-143-24/+34
| | | | | | | | | | | | | | | (bzr r15694)
* | | | | Inkview: Don't crash when unknow command line option is specifiedEduard Braun2017-05-141-1/+8
| | | | | | | | | | | | | | | (bzr r15690.1.15)
* | | | | Inkview: add option -s or --scale to set a factor by witch to scale the ↵Eduard Braun2017-05-143-22/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | displayed image Fixed bugs: - https://launchpad.net/bugs/1550897 (bzr r15690.1.14)
* | | | | Inkview: Add additional information to help output and update option descriptionEduard Braun2017-05-141-4/+9
| | | | | | | | | | | | | | | (bzr r15690.1.13)
* | | | | Inkview: refactor InkviewOptionsGroup and other minor refactoringEduard Braun2017-05-141-28/+24
| | | | | | | | | | | | | | | (bzr r15690.1.12)
* | | | | Inkview: minor refactoringEduard Braun2017-05-141-12/+9
| | | | | | | | | | | | | | | (bzr r15690.1.11)
* | | | | Inkview: Finally implement the -t or --timer option after we dragged it ↵Eduard Braun2017-05-143-13/+30
| | | | | | | | | | | | | | | | | | | | | | | | | around for over 10 years without implementation (bzr r15690.1.10)
* | | | | Inkview: Some more refactoringEduard Braun2017-05-143-15/+15
| | | | | | | | | | | | | | | (bzr r15690.1.9)
* | | | | Inkview: Refactoring - move SPSlideShow to separate source fileEduard Braun2017-05-144-325/+398
| | | | | | | | | | | | | | | (bzr r15690.1.8)
* | | | | Inkview: Title was not updated when using controls in control window.Eduard Braun2017-05-131-1/+1
| | | | | | | | | | | | | | | (bzr r15690.1.7)
* | | | | Inkview: Show number of current slide and total number of slides in titleEduard Braun2017-05-131-1/+6
| | | | | | | | | | | | | | | (bzr r15690.1.6)
* | | | | Inkview: Print warning if a file failed to load.Eduard Braun2017-05-131-3/+3
| | | | | | | | | | | | | | | (bzr r15690.1.5)