| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Misc. typos | luz.paz | 2019-03-26 | 2 | -6/+6 |
| | | | | Found via `codespell` | ||||
| * | Fix text rendering when Inkscape multi-line text has an empty first line. | Tavmjong Bah | 2019-03-23 | 2 | -3/+47 |
| | | | | | Possible fix for GitLab issue #45. | ||||
| * | Allow guide duplication in guides dialog | Marc Jeanmougin | 2019-03-22 | 2 | -0/+5 |
| | | |||||
| * | Fixed: circles and ellipses had wrong element names in XML editor (Issue #116) | Joseph Da Silva | 2019-03-20 | 1 | -6/+2 |
| | | |||||
| * | Merge: Avoid the “using std::*;” or “using namespace std;” construct | Martin Owens | 2019-03-06 | 5 | -35/+24 |
| |\ | |||||
| | * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 5 | -35/+24 |
| | | | | | | | | | This makes the code a lot less readable and greppable for no reason. | ||||
| * | | Merge: Fix crash on opening file with text on path... | Martin Owens | 2019-03-06 | 1 | -11/+9 |
| |\ \ | |||||
| | * | | Stop crash on loading text on path | Nathan Lee | 2019-03-06 | 1 | -11/+9 |
| | |/ | | | | | | | | | | | | | If path is below text in xml, early attempt to get text path leads to call to nullptr. Fixes https://gitlab.com/inkscape/inbox/issues/134 | ||||
| * | | Merge in Rescue code for restoring last used window geometry MR !534 | Martin Owens | 2019-03-06 | 2 | -11/+33 |
| |\ \ | |/ |/| | |||||
| | * | Fix query for monitor dimensions | Patrick Storz | 2019-02-20 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The call to Gdk::Display::get_monitor_at_window() in Inkscape::UI::get_monitor_geometry_at_window() requires the underlying GdkWindow to be fully initialized. This is achieved by calling "realize()" before attempting to read that information. Previously we used to show the window first (which implies realizing it) which worked around the issue. However it required us to hide and show it once again later if we wanted to move it in order for the window manager's routines to sanitize the position to kick in. | ||||
| | * | Rescue code for restoring last used window geometry | Patrick Storz | 2019-02-20 | 2 | -7/+33 |
| | | | | | | | | | | | | | | | | | | | It was accidentally dropped in 8b1840f9507f10911f63fc00b9885354ead99d53 Also show window *after* setting position/size. This gives the window manager the chance to move an off-screen window back into the visible desktop bounds (e.g. after a monitor was disconnected). | ||||
| * | | Enable global snapping preference by default | Patrick Storz | 2019-03-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Ensures consistent behavior with previous versions, i.e. before the switch was introduced in d69b5fe84fd438a218e6198af585f8532f0d8e70. Try to improve help string. | ||||
| * | | 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 | 1 | -0/+1 |
| | | | |||||
| * | | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 4 | -8/+8 |
| |/ | | | | Makes searching through code for them easier. | ||||
| * | Fix #91 "guides around the page" with y-axis down | Thomas Holder | 2019-02-18 | 1 | -6/+7 |
| | | |||||
| * | clang-tidy recent changes | Alexander Valavanis | 2019-02-01 | 1 | -3/+3 |
| | | |||||
| * | Demangle: Switch to std::shared_ptr. | Emmanuel Gil Peyrot | 2019-01-24 | 1 | -1/+1 |
| | | |||||
| * | Event: Switch all call sites from Util::ptr_shared to char const* or ↵ | Emmanuel Gil Peyrot | 2019-01-24 | 1 | -6/+6 |
| | | | | | std::shared_ptr. | ||||
| * | Fix segfault when a masked object is transformed | octycs | 2019-01-06 | 1 | -1/+1 |
| | | |||||
| * | modernize loops (2) | Marc Jeanmougin | 2019-01-02 | 1 | -3/+3 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 25 | -254/+223 |
| | | |||||
| * | Prevent reverting a drawing from closing Inkscape when only one window is open. | Tavmjong Bah | 2019-01-02 | 1 | -2/+4 |
| | | |||||
| * | fix crash with missing image xlink:href attribute | Thomas Holder | 2018-12-26 | 1 | -0/+6 |
| | | |||||
| * | rebase_hrefs: store IRI (UTF-8), not URI (ASCII) | Thomas Holder | 2018-12-24 | 2 | -0/+90 |
| | | |||||
| * | Allow edit LPE on nestad groups | Jabiertxof | 2018-12-21 | 4 | -4/+4 |
| | | |||||
| * | Inkscape::URI::Impl -> shared_ptr | Thomas Holder | 2018-12-16 | 2 | -75/+8 |
| | | |||||
| * | add some Inkscape::URI tests | Thomas Holder | 2018-12-16 | 1 | -0/+2 |
| | | | | | | | - default constructor - empty string constructor - exception tests | ||||
| * | Remove unused transform functions related to LPE and improvements to ↵ | Jabier Arraiza | 2018-12-15 | 4 | -39/+1 |
| | | | | | fill-betreen-* LPEs | ||||
| * | Round-trip SVG 2 flowed text with SVG 1.1 backup. | Tavmjong Bah | 2018-12-14 | 2 | -49/+296 |
| | | |||||
| * | extract_uri: fix, test, document | Thomas Holder | 2018-12-13 | 2 | -12/+9 |
| | | |||||
| * | remove most of Inkscape::URI::Impl | Thomas Holder | 2018-12-13 | 2 | -57/+37 |
| | | |||||
| * | remove Inkscape::URI::fromUtf8 | Thomas Holder | 2018-12-13 | 2 | -38/+0 |
| | | |||||
| * | remove Inkscape::URI::getFullPath | Thomas Holder | 2018-12-09 | 4 | -64/+28 |
| | | |||||
| * | fix, test, and document more Inkscape::URI methods | Thomas Holder | 2018-12-09 | 2 | -20/+69 |
| | | |||||
| * | Minor comment/alignment changes. | Tavmjong Bah | 2018-12-03 | 2 | -1/+4 |
| | | |||||
| * | Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView. | Tavmjong Bah | 2018-12-03 | 2 | -11/+12 |
| | | | | | Another step in making View not dependent on GUI. | ||||
| * | Fix merging | Jabier Arraiza | 2018-12-01 | 1 | -1/+1 |
| | | |||||
| * | Fix merge to master and add shortcut | Jabier Arraiza | 2018-12-01 | 1 | -1/+1 |
| | | |||||
| * | Replace void* by SPItem* to avoid static casts. | Tavmjong Bah | 2018-11-30 | 1 | -1/+1 |
| | | |||||
| * | Start of making View independent of GUI. | Tavmjong Bah | 2018-11-29 | 2 | -16/+34 |
| | | |||||
| * | Use better syntax, clean up before reloading and call SPObjet release | Martin Owens | 2018-11-14 | 1 | -4/+8 |
| | | |||||
| * | Move getStyles to styles and clean up on destruction. | Martin Owens | 2018-11-14 | 2 | -19/+20 |
| | | |||||
| * | Add capability to get style rulesets as SPStyle objects | Martin Owens | 2018-11-13 | 2 | -6/+25 |
| | | |||||
| * | Support multiple style sheets or style elements in an svg document | Martin Owens | 2018-11-12 | 2 | -20/+20 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 215 | -190/+701 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Add missing change from last commit. | Tavmjong Bah | 2018-11-07 | 1 | -1/+0 |
| | | |||||
| * | Replace Broken Image xpm by SVG. | Tavmjong Bah | 2018-11-07 | 2 | -5/+23 |
| | | |||||
| * | Update to latest syntax for 'd' as property. | Tavmjong Bah | 2018-11-06 | 1 | -15/+35 |
| | | |||||
| * | remove Inkscape::URI::toString | Thomas Holder | 2018-11-05 | 10 | -44/+19 |
| | | |||||
