log pidgin/gtkrequest.c @ 20598:285bb637a2b7

age author description
Sat, 22 Sep 2007 16:19:34 +0000 Gabriel Schulhof Updated hinting to be less invasive
Sat, 22 Sep 2007 09:48:07 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 025faf23aaac403798451974c320c4de6df470d5)
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 15 Sep 2007 23:47:05 +0000 Sean Egan Turn off rules hint for gtkrequest. Fixes #2652
Wed, 12 Sep 2007 19:11:38 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
Fri, 17 Aug 2007 22:10:43 +0000 Gabriel Schulhof explicit merge of 'fc49baf44017a8fd511c607b435668baf2a0f518'
Fri, 17 Aug 2007 21:01:20 +0000 Gabriel Schulhof Oops ...
Fri, 17 Aug 2007 20:24:50 +0000 Gabriel Schulhof Forgot to s/filesel/dirsel/ in the folder selector
Fri, 17 Aug 2007 20:23:22 +0000 Gabriel Schulhof Forgot to refer to gtkblist.h
Fri, 17 Aug 2007 20:21:04 +0000 Gabriel Schulhof Finished implem in gtkrequest.c
Thu, 16 Aug 2007 21:33:41 +0000 Gabriel Schulhof Fixed function sigs in gtkrequest.c
Wed, 08 Aug 2007 19:47:05 +0000 Gabriel Schulhof Making plugins dialog work
Wed, 08 Aug 2007 19:19:48 +0000 Gabriel Schulhof Adding parameter void *ui_data for parent window
Wed, 08 Aug 2007 18:17:36 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)
Sat, 28 Jul 2007 11:05:22 +0000 Gabriel Schulhof Back to square[0]
Sat, 28 Jul 2007 09:38:24 +0000 Gabriel Schulhof Trying pidgin_get_toplevel
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Tue, 04 Sep 2007 00:50:03 +0000 Sadrul Habib Chowdhury And don't show everything here either.
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*
Thu, 07 Jun 2007 14:48:33 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 4b50880d8517570eaa67d4cd9d88c5934bb832f1)
Thu, 07 Jun 2007 08:02:47 +0000 Mark Doliner Make multiline pidgin_request_input() windows resizable, and make
Fri, 18 May 2007 22:04:01 +0000 Gabriel Schulhof Added to gtkutils.c:
Thu, 03 May 2007 16:50:31 +0000 Daniel Atallah Additional fix for another crash similar to #412.
Thu, 03 May 2007 03:43:03 +0000 Daniel Atallah This fixes #412. Apparently gtk_file_chooser_set_filename() doesn't like it when the filename specified doesn't actually exist. This is a GTK+ bug, which I will report.