log pidgin/gtkeventloop.c @ 32731:599f8901a5e0

age author description
2010-04-12 Sadrul Habib Chowdhury Fix typo, fix compile (on windows).
2010-04-12 Mark Doliner Why create a wrapper function when you can use g_free directly?
2008-05-15 Daniel Atallah Add the ability on win32 to choose at runtime whether we use the GIOChannel
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-05-20 Richard Laager It's GLIB_CHECK_VERSION, not GLIB_VERSION_CHECK.
2007-05-20 Richard Laager Wire everything up and document it.
2007-05-19 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
2007-04-30 Gary Kramlich Patch from John 'rekkanoryo' Bailey to add the padding struct members in pidgin
2007-04-16 Richard Laager Rename the Doxygen group from gtkui to pidgin.
2007-03-21 Richard Laager Re-sed the copyright notices so they don't all talk about Purple.
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-23 Evan Schoenberg Added a new GaimEventLoopUiOps item, input_get_error(). This function allows the UI to return the current error status on a socket/input. If the UI does not implement it (as Pidgin and gntgaim do not, since glib's handling of sockets is sane), it is just a wrapper around getsockopt(). Implemented or not, its return values should match those of getsockopt() with a level of SOL_SOCKET and an option of SO_ERROR. For curious souls, Adium will be using this to provide a working version of getsockopt(); the CoreFoundation CFSocket class which is used for socket read/write calls getsockopt() with SO_ERROR itself, thereby clearing the error flag [as documented in getsockopt()'s behavior], so depending upon it for determining if an error occurred leads to significant misbehavior.
2007-02-20 Mark Doliner Change out source_remove and input_remove eventloop functions to return
2007-02-15 Daniel Atallah winpidgin warning fixes
2007-02-03 Sean Egan gaim_gtk to pidgin. I hope
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/