summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.c
Commit message (Expand)AuthorAgeFilesLines
* Update to talkatu 0.2.0Gary Kramlich2023-02-241-1/+9
* Remove a bunch stuff from PidginConversationGary Kramlich2023-02-201-1425/+5
* Remove PidginBlistGary Kramlich2023-02-171-57/+2
* Remove unused enums from PidginElliott Sales de Andrade2023-01-231-0/+12
* Remove the privacy apiGary Kramlich2022-12-051-1/+0
* Bump C standard to C99 for Pidgin files and fix warningsElliott Sales de Andrade2022-11-281-17/+32
* Remove the default formatting preference.Gary Kramlich2022-09-301-8/+0
* Rename PurpleContact to PurpleMetaContact.Gary Kramlich2022-09-221-3/+3
* Rename pidginconversationwindow.[ch] to pidgindisplaywindow.[ch]Gary Kramlich2022-09-181-1/+1
* Rename PidginConversationWindow to PidginDisplayWindow as it holds more than ...Gary Kramlich2022-09-171-10/+10
* The smooth scrolling preference was tied to GtkIMHTML which has been gone for...Gary Kramlich2022-09-011-1/+0
* Remove redundant setting of [hv]alignElliott Sales de Andrade2022-08-301-4/+0
* Use the new TalkatuAutoScroller adjustment on the converation history.Gary Kramlich2022-08-281-22/+21
* Fix the member list context menu.Gary Kramlich2022-08-281-40/+1
* Remove the focus signal from the conversation pane.Gary Kramlich2022-08-281-4/+0
* Fix some issues in the conversation window.Gary Kramlich2022-08-261-3/+4
* Port conversations to GTK4Elliott Sales de Andrade2022-08-231-20/+24
* Port some of conversation to GTK4Elliott Sales de Andrade2022-08-221-100/+146
* Replace gtk_entry_[gs]et_text with gtk_editable_[gs]et_textGary Kramlich2022-03-031-7/+8
* Remove the GtkShadowType parameter from pidgin_make_scrollable as that enum w...Gary Kramlich2022-02-221-1/+1
* Remove some pidginstylecontext.h includes that were previously missedGary Kramlich2022-02-101-1/+0
* Convert the conversation memberlist context menu to GMenu.Gary Kramlich2022-08-221-99/+154
* Remove the remnants of the old menu bar in gtkconv.Gary Kramlich2022-08-191-120/+0
* Fix some issues scanbuild foundGary Kramlich2022-08-131-2/+1
* Make VV libraries requiredElliott Sales de Andrade2022-08-121-4/+0
* Start implementing the conversation window actions.Gary Kramlich2022-08-081-146/+6
* Remove the protocol and extended menus from the chat user list menus.Gary Kramlich2022-08-011-9/+0
* Remove PidginCloseButton as it's no longer usedGary Kramlich2022-07-211-1/+0
* Always show the user list in pidgin conversationsGary Kramlich2022-06-151-17/+10
* Remove a few more lines I missed about the chat user list width preference.Gary Kramlich2022-06-091-9/+0
* We removed the preference for tracking the user list width but missed some codeGary Kramlich2022-06-071-8/+0
* Bust the union in PidginConversation like a good capitalistGary Kramlich2022-05-171-105/+46
* Remove a whole bunch of dead and unused code from gtkconv.cGary Kramlich2022-04-101-482/+12
* Add gdk-pixbuf as a libpurple dependency and move helpers from pidgin to purpleGary Kramlich2022-04-011-1/+0
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-251-18/+18
* Remove all drag and drop support.Gary Kramlich2022-03-171-5/+0
* Remove X specifics from PidginElliott Sales de Andrade2022-03-111-4/+0
* Remove pidgin_get_dim_grey_stringGary Kramlich2022-02-031-2/+1
* Remove the windows specific font preferenceGary Kramlich2022-02-031-5/+0
* Remove the interface page from preferences as all of those preferences were m...Gary Kramlich2022-01-131-8/+0
* Remove a purple_str_to_time call that will eventually be replaced by the hist...Gary Kramlich2022-01-081-42/+0
* Remove PidginMenuTray as it won't work with the new menu systemGary Kramlich2021-12-201-2/+0
* Move conversation window key handling into its fileElliott Sales de Andrade2021-12-071-27/+0
* Move conversation management from gtkconv.c to PidginConversationWindow.Gary Kramlich2021-12-061-1359/+95
* Remove the attention api. It's always been an annoyance and most protocols do...Gary Kramlich2021-11-211-27/+0
* Make sure our GError variables are initialized to NULLGary Kramlich2021-11-021-1/+1
* Remove the Pidgin icon themes which are covered by XDG icon themes now and re...Gary Kramlich2021-10-281-4/+0
* Remove the gtk-dnd-hints stuff that should have been removed when we removed ...Gary Kramlich2021-10-251-2/+0
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-231-24/+0
* Remove all of the dynamic menus from GtkConvWinGary Kramlich2021-10-191-586/+0