aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-alert-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous cleanups.Matthew Barnes2013-09-081-6/+8
* Miscellaneous cleanups.Matthew Barnes2013-07-071-2/+2
* Notify user about question dialogsMilan Crha2013-06-241-0/+26
* Make EAlertDialog non-resizable.Matthew Barnes2013-05-301-13/+5
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-2/+2
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-0/+403
* Move EAlert* and e-xml-utils to libevolution-utils.Srinivasa Ragavan2012-03-031-405/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-3/+6
* Make sure EAlertDialog has at least one button, to be able to closed itMilan Crha2011-12-231-0/+14
* Bug 659486 - EAlert default response is ignored by EAlertDialogMatthew Barnes2011-10-011-6/+22
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* Fix alignment of extra widgets in EAlertDialogs.Matthew Barnes2011-03-251-2/+21
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-6/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-02-191-2/+8
* Slightly nicer EAlertDialog after move to gtk3Milan Crha2011-02-161-5/+12
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-4/+0
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-0/+3
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-31/+0
* EAlert: Allow arbitrary actions to be added.Matthew Barnes2010-10-191-51/+49
* Composer: Show cancellable operations and errors inline.Matthew Barnes2010-10-131-144/+153
* Messin around with EAlerts.Matthew Barnes2010-09-301-55/+52
* EAlert cleanups.Matthew Barnes2010-09-291-16/+0
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-111-2/+2
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-111-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-36/+36
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-1/+4
* Merge branch 'express2'Matthew Barnes2010-05-271-1/+2
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-3/+8
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-021-2/+6
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-1/+1
|/
* Prevent future bugs like #612792.Matthew Barnes2010-03-151-6/+6
* Add option to escape EAlert strings.Matthew Barnes2010-02-181-3/+3
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2009-12-201-2/+0
* Use EAlert API in EAlertActivity rather than using g_object_get_dataJonathon Jongsma2009-12-091-10/+23
* BugĀ 604098 - Missing \n in EAlertJonathon Jongsma2009-12-091-1/+1
* rename e_alert_get_buttons -> e_alert_peek_buttonsJonathon Jongsma2009-12-091-1/+1
* Add EAlertDialogJonathon Jongsma2009-12-081-0/+362