Wed, 06 Jun 2007 00:17:06 +0000 |
Sean Egan |
Don't set the headline box's size request on resizing the window, as this may
|
Tue, 05 Jun 2007 12:48:22 +0000 |
Richard Laager |
Where did ekse come from?
|
Tue, 05 Jun 2007 12:04:09 +0000 |
Evan Schoenberg |
Fixed recognition of the extension of certain JPG files. The 4th character may be anything between e0 and ef; the first 3 should be sufficient for a magic number, though a more 'complete' solution would verify that (e0 <= data[3] <= ef). Also, added recognition of TIF files (magic number: MM or II). Refs #725, which gave examples of several JPGs with (data[3] == e1).
|
Wed, 06 Jun 2007 00:29:22 +0000 |
Sean Egan |
disapproval of revision '36931658d931938ff03fe52b66e6707c76fae1f6'
|
Tue, 05 Jun 2007 07:06:09 +0000 |
Kevin Stange |
Using "C" for foreground Color seems better than having Font and Color with
|
Tue, 05 Jun 2007 03:13:02 +0000 |
Jeffrey Connelly |
Add Nathan Peterson, for RC4 code in cipher.c.
|
Mon, 04 Jun 2007 16:18:34 +0000 |
Stu Tomlinson |
Make the Conversation->More menu work for Chats. The chat needs to be on
|
Tue, 12 Jun 2007 13:54:04 +0000 |
Eric Polino |
FIX: The help_window pointer wasn't being set to null properly in the destroy callback.
|
Tue, 12 Jun 2007 13:52:33 +0000 |
Eric Polino |
Added the ability to change the key bindings on the active window.
|
Fri, 08 Jun 2007 05:43:29 +0000 |
Sadrul Habib Chowdhury |
Mostly whitespace changes.
|
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.
|