summaryrefslogtreecommitdiffstats
path: root/src/widgets/ruler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-12-22ruler: Remove draw_ticks from public APIAlex Valavanis1-43/+40
2012-12-22ruler: Add modeline supportAlex Valavanis1-0/+11
2012-12-21Use cairo surface for ruler widget - minimise delta against GTK+ 3 buildsAlex Valavanis1-42/+12
2012-11-27GTK+ 3: Migrate to GdkRGBAAlex Valavanis1-0/+7
2012-06-24Migrate some widgets to GtkStyleContextAlex Valavanis1-7/+34
2012-05-21Use theme foreground colour for ruler tick drawingAlex Valavanis1-0/+1
2012-05-06Migrate to draw signal in rulerAlex Valavanis1-15/+27
2012-05-06Upstream changes to draw_pos function in rulerAlex Valavanis1-86/+55
2012-05-06Upstream performance fixes for rulersAlex Valavanis1-20/+33
2012-05-06Apply upstream changes to tick drawing API in rulerAlex Valavanis1-13/+16
2012-05-06Drop nested cairo_t in rulerAlex Valavanis1-4/+0
2012-05-06Don't set colormap in rulerAlex Valavanis1-2/+1
2012-05-06Use cairo surface for ruler backing store in gtk3Alex Valavanis1-16/+49
2012-05-06Use cairo region in rulerAlex Valavanis1-1/+1
2012-05-06Clean up size allocation in rulersAlex Valavanis1-26/+18
2012-05-06cairo rendering in rulerAlex Valavanis1-21/+17
2012-05-06Merge more ruler codeAlex Valavanis1-304/+115
2012-05-06Merge some customised ruler codeAlex Valavanis1-283/+26
2012-05-05Hide non-public fields of rulerAlex Valavanis1-92/+116
2012-04-28Replace deprecated GtkMetricType with SPMetricAlex Valavanis1-54/+37
2012-04-18Fixed conditional code to avoid unused function warnings.Jon A. Cruz1-7/+14
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis1-0/+56
2012-02-26Fix gseal issues in rulerAlex Valavanis1-48/+69
2012-02-26Import deprecated GtkRuler API. Probably worth tidying :-)Alex Valavanis1-22/+868
2012-01-14Cleanup variable declarations in ruler, and a couple of GSEAL fixes.Alex Valavanis1-42/+31
2012-01-06More GSEAL stuffAlex Valavanis1-22/+44
2011-07-15Address issues with GtkRuleMetric const warnings.Jon A. Cruz1-20/+12
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-2/+2
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-6/+3
2011-06-24Switch to GObjectAlex Valavanis1-32/+22
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-2/+2
2010-11-18Fix ruler redraw issue on GTK 2.22Krzysztof Kosi??ski1-506/+176