| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | This patch fixes the behaviour of control-handle locking during | Ian Bruce | 2019-03-03 | 1 | -46/+81 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion to smooth and symmetric path nodes, to conform to what is described in the keyboard reference and the manual. https://inkscape.org/en/doc/keys092.html#idm2176 http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Paths-Editing.html See <https://bugs.launchpad.net/inkscape/+bug/1780775> for complete details. | |||||
| * | | | | | | | This patch alters the tip information displayed during path node editing, | Ian Bruce | 2019-03-03 | 1 | -84/+218 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to more accurately describe the actions available for the control that the mouse is currently hovering over. This patch should be applied on top of my first commit, bcff6d0c. Unlike that, this one does not alter Inkscape's functionality in any way, but presumably will require translation, which is why they have been separated. Full details are available at <https://bugs.launchpad.net/inkscape/+bug/1780775>. | |||||
| * | | | | | | | temporary fix for bug where undo/redo does not restore node-type changes | Ian Bruce | 2019-03-03 | 1 | -13/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not intended to be a permanent patch, but to point out the actual source of a problem where undo/redo does not work for node-type changes. It works by disabling the function of the PathManipulator::_nodetypesKey() method, to match some breakage which has apparently occurred somewhere else. Presumably, somebody would know where that was. Once that is located and fixed, this patch will be unnecessary, except for a minor code cleanup. At that point, the functional change would itself constitute a bug, instead of a temporary fix. Full details are available at <https://bugs.launchpad.net/inkscape/+bug/1780775>. | |||||
| * | | | | | | | Updat extensions to latest version | Martin Owens | 2019-03-03 | 1 | -0/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'tim_rawlinson/inkscape-patch-4' | Martin Owens | 2019-03-03 | 1 | -5/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix unmatched svg_length_lookup[] array and SVGLength::Unit | Tim Rawlinson | 2019-02-15 | 1 | -5/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | refactor PanelDialog<Behavior::FloatingBehavior> | Thomas Holder | 2019-03-02 | 1 | -46/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eliminates class duplication, only overloads specialized methods | |||||
| * | | | | | | | | fix clangtidy CI job | Thomas Holder | 2019-03-02 | 2 | -13/+28 | |
| | | | | | | | | | ||||||
| * | | | | | | | | speed up clangtidy job | Thomas Holder | 2019-03-02 | 1 | -0/+18 | |
| | | | | | | | | | ||||||
| * | | | | | | | | After delete, next selected layer is sibling of equal depth, with preference ↵ | Nathan Lee | 2019-03-02 | 1 | -9/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for previous layer. Also fix: prevents setting deleted layer as current. | |||||
| * | | | | | | | | Update Italian translation | Firas Hanife | 2019-03-02 | 1 | -52/+30 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Reimplement one time dropper for stroke | Nathan Lee | 2019-03-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/46 | |||||
| * | | | | | | | | Stop crash, save dialog pos for floating dialog preference | Nathan Lee | 2019-02-27 | 2 | -27/+32 | |
| | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds error checking and calls sp_ruler_remove_track_widget before track widget is removed. Fixes: https://gitlab.com/inkscape/inkscape/issues/90 https://bugs.launchpad.net/inkscape/+bug/1674155 | |||||
| * | | | | | | | CMake/MSYS2: Include per-user font directory in fontconfig | Patrick Storz | 2019-02-26 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of Windows 10 (version 1809) fonts are installed per-user by default into the folder %localappdata%\Microsoft\Windows\Fonts which is not picked up (yet) by fontconfig. Add this folder manually as a font directory to fonts.conf Fixed issues: - https://gitlab.com/inkscape/inkscape/issues/50 | |||||
| * | | | | | | | Increase portability of create_default_templates.py | Patrick Storz | 2019-02-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issues: - https://gitlab.com/inkscape/inkscape/issues/100 | |||||
| * | | | | | | | Extensions: Use wperl as default perl interpreter on Windows | Patrick Storz | 2019-02-26 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the "GUI" version of the executable that does not have a console attached to itself and therefore doesn't flash a terminal whenever it's called by an extension. Functionality should be identical otherwise. Fixed issues: - https://gitlab.com/inkscape/inkscape/issues/66 | |||||
| * | | | | | | | Make align handle thicker like traditional handles | Martin Owens | 2019-02-26 | 1 | -44/+43 | |
| | | | | | | | | ||||||
| * | | | | | | | Prevent text dialog to become too wide. | Tavmjong Bah | 2019-02-26 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is probably not the optimal way to do this and should be studied further. | |||||
| * | | | | | | | Seperate out center alignment and add sepcific tool text for it | Martin Owens | 2019-02-25 | 3 | -4/+10 | |
| | | | | | | | | ||||||
| * | | | | | | | Add option for on canvas align handles and move group selection checkbox | Martin Owens | 2019-02-25 | 7 | -11/+698 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge in bazaar branch for alignment handles | Martin Owens | 2019-02-24 | 10 | -18/+221 | |
| | | | | | | | | ||||||
| * | | | | | | | Make background color affect checkerboard | tim_rawlinson | 2019-02-23 | 5 | -8/+20 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix build | Alexander Valavanis | 2019-02-23 | 1 | -3/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | fix building | Jabier Arraiza | 2019-02-23 | 2 | -28/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Remov force allocation | Jabiertxof | 2019-02-20 | 1 | -8/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge from master | Jabier Arraiza | 2019-02-20 | 9 | -83/+99 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix compiling issues | Jabier Arraiza | 2019-02-20 | 5 | -28/+69 | |
| | | | | | | | | ||||||
| * | | | | | | | minor fixes | Jabier Arraiza | 2019-02-20 | 1 | -3/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Small change to hover text | Martin Owens | 2019-02-20 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Store pixbufs instead of names to reduce calls to sp_get_icon_pixbuf | Martin Owens | 2019-02-20 | 2 | -5/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix use of Gtk::Widget vs. GtkWidget in new symbolic icon getting code | Martin Owens | 2019-02-20 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix missing properties method, pass properties structure | Martin Owens | 2019-02-20 | 1 | -1/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Remove Tags functionality (replaced by css selectors) | Martin Owens | 2019-02-20 | 7 | -1382/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Include selectors dialog (aka styledialog) into the xml-tree notebook and ↵ | Martin Owens | 2019-02-20 | 5 | -83/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove menu items | |||||
| * | | | | | | | Remove css dialog from style dialog. | Martin Owens | 2019-02-20 | 2 | -345/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Move towards the css dialog being self-sufficient and disable style dialog | Martin Owens | 2019-02-20 | 4 | -147/+277 | |
| | | | | | | | | ||||||
| * | | | | | | | Allow style properties to be accessed outside | Martin Owens | 2019-02-20 | 1 | -0/+1 | |
| | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | | Remove unneded code from previous commit | Jabiertxof | 2019-02-20 | 1 | -22/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix for issue 95: Crash on applying Perspective/Envelope LPE to a group | Jabiertxof | 2019-02-20 | 3 | -8/+24 | |
| | | | | | | | ||||||
| * | | | | | | Prevent crashes in node tool | Jabiertxof | 2019-02-20 | 1 | -2/+3 | |
| | | | | | | | ||||||
| * | | | | | | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 31 | -168/+168 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Makes searching through code for them easier. | |||||
| * | | | | | | Fix Window centering LPEDialog | Jabiertxof | 2019-02-20 | 1 | -1/+1 | |
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Fix typo in svg-preview.h and update POTFILES.in | Patrick Storz | 2019-02-20 | 2 | -2/+3 | |
| | | | | | | ||||||
| * | | | | | Fix incorrect string literal comparisons | Karl Cheng | 2019-02-19 | 3 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | Fix window positioning in Linux odf LPEDialog | Jabier Arraiza | 2019-02-19 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Fixing widget glitches | Jabiertxof | 2019-02-19 | 1 | -2/+1 | |
| | | | | | | ||||||
| * | | | | | Update po/pot files | Jabiertxof | 2019-02-19 | 90 | -216222/+252835 | |
| | | | | | | ||||||
| * | | | | | Fixing windows glitches | Jabiertxof | 2019-02-19 | 2 | -11/+5 | |
| | | | | | | ||||||
| * | | | | | Fix header. | Tavmjong Bah | 2019-02-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Put SVGPreview into it's own file. | Tavmjong Bah | 2019-02-19 | 5 | -480/+594 | |
| | | | | | | ||||||
