summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed enum order + added cpp files to POFILES.inMichael Soegtrop2017-06-052-6/+4
| | | (bzr r14862.2.4)
* merged with latest version of lpe-bool and trunkMichael Soegtrop2017-06-05979-44152/+31180
|\ | | | | (bzr r14862.2.3)
| * Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin2017-06-045-533/+477
| | | | | | | | | | | | | | | | | | | | New dialog when opening pre-0.92 files (with 90 dpi). I implemented it mostly based on mizmo's UI proposal (thanks!), with additional inputs from su_v with a few bugfixes from jabiertxof Also adds a commandline option --convert-dpi-method=[none|scale-viewbox|scale-document] to be able to batch convert files. Fixed bugs: - https://launchpad.net/bugs/1659229 (bzr r15703.1.26)
| * Add very raw page loading using linksMartin Owens2017-06-043-6/+52
| | | | | | (bzr r15703.1.24)
| * Merge bugfixes for xverbsDmitry Zhulanov2017-06-041-19/+50
| |\ | | | | | | (bzr r15703.1.23)
| | * replace fopen with g_fopendmitry.zhulanov@gmail.com2017-06-041-1/+2
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1695629 (bzr r15700.1.7)
| | * minor fixesdmitry.zhulanov@gmail.com2017-06-031-2/+2
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1692699 (bzr r15700.1.6)
| | * abort Inkscape if XFileOpen command failsdmitry.zhulanov@gmail.com2017-06-031-1/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1695606 (bzr r15700.1.5)
| | * handle svg documents relative to .yaml pathdmitry.zhulanov@gmail.com2017-06-031-17/+40
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1692701 (bzr r15700.1.4)
| | * check if file existdmitry.zhulanov@gmail.com2017-06-031-2/+6
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1692699 (bzr r15700.1.3)
| | * fix crash in XFileOpendmitry.zhulanov@gmail.com2017-06-031-0/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1692699 (bzr r15700.1.2)
| | * improve open .yaml error message and exit with errordmitry.zhulanov@gmail.com2017-06-011-2/+4
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1692707 (bzr r15700.1.1)
| * | Add list of OpenType tables available in selected font.Tavmjong Bah2017-06-032-25/+35
| | | | | | | | | (bzr r15703.1.22)
| * | Avoid name conflict with libwmf (wmf_free).Tavmjong Bah2017-06-013-3/+4
| | | | | | | | | (bzr r15703.1.21)
| * | 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 r15703.1.20)
| * | Sort File Save and File Input file type menus.Tavmjong Bah2017-05-311-3/+77
| | | | | | | | | (bzr r15703.1.17)
| * | Fix broken fix for bug pointed by parclytaxel in IRCJabier Arraiza Cenoz2017-05-301-0/+3
| | | | | | | | | (bzr r15703.1.16)
| * | Fix bug pointed by parclytaxel in IRCJabier Arraiza Cenoz2017-05-301-3/+2
| | | | | | | | | (bzr r15703.1.15)
| * | Alow write to repr on hidden LPE parametersJabier Arraiza Cenoz2017-05-292-2/+5
| | | | | | | | | (bzr r15703.1.13)
| * | Fix PDF export with respect to 'image-rendering'.Tavmjong Bah2017-05-291-5/+5
| | | | | | | | | (bzr r15703.1.12)
| * | Update for CSS 3 'image-rendering'.Tavmjong Bah2017-05-292-4/+10
| | | | | | | | | (bzr r15703.1.11)
| * | 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 r15703.1.10)
| * | Fix bug on crash if undefined LPE loadJabiertxof2017-05-281-1/+3
| | | | | | | | | (bzr r15703.1.9)
| * | 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 r15703.1.8)
| * | Allow doOnRemove in all LPEJabiertxof2017-05-281-6/+1
| | | | | | | | | (bzr r15703.1.7)
| * | Remove dabug lineJabiertxof2017-05-281-1/+0
| | | | | | | | | (bzr r15703.1.6)
| * | Remove original-d from clip and mask LPE if keep pathsJabiertxof2017-05-281-20/+20
| | | | | | | | | (bzr r15703.1.5)
| * | Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof2017-05-284-64/+140
| | | | | | | | | (bzr r15703.1.4)
| * | Allow LPE clip or mask hasent effect appliedJabiertxof2017-05-271-1/+5
| | | | | | | | | (bzr r15703.1.3)
| * | More fixes to LPEJabiertxof2017-05-2714-88/+47
| | | | | | | | | (bzr r15703.1.2)
| * | Change bad named varsJabiertxof2017-05-2713-24/+27
| | | | | | | | | (bzr r15703.1.1)
| * | 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)