log pidgin/gtkrequest.c @ 25551:27246e507099

age author description
Fri, 24 Aug 2007 19:43:41 +0000 Daniel Atallah Fix some conversion warnings about using negative values with unsigned types. There are more, but these were easy fixes. You may think that I'm changing the API, but I'm really not - it was just wrong.
Mon, 13 Aug 2007 04:50:41 +0000 Mark Doliner Two changes here
Tue, 31 Jul 2007 16:30:58 +0000 Mark Doliner Fix a bug with multi-field selections in Pidgin's implementation of
Fri, 27 Jul 2007 22:13:17 +0000 Sean Egan Screenname auto-completion filtering by Leonardo Fernandes, Fixes #519
Mon, 23 Jul 2007 03:03:20 +0000 Daniel Atallah gtk_window_set_deletable() is GTK+ >= 2.10.0. References #1947. Also fix a bug where on Windows, the default title is always applied.
Mon, 23 Jul 2007 02:33:41 +0000 Ka-Hing Cheung purple_request_action doesn't call any callbacks if the user closes the
Sat, 16 Jun 2007 19:44:59 +0000 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*