summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-1731-34/+33
| | | (bzr r12038)
* const methodsJohan B. C. Engelen2013-01-1715-32/+30
| | | (bzr r12037)
* Rm unused sp-animateAlex Valavanis2013-01-175-261/+1
| | | (bzr r12035)
* Cleanup more GObject type definitionsAlex Valavanis2013-01-1721-563/+313
| | | (bzr r12034)
* Cleanup SPDropperContext:Alex Valavanis2013-01-162-80/+89
| | | | | | * Use G_DEFINE_TYPE rather than explicit _get_type function * Hide private members (bzr r12031)
* Cleanup EekPreview widget implementation:Alex Valavanis2013-01-163-508/+428
| | | | | | | | * Strip out dead code * Move all properties to private structure * Use modern GObject style in most places * Replace explicit get_type implementation with G_DEFINE_TYPE (bzr r12028)
* Drop use of deprecated GtkHandleBox widget (remove tear-off toolbar ↵Alex Valavanis2013-01-152-54/+4
| | | | | | | | functionality) Fixed bugs: - https://launchpad.net/bugs/1096350 (bzr r12027)
* i18n. String disambiguation.Nicolas Dufour2013-01-151-2/+2
| | | | | Translations. Translations template and French translation update. (bzr r12026)
* clarify preference text (thought it was a bug first)Johan B. C. Engelen2013-01-141-1/+1
| | | (bzr r12025)
* Preferences. Moving selection option to avoid confusion.Nicolas Dufour2013-01-141-4/+3
| | | (bzr r12023)
* make grayscale viewmode color factors configurable.Johan B. C. Engelen2013-01-133-14/+34
| | | (bzr r12022)
* Fix deprecated pointer grabbing in gimpcolorwheelAlex Valavanis2013-01-131-3/+16
| | | (bzr r12021)
* Stop using deprecated pang_ft2 functionsAlex Valavanis2013-01-132-5/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/166276 (bzr r12020)
* Minor warning and dead code cleanup.Jon A. Cruz2013-01-132-13/+1
| | | (bzr r12018)
* Merge in connector cleanupMartin Owens2013-01-1116-1107/+88
|\ | | | | (bzr r12015)
| * Step 1. Remove junk and keep functionality.Martin Owens2012-11-3016-1107/+88
| | | | | | (bzr r11894.1.1)
* | Warning and dead code cleanup.Jon A. Cruz2013-01-1127-334/+133
| | | | | | (bzr r12014)
* | gimpcolorwheel: Clean up drawing functionsAlex Valavanis2013-01-101-105/+24
| | | | | | (bzr r12013)
* | Filters. Fix for Bug #1089406 (filter name is random filter232 when first ↵Nicolas Dufour2013-01-101-0/+1
| | | | | | | | | | added) by insaner. (bzr r12012)
* | Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version ↵Alex Valavanis2013-01-085-64/+1777
| | | | | | | | | | | | | | | | requirement to 3.2 Fixed bugs: - https://launchpad.net/bugs/1071354 (bzr r12011)
* | visual bbox minimum width (Bug 1094802)Alvin Penner2013-01-051-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1094802 (bzr r12010)
* | Build. Fix for Bug #910335 ([POSIX] incorrect included header files in ↵Nicolas Dufour2013-01-051-1/+1
| | | | | | | | | | src/color-profile.cpp for open(2)). (bzr r12009)
* | ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6Alex Valavanis2013-01-045-38/+23
| | | | | | (bzr r12008)
* | Re-add omitted UI pref from prefences dialog rewriteJosh Andler2013-01-041-0/+1
| | | | | | (bzr r12007)
* | zoom to entire drawing after delete (Bug 970370)Alvin Penner2013-01-011-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/970370 (bzr r12006)
* | clip path visual bbox refresh, second try (Bug 1005085)Alvin Penner2012-12-313-0/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1005085 (bzr r12005)
* | GTK+ 3: explicitly set a background colour for rulersAlex Valavanis2012-12-311-0/+14
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1094511 (bzr r12004)
* | rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a ↵Alex Valavanis2012-12-313-112/+111
| | | | | | | | | | (2012-10-23) in GIMP git repo, gtk3-port branch (bzr r12003)
* | rulers: (Merge from GIMP) Set range in ruler units, not in pxAlex Valavanis2012-12-313-33/+20
| | | | | | (bzr r12002)
* | Replace C-style pointer casts in event contextsAlex Valavanis2012-12-3112-126/+121
| | | | | | (bzr r12001)
* | Fix GObject pointer conversion warnings in event contextAlex Valavanis2012-12-301-5/+4
| | | | | | (bzr r12000)
* | Speed up canvas item drawing for GTK+ 3Alex Valavanis2012-12-301-27/+20
| | | | | | (bzr r11999)
* | Fix GTK+ 3 drawing of primitives list in filter effects dialogAlex Valavanis2012-12-282-9/+13
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1066808 (bzr r11997)
* | Correct sizing in primitives list in filter-effects dialogAlex Valavanis2012-12-282-3/+69
| | | | | | (bzr r11996)
* | Implement GTK+ 3 drawing for zoom correction ruler in preferences dialogAlex Valavanis2012-12-283-27/+32
| | | | | | (bzr r11995)
* | Implement GTK+ 3 drawing of color preview widgetAlex Valavanis2012-12-272-36/+73
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1016900 (bzr r11994)
* | Bitmap. Test for JPEG resolution reordered, and coding style corrected.Nicolas Dufour2012-12-261-179/+200
| | | | | | (bzr r11992)
* | Revert C++ casting for setting HSL map in sp-color-scalesAlex Valavanis2012-12-262-3/+2
| | | | | | (bzr r11991)
* | Change tooltip to clarify behavior after commit r10784.Tavmjong Bah2012-12-261-1/+1
| | | | | | (bzr r11990)
* | Win32. Fixing invalid cast (introduced rev.11986).Nicolas Dufour2012-12-261-1/+1
| | | | | | (bzr r11989)
* | ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in ↵Alex Valavanis2012-12-263-19/+190
| | | | | | | | | | color slider (bzr r11988)
* | ruler: (GIMP merge) Allow label size to be specified as a style propertyAlex Valavanis2012-12-262-43/+111
| | | | | | (bzr r11987)
* | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-2533-221/+203
| | | | | | | | | | christmas\!) (bzr r11986)
* | Stop using UNUSED_PIXELS hack in ruler. This was only required because of ↵Alex Valavanis2012-12-252-28/+12
| | | | | | | | | | the padding used in the desktop widget (bzr r11985)
* | desktop-widget: Use GtkStyleContext for GTK+ 3 widget renderingAlex Valavanis2012-12-251-32/+24
| | | | | | (bzr r11984)
* | desktop-widget: Cleanup GTK+ 3 grid rendering and ruler redrawingAlex Valavanis2012-12-251-24/+0
| | | | | | (bzr r11983)
* | ruler: Drop unused members of SPRulerMetricAlex Valavanis2012-12-242-12/+9
| | | | | | (bzr r11982)
* | ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 ↵Alex Valavanis2012-12-242-40/+58
| | | | | | | | | | | | | | | | builds Fixed bugs: - https://launchpad.net/bugs/1069172 (bzr r11981)
* | ruler: (Merge from GIMP) private update_position functionAlex Valavanis2012-12-241-23/+50
| | | | | | (bzr r11980)
* | ruler: (Merge from GIMP) Cache PangoLayoutAlex Valavanis2012-12-241-60/+135
| | | | | | (bzr r11979)