log

age author description
2007-06-30 Sadrul Habib Chowdhury Allowing specifying different styles for different applications.
2007-06-30 Sadrul Habib Chowdhury Let's use g_set_prgname too.
2007-06-30 Richard Laager Make the Trillian logger set flags properly, and use <br> instead of \n for
2007-06-29 Michael Shkutkov using <br> as end of line instead of '\n' in QIP logger. With this change History plugin works fine
2007-06-29 Michael Shkutkov propagate from branch 'im.pidgin.pidgin' (head 85bfdd599b8244d85271918b48154ff6285139c4)
2007-06-29 Sadrul Habib Chowdhury Add links to the signal documents in the API documents.
2007-06-29 Evan Schoenberg merge of '32cacc02ac154597af16ab9465ee19dc75149903'
2007-06-29 Sadrul Habib Chowdhury merge of '429cd0e98273585aff110cda79f8a1db03dcd001'
2007-06-29 Sadrul Habib Chowdhury Remove some duplication, and make the slider a little nicer.
2007-06-29 Sadrul Habib Chowdhury Build the slider widget.
2007-06-29 Sadrul Habib Chowdhury Add a slider widget.
2007-06-29 Sadrul Habib Chowdhury Erase the old text when the text in a label changes.
2007-06-29 Sadrul Habib Chowdhury disapproval of revision '55f25ca4569ed8707e9e15566c594c569dce34e2'
2007-06-29 Sadrul Habib Chowdhury Unset invisible flag when showing a widget.
2007-06-29 Sadrul Habib Chowdhury Oops. I missed this. This allows setting tree-column titles one by one.
2007-06-29 Sadrul Habib Chowdhury Update search-api to not crash. Searching for users in xmpp/oscar works now.
2007-06-29 Sadrul Habib Chowdhury Draw the password entries correctly.
2007-06-28 Sadrul Habib Chowdhury If the action-windows are already there, then bring them to front when
2007-06-28 Sadrul Habib Chowdhury Allow raising window only from an event-stack, otherwise set the urgent flag.
2007-06-28 Sadrul Habib Chowdhury merge of 'd08e73765328352fb955bb0b4e908eb39bea7b5d'
2007-06-28 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head d08e73765328352fb955bb0b4e908eb39bea7b5d)
2007-06-28 Sean Egan When the scrolled window is set to GTK_POLICY_NEVER, the scrolledwindow will increase its size request when there's enough text in the imhtml to warrent it. Turning the policy to AUTOMATIC makes the text wordwrap the way we want
2007-06-29 Evan Schoenberg purple_imgstore_add() has checks which can lead it to return NULL (which should be NULL, not 0); purple_imgstore_add_with_id() should therefore allow for the possibility that the returned value is NULL and check it before using it. An id of 0 is returned if the function fails.
2007-06-28 Richard Laager merge of '4622b2fa3f28dfda1d13eac1a7db52752dd45635'
2007-06-28 Mark Doliner merge of '3063645a233865eda6b7df4cb96b20845a76c2e3'
2007-06-28 Ethan Blanton merge of '095a1f48d1182da336a43daa9b063aa279ac625e'
2007-06-28 Stu Tomlinson Updated Korean translation
2007-06-28 Stu Tomlinson Credit the current Korean translator
2007-06-28 Sadrul Habib Chowdhury Mark some string for translation, and show only one preference window at a
2007-06-28 Sadrul Habib Chowdhury Consider closing a request dialog equivalent to cancelling it.
2007-06-28 Sadrul Habib Chowdhury Show better tooltips for contacts.
2007-06-28 Stu Tomlinson merge of '3bc50b53735238c5650e94eb663e7b7d9623be2a'
2007-06-27 Sadrul Habib Chowdhury merge of '27846e24a6f7b260a1e3c53e16e35180aa5a240c'
2007-06-27 Sadrul Habib Chowdhury Use g_set_application_name here too.
2007-06-27 Sean Egan Handle size saving
2007-06-27 Sean Egan Whoops! Properly order the arguments to creating the chat infopane markup
2007-06-27 Sean Egan Turns off 'allow_shrink' on conversation windows. Fixes #506
2007-06-27 Sean Egan Bug fix. Make 'all_required_fields_filled' understand that an empty string does not qualify as filled
2007-06-27 Sean Egan I'm always committing debug messages. This commit removes one.
2007-06-27 Sean Egan Make password fileds in Jabber's Change Password dialog required. Fixes #1907
2007-06-27 Sean Egan merge of 'e5b0331c61159ba11ebeab0839f13f073a8d4b22'
2007-06-27 Sadrul Habib Chowdhury merge of '02e31783092022387f8f75061f64d72af74c1ceb'
2007-06-27 Sadrul Habib Chowdhury merge of '816f8d7bf86bf8e3853b6a663bed65843b2d8a38'
2007-06-27 Sean Egan merge of 'a1842200c8a0003dcb3a203be6a3b96be5c724e7'
2007-06-27 Luke Schierer merge of '6778b9e770331dedbf2e31f4edbbca4b854d939d'
2007-06-27 Sadrul Habib Chowdhury Plug a memory leak.
2007-06-27 Sadrul Habib Chowdhury Use the new flags to make the tooltip look better.
2007-06-27 Sadrul Habib Chowdhury Add flags to a textview to decide whether to show scrollbars, and whether
2007-06-27 Sadrul Habib Chowdhury merge of '475a8ca28dabbffcdd32005dfbc33c853b1eb7de'
2007-06-27 Sadrul Habib Chowdhury merge of '44c5b35ad7903bcaed23711b5dbf0b7fcb261b47'
2007-06-27 Sadrul Habib Chowdhury This is a more flexible way of getting random settings from .gntrc.
2007-06-27 Sean Egan Allow the userlist to get focus, to allow keyboard navigation of it.
2007-06-27 Sean Egan Mobile icon trumps prpl icon in expanded buddies. Fixes #515
2007-06-27 Sean Egan Patch from SuperMMX to correct group colors. Fixes #1640
2007-06-27 Sean Egan Removes the 'remove all buffer tags' function from gtkimhtml's close_tags() function. The problem was that the BACKGROUND tag is always at the end iter, and we don't want to remove that. The toggle functions called above it should do the trick of properly resetting everything, and it does seem to. Fixes #1034
2007-06-27 Sean Egan When an XMPP buddy signs off, show the status of the currently highest priority buddy, rather than the status of the signed off buddy. Fixes #1126
2007-06-27 Sean Egan merge of '1021f142edad27e5a1f750f8d439c3bc5bf07b81'
2007-06-27 Sadrul Habib Chowdhury Set and use convchatbuddy->buddy.
2007-06-27 Sadrul Habib Chowdhury Start filling in the doxygen-help skeleton.
2007-06-27 Sadrul Habib Chowdhury Generate doxy-help files for libgnt. And make it actually work.
2007-06-27 Etan Reisner merge of '152574afac3f14348361a22106e5716b24b844e1'
2007-06-26 Sadrul Habib Chowdhury merge of '0463fbaf601f7ae2299e325969cf0324ab2f4dc0'
2007-06-26 Sadrul Habib Chowdhury merge of '957d8b98b97eb5f2d3f58208e8ad28a55f3f81b8'
2007-06-26 Sadrul Habib Chowdhury merge of '04d5b730e989c3ade5910586e68addc25c30bd7c'
2007-06-26 Sadrul Habib Chowdhury merge of '0c6d125066d754b13d41953911c8ea86f0289ec4'
2007-06-26 Sadrul Habib Chowdhury Executing a command doesn't require to be active in the chat or the account
2007-06-26 Sadrul Habib Chowdhury Patch from jeff to add a 'clearall' command to clear all the scrollbacks.
2007-06-27 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)
2007-07-03 Nathan Walp I like this better
2007-07-02 Nathan Walp UI info for finch and pidgin (finch guys probably want to take a look
2007-07-02 Nathan Walp core support for UI info...now to do the UI piece
2007-06-27 Sean Egan Re-arrange a few lines in gtkimhtml's paste function so that we reset formatting after moving the cursor to the new location. Fixes #1198
2007-06-27 Sean Egan Handle NULL chat topics
2007-06-26 Sean Egan Don't crash on ncik completion if alias or name is NULL. Fixes #1742
2007-06-26 Sean Egan Allow ICQ icons to be up to 52x64 pixels. Fixes #1274
2007-06-26 Sean Egan Call gtk_label_set_mnemonic_widget() in pidgin_make_accessible_label. Closes #589
2007-06-26 Stu Tomlinson Fix the dependencies of dbus-types.c & dbus-types.h so they will be rebuilt
2007-06-25 Casey Harkins Work around bug in older gtk+ versions which does not set the changed_mask
2007-06-25 Casey Harkins Guard against passing NULL to GDK_DISPLAY_XDISPLAY. This resolves a crash
2007-06-28 Gabriel Schulhof Move g_set_application_name to a point before the pidgin UI is created
2007-06-25 Will Thompson sadrul can't spell "use".
2007-06-25 Mark Doliner Make sure we still don't allow screen names of the form "1whatever"
2007-06-25 Mark Doliner Update the "that is not a valid screen name!" error message to mention
2007-06-25 Mark Doliner Allow AIM screen names of the form "1abc@example.com" In most places
2007-06-25 Mark Doliner Get rid of the portion of this error message that says "The most
2007-06-25 Nathan Walp merge of '12d65ba57d0e91f1bd68b923a95faab92a2bebe1'
2007-06-25 Stu Tomlinson More compile fixes from rekkanoryo for G_GNUC_NULL_TERMINATED issues
2007-06-25 Stu Tomlinson I killed group_misc.c earlier because it was empty, but forgot to remove it
2007-06-25 Stu Tomlinson merge of 'b7f428992fcfe7a3b951fe6744811d854fd0de26'
2007-06-24 Sadrul Habib Chowdhury merge of '6b3fcad145ab021816608354346c6d702aa590b5'
2007-06-25 Nathan Walp this fixes a bug where:
2007-06-24 Nathan Walp merge of '683ac90580e5631dcc8b79c3caea1adc7b92ffec'
2007-06-24 Nathan Walp prevent recursive insanity when we don't have an idleaway status
2007-06-24 Mark Doliner Make the "Set a substatus" dialog window resizable
2007-06-24 Mark Doliner Allow the privacy window to be resized
2007-06-24 Mark Doliner Make the "New Status" window resizable again
2007-06-24 Mark Doliner merge of '399a02c013c99bd424dd48e241b264b786754576'
2007-06-25 Stu Tomlinson Another fix to use the G_GNUC_NULL_TERMINATED compatibility stuff
2007-06-24 Stu Tomlinson Make gtkbuddynote load itself if it finds buddynote was loaded and it is
2007-06-24 Stu Tomlinson Kill a compile warning
2007-06-24 Stu Tomlinson Compile!
2007-06-24 Stu Tomlinson Uncomment some things that were begging to be uncommented
2007-06-24 Stu Tomlinson Use a different mnemonic for Connect so it doesn't conflict with Cancel
2007-06-24 Nathan Walp support replying to XEP-0202 queries
2007-06-24 Nathan Walp better reflect the current state of things...if someone feels like doing the gruntwork of turning these into trac tickets, that'd be awesome
2007-06-23 Nathan Walp fix a buddy icon bug in jabber
2007-06-26 Michael Shkutkov reading only necessary part of log file using g_fopen/fseek/fread
2007-06-26 Michael Shkutkov optimization: finding offsets without converting to UTF8 and escaping
2007-06-26 Michael Shkutkov avoiding some finding EOL and creating new log only in one place
2007-06-26 Michael Shkutkov using purple_debug_info instead of purple_debug_error
2007-06-26 Michael Shkutkov using while cycle instead of g_strrstr, because g_strrstr doesn't work properly. g_strrstr finds the last '(' of the string, not the line.
2007-06-25 Richard Laager Optimize this QIP code some more.
2007-06-25 Richard Laager Trying to avoid duplicating a single line of code is stupid. I've finally
2007-06-24 Richard Laager Prepend to lists for performance, and use g_list_reverse when the list is
2007-06-24 Richard Laager Remove trailing whitespace.
2007-06-24 Richard Laager Avoid some extra nesting.
2007-06-24 Richard Laager Eliminate some leaks.
2007-06-24 Richard Laager Change the purple_debug(level, ...) statements to purple_debug_level(...)
2007-06-24 Richard Laager internal.h includes config.h, so let's not do it twice
2007-06-24 Richard Laager propagate from branch 'im.pidgin.pidgin' (head e9da27c3123d1223162bf9fb76f58822873e18f8)
2007-06-24 Sadrul Habib Chowdhury Load new non-native plugins when the plugins window opens.
2007-06-23 Mark Doliner This is a less dumb way to make sure we don't wrap
2007-06-23 Sadrul Habib Chowdhury Sorry for my bed english lol
2007-06-23 Sadrul Habib Chowdhury I'm sure we'll eventually do something here. Until then ...
2007-06-23 Sadrul Habib Chowdhury Fix a crash when trying to alias someone from the tab-label on a disconnected
2007-06-23 Sadrul Habib Chowdhury Fix a crash when you have an IM window open on a jabber account and the
2007-06-23 Sadrul Habib Chowdhury Fix a crash after you close the status window, and change the status.
2007-06-23 Sadrul Habib Chowdhury Plucked revision from finchfeat to allow partial matching for window-titles