| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Allow tools sensitive when overflow canvas area also fix a bug i couldent ↵ | Jabiertxof | 2019-08-02 | 2 | -3/+11 | |
| | | | | | remember about ruberband selection | |||||
| * | Fix a rendering issue I introduce in previous merge | Jabiertxof | 2019-07-28 | 1 | -2/+0 | |
| | | ||||||
| * | Fix some issues with inverse coordinates pointed by Maren | Jabier Arraiza | 2019-07-28 | 1 | -1/+6 | |
| | | ||||||
| * | Fix coding style | Jabier Arraiza | 2019-07-28 | 1 | -2/+2 | |
| | | ||||||
| * | Add verbs update checkbuttons in menu. Also do improvements requested in ↵ | Jabier Arraiza | 2019-07-28 | 1 | -7/+10 | |
| | | | | | https://gitlab.com/inkscape/inkscape/issues/323 and improve XRay rendering | |||||
| * | Make doc2dt a document property | Thomas Holder | 2019-07-27 | 1 | -3/+1 | |
| | | | | | Closes #340 | |||||
| * | Crashfix when importing/selecting large png | Nathan Lee | 2019-07-02 | 2 | -3/+3 | |
| | | | | | | Uses size_t as per Thomas Holder's suggestion. Fixes gitlab.com/inkscape/inkscape/issues/192. | |||||
| * | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 2019-05-26 | 3 | -43/+13 | |
| | | ||||||
| * | Fix formatting and trailing space. | Shlomi Fish | 2019-05-22 | 1 | -5/+5 | |
| | | ||||||
| * | Fix alignment of ruler ticks | Diederik van Lierop | 2019-05-20 | 1 | -6/+2 | |
| | | ||||||
| * | Fix pixel alignment of box selection cue | Diederik van Lierop | 2019-05-20 | 1 | -9/+4 | |
| | | ||||||
| * | Small fix | Diederik van Lierop | 2019-05-20 | 1 | -2/+2 | |
| | | ||||||
| * | Change the data type of size/width/height of the controls to unsigned int | Diederik van Lierop | 2019-05-20 | 4 | -11/+11 | |
| | | ||||||
| * | More pixel-level alignment fixes for various controls, by making all ↵ | Diederik van Lierop | 2019-05-20 | 3 | -26/+12 | |
| | | | | | controls have an odd-integer size (measured in pixels) | |||||
| * | Another pixel alignment fix | Diederik van Lierop | 2019-05-20 | 1 | -7/+17 | |
| | | ||||||
| * | Fix the alignment of the guideline origin (and other controls), such that it ↵ | Diederik van Lierop | 2019-05-20 | 4 | -43/+58 | |
| | | | | | is drawn at exactly the right screen pixel | |||||
| * | Remove support for LCMS 1 | Karl Cheng | 2019-05-12 | 5 | -10/+10 | |
| | | | | | | | | Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014 | |||||
| * | Add some documentation (Harfbuzz, OpenType SVG). | Tavmjong Bah | 2019-05-07 | 1 | -2/+2 | |
| | | ||||||
| * | Add basic SVG in OpenType support. | Tavmjong Bah | 2019-05-06 | 1 | -1/+28 | |
| | | ||||||
| * | Fix GdkMotionEvents under Wayland | Diederik van Lierop | 2019-05-04 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Diederik van Lierop | 2019-04-30 | 2 | -21/+21 | |
| |\ | ||||||
| | * | Keep Document Grid spacing on change and save | Nathan Lee | 2019-04-24 | 2 | -21/+21 | |
| | | | | | | | | | | | | | | | | | | | Reverts behaviour back to Feb 2019. setDigits calls on_value_changed(), leading to 0 value being set when wr.isUpdating() is false. The grid widget is re-created on save, if closed. Fix https://gitlab.com/inkscape/inbox/issues/387 | |||||
| * | | Fix disappearing and antialiasing of grid lines | Diederik van Lierop | 2019-04-30 | 2 | -7/+14 | |
| |/ | ||||||
| * | Replace IS_FINITE with std::isfinite (exists since C++11) | Patrick Storz | 2019-04-02 | 2 | -3/+3 | |
| | | ||||||
| * | Update CMakeLists.txt | shaharyaar | 2019-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | Tidy various dialog UIs | Nathan Lee | 2019-04-02 | 1 | -0/+1 | |
| | | ||||||
| * | Document Properties: General UI cleanup | Patrick Storz | 2019-03-22 | 2 | -32/+52 | |
| | | | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup. | |||||
| * | Misc. typos and whitespace fixes | luz.paz | 2019-03-21 | 1 | -5/+5 | |
| | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty` | |||||
| * | Disable GTK3's motion event compression which was making drawing lag. | yale | 2019-03-20 | 1 | -0/+1 | |
| | | | | | This could be related to https://bugs.launchpad.net/inkscape/+bug/1723247 | |||||
| * | Realign UI of Doc Properties > Grid | Nathan Lee | 2019-03-09 | 3 | -52/+53 | |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/187 | |||||
| * | Correct text for enabling document grids | Nathan Lee | 2019-03-05 | 1 | -1/+1 | |
| | | | | | From discussion at https://gitlab.com/inkscape/inkscape/issues/110 | |||||
| * | Make background color affect checkerboard | tim_rawlinson | 2019-02-23 | 4 | -7/+19 | |
| | | ||||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 1 | -1/+1 | |
| | | | | | Makes searching through code for them easier. | |||||
| * | PencilToolbar: GtkAction migration | Alexander Valavanis | 2019-02-05 | 1 | -5/+4 | |
| | | ||||||
| * | MeasureToolbar: GtkAction migration | Alexander Valavanis | 2019-02-03 | 1 | -4/+3 | |
| | | ||||||
| * | No longer use widget data to store pointer to desktop widget. | Tavmjong Bah | 2019-01-20 | 1 | -2/+3 | |
| | | ||||||
| * | Remove debugging statements from displacemnet filter rendering code. | Tavmjong Bah | 2019-01-19 | 1 | -5/+0 | |
| | | ||||||
| * | Fix bug 1810206: Crash if XRay mode enabled (assertion failed in ↵ | Jabier Arraiza | 2019-01-07 | 6 | -77/+124 | |
| | | | | | SPCanvas::paintXRayBuffer) and other improvements to XRay | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 15 | -105/+102 | |
| | | ||||||
| * | Merge branch 'items-to-intrusive-list' of gitlab.com:ollip/inkscape | Marc Jeanmougin | 2019-01-01 | 2 | -38/+55 | |
| |\ | ||||||
| | * | Speed up de-selection by switching to more efficient intrusive list structure | Olli Parviainen | 2018-12-26 | 2 | -38/+55 | |
| | | | | | | | | | | | | | | | | | | | | | De-selection were slow for large path sets because disposal of SPCanvasItems needed to perform linear search through SPCanvasGroup::items linked list for every disposed item separately, meaning O(N^2) operation complexity. For large path sets this became excessively slow. To speed up the disposal operation, changed SPCanvasGroup::items from std::list to boost::intrusive::list that allows getting a linked list position iterator directly from SPCanvasItem pointer in constant time. This reduces the disposal operation complexity from O(N^2) to O(N). Testing with a large path set consisting of >100k items, de-selection became tens of times faster. Signed-off-by: Olli Parviainen <oparviai@iki.fi> | |||||
| * | | Merge branch 'master' of gitlab.com:wilfredor2/inkscape | Marc Jeanmougin | 2018-12-20 | 2 | -11/+13 | |
| |\ \ | ||||||
| | * | | Remove redundant bool variable and else before a return | Wilfredo Rodriguez | 2018-10-22 | 2 | -11/+13 | |
| | | | | ||||||
| * | | | Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'. | Tavmjong Bah | 2018-12-12 | 1 | -6/+14 | |
| | | | | ||||||
| * | | | Reduce code redundancy. | Tavmjong Bah | 2018-12-12 | 2 | -62/+35 | |
| | | | | ||||||
| * | | | Reduce code redundancy. | Tavmjong Bah | 2018-12-11 | 2 | -100/+53 | |
| | | | | ||||||
| * | | | Turn #defines into enum. | Tavmjong Bah | 2018-12-11 | 2 | -25/+30 | |
| | | | | ||||||
| * | | | Fix toggle rullers in split view and improve speed and rendering to xray | Jabier Arraiza | 2018-12-09 | 2 | -24/+36 | |
| | |/ |/| | ||||||
| * | | desktop-widget: make rulers private | Alexander Valavanis | 2018-12-06 | 1 | -2/+5 | |
| | | | ||||||
| * | | fix coding style | Jabier Arraiza | 2018-12-04 | 1 | -25/+20 | |
| | | | ||||||
