log

age author description
2011-10-01 andrew victor _PurpleAccount.ui_data is unused.
2011-10-01 andrew victor Fix for previous commit.
2011-10-01 andrew victor Convert code to use the purple_account accessor functions.
2011-10-01 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
2011-10-01 andrew victor Hide structs PurpleAccountOption and PurpleAccountUserSplit.
2011-10-01 andrew victor Hide struct _PurpleConversation.
2011-10-02 Kevin Stange disapproval of revision '8e7b47f18e014b8e786f6b8e24ecfe6182130ddc'
2011-10-01 andrew victor Use purple_conversation accessor methods.
2011-10-01 andrew victor More code changed to use the accessor functions.
2011-10-01 andrew victor nullprpl also updated to use accessor methods.
2011-10-01 andrew victor Use purple_conversation accessor methods.
2011-10-01 andrew victor PURPLE_CONV_TYPE_MISC never actually used.
2011-10-01 andrew victor Hide struct _PurpleConvChatBuddy.
2011-10-01 andrew victor Hide struct _PurpleConvIm.
2011-10-01 andrew victor Hide struct _PurpleConvChat.
2011-10-01 andrew victor Use purple_conv_chat_get_nick() rather than accessing chat->nick directly.
2011-09-29 Elliott Sales de Andrade Correct Perl API for purple_util_fetch_url.
2011-09-29 Elliott Sales de Andrade Correct API Changelog for renamed entries.
2011-09-26 Yoshiki Yazawa merged from im.pidgin.pidgin
2011-09-25 Elliott Sales de Andrade merge of '9912972220e43702dfc027a7d3b30db1697ed746'
2011-09-25 andrew victor Remove the special case of fd=0 in purple_xfer_start().
2011-09-25 andrew victor purple_xfer_is_canceled() renamed to purple_xfer_is_cancelled()
2011-09-25 andrew victor Remove obsolete preference "/purple/debug/timestamps".
2011-09-25 andrew victor Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
2011-09-25 Elliott Sales de Andrade Ref/unref the theme for a conversation.
2011-09-24 andrew victor merge of '246ce23ba85b41bf89269edfa8ec16583ad89fb3'
2011-09-24 Elliott Sales de Andrade Fix a leak. This strdup shouldn't be here.
2011-09-24 Elliott Sales de Andrade Don't leak variant name and list.
2011-09-24 Elliott Sales de Andrade Rearrange to drop the prototypes.
2011-09-24 Elliott Sales de Andrade Make the current variant a property.
2011-09-24 andrew victor purple_ip_address_is_valid() now checks for an IPv4 or IPv6 address.
2011-09-24 andrew victor * purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_request().
2011-09-24 andrew victor jabber_presence_create() is marked as deprecated and is not used - so remove it.
2011-09-24 andrew victor Remove deprecated purple_network_listen_map_external().
2011-09-24 andrew victor Rename purple_network_listen_range_family() to purple_network_listen_range().
2011-09-24 andrew victor Remove the deprecated purple_network_listen(), and rename the newer
2011-09-24 andrew victor The following were deprecated since they were moved to the internal API:
2011-09-24 andrew victor Remove the old deprecated purple_certificate_check_signature_chain.
2011-09-23 Elliott Sales de Andrade Sort the variant list in the Preferences. It tends to be very
2011-09-23 Elliott Sales de Andrade Make sure our pref parents exist, or else saved variants will
2011-09-23 Elliott Sales de Andrade Fix fallback of Status.html to Content.html.
2011-09-23 Elliott Sales de Andrade merge of '64f210128f2360d48b91e7008fe5004b5963d425'
2011-09-23 Elliott Sales de Andrade Fix the gestures plugin, which really only needed a widget from
2011-09-22 Elliott Sales de Andrade Add some missing newlines in debug output.
2011-09-22 Elliott Sales de Andrade Add a separate combo box for selecting the theme variant, and actually
2011-09-22 Elliott Sales de Andrade I don't know why this happens, but I keep getting a critical debug
2011-09-21 Elliott Sales de Andrade Add the "default" theme to the beginning of the conversation
2011-09-21 Elliott Sales de Andrade Destroy the inspector window when a tab is closed. This prevents
2011-09-21 Mark Doliner Mention webkit functions here. We may want to list everything
2011-09-21 Mark Doliner These two files are listed in Makefile.am, so it seems like they should
2011-09-21 Mark Doliner Mark webkit-related missing functionality with "TODO WEBKIT" instead of
2011-09-21 Elliott Sales de Andrade Add some NULL checks. Now it should not crash even if you don't have
2011-09-21 Elliott Sales de Andrade Apply conversation theme when opening the GTK conversation. All the
2011-09-21 Elliott Sales de Andrade Add template lookup for 'basestyle' CSS.
2011-09-21 Elliott Sales de Andrade Add a function for lookup of Info.plist entries.
2011-09-21 Elliott Sales de Andrade Document things.
2011-09-21 Elliott Sales de Andrade Add an accessor for template data. Also, fix some fallbacks.
2011-09-19 Elliott Sales de Andrade Avoid an error log for non-existent prefs.
2011-09-19 Elliott Sales de Andrade Add documentation for conversation themes.
2011-09-19 Elliott Sales de Andrade Set the default variant when loading the theme. The priorities
2011-09-19 Elliott Sales de Andrade Remove old prototypes.
2011-09-19 Elliott Sales de Andrade Be a bit stricter about types in Info.plist.
2011-09-19 Elliott Sales de Andrade Use a consistent debugging domain.
2011-09-19 Elliott Sales de Andrade Fix a leak. pidgin_conversation_theme_add_variant should only be
2011-09-19 Elliott Sales de Andrade Use a consistent prefs name. It should be conversation*s* to
2011-09-19 Elliott Sales de Andrade Load the list of variants when building the theme.
2011-09-19 Elliott Sales de Andrade Fix theme variant pref names.
2011-09-19 Elliott Sales de Andrade Add a prefs combo for the conversation theme. Variants are added as
2011-09-19 Elliott Sales de Andrade Register the conversation theme loader on gtkconv initialization.
2011-09-19 Elliott Sales de Andrade Lookup style key information from the hash table instead of the struct
2011-09-18 Mark Doliner Correct the name of this reference. This was a copy/paste error from
2011-09-18 Mark Doliner I guess doxygen wants this struct to have a comment if prpl.h is going
2011-09-18 Mark Doliner Apparently this never had documentation
2011-09-18 Mark Doliner Fix a bunch of tiny problems generating our doxygen documentation
2011-09-18 Mark Doliner Doxygen was complaining about this not being a valid whatchamadinger,
2011-09-18 Mark Doliner Re-arrange these doxygen comments. For comments longer than a few words,
2011-09-18 Elliott Sales de Andrade merge of '84c2ffd17fbd0e89d0c0c66d4a1ad00571af6ba7'
2011-09-18 Elliott Sales de Andrade This shouldn't be here. I wonder why it compiled before.
2011-09-18 Mark Doliner Fix compilation of the gevolution plugin. Need to pass an invite message
2011-09-18 Elliott Sales de Andrade merge of '016f0a7edfb704950358fcccbf5098f0c6f7dac6'
2011-09-18 Elliott Sales de Andrade Move conversation theme loading into the PidginConvThemeLoader GObject
2011-09-18 Elliott Sales de Andrade Copy theme-to-conversation loading stuff into the GObject code.
2011-09-18 Mark Doliner One of the Piotrs tells me that the other Piotr is no longer translating.
2011-09-18 Mark Doliner Update two translators' email addresses based on bounces/auto-replies
2011-09-17 Elliott Sales de Andrade Remove useless notification.
2011-09-17 Elliott Sales de Andrade Temporarily rename the adium IMs plugin so it will install along side
2011-09-17 Elliott Sales de Andrade Using g_string_new_len here is unnecessary, and a real waste of calls
2011-09-17 Elliott Sales de Andrade Attempt to move the message style object from the plugin into the new
2011-09-17 Elliott Sales de Andrade Fix small typo and remove unnecessary include.
2011-09-17 Elliott Sales de Andrade All this G_OBJECT() casting is quite unnecessary.
2011-09-17 Elliott Sales de Andrade Add source files to Windows build.
2011-09-17 Elliott Sales de Andrade Add some boilerplate Conversation theme GObjects. These don't do
2011-09-17 Elliott Sales de Andrade Use GObject's instance private data for all the theme GObjects.
2011-09-16 Elliott Sales de Andrade Add a WebKit Development plugin, that allows opening the builtin
2011-09-16 masca Workaround the bug that causes a crash when closing a gtkwindow.
2011-09-15 andrew victor Remove deprecated PidginBuddyList.connection_errors.
2011-09-15 andrew victor Remove deprecated purple_request_field_list_add().
2011-09-15 andrew victor Remove deprecated purple_ssl_connect_fd().
2011-09-15 andrew victor Remove deprecated wpurple_g_access().
2011-09-12 Elliott Sales de Andrade merge of '0acd4d77f5bd8bb02a3a73b6800be683bd7068f2'
2011-09-11 Elliott Sales de Andrade Don't try to get a tag from a gtkwebview.
2011-09-11 Elliott Sales de Andrade Don't attempt to add smileys to a webview by treating it as imhtml.
2011-09-11 John Bailey propagate from branch 'im.pidgin.pidgin.2.x.y' (head be5e66abad2af29604bc794cc4c6600ab12751f3)
2011-09-11 John Bailey Remove a bogus short-circuit check intended to prevent downloading the same icon
2011-09-09 Elliott Sales de Andrade Fix searching in conversation windows.
2011-09-09 Elliott Sales de Andrade merge of '10d7899aac75e85039e557e2c4238e1b276a4353'
2011-09-09 masca Let webview manage the navigation ONLY if the reason is the user clicked a link.
2011-09-09 Elliott Sales de Andrade Use pidgin_create_webview to make the Help dialog.
2011-09-09 Elliott Sales de Andrade Use pidgin_create_webview in the gtknotify code.
2011-09-09 Elliott Sales de Andrade Fix log viewer by calling pidgin_create_webview.
2011-09-09 Elliott Sales de Andrade Remove unnecessary line.
2011-09-09 Elliott Sales de Andrade Add a pidgin_create_webview utility function, which acts similarly to
2011-09-08 Elliott Sales de Andrade Fix history plugin compile.
2011-09-08 Elliott Sales de Andrade Fix notify plugin compile.
2011-09-08 Elliott Sales de Andrade Simplify, don't loop through list twice.
2011-09-08 Elliott Sales de Andrade Remove unnecessary function. It's also a use-after-free.
2011-09-08 Elliott Sales de Andrade Clean up this WebKit stuff. Fix up broken merging, mark unfinished
2011-09-08 Elliott Sales de Andrade WebKit is only required when building Pidgin.
2011-09-07 masca propagate from branch 'im.pidgin.pidgin' (head e6d5f823c4caa7144f24e6c71090dcf9b87528b0)
2011-09-07 masca Get rid of a wrapper function.
2011-09-07 masca This looks like a merge error. Fix it.
2011-09-07 masca Fix a crash at closing the conversation window. Patch suggested by Paul.
2011-09-05 masca propagate from branch 'im.pidgin.pidgin' (head 6f21535004485d16ec64ef6a7c331cf5df7346e6)
2011-08-23 masca Handle better webkit's navigation-policy-decision-requested signal to be able to manage external files, links and theme files.
2011-08-23 masca If we don't find an IM theme warn the user and continue.
2011-08-07 masca COMPILEmtn status./bin/stock/bin/pidgin -d Compile now, fix later.
2011-08-06 masca propagate from branch 'im.pidgin.pidgin' (head 7a719c74cf2afa3a9dd8b532af1a88b98489d925)
2011-06-16 masca Fix more white spaces issues.
2011-06-16 masca Fix some white spaces issues.
2010-02-06 masca webkit: Scroll to end when appending html.
2010-02-06 masca Don't crash if we don't have any theme installed.
2010-01-22 masca propagate from branch 'im.pidgin.pidgin' (head d5a2e2287440ac7134c201e66921754bd4187ba9)
2009-11-09 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 37329f033a30f4f4f5048f9fdc86df4400e3ada5)
2009-11-08 Paul Aurich merge of '1fce34e57b019434e9750dcf603d304c3e20959d'
2009-10-14 tdrhq propagate from branch 'im.pidgin.pidgin' (head 1bcd0bb175fd417fd165aa7b52e219c97b0e30c6)
2009-10-14 tdrhq save the style path across sessions.
2009-08-26 tdrhq fixed conflicts in previous merge.
2009-08-25 tdrhq propagate from branch 'im.pidgin.pidgin' (head 32c5c2d4cfb2bede5ffb66792760a368ba8b9f0a)
2009-08-25 tdrhq Read AllowTextColors key properly.
2009-08-19 tdrhq Adds the 'groupchat' classname to #Chat when using groupchat.
2009-08-19 tdrhq Use (void) in prototypes. (thanks Elliott)
2009-08-16 tdrhq Fixing back variants.
2009-08-16 tdrhq Instead of using references, use copy's. Sigh, I know this is a memory inefficient
2009-08-14 tdrhq load the default variant. Bring back basestyle.css.
2009-08-14 tdrhq Separated the MessageStyle loading code from the actual rendering code.
2009-08-13 tdrhq apparent code for webkit transparency that might not be working.
2009-08-13 tdrhq propagate from branch 'im.pidgin.pidgin' (head e61443cb17f6d03c10dddfe54c499d057a9ca362)
2009-08-12 tdrhq hmm, fonts and font sizes from Info.plist.
2009-08-12 tdrhq just some debugging info.
2009-08-12 tdrhq new changes seemingly working.
2009-08-11 tdrhq some work... temporary towards the bigger picture.
2009-08-11 tdrhq Parses Info.plist now!
2009-08-11 tdrhq Removed some unused code.
2009-08-10 tdrhq Show only the MessageStyle name and not the entire path.
2009-08-10 tdrhq Reset the list of variants when the MessageStyle is changed.
2009-08-10 tdrhq use a table to display the options neatly.
2009-08-10 tdrhq Inform the user about how the theme change takes effect.
2009-08-10 tdrhq make a get_absolute_path function.
2009-08-10 tdrhq small assertion code.
2009-08-10 tdrhq Debugging info to find bad themes.
2009-08-10 tdrhq unset cur_style_dir when unloading.
2009-08-10 tdrhq some code for style_changed and also default any empty file to "" rather than NULL.
2009-08-10 tdrhq some code to get a list of styles and blah blah.
2009-08-10 tdrhq theme detection.
2009-08-10 tdrhq removed the fixme.
2009-08-10 tdrhq partial work towards theme selection.
2009-08-10 tdrhq get_theme_files --> get_variant_files.
2009-08-10 tdrhq removed some ugly pointless pieces of code.
2009-08-10 tdrhq Yep, tested, and changed some code from previous commit. This is a hard
2009-08-10 tdrhq safely execute JS scripts only after loading is done. Untested code as of now, will test it in next commit.
2009-08-10 tdrhq Cleanly handle webkit destroy events.
2009-08-10 tdrhq woo, fixed the bug. Now things are looking wonderfully stable.
2009-08-10 tdrhq more changes, but I still can't find the stupid bug. Valgrind gives me some information
2009-08-10 tdrhq Ok, good part of this work of moving global variables to defined styles is
2009-08-10 tdrhq Another temporary commit that will not compile.
2009-08-10 tdrhq temporary commit.
2009-08-10 tdrhq Changed the Author added copyright, etc.
2009-08-10 tdrhq Well, chat is sorta kinda working.
2009-08-09 tdrhq * removed delete_conversation uiops and instead used signals.
2009-08-09 tdrhq create conversation with signals.
2009-08-09 tdrhq don't restore write-conv uiops.
2009-08-09 tdrhq use displaying-im-msg instead of write_conv uiops.
2009-08-09 tdrhq added smileyparser code.
2009-08-07 tdrhq more cleanup.
2009-08-07 tdrhq cleaning up code.
2009-08-07 tdrhq other files that missed my main major commit.
2009-08-07 tdrhq merge of '2892be2675013db56566e8db49e1e9cd1dd2c079'
2009-07-31 tdrhq propagate from branch 'im.pidgin.pidgin' (head 20e16d28b924016a1310911f9b12376bba9a9859)
2009-08-07 tdrhq Apparently I missed these in my previous commit.
2009-07-27 tdrhq propagate from branch 'im.pidgin.pidgin' (head 9b3deec2188b0d6cd5015cc06c8de2f7d5696a59)
2009-07-24 tdrhq Webkit Message views.
2011-09-06 Elliott Sales de Andrade I assume this check was backwards, since embedding should be used