summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning and dead code cleanup.Jon A. Cruz2013-01-112-9/+7
| | | (bzr r12014)
* gimpcolorwheel: Clean up drawing functionsAlex Valavanis2013-01-101-105/+24
| | | (bzr r12013)
* Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version ↵Alex Valavanis2013-01-083-0/+1764
| | | | | | | | requirement to 3.2 Fixed bugs: - https://launchpad.net/bugs/1071354 (bzr r12011)
* Implement GTK+ 3 drawing for zoom correction ruler in preferences dialogAlex Valavanis2012-12-282-12/+29
| | | (bzr r11995)
* Implement GTK+ 3 drawing of color preview widgetAlex Valavanis2012-12-272-36/+73
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1016900 (bzr r11994)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-252-5/+5
| | | | | christmas\!) (bzr r11986)
* GTK+ 3: Switch to more orientable widgetsAlex Valavanis2012-12-161-0/+4
| | | (bzr r11960)
* GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-162-0/+18
| | | (bzr r11959)
* Migrate PageSizer to Gtk::GridAlex Valavanis2012-12-162-3/+73
| | | (bzr r11957)
* GTK+ 3: Migrate to GdkRGBAAlex Valavanis2012-11-271-7/+11
| | | (bzr r11910)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-264-38/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Revert for 166691 : Changing layer order does not update layer selector - ↵John Smith2012-11-191-1/+5
| | | | | Revert change to performance issues (bzr r11883)
* cppcheck: Simple fixes for src/ui/widgetAlex Valavanis2012-11-153-6/+6
| | | (bzr r11873)
* Fix for 1068763 : Opening 'File > Document Properties' dirties current documentJohn Smith2012-10-312-9/+13
| | | (bzr r11855)
* Fix for 171890 : Mouse wheel on swatchesJohn Smith2012-10-234-41/+105
| | | (bzr r11822)
* Stop using private GdlDockObject->master (broken in GDL 3.6)Alex Valavanis2012-10-141-3/+9
| | | (bzr r11801)
* Fix for 1058402 : Inconsistent opacity indicationJohn Smith2012-10-111-5/+2
| | | (bzr r11781)
* Fix for 1060563 : Swatches : Sort the list of swatch namesJohn Smith2012-10-081-0/+1
| | | (bzr r11757)
* Fix for 1014988 : gtk 2.22 compile issuesJohn Smith2012-10-031-0/+9
| | | (bzr r11732)
* Fix for 831008 : Line width menu only show Px,Pt and mmJohn Smith2012-10-012-39/+40
| | | (bzr r11719)
* Fix for 1058470 : Trace Bitmap Live PreviewJohn Smith2012-09-302-8/+12
| | | (bzr r11716)
* Fix for 166691 : Changing layer order does not update layer selectorJohn Smith2012-09-271-1/+3
| | | (bzr r11709)
* Fix for 169001 : Long layer names mess with the UIJohn Smith2012-09-271-2/+2
| | | (bzr r11708)
* Fix for 171177 : Border in palette swatchesJohn Smith2012-09-271-11/+88
| | | (bzr r11706)
* Fix for 169001 : Long layer names mess with the UIJohn Smith2012-09-261-2/+4
| | | (bzr r11705)
* Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-231-3/+2
| | | (bzr r11696)
* Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-221-0/+12
| | | (bzr r11694)
* Fix for 166691 : Revert fixJohn Smith2012-09-221-1/+1
| | | (bzr r11693)
* Fix for 166691 : Changing layer order does not update layer selectorJohn Smith2012-09-222-7/+24
| | | (bzr r11692)
* Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2012-09-225-69/+26
| | | (bzr r11691)
* Fix for 1014988 : Add gimp spin scale widgetJohn Smith2012-09-225-0/+1534
| | | (bzr r11690)
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-9/+8
| | | (bzr r11686)
* Fix for 167181 : Gnome-HIG-2.0 conformant Preferences dialog - accel keysJohn Smith2012-09-114-3/+42
| | | (bzr r11662)
* revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵Kris De Gussem2012-09-031-8/+9
| | | | | not enabled) and other issues (bzr r11649)
* converted some c-string usage to c++ string class usage: should fix some ↵Kris De Gussem2012-09-021-9/+8
| | | | | memory leaks (bzr r11646)
* Fix for 484135 : clicking on the stroke size doesn't open the dialog boxJohn Smith2012-08-052-8/+9
| | | (bzr r11592)
* Fix for 427514 : Fix mirroring of FS Opacity/Blur settingsJohn Smith2012-08-051-7/+8
| | | (bzr r11590)
* Filters. Fix for Bug #582552 (Make object -> Apply certain filters -> Open ↵Nicolas Dufour2012-08-021-1/+6
| | | | | filter editor -> Undo -> Crash). (bzr r11582)
* Fix for 512247 : Show the direction in Object/Transform/RotateJohn Smith2012-08-012-0/+7
| | | (bzr r11578)
* Fix for 612221 : Add metadata default configuration in the preferencesJohn Smith2012-07-122-0/+35
| | | (bzr r11544)
* Fix for 167781 : opacity in selected style loses focus on kbd value scroll, ↵John Smith2012-07-111-0/+1
| | | | | fix for Esc (bzr r11540)
* Fix for 167781 : opacity in selected style loses focus on kbd value scrollJohn Smith2012-07-101-0/+2
| | | (bzr r11534)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-054-27/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Removed outdated classes.Jon A. Cruz2012-06-1714-1238/+7
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Fix remaining size_request issues for Gtk+ buildAlex Valavanis2012-06-092-11/+51
| | | (bzr r11475)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-1/+1
| | | (bzr r11469.1.1)
* Remove unused icon-widget codeAlex Valavanis2012-05-313-227/+0
| | | (bzr r11446)
* Gtkmm 3 fixes for licensor widgetAlex Valavanis2012-05-311-0/+8
| | | (bzr r11444)
* Replace deprecated pointer grabbing in rulerAlex Valavanis2012-05-281-0/+19
| | | (bzr r11432)
* Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis2012-05-271-13/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943200 (bzr r11429)