log pidgin/gtknotify.c @ 29356:f59dd3e9875d

age author description
Mon, 24 Aug 2009 06:04:16 +0000 Paul Aurich pounce dialog: Try to always have a row selected. Fixes #10037.
Mon, 24 Aug 2009 04:43:31 +0000 Paul Aurich Reorder the New Pounces/New Mail dialog buttons.
Sun, 23 Aug 2009 02:10:43 +0000 Paul Aurich Further pounce dialog improvements. Refs #10037.
Sat, 22 Aug 2009 18:52:16 +0000 salinasv Close the Pounce dialog when you dismiss the last pounce.
Sat, 22 Aug 2009 06:20:10 +0000 salinasv Add a row-activation event for the Pounces dialog to open a new conversation window.
Sat, 04 Jul 2009 23:14:35 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 832a8f3c3faf1fbbc69e803c6a1830896dd05e1f)
Mon, 29 Jun 2009 06:24:37 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 11d28a9362597cbea7fa0957f4202037131a3d6b)
Fri, 12 Jun 2009 05:27:34 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head e155acab29d005538351633111052f094e5f5f98)
Mon, 11 May 2009 02:18:47 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 70ee1de1cc79688256a3dd6ac1a519e24c00a12c)
Tue, 31 Mar 2009 11:18:23 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head f71e0a5c7eff9c53c7641ad6c6b135a3dfec040f)
Thu, 04 Dec 2008 09:28:04 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 97d295a04f3a9852a3b29cf0df43d56d1ddcc672)
Mon, 17 Nov 2008 06:15:33 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head ca4b6e987b967927b0f8bd001bc33440a6885000)
Sun, 07 Sep 2008 04:13:31 +0000 Yoshiki Yazawa convert utf8 url string into locale encoding on passing it to the browser.
Fri, 03 Jul 2009 05:03:20 +0000 Paul Aurich Use mail_dialog consistently, instead of switching from one line to the next. Various other cleanups, too.
Fri, 03 Jul 2009 04:25:45 +0000 Paul Aurich Fix the mail_dialog->total_count and use that to tell when the dialog is empty.
Fri, 03 Jul 2009 02:51:20 +0000 Paul Aurich Close the mail dialog at signoff if it's empty. Closes #9345.
Fri, 03 Jul 2009 02:35:27 +0000 Paul Aurich Remove the PidginMailDialog typedef.
Fri, 03 Jul 2009 02:33:30 +0000 Paul Aurich Remove a few layers of evil abstraction.
Fri, 03 Jul 2009 02:13:39 +0000 Paul Aurich Remove trailing whitespace
Thu, 02 Jul 2009 04:15:21 +0000 Paul Aurich Clear the notifications via a signal instead of pidgin_close_notify.
Wed, 01 Jul 2009 03:53:48 +0000 Paul Aurich Avoid a null deref when clearing mail notifications. Refs #9345.
Sat, 27 Jun 2009 05:45:43 +0000 Sadrul Habib Chowdhury Make sure uninitialized variable is not used. This might fix #9345,
Fri, 05 Jun 2009 05:15:09 +0000 Elliott Sales de Andrade Setting `dialog->open_button = button` when `button` is not yet assigned
Thu, 07 May 2009 05:20:18 +0000 Paul Aurich In the close_notify ui op, close the email notification dialog.
Mon, 16 Mar 2009 17:07:41 +0000 Kevin Stange A patch from Jorge Villaseor which makes all pounces share a single window.
Thu, 27 Nov 2008 05:54:09 +0000 Richard Laager The other day while struct hiding, I noticed a for loop that was checking
Fri, 14 Nov 2008 21:46:39 +0000 Mark Doliner Fix an assertion failure/unlikely crash when:
Thu, 28 Aug 2008 00:55:35 +0000 Daniel Atallah Some cleanup and a little leak fix that I thought I committed a while ago.
Thu, 28 Aug 2008 00:54:37 +0000 Daniel Atallah Patch from "brookingcharlie" to make "Open All Messages" the default response
Sun, 25 May 2008 21:56:36 +0000 Richard Laager Use "email" and "Email" consistently. This is potentially controversial,