summaryrefslogtreecommitdiffstats
path: root/src/widgets/gimp/ruler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-29Remove gimp ruler.Tavmjong Bah1-1455/+0
2019-06-17revert 9f72ca52805914ce62d7da1accbef6fe72bd6a46Jabiertxof1-1/+0
2019-06-17Add Vlada sugestion to rulers in roket.chatJabiertxof1-0/+1
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-2/+0
2019-05-20Fix alignment of ruler ticksDiederik van Lierop1-12/+9
2019-02-27Stop crash, save dialog pos for floating dialog preferenceNathan Lee1-24/+25
2018-11-25widgets/gimp/ruler: Replace deprecated g_type_class_add_privateAlexander Valavanis1-14/+17
2018-11-08Clarify licensesMax Gaukler1-3/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-14/+14
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2017-10-03removed GList in ruler.cppMarc Jeanmougin1-9/+15
2017-02-06Remove some unneeded < C++11 fallback codeAlex Valavanis1-3/+2
2016-12-31ruler: Read state flags for GtkStyleContext correctlyAlex Valavanis1-4/+12
2016-12-27Merge all upstream changes to GimpRulerAlex Valavanis1-5/+22
2016-08-08Move GIMP widgets to their own folderAlex Valavanis1-0/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-29ruler: Backport upstream patchesAlex Valavanis1-13/+20
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2016-07-27widgets/ruler: Drop GTK2 fallbacksAlex Valavanis1-154/+0
2016-05-08Attemt to fix ruler background for GTK 3.20.Tavmjong Bah1-0/+4
2016-05-08Start of GTK3 external style sheet support.Tavmjong Bah1-15/+0
2016-05-07Temporarily hard code GTK3 ruler background to off white.Tavmjong Bah1-1/+3
2016-04-12Latest gtk3 cleanupMartin Owens1-2/+12
2016-04-12Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)Martin Owens1-7/+0
2016-02-29Code-design. Fixing variable initialization warnings and replacing tabs with ...Nicolas Dufour1-9/+9
2016-02-27UI. Fix for bug #1351597 (Inkscape + Cairo >= 1.12 very slow on Windows, unle...Eduard Braun (eduard-braun2)1-130/+198
2015-02-25Backport commit 2086344 from GIMP master: try to fix rulers (bug #1351597)Liam P. White1-17/+25
2014-07-22Replaced some abs/fabs with std::abs.Markus Engel1-1/+1
2013-12-03Fix for Bug #1094511 (GTK3: rulers render with solid black bg).Nicolas Dufour1-1/+7
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-9/+9
2013-08-04Switched to global UnitTable.Matthew Petroff1-5/+1
2013-07-22Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff1-17/+19
2012-12-31GTK+ 3: explicitly set a background colour for rulersAlex Valavanis1-0/+14
2012-12-31rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a (20...Alex Valavanis1-97/+104
2012-12-31rulers: (Merge from GIMP) Set range in ruler units, not in pxAlex Valavanis1-15/+10
2012-12-26Revert C++ casting for setting HSL map in sp-color-scalesAlex Valavanis1-2/+1
2012-12-26ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in colo...Alex Valavanis1-0/+164
2012-12-26ruler: (GIMP merge) Allow label size to be specified as a style propertyAlex Valavanis1-38/+111
2012-12-25Stop using UNUSED_PIXELS hack in ruler. This was only required because of th...Alex Valavanis1-9/+2
2012-12-24ruler: Drop unused members of SPRulerMetricAlex Valavanis1-10/+9
2012-12-24ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 bu...Alex Valavanis1-36/+58
2012-12-24ruler: (Merge from GIMP) private update_position functionAlex Valavanis1-23/+50
2012-12-24ruler: (Merge from GIMP) Cache PangoLayoutAlex Valavanis1-60/+135
2012-12-24ruler: Merge most of drawing and styles from GIMPAlex Valavanis1-125/+179
2012-12-22ruler: Use border widths for Gtk+ 3 renderingAlex Valavanis1-6/+39
2012-12-22ruler: drop sp_ruler_invalidate_ticksAlex Valavanis1-22/+2
2012-12-22ruler (Merge from GIMP): Convert to no-window widget and provide separate acc...Alex Valavanis1-155/+216
2012-12-22ruler (Merge from GIMP): Remove draw_pos from public APIAlex Valavanis1-47/+113