summaryrefslogtreecommitdiff
path: root/capplets/common/gconf-property-editor.c
Commit message (Expand)AuthorAgeFilesLines
* don't free the GConf value if we don't have one. Fixes a crash whenJens Granseuer2008-03-111-6/+5
* add cast to avoid "incompatible types" compiler warningJens Granseuer2007-10-281-1/+1
* connect to the GtkTreeViewSelection::changed signal instead ofJens Granseuer2007-07-261-5/+3
* add safeguards for NULL values (closes bug #441036)Jens Granseuer2007-07-011-6/+15
* compare the string from the widget against the converted gconf value, notJens Granseuer2007-06-291-53/+53
* remove property editor for the deprecated GtkOptionMenu, now that allJens Granseuer2007-05-281-116/+0
* Scroll to new selected cell if the gconf value changes.Denis Washington2007-05-241-2/+4
* don't call gconf_value_free with a NULL valueJens Granseuer2007-05-191-1/+3
* add a property editor for GtkTreeView and fix crashes with all peditors ifJens Granseuer2007-05-181-29/+106
* constify a number of function argumentsJens Granseuer2007-05-091-66/+61
* add support for unsetting GConf values if the conversion handlers returnJens Granseuer2007-05-071-7/+17
* add GConfPropertyEditor support for GtkComboBoxJens Granseuer2007-05-011-0/+119
* patch by Kevin Bauder <kevin.bauder@gmail.com>, "Replaced deprecatedSebastien Bacher2006-07-231-12/+12
* Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. ANSIfyKjartan Maraas2005-11-141-4/+4
* Cleanup of gconf and a few other things, patch from Kjartan MaraasNAUTILUS_2_11_2Sebastien Bacher2005-05-221-2/+15
* port of the font capplet to gtk_font_button and some cleanup,Sebastien Bacher2005-05-221-117/+26
* plug gconf key leak.Thomas Cataldo2005-01-021-0/+2
* tracked the long running irrtation about 'expecting int received float'.Jody Goldberg2004-08-311-2/+7
* Back out the file sel size kludges, federico has already put something similarDennis Cranston2004-02-191-10/+0
* Do not popup the logout dialog when the close button (X) of window managerNAUTILUS_2_5_90NAUTILUS_2_5_8Muktha2004-02-161-34/+85
* damn it Jonathan. Save the @#*&$@# file before committing.Jonathan Blandford2003-08-071-2/+2
* Reset the old connection when setting a new one, #116232Jonathan Blandford2003-08-041-1/+5
* Warn when a font larger than 31 points is selected, #97653. CaringJonathan Blandford2003-08-021-0/+6
* Merge Anders' fix from stable.Kjartan Maraas2003-07-031-1/+9
* added the typing break to CVS from drwright.Jonathan Blandford2003-06-261-9/+46
* Merge from stable branchKjartan Maraas2003-04-291-1/+2
* Patch from Kjartan Maraas to fix a bunch of leaks.Jonathan Blandford2003-02-141-1/+2
* A Pile of pending changesJody Goldberg2002-07-161-2/+2
* ui-reviewJody Goldberg2002-07-101-1/+1
* if we haven't been initting, don't pop up an error message. if we are, setjacob berkman2002-05-161-19/+31
* add capplets/gnome-network-preferences.Mark McLoughlin2002-04-221-0/+96
* Add in an explicit 'use_nick' parameter. Implicit guessing can break badlyRachel Hestilow2002-04-221-16/+17
* Add FontType enum, and a font_type parameter to gconf_peditor_new_font.Rachel Hestilow2002-04-111-16/+88
* Set fsel to modal, it seems to fix a weird grabbing bug.Richard Hestilow2002-03-281-1/+2
* Fail verbosely instead of silent crashing on certain missing/broken schemasLauris Kaplinski2002-03-251-2/+7
* Add AccessX capplet.Jody Goldberg2002-03-231-0/+3
* Link to common.la and not common.a.Richard Hestilow2002-03-201-16/+290
* Committed new schemas patch.Richard Hestilow2002-03-151-29/+332
* Replaced all deprecated methods except 2 GtkCTree instances with gnome-2Lauris Kaplinski2002-02-131-1/+2
* Committed instant-apply patch sans background.Richard Hestilow2002-02-121-3/+11
* Added font editor.Richard Hestilow2002-02-101-0/+97
* Move locate_pointer out.Jonathan Blandford2002-01-211-1/+2
* avoid recursive loops by only setting the UI if we're active.Jonathan Blandford2002-01-061-0/+2
* Only remove from changeset if the changeset is non-NULLBradford Hovinen2002-01-051-6/+16
* Implement. Sets the GConf value either in the changeset, or if changesetBradford Hovinen2002-01-041-16/+20
* Eliminate compiler warningsBradford Hovinen2001-12-201-4/+2
* Fold the callback back in; accept variable argument list with extraBradford Hovinen2001-12-201-37/+143
* Return FALSE (peditor_*_widget_changed): Just return if we are not fullyBradford Hovinen2001-12-191-1/+14
* Connect to value_changed signal Add properties conv-{to|from}-widget-cbBradford Hovinen2001-12-191-298/+318
* Connect to value_changed signalBradford Hovinen2001-12-191-8/+115