aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-alert.c
Commit message (Expand)AuthorAgeFilesLines
* Update API documentation.Matthew Barnes2013-03-031-4/+2
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-0/+1003
* Move EAlert* and e-xml-utils to libevolution-utils.Srinivasa Ragavan2012-03-031-996/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-6/+13
* EAlertBar: Add a close button to all alerts.Matthew Barnes2011-11-221-12/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-19/+22
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-2/+6
* Coding style cleanups.Matthew Barnes2011-05-091-2/+2
* Don't crash on missing EAlert definitions.Matthew Barnes2011-04-131-0/+1
* EAlertBar: Make warnings time out after 5 minutesMatthew Barnes2011-03-261-4/+44
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-7/+20
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-7/+3
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-2/+2
* Disconnect signal handlers from actions in alert_dispose()Milan Crha2010-12-211-2/+7
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-0/+3
* Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-011-5/+5
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-1/+0
* EAlert: Allow arbitrary actions to be added.Matthew Barnes2010-10-191-21/+139
* Composer: Show cancellable operations and errors inline.Matthew Barnes2010-10-131-61/+83
* Coding style and whitespace cleanup.Matthew Barnes2010-10-041-1/+0
* Messin around with EAlerts.Matthew Barnes2010-09-301-240/+355
* EAlert cleanups.Matthew Barnes2010-09-291-32/+10
* Bug 628653 - e_alert_new_valist memory leakMatthew Barnes2010-09-031-2/+9
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-82/+82
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-1/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-8/+23
* Prevent future bugs like #612792.Matthew Barnes2010-03-151-5/+5
* Add option to escape EAlert strings.Matthew Barnes2010-02-181-22/+34
* Bug 610085 - e_alert_get_primary_text() does not escape argumentsMatthew Barnes2010-02-161-17/+6
* Update API documentation.Matthew Barnes2010-02-101-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-2/+2
* Replace alloca() with g_alloca().Matthew Barnes2009-12-281-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2009-12-201-4/+0
* Use gchar instead of char in e-alert.cJonathon Jongsma2009-12-091-1/+1
* Handle the case where error definitions don't include certain fieldsJonathon Jongsma2009-12-091-6/+19
* rename e_alert_get_buttons -> e_alert_peek_buttonsJonathon Jongsma2009-12-091-1/+1
* Refactor EAlert to make it a GObjectJonathon Jongsma2009-12-081-280/+249
* Fix a bug in e_alert_newv() that was causing a crashJonathon Jongsma2009-12-011-6/+5
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-0/+698