Fri, 08 Jun 2007 04:14:56 +0000 |
Eric Polino |
Moved rebinding functionality into GntBindable.
|
Thu, 07 Jun 2007 21:58:04 +0000 |
Eric Polino |
FIX: Rebinding would crash when one would try to bind without grabbing a new key comb.
|
Thu, 07 Jun 2007 21:55:04 +0000 |
Eric Polino |
Changed the rebinding window to use a GntTextView instead of a GntLabel to display the new key combination
|
Wed, 06 Jun 2007 15:50:21 +0000 |
Eric Polino |
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
|
Wed, 06 Jun 2007 00:30:20 +0000 |
Eric Polino |
The rebinding of keys now removes the old binding and puts the new on in place. So only the new binding works and the old one is gone.
|
Wed, 06 Jun 2007 00:06:48 +0000 |
Eric Polino |
Made rebind_info a static member with default values.
|
Tue, 05 Jun 2007 23:35:26 +0000 |
Eric Polino |
Refactored common code from help_for_widget and help_for_wm.
|
Tue, 05 Jun 2007 19:59:14 +0000 |
Eric Polino |
Alt-\ allows to rebind keys to the wm
|
Tue, 05 Jun 2007 19:37:32 +0000 |
Eric Polino |
Fixed a few names that weren't formatted properly.
|
Mon, 04 Jun 2007 15:12:50 +0000 |
Eric Polino |
propagate from branch 'im.pidgin.pidgin' (head b5c55520ae8ff7186733fd82db23a6e4452976cc)
|
Mon, 04 Jun 2007 14:31:08 +0000 |
Daniel Atallah |
Clean up the idle checking callback slightly.
|
Mon, 04 Jun 2007 14:09:08 +0000 |
Nathan Walp |
merge of '17044aa63b0858da0a71332e152b5f3440fa5107'
|
Mon, 04 Jun 2007 13:35:26 +0000 |
Nathan Walp |
don't show your own alias (half the time) when in a chatroom where no one
|
Mon, 04 Jun 2007 06:57:25 +0000 |
Mark Doliner |
Christopher Layne tells me that a null in a Yahoo packet where we
|
Mon, 04 Jun 2007 06:15:43 +0000 |
Mark Doliner |
merge of 'a58972b72c7aa0fa0899c5a6b96e51cd6c427ab4'
|
Mon, 04 Jun 2007 05:54:48 +0000 |
Richard Laager |
In purple_markup_html_to_xhtml:
|
Mon, 04 Jun 2007 05:52:11 +0000 |
Richard Laager |
Remove needless string duplication.
|
Mon, 04 Jun 2007 05:56:46 +0000 |
Mark Doliner |
merge of 'a0ccd8708935303973ab94ba534dabdc72002039'
|
Mon, 04 Jun 2007 04:50:02 +0000 |
Richard Laager |
libpurple should not use glib eventloop stuff directly, since we have our
|
Mon, 04 Jun 2007 05:56:16 +0000 |
Mark Doliner |
Fix http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240589
|
Mon, 04 Jun 2007 04:58:44 +0000 |
Mark Doliner |
Get rid of a compile warning
|
Mon, 04 Jun 2007 04:34:28 +0000 |
Richard Laager |
merge of '1d87bfa8d0fa4d714b78ae468166c29a21606b37'
|
Mon, 04 Jun 2007 02:46:05 +0000 |
Stu Tomlinson |
300 milliseconds apparently works on win32 for the SILC scheduler, let's
|
Mon, 04 Jun 2007 02:25:17 +0000 |
Mark Doliner |
merge of '3e0ab997f4454324e4f09c199b6cbfe58d468122'
|
Mon, 04 Jun 2007 02:22:50 +0000 |
Mark Doliner |
Changing this timer to run every 50 milliseconds instead of every 5
|
Mon, 04 Jun 2007 02:16:28 +0000 |
Stu Tomlinson |
Add some mnemonics to the new/modify account dialog. These are also taken
|
Mon, 04 Jun 2007 02:06:10 +0000 |
Stu Tomlinson |
Tie the proxy mnemonic to the proxy type selector, taken from an opensolaris
|
Mon, 04 Jun 2007 01:46:18 +0000 |
Stu Tomlinson |
merge of '1b4ebe4d8d8e94e998ce72e03c6bad7473803e28'
|
Mon, 04 Jun 2007 01:44:22 +0000 |
Stu Tomlinson |
Add the mnemonics I really meant to add before I got distracted by Add Chat
|
Mon, 04 Jun 2007 04:33:28 +0000 |
Richard Laager |
Rework the Trillian log reader code to make it easier to understand.
|
Mon, 04 Jun 2007 01:41:23 +0000 |
Richard Laager |
merge of 'be9e03b2c65a8c0da6ba02fdfd489bc5ec8af57b'
|
Mon, 04 Jun 2007 01:32:47 +0000 |
Stu Tomlinson |
merge of '2e9a9919a68f5a230c81bceb9f0c95eb5e169420'
|
Mon, 04 Jun 2007 01:30:37 +0000 |
Stu Tomlinson |
merge of '4ced433906d17bb2758a2b010ce264314d17fe04'
|
Mon, 04 Jun 2007 01:30:13 +0000 |
Stu Tomlinson |
Add mnemonics to labels in Add Buddy and Add Chat dialogs, and put Account
|
Mon, 04 Jun 2007 21:10:44 +0000 |
Gabriel Schulhof |
About's item type has to be "<StockItem>"
|
Sun, 03 Jun 2007 21:10:12 +0000 |
Gabriel Schulhof |
Add stock icon to about menu.
|
Mon, 04 Jun 2007 01:02:35 +0000 |
Richard Laager |
Avoid a strlen().
|
Mon, 04 Jun 2007 01:02:02 +0000 |
Richard Laager |
Remove an extraneous link++.
|
Mon, 04 Jun 2007 00:55:19 +0000 |
Richard Laager |
Using g_strstr_len(x, strlen(x), ...) is dumb.
|
Mon, 04 Jun 2007 00:54:16 +0000 |
Richard Laager |
Correct some useless code to do what it was supposed to do. This was
|
Mon, 04 Jun 2007 00:38:12 +0000 |
Richard Laager |
Remove some useless code, pointed out by o_sukhodolsky.
|
Sun, 03 Jun 2007 22:29:07 +0000 |
Richard Laager |
Kill a C99 struct initialization.
|
Sun, 03 Jun 2007 21:43:49 +0000 |
Mark Doliner |
merge of '4ced433906d17bb2758a2b010ce264314d17fe04'
|
Sun, 03 Jun 2007 19:15:42 +0000 |
Sean Egan |
Maintain global poitners to the clipboard selection text, with the aim of
|
Sun, 03 Jun 2007 18:56:55 +0000 |
Stu Tomlinson |
:( seems I didn't completely fix the half-height buddies thing
|
Sun, 03 Jun 2007 18:32:12 +0000 |
Stu Tomlinson |
ChangeLog a few things
|
Sun, 03 Jun 2007 18:27:38 +0000 |
Stu Tomlinson |
merge of '899692e88db07d660e3185da95f9e887d6e07ce5'
|
Sun, 03 Jun 2007 18:22:15 +0000 |
Stu Tomlinson |
We use a timeout in our blist selection changed callback to prevent buddy
|