log pidgin/plugins/adiumthemes/webkit.c @ 32708:10e5000326a5

age author description
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
Sat, 01 Oct 2011 15:50:20 +0000 andrew victor More code changed to use the accessor functions.
Sat, 17 Sep 2011 07:38:54 +0000 Elliott Sales de Andrade Remove useless notification.
Sat, 17 Sep 2011 06:58:39 +0000 Elliott Sales de Andrade Using g_string_new_len here is unnecessary, and a real waste of calls
Thu, 08 Sep 2011 22:04:35 +0000 Elliott Sales de Andrade Clean up this WebKit stuff. Fix up broken merging, mark unfinished
Tue, 23 Aug 2011 06:18:42 +0000 masca If we don't find an IM theme warn the user and continue.
Thu, 16 Jun 2011 04:23:48 +0000 masca Fix some white spaces issues.
Sat, 06 Feb 2010 22:08:41 +0000 masca Don't crash if we don't have any theme installed.
Wed, 14 Oct 2009 02:52:43 +0000 tdrhq save the style path across sessions.
Wed, 19 Aug 2009 05:04:01 +0000 tdrhq Adds the 'groupchat' classname to #Chat when using groupchat.
Sun, 16 Aug 2009 19:28:23 +0000 tdrhq Fixing back variants.
Sun, 16 Aug 2009 07:01:11 +0000 tdrhq Instead of using references, use copy's. Sigh, I know this is a memory inefficient
Fri, 14 Aug 2009 04:47:16 +0000 tdrhq load the default variant. Bring back basestyle.css.
Fri, 14 Aug 2009 02:51:41 +0000 tdrhq Separated the MessageStyle loading code from the actual rendering code.
Thu, 13 Aug 2009 19:58:17 +0000 tdrhq apparent code for webkit transparency that might not be working.
Wed, 12 Aug 2009 02:24:41 +0000 tdrhq hmm, fonts and font sizes from Info.plist.
Wed, 12 Aug 2009 02:01:35 +0000 tdrhq just some debugging info.
Wed, 12 Aug 2009 01:12:15 +0000 tdrhq new changes seemingly working.
Tue, 11 Aug 2009 23:54:39 +0000 tdrhq some work... temporary towards the bigger picture.
Tue, 11 Aug 2009 23:25:16 +0000 tdrhq Parses Info.plist now!
Tue, 11 Aug 2009 00:09:01 +0000 tdrhq Removed some unused code.
Mon, 10 Aug 2009 23:51:12 +0000 tdrhq Show only the MessageStyle name and not the entire path.
Mon, 10 Aug 2009 23:44:22 +0000 tdrhq Reset the list of variants when the MessageStyle is changed.
Mon, 10 Aug 2009 20:16:39 +0000 tdrhq use a table to display the options neatly.
Mon, 10 Aug 2009 17:45:16 +0000 tdrhq Inform the user about how the theme change takes effect.
Mon, 10 Aug 2009 10:34:52 +0000 tdrhq make a get_absolute_path function.
Mon, 10 Aug 2009 10:30:31 +0000 tdrhq small assertion code.
Mon, 10 Aug 2009 10:26:02 +0000 tdrhq Debugging info to find bad themes.
Mon, 10 Aug 2009 10:08:02 +0000 tdrhq unset cur_style_dir when unloading.
Mon, 10 Aug 2009 10:03:47 +0000 tdrhq some code for style_changed and also default any empty file to "" rather than NULL.
Mon, 10 Aug 2009 08:59:09 +0000 tdrhq some code to get a list of styles and blah blah.
Mon, 10 Aug 2009 08:40:12 +0000 tdrhq theme detection.
Mon, 10 Aug 2009 08:20:05 +0000 tdrhq removed the fixme.
Mon, 10 Aug 2009 08:17:12 +0000 tdrhq partial work towards theme selection.
Mon, 10 Aug 2009 07:49:37 +0000 tdrhq get_theme_files --> get_variant_files.
Mon, 10 Aug 2009 07:42:54 +0000 tdrhq Yep, tested, and changed some code from previous commit. This is a hard
Mon, 10 Aug 2009 07:33:21 +0000 tdrhq safely execute JS scripts only after loading is done. Untested code as of now, will test it in next commit.
Mon, 10 Aug 2009 05:56:08 +0000 tdrhq Cleanly handle webkit destroy events.
Mon, 10 Aug 2009 05:36:10 +0000 tdrhq woo, fixed the bug. Now things are looking wonderfully stable.
Mon, 10 Aug 2009 05:03:49 +0000 tdrhq more changes, but I still can't find the stupid bug. Valgrind gives me some information
Mon, 10 Aug 2009 03:25:35 +0000 tdrhq Ok, good part of this work of moving global variables to defined styles is
Mon, 10 Aug 2009 02:38:12 +0000 tdrhq Another temporary commit that will not compile.
Mon, 10 Aug 2009 02:11:21 +0000 tdrhq temporary commit.
Mon, 10 Aug 2009 01:34:48 +0000 tdrhq Changed the Author added copyright, etc.
Mon, 10 Aug 2009 01:21:57 +0000 tdrhq Well, chat is sorta kinda working.
Sun, 09 Aug 2009 20:13:32 +0000 tdrhq * removed delete_conversation uiops and instead used signals.
Sun, 09 Aug 2009 19:32:54 +0000 tdrhq create conversation with signals.
Sun, 09 Aug 2009 19:03:38 +0000 tdrhq don't restore write-conv uiops.
Sun, 09 Aug 2009 19:00:51 +0000 tdrhq use displaying-im-msg instead of write_conv uiops.
Fri, 07 Aug 2009 18:29:52 +0000 tdrhq other files that missed my main major commit.