| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into powerpencil | Jabier Arraiza | 2017-11-03 | 95 | -995/+778 |
| |\ | |||||
| | * | Enable reopening of Prototype dialog on startup. | Tavmjong Bah | 2017-10-27 | 1 | -0/+2 |
| | | | |||||
| | * | Fix regression after r14761: handle size of selected nodes too big and sticky | Antonio Ospite | 2017-10-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | In r14761 a bug was introduced in ControlManagerImpl::setSelected(), the fixed value _resize was used to set the final value of targetSize for the node instead of item->ctrlResize which is decided conditionally depending on the node state. https://bugs.launchpad.net/inkscape/+bug/1568644 | ||||
| | * | Preferences: cleanup | Eduard Braun | 2017-10-22 | 1 | -51/+46 |
| | | | |||||
| | * | Preferences: Minor consistency fixes for UI | Eduard Braun | 2017-10-22 | 1 | -3/+5 |
| | | | |||||
| | * | Preferences: Simplify code from 9f2c9d85b73ff773e6181d700678f28757714992 | Eduard Braun | 2017-10-22 | 1 | -21/+6 |
| | | | |||||
| | * | Preferences: fix inputs not properly expanding horizontally | Eduard Braun | 2017-10-22 | 1 | -1/+1 |
| | | | | | | | | | (gtk3 issue) | ||||
| | * | Add preference to load additional fonts from custom directories | Eduard Braun | 2017-10-21 | 2 | -0/+4 |
| | | | | | | | | | 'custom_fontdirs' is a list of paths to search for fonts | ||||
| | * | Add preferences widget 'PrefMultiEntry' | Eduard Braun | 2017-10-21 | 2 | -0/+43 |
| | | | | | | | | | | | | | | | | | | | This is a multiline text input, similar to 'PrefEntry' Newlines characters in the multiline input will be converted to '|' in the saved preference. This is because the XML parser will convert real newline characters to spaces when reading the preferences file the next time. | ||||
| | * | Add preference to load additional fonts from 'fonts' directories | Eduard Braun | 2017-10-20 | 2 | -1/+9 |
| | | | | | | | | | | | | | - 'use_fontsdir_system' for /share/inkscape/fonts - 'use_fontsdir_user' for /inkscape/fonts in user config (both activated by default) | ||||
| | * | Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscape | Marc Jeanmougin | 2017-10-20 | 12 | -37/+25 |
| | |\ | |||||
| | | * | Refactor Util::ptr_shared | Jan Lingscheid | 2017-10-18 | 4 | -11/+11 |
| | | | | | | | | | | | | | | | | 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. | ||||
| | | * | Replace boost::shared_ptr | Jan Lingscheid | 2017-10-17 | 5 | -19/+13 |
| | | | | | | | | | | | | | Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header. | ||||
| | | * | Replace boost::scoped_ptr | Jan Lingscheid | 2017-10-17 | 2 | -3/+1 |
| | | | | | | | | | | | | | | | | This replaces all usage of boost::scoped_ptr with std::unique_ptr. Also removes the corresponding includes. | ||||
| | | * | Remove std::auto_ptr | Jan Lingscheid | 2017-10-17 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | As C++11-compiler is now mandatory, conditional use of auto_ptr is no longer usefull. This commit does not remove the usage of std::auto_ptr in 2geom. | ||||
| | * | | Drop obsolete wrapper around Glib::file_open_tmp | Stefano Facchini | 2017-10-19 | 1 | -2/+1 |
| | | | | |||||
| | * | | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 5 | -85/+0 |
| | | | | |||||
| | * | | Remove unused icon-size.h | Stefano Facchini | 2017-10-19 | 1 | -1/+0 |
| | | | | |||||
| | * | | Remove unused util/accumulators.h | Stefano Facchini | 2017-10-19 | 2 | -13/+0 |
| | | | | |||||
| | * | | Use standard glib macro instead of a custom one | Stefano Facchini | 2017-10-19 | 2 | -4/+2 |
| | |/ | |||||
| | * | Remove deprecated GNOME VFS | Stefano Facchini | 2017-10-13 | 2 | -43/+17 |
| | | | | | | | | | Just use Gio::File when access to non-local files is needed. | ||||
| | * | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 35 | -77/+77 |
| | | | |||||
| | * | Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in some | Andrey Mozzhuhin | 2017-10-05 | 2 | -3/+37 |
| | | | | | | | | | | | | | | | cases in non-latin keyboard layouts The key group with zero index can be a non-Latin layout. Try to determine Latin layout group index at runtime by checking available keymap entries for Latin 'a' keyval. | ||||
| | * | Merge branch 'edit-clip-object' of gitlab.com:stfacc/inkscape | Marc Jeanmougin | 2017-10-05 | 6 | -104/+63 |
| | |\ | |||||
| | | * | Rename object-edit.cpp to what it really is | Stefano Facchini | 2017-10-01 | 4 | -89/+52 |
| | | | | |||||
| | | * | Fix the editing of clipping and masking objects | Stefano Facchini | 2017-10-01 | 3 | -15/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | By passing along an edit_transform matrix, as done for clipping paths. Cleanups: - remove some unused methods - use member initialization | ||||
| | * | | Second batch | Marc Jeanmougin | 2017-10-02 | 3 | -118/+42 |
| | | | | |||||
| | * | | First batch | Marc Jeanmougin | 2017-10-01 | 6 | -69/+55 |
| | | | | |||||
| | * | | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 17 | -239/+181 |
| | | | | |||||
| | * | | Hunted every GList to the last (except in libnrtype and libcroco) | Marc Jeanmougin | 2017-09-30 | 5 | -30/+21 |
| | |/ | |||||
| | * | remove helper/gnome-utils.* | Marc Jeanmougin | 2017-09-29 | 1 | -7/+7 |
| | | | |||||
| | * | Merge branch 'jali/inkscape-ustring_refactor' | Tavmjong Bah | 2017-09-27 | 8 | -48/+37 |
| | |\ | | | | | | | | | | Removes usage of GString. | ||||
| | | * | Remove remaining usage of GString in ui/tools/* | Jan Lingscheid | 2017-09-21 | 5 | -30/+25 |
| | | | | |||||
| | | * | Remove unused GString in ui/tools/box3d-tool.cpp | Jan Lingscheid | 2017-09-21 | 1 | -1/+0 |
| | | | | |||||
| | | * | Remove usage of GString from ui/tools/spiral-tool.cpp | Jan Lingscheid | 2017-09-21 | 1 | -3/+2 |
| | | | | |||||
| | | * | Remove usage of GString from tool/node.cpp | Jan Lingscheid | 2017-09-21 | 1 | -12/+7 |
| | | | | |||||
| | | * | Refactor Box3d::string_from_axes to use Glib::ustring | Jan Lingscheid | 2017-09-21 | 1 | -2/+3 |
| | | | | |||||
| | * | | Add improvements to meassure segments LPE pointed by CR | Jabier Arraiza | 2017-09-25 | 1 | -2/+5 |
| | | | | |||||
| | * | | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 16 | -19/+19 |
| | | | | |||||
| | * | | Fix bug #1094504 GTK3: RegisteredColorPicker (e.g. for grid, guides color) ↵ | Jabier Arraiza | 2017-09-23 | 1 | -22/+23 |
| | | | | | | | | | | | | | does not show preview of current color | ||||
| | * | | Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵ | Jabier Arraiza | 2017-09-21 | 1 | -3/+5 |
| | |/ | | | | | | | powerstroke path | ||||
| | * | Add default extension for native win32 file save dialog. | Eduard Braun | 2017-09-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | We manually appended an extension already (so functionality does not change), however GetSaveFileNameW also adds the chosen name (which was the name without extension before) to the list of recently used documents which resulted in unusable links. | ||||
| | * | Added new LPE parameter to store Items array, also bugfixing in patharray ↵ | Jabiertxo Arraiza Cenoz | 2017-09-14 | 2 | -2/+2 |
| | | | | | | | | | parameter | ||||
| | * | Fix a bug when creating a cloned LPE with fill between many | Jabier Arraiza | 2017-09-09 | 1 | -1/+1 |
| | | | |||||
| | * | This commit is based on a coment on bug #1670644. And allow to fill the fill ↵ | Jabier Arraiza | 2017-09-09 | 2 | -0/+50 |
| | | | | | | | | | | | | | | | between many LPE widget that allow attach all paths on the clipboard instead only one Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy | ||||
| * | | Merge branch 'master' into powerpencil | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -1/+1 |
| |\| | |||||
| | * | Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ↵ | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -1/+1 |
| | | | | | | | | | in bspline mode | ||||
| * | | Clarify a bit some strings | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -3/+3 |
| | | | |||||
| * | | Merge from master | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -2/+4 |
| |\| | |||||
| | * | Remove LPE Simplify from spiro and BSpline mode because made uncontrolable ↵ | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -1/+3 |
| | | | | | | | | | paths. Is retained in bezier mode. Consider backport it | ||||
