summaryrefslogtreecommitdiffstats
path: root/src/widgets/ruler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-1/+1
* Fix for Bug #1094511 (GTK3: rulers render with solid black bg).Nicolas Dufour2013-12-031-1/+7
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-9/+9
* Switched to global UnitTable.Matthew Petroff2013-08-041-5/+1
* Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff2013-07-221-17/+19
* GTK+ 3: explicitly set a background colour for rulersAlex Valavanis2012-12-311-0/+14
* rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a (20...Alex Valavanis2012-12-311-97/+104
* rulers: (Merge from GIMP) Set range in ruler units, not in pxAlex Valavanis2012-12-311-15/+10
* Revert C++ casting for setting HSL map in sp-color-scalesAlex Valavanis2012-12-261-2/+1
* ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in colo...Alex Valavanis2012-12-261-0/+164
* ruler: (GIMP merge) Allow label size to be specified as a style propertyAlex Valavanis2012-12-261-38/+111
* Stop using UNUSED_PIXELS hack in ruler. This was only required because of th...Alex Valavanis2012-12-251-9/+2
* ruler: Drop unused members of SPRulerMetricAlex Valavanis2012-12-241-10/+9
* ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 bu...Alex Valavanis2012-12-241-36/+58
* ruler: (Merge from GIMP) private update_position functionAlex Valavanis2012-12-241-23/+50
* ruler: (Merge from GIMP) Cache PangoLayoutAlex Valavanis2012-12-241-60/+135
* ruler: Merge most of drawing and styles from GIMPAlex Valavanis2012-12-241-125/+179
* ruler: Use border widths for Gtk+ 3 renderingAlex Valavanis2012-12-221-6/+39
* ruler: drop sp_ruler_invalidate_ticksAlex Valavanis2012-12-221-22/+2
* ruler (Merge from GIMP): Convert to no-window widget and provide separate acc...Alex Valavanis2012-12-221-155/+216
* ruler (Merge from GIMP): Remove draw_pos from public APIAlex Valavanis2012-12-221-47/+113
* ruler: Remove draw_ticks from public APIAlex Valavanis2012-12-221-43/+40
* ruler: Add modeline supportAlex Valavanis2012-12-221-0/+11
* Use cairo surface for ruler widget - minimise delta against GTK+ 3 buildsAlex Valavanis2012-12-211-42/+12
* GTK+ 3: Migrate to GdkRGBAAlex Valavanis2012-11-271-0/+7
* Migrate some widgets to GtkStyleContextAlex Valavanis2012-06-241-7/+34
* Use theme foreground colour for ruler tick drawingAlex Valavanis2012-05-211-0/+1
* Migrate to draw signal in rulerAlex Valavanis2012-05-061-15/+27
* Upstream changes to draw_pos function in rulerAlex Valavanis2012-05-061-86/+55
* Upstream performance fixes for rulersAlex Valavanis2012-05-061-20/+33
* Apply upstream changes to tick drawing API in rulerAlex Valavanis2012-05-061-13/+16
* Drop nested cairo_t in rulerAlex Valavanis2012-05-061-4/+0
* Don't set colormap in rulerAlex Valavanis2012-05-061-2/+1
* Use cairo surface for ruler backing store in gtk3Alex Valavanis2012-05-061-16/+49
* Use cairo region in rulerAlex Valavanis2012-05-061-1/+1
* Clean up size allocation in rulersAlex Valavanis2012-05-061-26/+18
* cairo rendering in rulerAlex Valavanis2012-05-061-21/+17
* Merge more ruler codeAlex Valavanis2012-05-061-304/+115
* Merge some customised ruler codeAlex Valavanis2012-05-061-283/+26
* Hide non-public fields of rulerAlex Valavanis2012-05-051-92/+116
* Replace deprecated GtkMetricType with SPMetricAlex Valavanis2012-04-281-54/+37
* Fixed conditional code to avoid unused function warnings.Jon A. Cruz2012-04-181-7/+14
* Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis2012-04-171-0/+56
* Fix gseal issues in rulerAlex Valavanis2012-02-261-48/+69
* Import deprecated GtkRuler API. Probably worth tidying :-)Alex Valavanis2012-02-261-22/+868
* Cleanup variable declarations in ruler, and a couple of GSEAL fixes.Alex Valavanis2012-01-141-42/+31
* More GSEAL stuffAlex Valavanis2012-01-061-22/+44
* Address issues with GtkRuleMetric const warnings.Jon A. Cruz2011-07-151-20/+12
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-2/+2
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-6/+3