summaryrefslogtreecommitdiff
path: root/pidgin
Commit message (Expand)AuthorAgeFilesLines
* Update the current status of all developersGary Kramlich2021-06-221-14/+14
* Replace mentions of Freenode with Libera and move README.hg to HACKING which ...Gary Kramlich2021-06-211-1/+1
* Add a donate link that opens https://imfreedom.org/donate/Gary Kramlich2021-06-141-0/+6
* Replace newlines in topics with spaces.Gary Kramlich2021-06-071-2/+13
* Zero out some memory that scanbuild thought might be usedGary Kramlich2021-06-031-1/+1
* Update pidgin-installer.nsi to work with the official nsis releaseGary Kramlich2021-06-031-2/+2
* Fix some null pointer deferences and dead stores that scanbuild found in PidginGary Kramlich2021-06-037-47/+87
* Use g_[s]list_delete_link more.Elliott Sales de Andrade2021-06-021-4/+2
* Fix some double frees that scanbuild foundGary Kramlich2021-06-012-9/+5
* Fix some issues scanbuild found in gtkthemes.cGary Kramlich2021-06-011-5/+13
* Fix some issues scanbuild found in gtkconv.cGary Kramlich2021-06-011-16/+12
* Port the debug symbol download to the inetc pluginGary Kramlich2021-04-251-4/+4
* Make our windows builds usable from meson.Gary Kramlich2021-04-194-9/+14
* Make sure we remove all the files we install.Gary Kramlich2021-04-111-0/+3
* Use LT_LIB_M to determine if we need to link to the math library and link Pid...Gary Kramlich2021-04-111-0/+2
* Fix the gevolution plugin.Gary Kramlich2021-04-095-109/+113
* Install our appdata file to $(datadir)/metainfo as that change was made a lon...Gary Kramlich2021-04-091-1/+1
* Remove the oscar protocolGary Kramlich2021-04-0816-2056/+0
* Fix a number of issues with the windows buildGary Kramlich2021-04-052-46/+46
* Add support for osslsigncode and newer versions of nsisGary Kramlich2021-03-301-2/+2
* Python2 is deprecated and not in current distros so move the dbus bindings to...Gary Kramlich2021-03-021-1/+1
* Fix an issue where GtkIMHtmlScalables were not properly cleaned up which lead...Gary Kramlich2021-02-141-35/+42
* Fix an issue where when pasting <p>'s that would cause too much whitespace to...Gary Kramlich2021-02-131-2/+8
* Rework the way we open links with firefoxGary Kramlich2021-02-131-15/+8
* Add a compatiblity layer for g_s?list_free_full and port everything to it.Gary Kramlich2021-02-128-22/+18
* Fix an issue where color_is_visible was incorrectly comparing unsigned values...Gary Kramlich2021-02-111-3/+4
* g_memmove has been deprecated since glib 2.40 and recommends just using memmoveGary Kramlich2021-02-111-1/+1
* Implement mitigation for GHSL-2021-045Gary Kramlich2021-02-075-8/+15
* Fix some spelling errorsRichard Laager2021-01-211-1/+1
* A patch from Ambrose Li to mark additional voice and video strings for transl...Gary Kramlich2020-07-271-22/+22
* fix an issue where media elements were translated but the translation was not...Gary Kramlich2020-07-211-1/+1
* Fix some issues with the Windows installer that included it thinking Pidgin w...Gary Kramlich2020-06-112-8/+13
* Make the urls in the appdata file use httpsGary Kramlich2020-06-071-2/+2
* Fix the url for our appdata file as it was broken with the website move.Gary Kramlich2020-06-071-1/+1
* Add chat_send_file() facilityDavid Woodhouse2020-05-201-2/+7
* Revert the pr-262/ticket-17232, it's caused more harm than good. See ticket-...Gary Kramlich2020-05-151-20/+15
* Merged in release-2.x.y (pull request #337)Gary Kramlich2020-05-112-4/+398
|\
| * Add braces around if() and while() blocksDavid Woodhouse2020-04-081-14/+25
| * Remove global portal session/request numbersDavid Woodhouse2020-04-071-9/+10
| * File descriptors are 'int' not unsignedDavid Woodhouse2020-04-071-2/+2
| * Wayland screenshare review feedback from QuLogicDavid Woodhouse2020-04-071-18/+33
| * Increase timeout for initial XDP portal session to 2sDavid Woodhouse2020-04-051-1/+1
| * screenshare: Add XDP portal ScreenCast supportDavid Woodhouse2020-04-052-2/+369
* | Handle <P> tag as line break. Otherwise, paragraphs will appear in the same l...Colin Xu2020-03-301-2/+2
|/
* Revert a wrong leak fix for pull request #516 reviewFabrice Bellet2019-08-021-1/+1
* Fixes from pull request #516 reviewFabrice Bellet2019-07-201-3/+4
* gtkmedia: gtkmedia may be disposed in the realize callbackFabrice Bellet2019-07-061-0/+5
* gtkmedia: keep a reference on the media widget in the realize callbackFabrice Bellet2019-07-041-2/+3
* Fix more memory leaksFabrice Bellet2019-07-021-1/+1
* Better fix for the leak in gtk conversation apiFabrice Bellet2019-06-291-2/+3