log

age author description
Tue, 30 Oct 2007 03:19:41 +0000 Daniel Atallah Add some missing debugging newlines.
Tue, 30 Oct 2007 02:44:36 +0000 Daniel Atallah Fix a leak of a GtkSizeGroup.
Tue, 30 Oct 2007 02:33:18 +0000 Daniel Atallah Mark the unused GtkIMHtml fields as deprecated.
Tue, 30 Oct 2007 02:31:51 +0000 Daniel Atallah Fix a leak of an unused GtkSizeGroup and deprecate the unused variable.
Mon, 29 Oct 2007 06:45:53 +0000 Ka-Hing Cheung merge of '5e40b4c4c0c2949025f174c4aef2da0c54d79c31'
Mon, 29 Oct 2007 04:08:42 +0000 Casey Harkins Ignore mute setting when testing sounds from the preferences window.
Mon, 29 Oct 2007 04:41:19 +0000 Ka-Hing Cheung merge of '7ea551cdfc72cb2ec310d0d54d2a7e5badf7535e'
Mon, 29 Oct 2007 03:10:31 +0000 Stu Tomlinson Port this fix from silc 1.1 prpl to silc 1.0 prpl:
Mon, 29 Oct 2007 02:46:25 +0000 Daniel Atallah Maintain VERSION and DISPLAY_VERSION defines in config.h for the mingw build instead of plopping it on the command line.
Mon, 29 Oct 2007 00:19:53 +0000 Ethan Blanton Patch from Pekka Riikone to fix various SILC issues.
Mon, 29 Oct 2007 00:09:18 +0000 Ethan Blanton merge of '02ceb2c6297e1fffb5870c6755ddc0ae3a864eee'
Sun, 28 Oct 2007 17:27:07 +0000 Stu Tomlinson merge of '022ff8d97a85c1c5ea7b66f7d6ce6c607fd12a32'
Sun, 28 Oct 2007 18:13:50 +0000 Casey Harkins Track the actual visibility for the buddy list (unobscured, partially and
Sun, 28 Oct 2007 17:53:14 +0000 Casey Harkins Consider buddy list obscured if it is partially obscured in addition to
Sun, 28 Oct 2007 16:51:48 +0000 Will Thompson Document PurplePluginProtocolInfo.get_cb_real_name
Sun, 28 Oct 2007 16:30:10 +0000 Will Thompson Silence warnings from dbus-analyze-functions.py about calling 'raise' on a
Sun, 28 Oct 2007 15:35:41 +0000 Stu Tomlinson Makefile.mingw updates to install animations/16 files without a Makefile in
Sun, 28 Oct 2007 15:06:33 +0000 Ethan Blanton Remove the Makefile.am for a directory which actually installs files,
Sun, 28 Oct 2007 14:38:38 +0000 Stu Tomlinson Give 'make dist' a fighting chance of working
Sun, 28 Oct 2007 14:28:34 +0000 Stu Tomlinson Fix win32 pixmaps/Makefile.mingw and remove unused Makefile.mingw's
Sun, 28 Oct 2007 04:46:01 +0000 Ethan Blanton This is the first step toward rationalizing our Makefiles to reduce
Sun, 28 Oct 2007 17:25:18 +0000 Stu Tomlinson Add a button in Network prefences page to launch Gnome proxy configuration
Sat, 27 Oct 2007 17:47:48 +0000 Will Thompson merge of '74f5f273ea24887c8df0384ce8795613dfbbd7ee'
Sat, 27 Oct 2007 13:56:54 +0000 Stu Tomlinson Add a --with-extraversion option to ./configure so packagers can fine tune
Sat, 27 Oct 2007 13:36:14 +0000 Stu Tomlinson Guard this X stuff so it's only compiled if GDK_WINDOWING_X11 is defined.
Sat, 27 Oct 2007 13:31:38 +0000 Stu Tomlinson Avoid g_log warnings when there's no xhtml to append to, and remove a
Sat, 27 Oct 2007 13:28:03 +0000 Stu Tomlinson merge of '3a8a65c746e023953f147a9069128a4df23e97bf'
Sat, 27 Oct 2007 13:27:45 +0000 Stu Tomlinson We really don't need to display Blocked: status in the tooltip for every
Sat, 27 Oct 2007 13:23:01 +0000 Stu Tomlinson Add some checking to make sure the directory was created ok before saving
Sat, 27 Oct 2007 13:12:27 +0000 Stu Tomlinson Some constification, which also found and fixed some potential double-free