summaryrefslogtreecommitdiff
path: root/pidgin/pidginactiongroup.c
Commit message (Expand)AuthorAgeFilesLines
* Bump C standard to C99 for Pidgin files and fix warningsElliott Sales de Andrade2022-11-281-4/+4
* Remove a bunch of unused stuff in the gtkblist and set some sane defaultsGary Kramlich2022-05-271-180/+0
* Force the buddy list to also be in "big mode", that is showing buddy iconsGary Kramlich2022-03-211-28/+0
* Create a new ContactList that will eventually fully replace PidginBuddyListGary Kramlich2020-11-141-448/+0
* remove the old sound apiGary Kramlich2020-08-131-27/+0
* phase2 of pidgin.h: move existing file to pidgincore.hGary Kramlich2020-07-231-11/+12
* Some stuff got missed when making internal.h libpurple only.Gary Kramlich2020-06-081-2/+0
* Fix a bunch of stuff that was found in review.Gary Kramlich2020-04-261-6/+6
* Move the mood api to it's own files and remove the remaining bits of the old ...Gary Kramlich2020-04-071-0/+12
* Manage the room list action's state based on whether the online accounts supp...Gary Kramlich2020-04-071-30/+91
* Toggle the enabled status of chat actions based on connected accounts that im...Gary Kramlich2020-04-061-7/+105
* alphabetize the online required actions and add room list to themGary Kramlich2020-04-061-3/+4
* Migrate the accounts menu to its own set of widgetsGary Kramlich2020-04-061-11/+0
* Move the join chat menu item to the new menu setupGary Kramlich2020-04-011-1/+12
* Add the new PidginPluginsMenu which manages itself when plugins and loaded/un...Gary Kramlich2020-03-311-18/+0
* Migrate add-chat and add-buddy to the new menuGary Kramlich2020-03-311-2/+22
* Use the new online and offline signals to manage the state of actions in Pidg...Gary Kramlich2020-03-311-0/+89
* Port the sort-method items to GMenu and GAction and display in the new menubarGary Kramlich2020-03-301-2/+94
* Finish porting the rest of the toggle actions to the new menubar widgetGary Kramlich2020-03-271-1/+145
* Implement mute sounds to prove out the action state codeGary Kramlich2020-03-271-0/+101
* Migrate the rest of the static menu items to the new PidginActionGroupGary Kramlich2020-03-271-1/+179
* Start to migrate the buddy list from GtkActionEntry and UiManager to GActionE...Gary Kramlich2020-03-261-0/+81