log pidgin/gtkblist.c @ 16381:72dc611f3257

age author description
Tue, 24 Apr 2007 17:00:22 +0000 Richard Laager Fix the custom icon stuff, and various memory leaks. At this point, custom
Tue, 24 Apr 2007 03:57:07 +0000 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Fri, 20 Apr 2007 05:58:57 +0000 Mark Doliner Patch #205, from SuperMMX. Fix a bug related to using F2 to alias
Tue, 17 Apr 2007 15:30:16 +0000 Sean Egan Apparently this breaks some wm's badly. If it's useful on Windows, Daniel should feel free to re-add it with ifdefs
Tue, 17 Apr 2007 05:48:59 +0000 Mark Doliner Patch from SuperMMX, "I would like to be able to rename (alias)
Mon, 16 Apr 2007 05:27:17 +0000 Richard Laager Word on the street is that we don't want things named pidginfoo_bar(), but
Mon, 16 Apr 2007 02:19:58 +0000 Richard Laager I don't like the pidginfoo_bar widget names that resulted from the sed.
Mon, 16 Apr 2007 02:05:07 +0000 Richard Laager Rename the Doxygen group from gtkui to pidgin.
Sun, 15 Apr 2007 01:26:57 +0000 Daniel Atallah The GdkWindow doesn't exist until after the window is realized, so the decorations can't be manipulated until after that. I bet this will work in a bunch of WMs now.
Sun, 15 Apr 2007 00:32:57 +0000 Sean Egan Set the disable maximize button hint on the blist. I couldn't find a window manager that supports this, but I bet win32 does.
Sat, 14 Apr 2007 19:06:19 +0000 Sean Egan For a first time user, don't show the buddy list telling him to go to Accounts>Add/Edit, because Accounts->Add/Edit is already open with its own instructions. Show only one window with instructions and then present the Buddy List when you create your first account.
Sat, 14 Apr 2007 08:19:51 +0000 Sean Egan The things that C will allow to compile astound me. Removes an errant apostrophe.
Sat, 14 Apr 2007 07:23:05 +0000 Sean Egan Fix ticket #52
Sat, 14 Apr 2007 01:23:12 +0000 Sean Egan Add some padding between the emblem and the buddy icon
Sat, 14 Apr 2007 00:55:35 +0000 Sean Egan but only if it's in the buddy list\!
Sat, 14 Apr 2007 00:44:18 +0000 Sean Egan Hylke requested that we slightly round the corners of budy icons in the blist to better match the round status icons
Wed, 11 Apr 2007 13:38:05 +0000 Stu Tomlinson Rename /purple/gtk preferences back to /gaim/gtk to allow for smooth upgrades
Sat, 07 Apr 2007 22:46:39 +0000 Nathan Walp make things cleaner for translators
Sat, 07 Apr 2007 19:47:35 +0000 Nathan Walp block and unblock have the right icons now
Sun, 01 Apr 2007 17:23:25 +0000 Mark Doliner sf patch #1689182, from Will Thompson
Sun, 25 Mar 2007 07:34:51 +0000 Mark Doliner Fix a small tooltip-related memleak
Wed, 21 Mar 2007 09:00:54 +0000 Richard Laager Re-sed the copyright notices so they don't all talk about Purple.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Mon, 19 Mar 2007 06:11:46 +0000 Sean Egan According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Mon, 19 Mar 2007 06:01:29 +0000 Sean Egan More Gaim to Pidgin stuff
Mon, 26 Feb 2007 09:41:38 +0000 Sean Egan Change some old, busted status icon stuff to use the new hotness
Sun, 25 Feb 2007 21:40:40 +0000 Daniel Atallah Fix asserts when there is no buddy icon
Wed, 14 Feb 2007 02:35:35 +0000 Daniel Atallah Some more pidgininfication
Sun, 11 Feb 2007 01:40:04 +0000 Sadrul Habib Chowdhury Let's use the core function instead of using the uiops function directly when
Thu, 08 Feb 2007 16:29:26 +0000 Richard Laager Add some braces to eliminate a compiler warning about an ambiguous else.