Sun, 28 Aug 2022 01:13:40 -0500 Gary Kramlich Remove the focus signal from the conversation pane. gtk4 file | diff | annotate
Fri, 26 Aug 2022 01:07:29 -0500 Gary Kramlich Fix some issues in the conversation window. gtk4 file | diff | annotate
Tue, 23 Aug 2022 00:20:09 -0500 Elliott Sales de Andrade Port conversations to GTK4 gtk4 file | diff | annotate
Mon, 22 Aug 2022 02:29:47 -0500 Elliott Sales de Andrade Port some of conversation to GTK4 gtk4 file | diff | annotate
Thu, 03 Mar 2022 23:59:46 -0600 Gary Kramlich Replace gtk_entry_[gs]et_text with gtk_editable_[gs]et_text gtk4 file | diff | annotate
Tue, 22 Feb 2022 19:25:57 -0600 Gary Kramlich Remove the GtkShadowType parameter from pidgin_make_scrollable as that enum was removed. gtk4 file | diff | annotate
Thu, 10 Feb 2022 21:06:57 -0600 Gary Kramlich Remove some pidginstylecontext.h includes that were previously missed gtk4 file | diff | annotate
Mon, 22 Aug 2022 21:49:41 -0500 Gary Kramlich Convert the conversation memberlist context menu to GMenu. file | diff | annotate
Fri, 19 Aug 2022 00:06:55 -0500 Gary Kramlich Remove the remnants of the old menu bar in gtkconv. file | diff | annotate
Sat, 13 Aug 2022 22:08:20 -0500 Gary Kramlich Fix some issues scanbuild found file | diff | annotate
Fri, 12 Aug 2022 01:32:07 -0500 Elliott Sales de Andrade Make VV libraries required file | diff | annotate
Mon, 08 Aug 2022 22:03:04 -0500 Gary Kramlich Start implementing the conversation window actions. file | diff | annotate
Mon, 01 Aug 2022 23:46:24 -0500 Gary Kramlich Remove the protocol and extended menus from the chat user list menus. file | diff | annotate
Thu, 21 Jul 2022 00:37:53 -0500 Gary Kramlich Remove PidginCloseButton as it's no longer used file | diff | annotate
Wed, 15 Jun 2022 00:34:24 -0500 Gary Kramlich Always show the user list in pidgin conversations file | diff | annotate
Thu, 09 Jun 2022 03:12:46 -0500 Gary Kramlich Remove a few more lines I missed about the chat user list width preference. file | diff | annotate
Tue, 07 Jun 2022 00:43:47 -0500 Gary Kramlich We removed the preference for tracking the user list width but missed some code file | diff | annotate
Thu, 02 Jun 2022 20:15:50 -0500 ivanhoe fix use after free release-2.x.y file | diff | annotate
Tue, 17 May 2022 01:49:31 -0500 Gary Kramlich Bust the union in PidginConversation like a good capitalist file | diff | annotate
Thu, 28 Apr 2022 04:50:20 -0500 Gary Kramlich Fix a warning in gtkconv where we weren't returning a value when we should have been release-2.x.y file | diff | annotate
Fri, 15 Apr 2022 11:29:11 -0500 Belgin Știrbu Fix the infinite resizing freeze release-2.x.y file | diff | annotate
Fri, 15 Apr 2022 11:15:37 -0500 Belgin Știrbu Added transient-buddy back for showing the buddy menu when release-2.x.y file | diff | annotate
Sun, 10 Apr 2022 03:01:08 -0500 Gary Kramlich Remove a whole bunch of dead and unused code from gtkconv.c file | diff | annotate
Fri, 01 Apr 2022 01:14:35 -0500 Gary Kramlich Add gdk-pixbuf as a libpurple dependency and move helpers from pidgin to purple file | diff | annotate
Fri, 25 Mar 2022 02:51:58 -0500 Elliott Sales de Andrade Replace PURPLE_CALLBACK by G_CALLBACK file | diff | annotate
Thu, 17 Mar 2022 21:41:10 -0500 Gary Kramlich Remove all drag and drop support. file | diff | annotate
Fri, 11 Mar 2022 01:43:20 -0600 Elliott Sales de Andrade Remove X specifics from Pidgin file | diff | annotate
Thu, 03 Feb 2022 22:14:31 -0600 Gary Kramlich Remove pidgin_get_dim_grey_string file | diff | annotate
Thu, 03 Feb 2022 22:13:28 -0600 Gary Kramlich Remove the windows specific font preference file | diff | annotate
Thu, 27 Jan 2022 20:36:08 -0600 ivanhoe fix memory leak in pidgin_conversations_set_tab_colors release-2.x.y file | diff | annotate
Thu, 13 Jan 2022 22:34:37 -0600 Gary Kramlich Remove the interface page from preferences as all of those preferences were made obsolete when we moved the conversation window to using a list file | diff | annotate
Sat, 08 Jan 2022 20:52:48 -0600 Gary Kramlich Remove a purple_str_to_time call that will eventually be replaced by the history api. file | diff | annotate
Mon, 20 Dec 2021 05:49:33 -0600 Gary Kramlich Remove PidginMenuTray as it won't work with the new menu system file | diff | annotate
Tue, 07 Dec 2021 02:31:01 -0600 Elliott Sales de Andrade Move conversation window key handling into its file file | diff | annotate
Mon, 06 Dec 2021 23:11:42 -0600 Gary Kramlich Move conversation management from gtkconv.c to PidginConversationWindow. file | diff | annotate
Sun, 21 Nov 2021 23:58:15 -0600 Gary Kramlich Remove the attention api. It's always been an annoyance and most protocols don't implement it anymore file | diff | annotate
Tue, 02 Nov 2021 00:41:03 -0500 Gary Kramlich Make sure our GError variables are initialized to NULL file | diff | annotate
Thu, 28 Oct 2021 23:43:20 -0500 Gary Kramlich Remove the Pidgin icon themes which are covered by XDG icon themes now and remove the stock api as that's all that was using it yet. file | diff | annotate
Mon, 25 Oct 2021 03:10:05 -0500 Gary Kramlich Remove the gtk-dnd-hints stuff that should have been removed when we removed dnd from the conversation window. file | diff | annotate
Sat, 23 Oct 2021 01:06:57 -0500 Gary Kramlich Now that the History API is here, remove the purple logging api file | diff | annotate
Tue, 19 Oct 2021 02:57:01 -0500 Gary Kramlich Remove all of the dynamic menus from GtkConvWin file | diff | annotate
Mon, 18 Oct 2021 01:40:57 -0500 Gary Kramlich Remove the existing logging code from Pidgin now that the History API has landed file | diff | annotate
Tue, 12 Oct 2021 05:05:29 -0500 Elliott Sales de Andrade Remove registration of all stock icons file | diff | annotate
Tue, 12 Oct 2021 04:51:46 -0500 Elliott Sales de Andrade Remove icon lists for conversation windows file | diff | annotate
Tue, 12 Oct 2021 03:50:01 -0500 Elliott Sales de Andrade Use icon names for chat emblems file | diff | annotate
Mon, 11 Oct 2021 23:47:26 -0500 Gary Kramlich remove drag and drop from the notebook in gtkconv file | diff | annotate
Mon, 11 Oct 2021 21:17:53 -0500 Gary Kramlich Remove the hidden conversation window as that api is going to change in the future file | diff | annotate
Sun, 10 Oct 2021 05:01:55 -0500 Elliott Sales de Andrade Remove the + from GTK file | diff | annotate
Sun, 10 Oct 2021 05:01:54 -0500 Elliott Sales de Andrade Fix typos in Pidgin file | diff | annotate
Fri, 27 Aug 2021 02:34:03 -0500 Gary Kramlich Remove a number of functions from gtkconv.c and gtkconvwin.c that aren't used anymore file | diff | annotate
Tue, 24 Aug 2021 04:52:14 -0500 Gary Kramlich Remove all of the current smiley support as it currently isn't used and needs to be completely overhauled for the new emoji api when we write it. file | diff | annotate
Mon, 16 Aug 2021 03:10:08 -0500 Gary Kramlich Fix the resource path so we can use the automatic stuff that GtkApplication supports file | diff | annotate
Thu, 12 Aug 2021 01:03:16 -0500 Gary Kramlich Remove the use of GtkStock from the gtkconv window menus file | diff | annotate
Tue, 03 Aug 2021 20:50:03 -0500 Gary Kramlich Update everything for GPlugin 0.33.0 file | diff | annotate
Mon, 02 Aug 2021 18:54:25 -0500 Gary Kramlich Remove the direct usage of GtkStock file | diff | annotate
Thu, 22 Jul 2021 22:37:16 -0500 Gary Kramlich Remove PidginWindow as it wasn't used and clean up some old PidginWindow -> PidginConvWindow that were previous missed. file | diff | annotate
Fri, 02 Jul 2021 21:33:49 -0500 Elliott Sales de Andrade Fix warnings about changing types on assignment. file | diff | annotate
Fri, 18 Jun 2021 00:28:00 -0500 Gary Kramlich Fix an infinite loop when an account goes offline and you have an im open. file | diff | annotate
Thu, 17 Jun 2021 20:12:48 -0500 Gary Kramlich Remove some remaining remnants of the old infopane widget file | diff | annotate
Tue, 15 Jun 2021 00:29:01 -0500 Gary Kramlich Remove some conversation menu items that will be reimagined in the new window file | diff | annotate
(0) -1000 -300 -100 -60 tip

mercurial