summaryrefslogtreecommitdiff
path: root/libpurple/request.h
Commit message (Expand)AuthorAgeFilesLines
* * Clarify the documentation for purple_request_action's 'default_ation'Mark Doliner2008-01-171-0/+4
* cancel_cb can be NULL here too.Sadrul Habib Chowdhury2007-12-181-4/+4
* I'm happy to report that my spelling is coming along in leanps and nbounds.Will Thompson2007-12-181-8/+8
* Sadrul informs me that cancel_cb may in fact be NULL.Will Thompson2007-12-181-4/+4
* Documentation tweaks and more g_return_if_fail checks for NULL parameters whichWill Thompson2007-12-181-179/+252
* merge of '27e2c4d9fd4b7e3538ccb882fc0ef7cc457699a4'Sadrul Habib Chowdhury2007-11-171-99/+1
|\
| * disapproval of revision '1c90c7de868806272bde7e95f1792ee28bb531c2'Sadrul Habib Chowdhury2007-11-171-99/+1
* | merge of 'a54d8733a611c44b2a1315faad63b541a5ab9b77'Sadrul Habib Chowdhury2007-11-171-3/+3
|\ \
| * \ This merge has the effect of reverting the hinting code from trunk.Richard Laager2007-11-171-3/+3
| |\ \
| | * \ propagate from branch 'im.pidgin.pidgin.next.minor' (head 2f91b326b3f073672c2...Ka-Hing Cheung2007-11-101-7/+540
| | |\ \
| | | * | Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see noRichard Laager2007-10-141-12/+12
| | | * | Document the UI hint defines and remove some bad ui_hint @param lines fromRichard Laager2007-10-141-12/+53
| | * | | Replace a bunch of @return markers with @constreturn markers. I believe theseEtan Reisner2007-10-171-3/+3
| * | | | merge of 'c6d76b49c2061450fff921250d48097d8e50eeab'Richard Laager2007-11-161-1/+113
| |\ \ \ \
| | * \ \ \ merge of '84875f5cae2ec3fe23b186ce39ca21beba5ecf3f'Richard Laager2007-11-161-239/+0
| | |\ \ \ \
| | | * \ \ \ merge of '870d44935aacf6189efe79527812cb22ec2fa25b'Richard Laager2007-11-161-239/+0
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | disapproval of revision '32d8e16cb7a9027ee3bcbba209d2fb36a6394a2f'Richard Laager2007-11-161-22/+0
| | |/ / / /
| | * | | | Converted string literal UI hints to #define-ed constants and fixed two cast-...Gabriel Schulhof2007-10-141-0/+22
| | * | | | Wrap the newly deprecated functions with #ifndef PURPLE_DISABLE_DEPRECATED.Richard Laager2007-10-141-0/+22
| | * | | | Document the with_hint API changes.Richard Laager2007-10-141-0/+217
| | |/ / /
| | * | | merge of '5aed2d7b9176e07c0a4560850c211c5ac115fc04'Richard Laager2007-10-141-6/+125
| | |\ \ \
| * | | | | disapproval of revision '8ba833993a115415727bb1b70362e0bd1603c169'Richard Laager2007-11-161-125/+6
| * | | | | disapproval of revision 'c6934783d152f5c2a6904849fbe602ad04a32f14'Richard Laager2007-10-141-6/+125
| * | | | | Removed request stuff - now on pidgin-request-ui-hintGabriel Schulhof2007-10-101-125/+6
| | |/ / / | |/| | |
| * | | | whitespaceGabriel Schulhof2007-09-221-7/+7
| * | | | Updated hinting to be less invasiveGabriel Schulhof2007-09-221-13/+124
| * | | | propagate from branch 'im.pidgin.pidgin' (head b47c4fe72d16b3724a2e8fa0b9c783...Gabriel Schulhof2007-09-221-26/+34
| |\ \ \ \
| | * | | | Fixing usernick.c and, for some strange reason, request.hGabriel Schulhof2007-09-121-1/+2
| | * | | | propagate from branch 'im.pidgin.pidgin' (head 447ebf410d618d48003894dc348f9f...Gabriel Schulhof2007-09-121-25/+32
| | |\ \ \ \
| | | * | | | API says *crack*Gabriel Schulhof2007-08-121-20/+28
| | | * | | | Restored API. Lessee what we can do with the other params firstGabriel Schulhof2007-08-121-22/+14
| | | * | | | Broke all purple_request_* APIsGabriel Schulhof2007-08-121-14/+22
| | | * | | | Making plugins dialog workGabriel Schulhof2007-08-081-2/+2
| | | * | | | Adding parameter void *ui_data for parent windowGabriel Schulhof2007-08-081-2/+2
| * | | | | | remove gpl boilerplate from doxygen docsSean Egan2007-09-161-2/+3
| |/ / / / /
* | | | | | disapproval of revision 'af0ebfad2b43a6d472a2f20b403c94cb219ff641'Sadrul Habib Chowdhury2007-11-171-14/+0
| |_|/ / / |/| | | |
* | | | | Changelog some of the stuff.Sadrul Habib Chowdhury2007-10-121-0/+14
| |_|_|/ |/| | |
* | | | Missing buddylist request field stuff.Sadrul Habib Chowdhury2007-10-041-1/+99
| |_|/ |/| |
* | | applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defaRichard Laager2007-09-281-2/+3
|/ /
* | The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* | Fix some conversion warnings about using negative values with unsigned types....Daniel Atallah2007-08-241-13/+13
|/
* Add G_GNUC_NULL_TERMINATED to a few functions that expect a NULL terminatedSadrul Habib Chowdhury2007-06-181-1/+1
* Re-fix the DBus list handling code by killing const GList* / const GSList*Richard Laager2007-06-161-8/+8
* Initial addition of padding for ui_ops and other class-like structsGary Kramlich2007-04-291-0/+5
* Typo fix in documentation.Richard Laager2007-04-281-1/+1
* Added account, who, and conversation parameters to the request API calls, and...Evan Schoenberg2007-04-261-11/+51
* sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-177/+177
* Rename gtk/ and libgaim/ to pidgin/ and libpurple/Sean Egan2007-01-201-0/+1432