summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-13Minor warning and dead code cleanup.Jon A. Cruz2-13/+1
2013-01-11Warning and dead code cleanup.Jon A. Cruz27-334/+133
2013-01-10gimpcolorwheel: Clean up drawing functionsAlex Valavanis1-105/+24
2013-01-10Filters. Fix for Bug #1089406 (filter name is random filter232 when first add...Nicolas Dufour1-0/+1
2013-01-08Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version requirem...Alex Valavanis5-64/+1777
2013-01-05visual bbox minimum width (Bug 1094802)Alvin Penner1-2/+2
2013-01-05Build. Fix for Bug #910335 ([POSIX] incorrect included header files in src/co...Nicolas Dufour1-1/+1
2013-01-04ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6Alex Valavanis5-38/+23
2013-01-04Re-add omitted UI pref from prefences dialog rewriteJosh Andler1-0/+1
2013-01-01zoom to entire drawing after delete (Bug 970370)Alvin Penner1-0/+1
2012-12-31clip path visual bbox refresh, second try (Bug 1005085)Alvin Penner3-0/+4
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-31Replace C-style pointer casts in event contextsAlex Valavanis12-126/+121
2012-12-30Fix GObject pointer conversion warnings in event contextAlex Valavanis1-5/+4
2012-12-30Speed up canvas item drawing for GTK+ 3Alex Valavanis1-27/+20
2012-12-28Fix GTK+ 3 drawing of primitives list in filter effects dialogAlex Valavanis2-9/+13
2012-12-28Correct sizing in primitives list in filter-effects dialogAlex Valavanis2-3/+69
2012-12-28Implement GTK+ 3 drawing for zoom correction ruler in preferences dialogAlex Valavanis3-27/+32
2012-12-27Implement GTK+ 3 drawing of color preview widgetAlex Valavanis2-36/+73
2012-12-26Bitmap. Test for JPEG resolution reordered, and coding style corrected.Nicolas Dufour1-179/+200
2012-12-26Revert C++ casting for setting HSL map in sp-color-scalesAlex Valavanis2-3/+2
2012-12-26Change tooltip to clarify behavior after commit r10784.Tavmjong Bah1-1/+1
2012-12-26Win32. Fixing invalid cast (introduced rev.11986).Nicolas Dufour1-1/+1
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 Valavanis33-221/+203
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-23Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah19-214/+40
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-22Add support for color-interpolation-filters = linearRGB.Tavmjong Bah22-33/+372
2012-12-22Add utilities to tag a cairo surface with color interpolation value.Tavmjong Bah2-0/+124
2012-12-22Bug fix for color-interpolation, color-interpolation-filters. Get rid of anno...Tavmjong Bah1-6/+2
2012-12-22Minor changes.Tavmjong Bah3-7/+1
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-19Fix regression with event attribute names (see bug #1050938)su_v1-9/+9