summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.c
Commit message (Expand)AuthorAgeFilesLines
* pidgin: Don't assume a conversation is always an IM or a chatAnkit Vani2013-11-171-26/+30
* Merged default branchAnkit Vani2013-10-251-822/+792
|\
| * Only update typing icon if conversation is an IMAnkit Vani2013-09-301-2/+4
| * Removed nested structs in pidgin - this caused an error in g-ir-compilerAnkit Vani2013-09-251-184/+186
| * Merged default branchAnkit Vani2013-09-211-10/+16
| |\
| * \ Merged default branchAnkit Vani2013-09-121-7/+4
| |\ \
| * \ \ Merged default branchAnkit Vani2013-08-231-621/+587
| |\ \ \
| | * \ \ Merged default branchAnkit Vani2013-08-071-621/+587
| | |\ \ \
| | | * | | Renamed blist node's dont_save to transient.Ankit Vani2013-07-271-2/+2
| | | * | | Renamed PurpleBListNode back to PurpleBlistNodeAnkit Vani2013-07-251-40/+40
| | | * | | Global replaces according to GObject status APIAnkit Vani2013-07-211-1/+1
| | | * | | Refactored pidgin to use the GObject PurplePresence APIAnkit Vani2013-07-211-3/+3
| | | * | | Global replaces for to update codebase to use GObject PurplePresence APIAnkit Vani2013-07-201-3/+3
| | | * | | Refactored pidgin to use GType instead of PurpleValueAnkit Vani2013-07-191-60/+26
| | | * | | Renamed PURPLE_IS_BUDDY_ONLINE back to PURPLE_BUDDY_IS_ONLINEAnkit Vani2013-07-131-3/+3
| | | * | | Started GObjectification of PurpleConnection.Ankit Vani2013-07-101-20/+20
| | | * | | Refactored pidgin to use the GObject BList APIAnkit Vani2013-07-101-5/+3
| | | * | | Renamed buddy list functions to more appropriate/simler names.Ankit Vani2013-07-091-36/+36
| | | * | | Replaced PurpleBlistUiOps with PurpleBListUiOps for uniform namingAnkit Vani2013-07-061-1/+1
| | | * | | Undo renames of UI blist headers back to gntblist.h and gtkblist.hAnkit Vani2013-07-061-2/+2
| | | * | | Renamed blist.[ch] to buddylist.[ch]Ankit Vani2013-07-061-2/+2
| | | * | | Renamed PurpleBlistNode to PurpleBListNodeAnkit Vani2013-07-031-39/+39
| | | * | | Global replace to use GObject-style macros. See details.Ankit Vani2013-07-031-15/+15
| | | * | | set ui_data to NULL after setting ui_ops in gtkconvAnkit Vani2013-06-301-2/+2
| | | * | | Backed out changeset f39c64847a3dAnkit Vani2013-06-301-15/+13
| | | * | | Move ui_data to the object struct and remove getters and setters. It will be ...Ankit Vani2013-06-291-13/+15
| | | * | | get ui_data back into PurpleChatUser. It serves it's purpose more efficiently...Ankit Vani2013-06-291-10/+10
| | | * | | Removed purple_conversation_[gs]et_data(). Used g_object_[gs]et_data() instead.Ankit Vani2013-06-291-18/+18
| | | * | | Removed purple_chat_user_[set,get]_ui_data(). Used g_object_[set,get]_data() ...Ankit Vani2013-06-291-10/+10
| | | * | | Renamed chat buddy to chat user in a few more placesAnkit Vani2013-06-291-3/+3
| | | * | | Renamed chat buddies to chat users, and IM conversation typing state to IM ty...Ankit Vani2013-06-291-55/+55
| | | * | | Updated gtkblist and gtkconv to use the GObject conversation APIAnkit Vani2013-06-281-337/+276
| | | * | | Refactored pidgin plugins to use the GObject conversation APIAnkit Vani2013-06-281-2/+2
| | | * | | Removed conversation type argument from pidgin conversation functions.Ankit Vani2013-06-271-23/+86
| | | * | | Replaced purple_conversations_get() with purple_conversations_get_all(), simi...Ankit Vani2013-06-271-8/+8
| | | * | | Replaced chat_conversation_cb_ with chat_conversation_buddy_ calls, and _budd...Ankit Vani2013-06-231-18/+18
| | | * | | Replaced purple_conversation_new() with purple_[im,chat]_conversation_new()Ankit Vani2013-06-231-4/+4
| | | * | | Refactor code to remove conversation type from some instances of purple_conve...Ankit Vani2013-06-231-6/+6
| | | * | | Global replace - renamed functions and types according to GObject-based Purpl...Ankit Vani2013-06-231-153/+153
| | | * | | Renamed purple_account_[get,set]_alias to purple_account[get,set]_private_alias.Ankit Vani2013-06-191-1/+1
| | | * | | Refactored pidgin to use the GObject-based PurpleAccount APIAnkit Vani2013-06-191-1/+1
* | | | | | Fix glib warningsTomasz Wasilczyk2013-10-071-10/+41
* | | | | | E2EE: implement PURPLE_STOCK_IMAGE_PROTOCOLTomasz Wasilczyk2013-10-071-17/+22
* | | | | | E2EE: display e2ee status in sendto menuTomasz Wasilczyk2013-10-071-3/+34
* | | | | | E2EE: fix status icon update after PurpleConversation switchTomasz Wasilczyk2013-10-051-2/+3
* | | | | | E2EE: make it possible to attach stock icon to PurpleMenuActionTomasz Wasilczyk2013-10-051-0/+1
* | | | | | E2EE: basic menu implementationTomasz Wasilczyk2013-10-051-0/+13
* | | | | | E2EE: status icon implementation for PidginTomasz Wasilczyk2013-10-051-1/+80
| |_|_|_|/ |/| | | |
* | | | | Notify API: extend purple_notify_message with PurpleRequestCommonParametersTomasz Wasilczyk2013-09-211-10/+16
| |_|_|/ |/| | |
* | | | Request API refactoring: switch purple_request_file to PurpleRequestCommonPar...Tomasz Wasilczyk2013-09-101-7/+4
|/ / /