Fri, 27 Apr 2007 21:38:29 +0000 |
Richard Laager |
Update the compatibility layer to g_memdup() stuff, so we don't end up with
|
Fri, 27 Apr 2007 21:53:20 +0000 |
Daniel Atallah |
Remove unused strings cruft from the installer that were left over from when it dealt with the GTK+ theme (It seems like I already did this before). Also, make installing GTK+ optional if it is already installed.
|
Fri, 27 Apr 2007 21:51:39 +0000 |
Daniel Atallah |
merge of '3470d9c0747eae8c926e33748f29f946efd419b0'
|
Fri, 27 Apr 2007 21:31:57 +0000 |
Richard Laager |
Removing the PROGRAMMING_NOTES file, which has been merged into the wiki by
|
Fri, 27 Apr 2007 19:23:34 +0000 |
Richard Laager |
Fix the name of the parameter for purple_imgstore_get_size() so that Doxygen will stop crying.
|
Sat, 28 Apr 2007 02:29:43 +0000 |
Richard Laager |
disapproval of revision 'cf51292b9bf12554eecb319a673f153ef5c6f0e4'
|
Fri, 27 Apr 2007 20:21:41 +0000 |
Daniel Atallah |
Prevent sprintf(%s, NULL) when the icon type isn't recognized.
|
Fri, 27 Apr 2007 18:56:41 +0000 |
Richard Laager |
Fix the g_return_if_fail() guards that prevent setting more than one data
|
Fri, 27 Apr 2007 18:17:09 +0000 |
Richard Laager |
Fix a bug in the imgstore code that I caught because of the fatal asserts in the test code.
|
Fri, 27 Apr 2007 18:16:43 +0000 |
Richard Laager |
Use fatal asserts unconditionally in the test code. Perhaps this could be better integrated in some way, but this works.
|
Fri, 27 Apr 2007 18:07:24 +0000 |
Richard Laager |
Add the fatal asserts enabling code to Finch. I'm uneasy about putting this in libpurple, because then a fatal-asserts-enabled libpurple would kill any UI that had a glib debug error, which might not even be in libpurple. I'm not sure we want that, though it may not matter since this is for debugging only.
|
Fri, 27 Apr 2007 18:03:38 +0000 |
Richard Laager |
Fix a compiler warning about an unused variable. This was introduced when I committed khc's last patch.
|