summaryrefslogtreecommitdiff
path: root/finch/gntroomlist.c
Commit message (Expand)AuthorAgeFilesLines
* Mark unused parameters as such for all finchGary Kramlich2023-02-231-13/+19
* Update Finch for the PurpleAccount deprecationsGary Kramlich2022-12-141-5/+9
* Move all of the UiOps to use struct initializersGary Kramlich2022-09-201-11/+5
* Rework the way roomlists work so we can more easily port them to GTK4Gary Kramlich2022-05-021-61/+8
* Separate PurpleProtocolRoomlist into its own file and modernize it.Gary Kramlich2021-08-141-1/+1
* Cleanup RoomList UI opsElliott Sales de Andrade2021-07-021-35/+19
* Replace purple_roomlist_[gs]et_ui_data with g_object_[gs]et_dataGary Kramlich2021-05-301-1/+1
* Don't allow libraries to include their own global header files.Gary Kramlich2020-11-191-1/+1
* Fix Finch for the libgnt single header fileGary Kramlich2020-08-151-8/+3
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-1/+2
* Make all of finch use purple.hGary Kramlich2020-05-011-2/+0
* finch: Remove redundant checks.Elliott Sales de Andrade2019-10-021-2/+3
* Clean up all of the license headersGary Kramlich2019-09-291-1/+2
* Rename *_GET_*_IFACE to more standard *_GET_IFACE.Elliott Sales de Andrade2019-08-061-2/+2
* Merge gtkdoc-conversionAnkit Vani2014-02-041-7/+7
|\
| * Merged soc.2013.gobjectification branchAnkit Vani2013-10-121-7/+7
| |\
| | * Refactored finch to use the new protocol APIAnkit Vani2013-09-141-2/+2
| | * Updated protocol iface callsAnkit Vani2013-09-141-1/+1
| | * Merged soc.2013.gobjectification branchAnkit Vani2013-09-061-7/+7
| | |\
| | | * Refactored finch and a bit of libpurple plugins to use the new protocol APIAnkit Vani2013-09-011-2/+2
| | | * Renamed purple_connection_get_protocol_info() to purple_connection_get_protoc...Ankit Vani2013-08-311-2/+2
| | | * Use the purple_protocol_iface_* API instead of protocol->function()Ankit Vani2013-08-291-1/+1
| | | * Renamed PurplePluginProtocolInfo to PurpleProtocolAnkit Vani2013-08-171-7/+7
| | | * Refactored gntroomlist to use the new APIAnkit Vani2013-08-011-2/+2
| | | * Replaced purple_connection_get_prpl() with purple_connection_get_protocol_inf...Ankit Vani2013-07-281-2/+2
* | | | Remove @file from .c filesAnkit Vani2014-02-041-5/+0
|/ / /
* | | Renamed purple_roomlist_room_get_type to *_get_room_type, purple_roomlist_fie...Ankit Vani2013-10-121-4/+4
|/ /
* | Use g_object_{ref|unref} instead of purple_roomlist_{ref|unref}Ankit Vani2013-09-061-3/+3
|/
* Rather use the accessor functions directly.Andrew Victor2011-08-261-6/+1
* Some struct hiding. What a pain.Mark Doliner2011-08-231-2/+8
* Don't include an internal header in the public finch headers.Elliott Sales de Andrade2009-07-181-0/+1
* Fix Finch warnings when building on 64-bitPaul Aurich2009-03-201-1/+1
* Fix a crash that happens when accessing the roomlist for an account that'sPaul Aurich2008-12-061-1/+2
* We will probably eventually use purple_object_[get|set]_ui_data. Until then, ...Sadrul Habib Chowdhury2008-01-261-2/+2
* Add accessor and update finch to not touch the internals of PurpleConnection.Sadrul Habib Chowdhury2008-01-261-2/+2
* Fix CID #380 by using an assigned variable.Sadrul Habib Chowdhury2008-01-121-3/+3
* Unset some stuff to make sure Sylar can't kill us.Sadrul Habib Chowdhury2008-01-071-1/+6
* Remember the size of the roomlist window. Handle the categories better.Sadrul Habib Chowdhury2008-01-071-4/+44
* Typo can cause crashes.Sadrul Habib Chowdhury2008-01-061-1/+1
* Implementation of the roomlist API.Sadrul Habib Chowdhury2008-01-061-0/+375