log

age author description
Sun, 08 Jul 2007 19:59:13 +0000 Daniel Atallah Patch from Jason Conti to enable `make -f Makefile.mingw docs` on the windows build. Fixes #1801.
Sun, 08 Jul 2007 19:58:31 +0000 Daniel Atallah merge of '38c2cb0e7952750e5835eb5b97b9bdd3dcb84f60'
Sun, 08 Jul 2007 17:23:52 +0000 Nathan Walp merge of '1b406aff23973a5da66ee2089806942437075a48'
Tue, 03 Jul 2007 12:12:33 +0000 Nathan Walp merge of '54ca7908e9d5ca615490f92be7a4be6bdf9d9baa'
Tue, 10 Jul 2007 08:54:18 +0000 Sadrul Habib Chowdhury Some extra checks to avoid weird crashes.
Sat, 07 Jul 2007 10:54:38 +0000 Sadrul Habib Chowdhury If debug is enabled using the -d argument, then do not suppress the outputs
Sun, 08 Jul 2007 17:53:14 +0000 Daniel Atallah Fix #1727 and also plug a possible leak and make a little efficiency improvement to the win32 clipboard handling.
Sat, 07 Jul 2007 04:03:41 +0000 Sadrul Habib Chowdhury Do not crash if you delete an account with an open conversation.
Sat, 07 Jul 2007 00:30:45 +0000 Sadrul Habib Chowdhury Since we have the file-selected signal, we might as well emit it.
Fri, 06 Jul 2007 21:48:50 +0000 Sadrul Habib Chowdhury merge of '781654c3edc889471ddc7abfb81476b8ebf9daae'
Fri, 06 Jul 2007 21:42:25 +0000 Sadrul Habib Chowdhury Allow showing right-aligned text trees. Right-align the size in the file
Fri, 06 Jul 2007 14:44:05 +0000 Daniel Atallah Fix the win32 build. Thanks to Etan and Lee Roach. Fixes #1929.
Fri, 06 Jul 2007 06:14:31 +0000 Sadrul Habib Chowdhury Possible crash fix.
Fri, 06 Jul 2007 05:51:08 +0000 Sadrul Habib Chowdhury merge of '09349b5cd3ed45cdc0f349c26d6fcf746d73adec'
Thu, 05 Jul 2007 18:15:28 +0000 Bartoz Oler Close temporary Get Info window when showing the real one. Fixes #1720.
Fri, 06 Jul 2007 05:47:50 +0000 Sadrul Habib Chowdhury Try to automatically assign some hotkeys for the menuitems. Do we like this?
Fri, 06 Jul 2007 05:31:01 +0000 Sadrul Habib Chowdhury Fix the initial size of a combobox.
Fri, 06 Jul 2007 05:25:39 +0000 Sadrul Habib Chowdhury Minor changes to remove a couple of lines of duplication.
Fri, 06 Jul 2007 05:21:37 +0000 Sadrul Habib Chowdhury Plucked revision from im.pidgin.soc.2007.finchfeat to allow showing empty
Fri, 06 Jul 2007 01:20:20 +0000 Sadrul Habib Chowdhury Allow trigger keys for menuitems.
Thu, 05 Jul 2007 19:58:35 +0000 Sadrul Habib Chowdhury Hide the menu when ctrl-c is pressed.
Thu, 05 Jul 2007 07:00:15 +0000 Sadrul Habib Chowdhury merge of '72d84aa6f2acbef6d592de141c3a8f6f5c4e7fd6'
Thu, 05 Jul 2007 06:54:18 +0000 Sadrul Habib Chowdhury Show a pimping cool unicode status emblem for buddies on mobile (thanks, elb).
Thu, 05 Jul 2007 08:06:08 +0000 Mark Doliner Don't present the buddy list when a row is added to the accounts
Thu, 05 Jul 2007 02:39:54 +0000 Ka-Hing Cheung merge of '6521407fd5a6d9175e6532a874a2735658c113e9'
Thu, 05 Jul 2007 00:56:26 +0000 Sadrul Habib Chowdhury Fix #2034.
Wed, 04 Jul 2007 18:58:40 +0000 Sadrul Habib Chowdhury merge of 'cc6c96ed91fb789ae12faf87e23361996db6d2f0'
Wed, 04 Jul 2007 18:56:17 +0000 Sadrul Habib Chowdhury Do not crash when people run finch without 'make install'ing first.
Wed, 04 Jul 2007 15:26:17 +0000 Evan Schoenberg accept() wants a pointer to a socklen_t, not an unsigned int. This has no programattic effect, since we don't actually use the return value, but it silences a warning on my system.
Wed, 04 Jul 2007 15:22:19 +0000 Evan Schoenberg gmodule.h is needed in internal.h for GLIB_CHECK_VERSION() to be defined; this is independent of whether PURPLE_PLUGINS is defined.