| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-06-29 | Remove gimp ruler. | Tavmjong Bah | 1 | -1455/+0 | |
| 2019-06-17 | revert 9f72ca52805914ce62d7da1accbef6fe72bd6a46 | Jabiertxof | 1 | -1/+0 | |
| 2019-06-17 | Add Vlada sugestion to rulers in roket.chat | Jabiertxof | 1 | -0/+1 | |
| 2019-05-26 | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 1 | -2/+0 | |
| 2019-05-20 | Fix alignment of ruler ticks | Diederik van Lierop | 1 | -12/+9 | |
| 2019-02-27 | Stop crash, save dialog pos for floating dialog preference | Nathan Lee | 1 | -24/+25 | |
| 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 | |||||
| 2018-11-25 | widgets/gimp/ruler: Replace deprecated g_type_class_add_private | Alexander Valavanis | 1 | -14/+17 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -3/+4 | |
| - 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 | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -14/+14 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -2/+2 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -2/+2 | |
| 2017-10-03 | removed GList in ruler.cpp | Marc Jeanmougin | 1 | -9/+15 | |
| 2017-02-06 | Remove some unneeded < C++11 fallback code | Alex Valavanis | 1 | -3/+2 | |
| (bzr r15485) | |||||
| 2016-12-31 | ruler: Read state flags for GtkStyleContext correctly | Alex Valavanis | 1 | -4/+12 | |
| (bzr r15380) | |||||
| 2016-12-27 | Merge all upstream changes to GimpRuler | Alex Valavanis | 1 | -5/+22 | |
| (bzr r15369) | |||||
| 2016-08-08 | Move GIMP widgets to their own folder | Alex Valavanis | 1 | -0/+0 | |
| (bzr r15043.1.2) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15034) | |||||
| 2016-07-29 | ruler: Backport upstream patches | Alex Valavanis | 1 | -13/+20 | |
| (bzr r15023.2.9) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+1 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15025) | |||||
| 2016-07-27 | widgets/ruler: Drop GTK2 fallbacks | Alex Valavanis | 1 | -154/+0 | |
| (bzr r15023.2.4) | |||||
| 2016-05-08 | Attemt to fix ruler background for GTK 3.20. | Tavmjong Bah | 1 | -0/+4 | |
| (bzr r14876.1.1) | |||||
| 2016-05-08 | Start of GTK3 external style sheet support. | Tavmjong Bah | 1 | -15/+0 | |
| (bzr r14873.1.1) | |||||
| 2016-05-07 | Temporarily hard code GTK3 ruler background to off white. | Tavmjong Bah | 1 | -1/+3 | |
| (bzr r14872) | |||||
| 2016-04-12 | Latest gtk3 cleanup | Martin Owens | 1 | -2/+12 | |
| (bzr r14791) | |||||
| 2016-04-12 | Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8) | Martin Owens | 1 | -7/+0 | |
| (bzr r14788) | |||||
| 2016-02-29 | Code-design. Fixing variable initialization warnings and replacing tabs with ↵ | Nicolas Dufour | 1 | -9/+9 | |
| spaces. (bzr r14675) | |||||
| 2016-02-27 | UI. Fix for bug #1351597 (Inkscape + Cairo >= 1.12 very slow on Windows, ↵ | Eduard Braun (eduard-braun2) | 1 | -130/+198 | |
| unless rulers are hidden). Fixed bugs: - https://launchpad.net/bugs/1351597 (bzr r14670) | |||||
| 2015-02-25 | Backport commit 2086344 from GIMP master: try to fix rulers (bug #1351597) | Liam P. White | 1 | -17/+25 | |
| This might not do what it's supposed to, but I doubt keeping it in will do any harm if it doesn't fix the bug (bzr r13941) | |||||
| 2014-07-22 | Replaced some abs/fabs with std::abs. | Markus Engel | 1 | -1/+1 | |
| (bzr r13459) | |||||
| 2013-12-03 | Fix for Bug #1094511 (GTK3: rulers render with solid black bg). | Nicolas Dufour | 1 | -1/+7 | |
| Fixed bugs: - https://launchpad.net/bugs/1094511 (bzr r12835) | |||||
| 2013-10-12 | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 1 | -9/+9 | |
| objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | |||||
| 2013-08-04 | Switched to global UnitTable. | Matthew Petroff | 1 | -5/+1 | |
| (bzr r12380.1.62) | |||||
| 2013-07-22 | Ported "widgets/ruler.*" away from SPMetric. | Matthew Petroff | 1 | -17/+19 | |
| (bzr r12380.1.48) | |||||
| 2012-12-31 | GTK+ 3: explicitly set a background colour for rulers | Alex Valavanis | 1 | -0/+14 | |
| Fixed bugs: - https://launchpad.net/bugs/1094511 (bzr r12004) | |||||
| 2012-12-31 | rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a ↵ | Alex Valavanis | 1 | -97/+104 | |
| (2012-10-23) in GIMP git repo, gtk3-port branch (bzr r12003) | |||||
| 2012-12-31 | rulers: (Merge from GIMP) Set range in ruler units, not in px | Alex Valavanis | 1 | -15/+10 | |
| (bzr r12002) | |||||
| 2012-12-26 | Revert C++ casting for setting HSL map in sp-color-scales | Alex Valavanis | 1 | -2/+1 | |
| (bzr r11991) | |||||
| 2012-12-26 | ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in ↵ | Alex Valavanis | 1 | -0/+164 | |
| color slider (bzr r11988) | |||||
| 2012-12-26 | ruler: (GIMP merge) Allow label size to be specified as a style property | Alex Valavanis | 1 | -38/+111 | |
| (bzr r11987) | |||||
| 2012-12-25 | Stop using UNUSED_PIXELS hack in ruler. This was only required because of ↵ | Alex Valavanis | 1 | -9/+2 | |
| the padding used in the desktop widget (bzr r11985) | |||||
| 2012-12-24 | ruler: Drop unused members of SPRulerMetric | Alex Valavanis | 1 | -10/+9 | |
| (bzr r11982) | |||||
| 2012-12-24 | ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 ↵ | Alex Valavanis | 1 | -36/+58 | |
| builds Fixed bugs: - https://launchpad.net/bugs/1069172 (bzr r11981) | |||||
| 2012-12-24 | ruler: (Merge from GIMP) private update_position function | Alex Valavanis | 1 | -23/+50 | |
| (bzr r11980) | |||||
| 2012-12-24 | ruler: (Merge from GIMP) Cache PangoLayout | Alex Valavanis | 1 | -60/+135 | |
| (bzr r11979) | |||||
| 2012-12-24 | ruler: Merge most of drawing and styles from GIMP | Alex Valavanis | 1 | -125/+179 | |
| (bzr r11978) | |||||
| 2012-12-22 | ruler: Use border widths for Gtk+ 3 rendering | Alex Valavanis | 1 | -6/+39 | |
| (bzr r11975) | |||||
| 2012-12-22 | ruler: drop sp_ruler_invalidate_ticks | Alex Valavanis | 1 | -22/+2 | |
| (bzr r11974) | |||||
| 2012-12-22 | ruler (Merge from GIMP): Convert to no-window widget and provide separate ↵ | Alex Valavanis | 1 | -155/+216 | |
| accessors for position (bzr r11973) | |||||
| 2012-12-22 | ruler (Merge from GIMP): Remove draw_pos from public API | Alex Valavanis | 1 | -47/+113 | |
| (bzr r11968) | |||||
