log pidgin/gtkimhtmltoolbar.c @ 18802:5a5ca6438308

age author description
Mon, 06 Aug 2007 01:36:57 +0000 Sean Egan show toolbar menu on button press, rather than button release. Fixes #2352
Fri, 03 Aug 2007 13:28:23 +0000 Daniel Atallah merge of 'cb0bfe51682f8257f029d2dd61731a5ede123ba7'
Fri, 03 Aug 2007 09:55:03 +0000 Kevin Stange Another mnemonic conflict
Fri, 03 Aug 2007 09:53:25 +0000 Kevin Stange I thought I fixed this already...
Fri, 03 Aug 2007 05:58:10 +0000 Mark Doliner Get rid of two minor compile warnings:
Thu, 02 Aug 2007 19:05:31 +0000 Sean Egan Move 'Reset formatting' to Font dropdown
Thu, 02 Aug 2007 15:40:19 +0000 Daniel Atallah Clean up the font and insert menus when the imhtmltoolbar is disposed of. This fixes a leak (and the crash in #2385). Fixes #2385.
Thu, 02 Aug 2007 05:10:11 +0000 Ka-Hing Cheung Show current outgoing conversation formatting on the font label on
Wed, 01 Aug 2007 04:05:18 +0000 Daniel Atallah Fix new IMHTML formatting popups not going away issue. It turns out they were being put back when they were being hidden (I'm not sure why this didn't happen on linux - it seems like it should be a problem everywhere). Fixes #2317.
Sun, 01 Jul 2007 01:08:10 +0000 Richard Laager Rework the smiley dialog close logic: Escape will always close the window.
Sun, 01 Jul 2007 00:59:35 +0000 Richard Laager Rework the logic to be (IMHO) easy to read.
Sun, 01 Jul 2007 00:55:03 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head ea892e1af1550c458bff82d681f007879dc52d8a)
Sun, 17 Jun 2007 18:10:47 +0000 Stu Tomlinson Fix setting the sensitivity of the toolbar items in a number of places
Sun, 17 Jun 2007 16:55:45 +0000 Stu Tomlinson Reduce code duplication and keep gtk 2.0 compatibility by making
Sat, 16 Jun 2007 20:16:36 +0000 Sadrul Habib Chowdhury merge of '55af2e26c71950d7f8fc3a7b6a9b2249abb5ae0f'
Thu, 07 Jun 2007 10:56:55 +0000 Stu Tomlinson disapproval of revision 'e56ef4384d474a6ac265a4f63395063b07facfec'
Thu, 07 Jun 2007 03:11:40 +0000 Richard Laager PIDGIN_STOCK_TOOLBAR_INSERT isn't defined. I'm #if 0'ing this so it'll compile so I can work.
Thu, 07 Jun 2007 03:10:21 +0000 Richard Laager Remove duplicate code from a bad merge.
Wed, 06 Jun 2007 01:25:38 +0000 Sean Egan propagate from branch 'im.pidgin.pidgin' (head 6100ad71830416445898c91d595780f606c951cd)
Wed, 06 Jun 2007 00:23:41 +0000 Sean Egan propagate from branch 'im.pidgin.pidgin' (head dcdd8dc5d40cafef802a88f3f713ee1589bc9c41)
Fri, 15 Jun 2007 08:16:29 +0000 Sadrul Habib Chowdhury merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'
Tue, 05 Jun 2007 06:20:13 +0000 Sadrul Habib Chowdhury Fix some stuff of bugs in the new toolbar.
Wed, 06 Jun 2007 00:58:02 +0000 Sean Egan merge of '4e6fe382a57a07a096f3fb69d0431a41a07711d1'
Wed, 06 Jun 2007 00:58:00 +0000 Sean Egan merge of '8364b50c7693c2d765b0e1f162f25a06a2bfe492'
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
Wed, 06 Jun 2007 00:57:17 +0000 Sean Egan disapproval of revision '2ad8703a579d72666763a6ba6e150ed8d68357e9'
Sat, 02 Jun 2007 13:05:31 +0000 Stu Tomlinson Fix a compile error and kill a bucket full of compile warnings
Wed, 06 Jun 2007 00:30:15 +0000 Sean Egan disapproval of revision '1f2acb75f934f19f04262b06c2907dece2731ed2'
Fri, 01 Jun 2007 03:20:34 +0000 Sean Egan Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe