log

age author description
2007-04-28 Sadrul Habib Chowdhury merge of '1af12da31254c9d412a11024c839649754af3a58'
2007-04-28 Daniel Atallah merge of 'a593ddc00442ff784f1d541653c61a30b452f7cb'
2007-04-28 Daniel Atallah Plug leak.
2007-04-28 Etan Reisner Add a script I've found handy to make sure the perl APIs look right, it also
2007-04-28 Daniel Atallah Fix win32 pidgin perl stuff. This hasn't been tested yet.
2007-04-28 Richard Laager merge of '0688801ca4ae33291c9078b8181e01f85ef7a4a1'
2007-04-28 Sean Egan DennisR noticed that the idle icons were jagged on the sides. This is because I was subtracting 128 from the alpha value of each pixel, rather than halving them, causing anti-aliasing pixels to hit 0
2007-04-28 Richard Laager Fix an invalid read that occurs because we were accessing IM data when the
2007-04-28 Richard Laager merge of '17c8f178728e61d42fa98ed6205a73cd2e5d21af'
2007-04-28 Sadrul Habib Chowdhury This makes it possible to rearrange chats and groups using the tag+attach system. Thanks a bunch to wabz for testing this. Fixes #379.
2007-04-28 Sadrul Habib Chowdhury merge of 'a8caeb1c79d1daf68ca89b1cc36cef4578306ea1'
2007-04-28 Sadrul Habib Chowdhury Pref migration for finch.
2007-04-28 Sadrul Habib Chowdhury merge of '1e3cb16d9641b8ae1a8ed63860feb5e03b4a4890'
2007-04-28 Luke Schierer merge of '299aeb9deb755c82a0fd53f2a533a8d465f701c0'
2007-04-28 Kevin Stange Charkins renamed the callback function, but missed the g_idle_add
2007-04-28 Richard Laager Make this yahoo hack compile.
2007-04-28 Richard Laager In theory, this solves the massive pile of g_log errors that occur when
2007-04-28 Richard Laager merge of '1ec321a889d16061991c01453333e23ab1a2c528'
2007-04-28 Sadrul Habib Chowdhury Chats don't have buddy icons.
2007-04-28 Sadrul Habib Chowdhury Rename parents first, then rename/remove the dead children. Also, set the idle-setting to 'purple' if it was 'gaim' before migration.
2007-04-28 Richard Laager This is Sadrul's icon-migrate.patch from ticket #314.
2007-04-28 Richard Laager This is Sadrul's status-rescale.patch from ticket #314. Luke said it
2007-04-28 Richard Laager merge of '2ec86531b43742d8242195bf529e7ba77be9d3dc'
2007-04-28 Stu Tomlinson merge of '63b5e088eb09bf2c2b2a72602ad8dc5ee2a17cf6'
2007-04-28 Luke Schierer Quoth Charkins:
2007-04-28 Etan Reisner merge of '75c6e6af1c101fa3bf55398299bf3e586d30ca0e'
2007-04-28 Stu Tomlinson Delete the right things, and some other things, while building an RPM.
2007-04-28 Luke Schierer merge of '8038098094432fe9f6d324d1e4aadb8ff1f9e44a'
2007-04-28 Luke Schierer sadrul fixed the next but not last crash
2007-04-28 Luke Schierer this patch from sadrul fixes the first crash I hit
2007-04-29 Richard Laager Fix a bug with the bugfix for empty icons. The logic was backwards here.
2007-04-28 Richard Laager merge of '45acf7a629de79f67b489f696c7915cd9984f33e'
2007-04-28 Richard Laager Minor whitespace tweak.
2007-04-28 Richard Laager nosnilmot had a problem with empty icon files.
2007-04-28 Richard Laager Typo fix in documentation.
2007-04-28 Richard Laager merge of '2f0c460433a1e198af1a0f225b83bce2c201ab32'
2007-04-28 Luke Schierer <Bleeter> hmmm, whoever removed PROGRAMMING_NOTES might wanna update Makefile.am as well
2007-04-28 Richard Laager 19:10:05 Peter Lawler (Bleeter): hmmm, whoever removed PROGRAMMING_NOTES might wanna update Makefile.am as well
2007-04-27 Sadrul Habib Chowdhury merge of '051db257b4f90ae0b989a3bd72aa69f0a6a55693'
2007-04-27 Kevin Stange merge of '617923c6ea3c67578626f15d89a2c820a833e700'
2007-04-27 Richard Laager merge of 'cf51292b9bf12554eecb319a673f153ef5c6f0e4'
2007-04-27 Richard Laager Update the compatibility layer to g_memdup() stuff, so we don't end up with
2007-04-27 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.
2007-04-27 Daniel Atallah merge of '3470d9c0747eae8c926e33748f29f946efd419b0'
2007-04-27 Richard Laager Removing the PROGRAMMING_NOTES file, which has been merged into the wiki by
2007-04-27 Richard Laager Fix the name of the parameter for purple_imgstore_get_size() so that Doxygen will stop crying.
2007-04-28 Richard Laager disapproval of revision 'cf51292b9bf12554eecb319a673f153ef5c6f0e4'
2007-04-27 Daniel Atallah Prevent sprintf(%s, NULL) when the icon type isn't recognized.
2007-04-27 Richard Laager Fix the g_return_if_fail() guards that prevent setting more than one data
2007-04-27 Richard Laager Fix a bug in the imgstore code that I caught because of the fatal asserts in the test code.
2007-04-27 Richard Laager Use fatal asserts unconditionally in the test code. Perhaps this could be better integrated in some way, but this works.
2007-04-27 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.
2007-04-27 Richard Laager Fix a compiler warning about an unused variable. This was introduced when I committed khc's last patch.
2007-04-27 Richard Laager Passing --enable-mcheck or --enable-debug will add "-lmcheck", which
2007-04-27 Sadrul Habib Chowdhury Thanks to Bleeter, yahoo will not crash for non-existent buddyicons anymore.
2007-04-27 Richard Laager merge of '66dbfed4928f15efc83fab8cd71b27c9ee2670f6'
2007-04-27 Richard Laager merge of '58f0224296247fea130a53f723d74fc0e6bab65a'
2007-04-27 Richard Laager Re-add the Jabber error checking part of 2f959ba8a0fdac370ac610e60f6a4cd09525d928. This is why it's important to commit things separately.
2007-04-27 Sadrul Habib Chowdhury Move the toggle-clipboard operation to the default wm.
2007-04-27 Hylke Bons ***LSchiere shakes head. That text in there was very carefully chosen. I wouldn't mess with it