summaryrefslogtreecommitdiff
path: root/libgnome-control-center
AgeCommit message (Expand)AuthorFilesLines
2010-11-20Don't assume that get_preferred_* arguments can't be NULLWilliam Jon McCann1-2/+10
2010-11-09shell: Actually set the shell variable when switching panelsBastien Nocera1-2/+4
2010-11-08Prepare for size_request removal in GTK3Matthias Clasen1-20/+21
2010-11-05Add a get_toplevel accessor to CcShellGerd Kohlberger2-11/+41
2010-10-15Push forgotten change in Makefile.am for the removal of cc-setting-editor.[ch]Rodrigo Moya1-11/+0
2010-10-14Remove useless CcSettingEditor object and test programRodrigo Moya3-461/+0
2010-10-11lib: Fix parallel buildingBastien Nocera1-1/+1
2010-10-11Add cc_setting_editor_new_stringRodrigo Moya2-0/+33
2010-10-11Use g_settings_bind instead of listening to GtkToggleButton's signalsRodrigo Moya1-10/+1
2010-10-11Convert CcSettingEditor object to a widget, to simplify a lot of the code in ...Rodrigo Moya4-20/+101
2010-10-11Use the same marshaller for both GConfPropertyEditor and CcSettingEditorRodrigo Moya6-35/+54
2010-10-11Set the model sooner, so that we can select the default applicationRodrigo Moya1-3/+3
2010-10-11Add CcSettingEditor widgetRodrigo Moya4-0/+347
2010-10-07Fixed grammar on commentsRodrigo Moya1-2/+2
2010-08-24Call gtk_widget_set_allocation() during size_allocateBenjamin Otte1-1/+3
2010-07-06CcPanel: derive from GtkBin, rather than GtkAlignmentThomas Wood2-3/+48
2010-06-24Add .so version information to libgnome-control-centerRodrigo Moya1-0/+1
2010-06-21CcPanel: remove redundant propertiesThomas Wood3-150/+2
2010-06-18Use gtk+-3.0 also on the .pc fileRodrigo Moya1-1/+1
2010-05-22Make sure panels do not need to link against libcommon.laThomas Wood5-0/+2021
2010-05-19Define the extension point name and support variables for panelsThomas Wood1-0/+3
2010-05-18Add libgnome-control-center with two new classes: CcShell and CcPanelThomas Wood6-0/+759