summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-8/+8
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-3/+1
2012-07-23Drop use of size-request in button and sp-widget (GTK3)Alex Valavanis1-21/+40
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-05-18Gtk+ 3 fixes for button widgetAlex Valavanis1-7/+10
2012-04-18Fixed conditional code to avoid unused function warnings.Jon A. Cruz1-0/+4
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis1-0/+28
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-8/+1
2012-01-05More GSEAL fixesAlex Valavanis1-2/+3
2011-08-28Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski1-38/+24
2011-06-12Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis1-2/+2
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-24/+10
2010-10-29Cleanups from backports.Jon A. Cruz1-22/+20
2010-09-06Automatically add shortcuts to tooltipsJasper van de Gronde1-3/+5
2008-05-06Updating deprecated type calls.Jon A. Cruz1-15/+18
2007-11-11Minor cleanupJon A. Cruz1-4/+4
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
2006-07-09Added descriptions to Undo/Redo commands in the menusgustav_b1-1/+2
2006-04-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz1-3/+3