summaryrefslogtreecommitdiff
path: root/libpurple/status.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Unmark property names and blurbs from translatable to non-translatableAnkit Vani2013-11-161-6/+6
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Invoke g_object_notify for old_status only if it exists when status changesAnkit Vani2013-10-121-3/+4
|/ / / / / / /
* | | | | | | Cleaned up properties and added g_object_notify calls for everything elseAnkit Vani2013-10-111-10/+8
|/ / / / / /
* | | | | | Fixed some documentationAnkit Vani2013-10-111-1/+1
|/ / / / /
* | | | | Renamed purple_g_value_* to purple_value_*Ankit Vani2013-10-081-4/+4
| |_|/ / |/| | |
* | | | Move all object destruction code to finalize() methods and keep unrefs in dis...Ankit Vani2013-10-011-11/+3
| |/ / |/| |
* | | Check types of GObjects instead of just for NULL valuesAnkit Vani2013-10-011-19/+19
|/ /
* | Renamed PurpleStatusAttr to PurpleStatusAttribute for simplicity.Ankit Vani2013-07-211-32/+32
* | Added GObject code to status.[ch]Ankit Vani2013-07-211-61/+334
* | Some refactoring for GObject status API.Ankit Vani2013-07-211-0/+4
* | Global replaces according to GObject status APIAnkit Vani2013-07-211-38/+11
* | Started GObjectification of PurpleStatus.Ankit Vani2013-07-211-19/+25
* | Set presence property "active-status" directlyAnkit Vani2013-07-211-2/+1
* | Refactored presence.c and status.c to use the GObject PurplePresence APIAnkit Vani2013-07-211-8/+19
* | Global replaces for to update codebase to use GObject PurplePresence APIAnkit Vani2013-07-201-2/+2
* | Started GObjectification of PurplePresence.Ankit Vani2013-07-191-569/+0
* | Refactored dbus-server, signals, sound, status to use GType and GValue instea...Ankit Vani2013-07-191-46/+46
* | Resolved conflicting function namesAnkit Vani2013-07-161-1/+1
* | Updated GBoxed functions. Boxing is intended to be temporary for buddy list, ...Ankit Vani2013-07-161-1/+5
* | Added boxed types for PurpleStatus and PurpleSavedStatusAnkit Vani2013-07-161-0/+23
* | Backed out changeset b0ccef093327Ankit Vani2013-07-141-0/+566
* | Started GObjectification of PurpleStatus and PurplePresence.Ankit Vani2013-07-141-566/+0
* | Replaced purple_get_blist() with purple_blist_get_buddy_list()Ankit Vani2013-07-091-1/+1
* | Replaced PurpleBlistUiOps with PurpleBListUiOps for uniform namingAnkit Vani2013-07-061-1/+1
* | Renamed blist.[ch] to buddylist.[ch]Ankit Vani2013-07-061-1/+1
* | Renamed PurpleBlistNode to PurpleBListNodeAnkit Vani2013-07-031-1/+1
* | More code changed to use the accessor functions.Andrew Victor2011-10-011-1/+1
* | Remove deprecated PurpleStatuc functions.Elliott Sales de Andrade2011-09-021-149/+106
* | Hide PurpleValue.Jorge Villase?or2011-08-251-9/+9
* | Get rid of the wholly unused "primary attribute" thing in PurpleStatusTypesMark Doliner2011-08-211-19/+0
|/
* propagate from branch 'im.pidgin.pidgin' (head fa3096fc03d96aab042c6f0c6d6785...Marcus Lundblad2010-02-071-9/+11
|\
| * propagate from branch 'im.pidgin.pidgin' (head 69f29e0c8111a1c5b6270f7924a468...Richard Laager2009-04-061-9/+11
| |\
| | * Add a PURPLE_STATUS_MOOD primitive and change ICQ to use it.Richard Laager2008-11-171-9/+11
* | | This was wrong, right? How did it work?Paul Aurich2009-08-131-1/+2
* | | disapproval of revision '8985dc5213a480b3a8e4d585596d47340c2a7fcb'Ka-Hing Cheung2009-07-191-63/+3
* | | 567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALTKa-Hing Cheung2009-07-191-3/+63
* | | This brace was a little goofyMark Doliner2009-07-141-1/+2
|/ /
* | propagate from branch 'im.pidgin.pidgin' (head 811e394a5b1b26d21c3b0178e22887...Mark Doliner2009-01-281-15/+29
|\ \
| * | A slightly "warmenhoved" patch from Jon Turney to prevent some unnecessaryDaniel Atallah2009-01-271-15/+29
* | | Slap some PURPLE_DISABLE_DEPRECATED checks around the functions Mark justRichard Laager2009-01-261-0/+2
* | | propagate from branch 'im.pidgin.pidgin' (head 1bc731764f9350e649865aa63550c7...Sadrul Habib Chowdhury2009-01-211-1/+1
|\ \ \ | |/ /
| * | Thomas Gibson-Robinson noticed that the "saveable" attribute of a status typeDaniel Atallah2009-01-201-1/+1
| |/
* | Patch from Paul Aurich to add purple_strequal to help readability and simplic...Paul Aurich2009-01-061-9/+5
* | Finish off the libpurple updates for the hidden blist structsGary Kramlich2008-11-021-10/+14
|/
* Wow, this isn't used. That will save us either 4 bytes or 8 bytes forMark Doliner2008-05-291-2/+0
* Borrow a reference to a string instead of g_strdup'ing it. TheMark Doliner2008-05-201-2/+8
* Patch from Maiku: "When the buddy list is set to sort contacts by status,Will Thompson2008-04-121-3/+4
* Between an offline presence with offline-message capability, and a mobile onl...Sadrul Habib Chowdhury2008-04-031-42/+34
* Kill off gc->prpl in the core everywhere but connection.c (when the structJohn Bailey2008-02-031-4/+7
* Escape system log messages before sending to the loggers. Fixes #4426Stu Tomlinson2007-12-171-21/+23