log

age author description
Sun, 12 Aug 2007 15:27:35 +0000 Daniel Atallah Don't have the conv. window grow by the width of the transparency slider every time you open a new window. I figured this was more important than not shrinking the backlog pane when someone turns on the slider (it isn't like anyone turns it on and off all the time anyway). Fixes #2470.
Sun, 12 Aug 2007 02:11:05 +0000 Daniel Atallah Use -1 as length with g_convert() functions instead of strlen()
Sun, 12 Aug 2007 01:52:10 +0000 Daniel Atallah Make perl loader more robust - use G_EVAL flag on all calls so that if the perl function dies, it doesn't cause libpurple to quit.
Sun, 12 Aug 2007 00:52:17 +0000 Daniel Atallah Warning fixes in the aftermath of resiak's authorize_cb and deny_cb type fixing.
Sun, 12 Aug 2007 00:00:54 +0000 Daniel Atallah don't forget share/Makefile.mingw in the dist
Sat, 11 Aug 2007 23:59:34 +0000 Daniel Atallah Fix sounds on the win32 build
Sat, 11 Aug 2007 23:41:20 +0000 Daniel Atallah malloc(0) returns a null pointer. Fixes #2472.