summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-0427-1/+54
| |/
| * Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...Kris De Gussem2013-04-031-1/+1
| * Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis2013-03-261-0/+2
| * Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-257-14/+10
| * Fix -Wunused-function warningsAlex Valavanis2013-03-181-11/+0
| * cppcheckKris De Gussem2013-03-171-1/+2
| * Fix even more forward declaration tagsAlex Valavanis2013-03-153-8/+8
| * Fix another load of forward declaration tagsAlex Valavanis2013-03-143-3/+3
| * Fix another tonne of forward declaration tagsAlex Valavanis2013-03-143-3/+3
| * Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2013-03-141-0/+2
| * Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-132-10/+43
| * Further migration to Gtk::GridAlex Valavanis2013-03-122-19/+54
| * Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-092-2/+41
| * Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-081-0/+6
| * Drop more Gtk::Table usageAlex Valavanis2013-03-081-0/+12
| * Switch to orientable Scale widgets in Gtkmm 3Alex Valavanis2013-03-085-6/+35
| * Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2013-03-072-82/+189
| * Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
| * A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
| * Fix deprecated pointer grabbing in gimpcolorwheelAlex Valavanis2013-01-131-3/+16
| * Warning and dead code cleanup.Jon A. Cruz2013-01-112-9/+7
| * gimpcolorwheel: Clean up drawing functionsAlex Valavanis2013-01-101-105/+24
| * Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version requirem...Alex Valavanis2013-01-083-0/+1764
| * Implement GTK+ 3 drawing for zoom correction ruler in preferences dialogAlex Valavanis2012-12-282-12/+29
| * Implement GTK+ 3 drawing of color preview widgetAlex Valavanis2012-12-272-36/+73
| * Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis2012-12-252-5/+5
| * GTK+ 3: Switch to more orientable widgetsAlex Valavanis2012-12-161-0/+4
| * GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-162-0/+18
| * Migrate PageSizer to Gtk::GridAlex Valavanis2012-12-162-3/+73
| * GTK+ 3: Migrate to GdkRGBAAlex Valavanis2012-11-271-7/+11
| * Drop support for GTK+ < 2.24Alex Valavanis2012-11-264-38/+1
| * Revert for 166691 : Changing layer order does not update layer selector - Rev...John Smith2012-11-191-1/+5
| * cppcheck: Simple fixes for src/ui/widgetAlex Valavanis2012-11-153-6/+6
| * Fix for 1068763 : Opening 'File > Document Properties' dirties current documentJohn Smith2012-10-312-9/+13
| * Fix for 171890 : Mouse wheel on swatchesJohn Smith2012-10-234-41/+105
| * Stop using private GdlDockObject->master (broken in GDL 3.6)Alex Valavanis2012-10-141-3/+9
| * Fix for 1058402 : Inconsistent opacity indicationJohn Smith2012-10-111-5/+2
| * Fix for 1060563 : Swatches : Sort the list of swatch namesJohn Smith2012-10-081-0/+1
| * Fix for 1014988 : gtk 2.22 compile issuesJohn Smith2012-10-031-0/+9
| * Fix for 831008 : Line width menu only show Px,Pt and mmJohn Smith2012-10-012-39/+40
| * Fix for 1058470 : Trace Bitmap Live PreviewJohn Smith2012-09-302-8/+12
| * Fix for 166691 : Changing layer order does not update layer selectorJohn Smith2012-09-271-1/+3
| * Fix for 169001 : Long layer names mess with the UIJohn Smith2012-09-271-2/+2
| * Fix for 171177 : Border in palette swatchesJohn Smith2012-09-271-11/+88
| * Fix for 169001 : Long layer names mess with the UIJohn Smith2012-09-261-2/+4
| * Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-231-3/+2
| * Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-221-0/+12
| * Fix for 166691 : Revert fixJohn Smith2012-09-221-1/+1
| * Fix for 166691 : Changing layer order does not update layer selectorJohn Smith2012-09-222-7/+24
| * Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2012-09-225-69/+26