summaryrefslogtreecommitdiff
path: root/finch/gntblist.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash caused by context menus for sametime buddies.Sadrul Habib Chowdhury2010-04-231-0/+2
* Add an autojoin connection signalRichard Laager2010-04-181-5/+8
* Fix all the remaining files for which internal.h doesn't end up being the fir...Paul Aurich2009-12-081-1/+1
* Destroy the menu-actions created by plugins for the context menus.Sadrul Habib Chowdhury2009-11-201-0/+4
* Add missing null sentinels, and help the compiler catch such errors.Sadrul Habib Chowdhury2009-10-071-1/+1
* Fix a crash at shutdown in Finch.Paul Aurich2009-08-031-7/+11
* Don't include an internal header in the public finch headers.Elliott Sales de Andrade2009-07-181-0/+1
* Remove a now-unnecessary binding for the buddylist.Sadrul Habib Chowdhury2009-05-261-4/+4
* Add a new signal which is emitted (after the account is connected) if thePaul Aurich2009-04-261-0/+2
* Use safe function.Sadrul Habib Chowdhury2009-04-231-2/+2
* Save the world.Sadrul Habib Chowdhury2009-04-051-6/+6
* propagate from branch 'im.pidgin.pidgin' (head b4bbfacd7f2050d87deeda12ea7bb3...Paul Aurich2009-03-071-16/+16
|\
| * propagate from branch 'im.pidgin.pidgin' (head bd870d9ff0abf89a96f53c84cd21a1...Richard Laager2008-11-271-16/+16
| |\
| | * Update some casts (that the script didn't fix correctly) to GObject macros.Richard Laager2008-11-141-12/+12
| | * Struct hiding for Finch. PurpleChat:alias and PurpleContact:totalsize are sti...Sadrul Habib Chowdhury2008-11-011-4/+4
* | | The Add Buddy dialog should not blindly create a duplicate buddy in a groupPaul Aurich2008-11-291-3/+7
|/ /
* | Properly escape the status message.Sadrul Habib Chowdhury2008-11-261-5/+8
|/
* Show when offline (because the plugin doesn't work no more).Sadrul Habib Chowdhury2008-10-211-4/+15
* Instead of showing error message when trying to interactively add anSadrul Habib Chowdhury2008-10-181-22/+21
* Show a manually added new empty group even if the preference is not set.Sadrul Habib Chowdhury2008-10-061-1/+58
* Update the tooltip if the status of the selected node changes.Sadrul Habib Chowdhury2008-08-291-0/+3
* Fix an off-by-one bug in calculating column widths in trees.Sadrul Habib Chowdhury2008-06-091-3/+0
* Added "View All Logs" menu in the buddylist to display a list of all IMSadrul Habib Chowdhury2008-06-051-0/+11
* Fix chat joining from the 'Join a chat' dialog. Thanks to w00b on IRC forSadrul Habib Chowdhury2008-06-041-1/+11
* Add a 'View log' option in the buddylist menu.Sadrul Habib Chowdhury2008-05-041-0/+67
* Check to see if we are already in a room before attempting to join. IfSadrul Habib Chowdhury2008-05-041-5/+31
* Setup tab-completion for groups in the 'Add Chat' dialog.Sadrul Habib Chowdhury2008-05-031-0/+1
* Change the string "screen name" to "username" everywhere. I think mostMark Doliner2008-04-301-4/+4
* Fine tune the edit-settings dialog (e.g., mark fields as masked orSadrul Habib Chowdhury2008-04-291-1/+31
* Move the tooltip to the left of the buddylist if there's not enough room to s...Sadrul Habib Chowdhury2008-03-121-0/+2
* Make sure an existing conversation selected from the 'Send IM' dialog is give...Sadrul Habib Chowdhury2008-03-061-1/+3
* Fix showing a contact's log, and don't access struct internalsRichard Nelson2008-02-281-1/+1
* Right-clicking on a widget should trigger the context-menu.Sadrul Habib Chowdhury2008-02-171-13/+2
* fix unblockingRichard Nelson2008-02-021-1/+1
* Add a [X] Blocked item to the buddy context menu, and add a dialog toRichard Nelson2008-02-021-0/+83
* Add a finch log viewer. This is largely copied from Pidgin.Richard Nelson2008-02-021-0/+43
* Update finch to not touch the internals of PurpleGroup.Sadrul Habib Chowdhury2008-01-271-7/+7
* Add accessor and update finch to not touch the internals of PurpleBuddy and P...Sadrul Habib Chowdhury2008-01-271-25/+29
* We will probably eventually use purple_object_[get|set]_ui_data. Until then, ...Sadrul Habib Chowdhury2008-01-261-27/+27
* Add accessor and update finch to not touch the internals of PurpleConnection.Sadrul Habib Chowdhury2008-01-261-11/+13
* Update finch to not touch the internals of PurpleAccount. This also includes ...Sadrul Habib Chowdhury2008-01-261-7/+10
* Add API so Finch doesn't need to touch the internals of PurpleBlistNode.Sadrul Habib Chowdhury2008-01-261-7/+7
* Pay attention to the 'show_offline' setting for the buddylist.Sadrul Habib Chowdhury2008-01-241-0/+2
* Init and uninit the buddylist managers at appropriate times.Sadrul Habib Chowdhury2008-01-231-0/+9
* Rework some of the code that deals with adding and removing blist nodes in th...Sadrul Habib Chowdhury2008-01-231-39/+39
* Remember the selected grouping option.Sadrul Habib Chowdhury2008-01-221-17/+30
* Reconstruct the 'Grouping' menu when a blist manager is un/installed.Sadrul Habib Chowdhury2008-01-221-20/+37
* Mark some strings for translation.Sadrul Habib Chowdhury2008-01-221-3/+3
* Do not show a context menu for an unknown node.Sadrul Habib Chowdhury2008-01-221-0/+2
* Add a buddy list manager for finch. This allows plugins to show the buddylistSadrul Habib Chowdhury2008-01-221-96/+276