summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-widget.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-1/+1
2012-07-23Drop use of size-request in button and sp-widget (GTK3)Alex Valavanis1-16/+22
2012-05-31Gtkmm fixes for sp-widgetAlex Valavanis1-2/+2
2012-05-20C++ification of SPWidget.Jon A. Cruz1-206/+249
2012-05-19GTK+ 3 changes for sp-widgetAlex Valavanis1-27/+25
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-04-02Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith1-1/+1
2012-02-26Replace deprecated GTK_TYPE macrosAlex Valavanis1-3/+3
2012-02-11Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis1-4/+5
2012-01-06More GSEAL stuffAlex Valavanis1-8/+16
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-1/+1
2011-06-24Switch to GObjectAlex Valavanis1-13/+14
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-2/+2
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-20/+24
2009-02-09adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches1-0/+4
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-1/+1
2008-02-24Warning and whitespace cleanupJon A. Cruz1-4/+14
2007-04-10Made safe for empty containersJon A. Cruz1-1/+3