summaryrefslogtreecommitdiffstats
path: root/src/widgets (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-11Warning and dead code cleanup.Jon A. Cruz8-122/+107
2013-01-08Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version requirem...Alex Valavanis2-64/+13
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 Valavanis3-112/+111
2012-12-31rulers: (Merge from GIMP) Set range in ruler units, not in pxAlex Valavanis3-33/+20
2012-12-26Revert C++ casting for setting HSL map in sp-color-scalesAlex Valavanis2-3/+2
2012-12-26ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in colo...Alex Valavanis3-19/+190
2012-12-26ruler: (GIMP merge) Allow label size to be specified as a style propertyAlex Valavanis2-43/+111
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis21-146/+129
2012-12-25Stop using UNUSED_PIXELS hack in ruler. This was only required because of th...Alex Valavanis2-28/+12
2012-12-25desktop-widget: Use GtkStyleContext for GTK+ 3 widget renderingAlex Valavanis1-32/+24
2012-12-25desktop-widget: Cleanup GTK+ 3 grid rendering and ruler redrawingAlex Valavanis1-24/+0
2012-12-24ruler: Drop unused members of SPRulerMetricAlex Valavanis2-12/+9
2012-12-24ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 bu...Alex Valavanis2-40/+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 Valavanis3-181/+236
2012-12-22ruler (Merge from GIMP): Remove draw_pos from public APIAlex Valavanis2-50/+113
2012-12-22ruler: Remove draw_ticks from public APIAlex Valavanis2-45/+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-12-20fix crasherJohan B. C. Engelen1-3/+6
2012-12-16GTK+ 3: Switch to more orientable widgetsAlex Valavanis1-0/+5
2012-12-12Stop using invalid casting in spinbutton-eventsAlex Valavanis1-19/+29
2012-12-09Migrate remaining stuff from GtkTable to GtkGridAlex Valavanis4-16/+155
2012-12-05can't do a string comparison like that!Johan B. C. Engelen1-9/+9
2012-12-05i18n. Improving windows's title internationalization (color mode wasn't corre...Nicolas Dufour1-14/+35
2012-12-02Migrate remaining color widgets to GtkGridAlex Valavanis2-8/+122
2012-12-02Migrate sp-color-scales to GtkGrid and fix alignment in sp-color-wheel-selectorAlex Valavanis2-3/+39
2012-12-02Fix permissive casting in sp-color-wheel-selectorAlex Valavanis1-3/+3
2012-12-01Migrate sp-color-wheel-selector to GtkGridAlex Valavanis1-5/+50
2012-12-01Drop unused sp-color-gtkselector codeAlex Valavanis4-212/+0
2012-11-30Step 1. Remove junk and keep functionality.Martin Owens2-70/+0
2012-11-30Fix for 255792 : Calligraphy tool presets managementJohn Smith2-15/+71
2012-11-29Fix for 171466 : F/S set swatch preview column nameJohn Smith1-0/+5
2012-11-28Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ne...John Smith2-1/+71
2012-11-27GTK+ 3: Migrate to GdkRGBAAlex Valavanis2-0/+20
2012-11-26Drop support for Glib < 2.28Alex Valavanis1-9/+0
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis2-24/+0
2012-11-26The label should really say "Stops:", just like its verb.Alexandre Prokoudine1-1/+1
2012-11-26Marked another user-visible message for translation, fixed text case for comb...Alexandre Prokoudine1-4/+4
2012-11-26Marked even more user visible messages for translationAlexandre Prokoudine1-4/+4
2012-11-26Made a few user-visible messages translatableAlexandre Prokoudine2-3/+3
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis30-210/+177
2012-10-29Fix for 165865 : Markers - fix Undo historyJohn Smith1-3/+2
2012-10-28Fix for 1067808 : Focus issues with new gradient (and swatch) manager in Fill...John Smith1-0/+3
2012-10-27Fix C++11 narrowing conversion errorsAlex Valavanis2-6/+11