2011-03-13 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head fb4d2b014576462db99d919dea15fbed03f1f48a)
|
2011-01-08 |
Gabriel Schulhof |
Add pidgin_make_scrollable and use it. Cleans up a bunch of duplicate code. Net code loss of 180 lines. Fixes #13073.
|
2011-03-10 |
Mark Doliner |
Add a hint to translators on how to translate this string. Italian and
|
2010-09-22 |
Yoshiki Yazawa |
merged from im.pidgin.pidgin:
|
2010-09-20 |
John Bailey |
I thought I had done this in my last commit. Clearly I'm an idiot. This fixes
|
2010-09-18 |
rtobar |
Make the "Manual" browser setting's command be stored as a string instead of as
|
2010-09-18 |
John Bailey |
Add the new browsers here so they do useful stuff by default.
|
2010-02-22 |
Yoshiki Yazawa |
merged with im.pidgin.pidgin
|
2009-08-24 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head 181764ee5b9643826233ae4d6eefb5be194cca08)
|
2009-08-23 |
John Bailey |
This should pretty much finish off the GTK_CHECK_VERSION calls in Pidgin.
|
2009-08-24 |
Yoshiki Yazawa |
merged with im.pidgin.pidgin
|
2009-08-24 |
Paul Aurich |
pounce dialog: Try to always have a row selected. Fixes #10037.
|
2009-08-24 |
Paul Aurich |
Reorder the New Pounces/New Mail dialog buttons.
|
2009-08-23 |
Paul Aurich |
Further pounce dialog improvements. Refs #10037.
|
2009-08-22 |
salinasv |
Close the Pounce dialog when you dismiss the last pounce.
|
2009-08-22 |
salinasv |
Add a row-activation event for the Pounces dialog to open a new conversation window.
|
2009-07-04 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 832a8f3c3faf1fbbc69e803c6a1830896dd05e1f)
|
2009-06-29 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 11d28a9362597cbea7fa0957f4202037131a3d6b)
|
2009-06-12 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head e155acab29d005538351633111052f094e5f5f98)
|
2009-05-11 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 70ee1de1cc79688256a3dd6ac1a519e24c00a12c)
|
2009-03-31 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head f71e0a5c7eff9c53c7641ad6c6b135a3dfec040f)
|
2008-12-04 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 97d295a04f3a9852a3b29cf0df43d56d1ddcc672)
|
2008-11-17 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head ca4b6e987b967927b0f8bd001bc33440a6885000)
|
2008-09-07 |
Yoshiki Yazawa |
convert utf8 url string into locale encoding on passing it to the browser.
|
2009-07-03 |
Paul Aurich |
Use mail_dialog consistently, instead of switching from one line to the next. Various other cleanups, too.
|
2009-07-03 |
Paul Aurich |
Fix the mail_dialog->total_count and use that to tell when the dialog is empty.
|
2009-07-03 |
Paul Aurich |
Close the mail dialog at signoff if it's empty. Closes #9345.
|
2009-07-03 |
Paul Aurich |
Remove the PidginMailDialog typedef.
|
2009-07-03 |
Paul Aurich |
Remove a few layers of evil abstraction.
|
2009-07-03 |
Paul Aurich |
Remove trailing whitespace
|
2009-07-02 |
Paul Aurich |
Clear the notifications via a signal instead of pidgin_close_notify.
|
2009-07-01 |
Paul Aurich |
Avoid a null deref when clearing mail notifications. Refs #9345.
|
2009-06-27 |
Sadrul Habib Chowdhury |
Make sure uninitialized variable is not used. This might fix #9345,
|
2009-06-05 |
Elliott Sales de Andrade |
Setting `dialog->open_button = button` when `button` is not yet assigned
|
2009-05-07 |
Paul Aurich |
In the close_notify ui op, close the email notification dialog.
|
2009-03-16 |
Kevin Stange |
A patch from Jorge VillaseƱor which makes all pounces share a single window.
|
2008-11-27 |
Richard Laager |
The other day while struct hiding, I noticed a for loop that was checking
|
2008-11-14 |
Mark Doliner |
Fix an assertion failure/unlikely crash when:
|
2008-08-28 |
Daniel Atallah |
Some cleanup and a little leak fix that I thought I committed a while ago.
|
2008-08-28 |
Daniel Atallah |
Patch from "brookingcharlie" to make "Open All Messages" the default response
|
2008-05-25 |
Richard Laager |
Use "email" and "Email" consistently. This is potentially controversial,
|
2008-05-08 |
Daniel Atallah |
Fix a double free caused by my previous leak fix not covering all possible
|
2008-05-05 |
Daniel Atallah |
More plumbing work.
|
2008-01-26 |
Stu Tomlinson |
Use xdg-open instead of gnome-open, if possible. We might want to use
|
2008-01-12 |
Sadrul Habib Chowdhury |
It turns out the tree-models need to be unref'ed.
|
2008-01-03 |
Richard Laager |
Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
|
2007-12-21 |
Sadrul Habib Chowdhury |
Make some more event handlers return appropriate gboolean values. This turns
|
2007-11-28 |
Sadrul Habib Chowdhury |
Try to make a window transient for a suitable parent window. This currently
|
2007-10-13 |
Richard Laager |
propagate from branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 49d0219884ede2c6c571f2df73e29dffa86f54ad)
|
2007-10-07 |
Richard Laager |
If there is no secondary text in a notify, avoid adding "\n\n" and creating
|
2007-10-12 |
Stu Tomlinson |
Fix pidgin_notify_searchresults to use the actual title for column headers,
|
2007-10-01 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 4321e1e266d11dddee2cde190828ae5001812367)
|
2007-09-28 |
Richard Laager |
explicit merge of '0b88f009442a340d4269c95605f580a9f444e767'
|
2007-09-28 |
Richard Laager |
merge of '41f188f15baaa4c23c5c2ec80a04faff63ee1977'
|
2007-09-28 |
Richard Laager |
propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)
|
2007-09-28 |
Daniel Atallah |
Fix a couple bugs related to removing mail notifications.
|
2007-09-21 |
Daniel Atallah |
Clear out the mail notifications for an account when we receive a notification of 0 emails.
|
2007-09-20 |
Sean Egan |
Remove 'You have' from 'You have N new e-mails' to take less room and make it more likely to fit on one line
|
2007-09-29 |
Stu Tomlinson |
Fix building on very old gtk where gtk_tree_store_remove didn't return a
|
2007-09-28 |
Richard Laager |
applied changes from c0104c111e903cfec5d0a95e0ae9dafb72f0dcbf
|