0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #39 from ChristianGalla/winPluginCompatibilityIncrease More... over 5 years ago
Increased compatibility to other windows api plugins More... over 5 years ago
Easier link to the download More... about 8 years ago
Create readme from old wiki More... over 8 years ago
Add a 1 second delay to the right-click Quit menu option, to prevent a crash in the calling Pidgin process More... about 12 years ago
Explicitly set the AppID of Pidgin to Pidgin.Win7Plugin to fix the issue of having two seperate apps in the taskbar, as well as having jump-list icons missing if Pidgin is installed to a different path to normal. See issue #16.
Eion Robb
as eionrobb
More... almost 13 years ago
Potentially fix a crash when using the jumplist menu to quit.
Eion Robb
as eionrobb
More... almost 13 years ago
Update first screenshot to include more icons
Eion Robb
as eionrobb
More... about 13 years ago
Change the window 'flash count' to 1 so that it shows up in the rollover sooner. (The outer window still has a system-set flash count)
Eion Robb
as eionrobb
More... about 13 years ago
Try using Pidgin's gettext translations. References issue #13
Eion Robb
as eionrobb
More... about 13 years ago
Version bump v0.5
Eion Robb
as eionrobb
More... about 13 years ago
Line up the icons to the correct menu options
Eion Robb
as eionrobb
More... about 13 years ago
Add in icons to non-status jumplist items. Fixes issue #7
Eion Robb
as eionrobb
More... about 13 years ago
Don't leak so many pixbufs when making thumbnails :)
Eion Robb
as eionrobb
More... about 13 years ago
Use UnregisterClassW to prevent leaking classes
Eion Robb
as eionrobb
More... over 13 years ago
Fix UTF8 problems in conversation 'window' titles by using 'wide' functions for class registration. Thanks again to lowloel for the hints
Eion Robb
as eionrobb
More... over 13 years ago
Improve UTF8 handling for setting the conversation 'window' title (still not quite right though)
Eion Robb
as eionrobb
More... over 13 years ago
Patch from lowjoel to prevent crashes when receiving files with the file transfer window closed. Fixes issue #4.
Eion Robb
as eionrobb
More... over 13 years ago
Potential fix for buddy icon thumbnails (make sure ratio is a float, not an int) - thanks to lowjoel for tracking it down and supplying patch :)
Eion Robb
as eionrobb
More... over 13 years ago
Code cleanup, move some functions from the header into the body
Eion Robb
as eionrobb
More... over 13 years ago
Fix rendering of non-alpha buddy icons :)
Eion Robb
as eionrobb
More... over 13 years ago
Make the conversation window tabs work for PidginConversation's rather than PurpleConversation's
Eion Robb
as eionrobb
More... over 13 years ago
Add signal handler for hiding conversations (closing them without leaving them)
Eion Robb
as eionrobb
More... over 13 years ago
Conversation seperation isn't so buggy any more. Enable it by default.
Eion Robb
as eionrobb
More... over 13 years ago
Remove lots of debugging info
Eion Robb
as eionrobb
More... over 13 years ago
Get aero peek/live previews working for the correct tab (in a bit of a hacky way: waiting 30ms after the tab changes before taking a screenshot)
Eion Robb
as eionrobb
More... over 13 years ago
Aero peek/live previews kinda working :)
Eion Robb
as eionrobb
More... over 13 years ago
Flash the conversation's fake 'window' when there are unseen messages (so that you know which conversation to click on)
Eion Robb
as eionrobb
More... over 13 years ago
New version, new tasklist screenshot
Eion Robb
as eionrobb
More... over 13 years ago
Detect the preference changing events, and split the enable/disable functions into seperate functions
Eion Robb
as eionrobb
More... over 13 years ago