summaryrefslogtreecommitdiff
path: root/eel/eel-stock-dialogs.c
Commit message (Collapse)AuthorAgeFilesLines
* eel: remove some unused APICosimo Cecchi2015-05-231-66/+1
|
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
|
* eel: don't use deprecated GtkStock and GtkImageMenuItemCosimo Cecchi2013-08-131-1/+1
|
* Make dialogs modalWilliam Jon McCann2012-07-161-0/+2
|
* all: don't use eel_get_system_time()Cosimo Cecchi2012-04-111-2/+2
| | | | Use g_get_monotonic_time() instead.
* all: remove eel_g_hash_table_new_free_at_exit()Cosimo Cecchi2012-03-071-2/+1
| | | | | | | Especially when references can be owned by non-resident modules, this is just too dangerous. https://bugzilla.gnome.org/show_bug.cgi?id=670989
* Add custom foreach to eel_g_hash_table_new_free_at_exitAlexander Larsson2011-03-251-1/+1
| | | | | This can be used to get some sort of printout for leaks in non-string hashtables.
* stock-dialogs: don't use GtkObjectCosimo Cecchi2010-09-301-6/+6
|
* [eel] use GtkMessageDialog for stock dialogsCosimo Cecchi2010-08-211-25/+38
| | | | Instead of EelAlertDialog, which is going away.
* [eel] use glib's i18n API instead of eel'sCosimo Cecchi2010-08-191-1/+1
|
* Don't force a default response.Cosimo Cecchi2010-05-021-1/+0
|
* Always set the parent window in dialogs (#573788).Cosimo Cecchi2010-04-261-1/+1
|
* Remove deprecated GDK/GTK+ symbolsCosimo Cecchi2009-04-211-2/+2
| | | | | | Remove all uses of deprecated GDK and GTK+ symbols, replacing them with the currently supported equivalents. Based on a patch from Tal Benavidor (#565038).
* eel/ Import eel into nautilus.Alexander Larsson2008-12-151-0/+571
2008-12-15 Alexander Larsson <alexl@redhat.com> * Makefile.am: * acconfig.h: * configure.in: * eel/ * libnautilus-private/Makefile.am: Import eel into nautilus. svn path=/trunk/; revision=14815