Thu, 13 Nov 2014 00:56:55 -0500 Elliott Sales de Andrade Remove -Wno-sign-compare and backport fixes from default. release-2.x.y file | diff | annotate
Wed, 12 Nov 2014 03:59:11 -0500 Elliott Sales de Andrade Make keypad Enter enable, and Escape disable, debug filtering. file | diff | annotate
Mon, 17 Mar 2014 02:56:50 +0100 Tomasz Wasilczyk Add --enable-glib-errors-trace configure switch file | diff | annotate
Tue, 11 Feb 2014 03:23:35 +0100 Tomasz Wasilczyk Fix more gtk_[hv]box_new gtk3 deprecation warnings file | diff | annotate
Mon, 10 Feb 2014 03:11:54 +0530 Ankit Vani Fix some remaining GTK_* macros as Elliott noticed file | diff | annotate
Mon, 10 Feb 2014 01:40:39 +0530 Ankit Vani Fixed namespace issues in Pidgin. gtkdoc-conversion file | diff | annotate
Tue, 04 Feb 2014 16:30:55 +0530 Ankit Vani Remove @file from .c files gtkdoc-conversion file | diff | annotate
Sat, 21 Sep 2013 11:54:03 +0200 Tomasz Wasilczyk Notify API: extend purple_notify_message with PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 23:04:19 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_file to PurpleRequestCommonParameters file | diff | annotate
Thu, 22 Aug 2013 14:57:47 +0200 Tomasz Wasilczyk Fix the rest of Pidgin's warnings about -Wsign-compare; remove -Wno-sign-compare from cflags file | diff | annotate
Sun, 04 Aug 2013 05:35:23 -0400 Elliott Sales de Andrade Hide GtkWebViewToolbar stuff within the GtkWebView. file | diff | annotate
Sat, 11 May 2013 18:04:43 -0400 Elliott Sales de Andrade Remove incorrect comments. file | diff | annotate
Thu, 09 May 2013 13:12:13 +0200 Tomasz Wasilczyk Fix compilation for GTK2 file | diff | annotate
Wed, 08 May 2013 05:17:30 -0400 Elliott Sales de Andrade Fix autoscroll in debug window. file | diff | annotate
Wed, 08 May 2013 02:39:26 -0400 Elliott Sales de Andrade Fix background change in IP and debug filter entries. file | diff | annotate
Tue, 07 May 2013 05:04:46 -0400 Elliott Sales de Andrade Rewrite debug window filter in JS. file | diff | annotate
Mon, 06 May 2013 17:09:25 -0400 Elliott Sales de Andrade Split debug window HTML into a separate file. file | diff | annotate
Sat, 04 May 2013 23:21:21 -0400 Elliott Sales de Andrade Rewrite debug window filtering in JS. file | diff | annotate
Sat, 04 May 2013 22:37:40 -0400 Elliott Sales de Andrade Rewrite debug window pausing in JS. file | diff | annotate
Sat, 04 May 2013 22:32:43 -0400 Elliott Sales de Andrade Rewrite debug window clearing in JS. file | diff | annotate
Sat, 26 Jan 2013 18:12:03 -0800 Mark Doliner Remove all unnecessary GTK_CHECK_VERSION calls. file | diff | annotate
Sat, 24 Nov 2012 19:30:32 +0100 Tomasz Wasilczyk Fix some warnings in debug and conv windows file | diff | annotate
Fri, 23 Nov 2012 17:30:34 +0100 Tomasz Wasilczyk Better implementation of purple_escape_js file | diff | annotate
Wed, 21 Nov 2012 18:15:54 +0100 Tomasz Wasilczyk GTK debug window: append using js, not html file | diff | annotate
Fri, 16 Nov 2012 18:33:12 +0100 Tomasz Wasilczyk Add JSON debug messages to our log file | diff | annotate
Mon, 10 Sep 2012 01:49:51 -0400 Elliott Sales de Andrade Fix leaks of WebKit Lists. file | diff | annotate
Sun, 09 Sep 2012 23:12:41 -0400 Elliott Sales de Andrade Workaround WebKit API bug. file | diff | annotate
Sat, 11 Aug 2012 20:55:27 -0400 Elliott Sales de Andrade Add autoscrolling for the debug window. file | diff | annotate
Sat, 11 Aug 2012 03:05:10 -0400 Elliott Sales de Andrade Fix debug filtering on appended items. file | diff | annotate
Mon, 06 Aug 2012 17:47:46 +0200 Tomasz Wasilczyk Fix filtering in debug window for WebKitGtk file | diff | annotate
Mon, 23 Jul 2012 22:52:00 -0400 Elliott Sales de Andrade Add checks for old GTK+2 stuff. cpw.qulogic.gtk3-required file | diff | annotate
Mon, 23 Jul 2012 04:09:46 -0400 Elliott Sales de Andrade Merge with mainline. cpw.qulogic.gtk3-required file | diff | annotate
Sun, 22 Jul 2012 20:10:04 -0400 Elliott Sales de Andrade Merge from mainline. cpw.qulogic.gtk3-required file | diff | annotate
Sat, 26 May 2012 19:39:31 +0000 Elliott Sales de Andrade There is no separator in GTK+3 dialogs anyway. cpw.qulogic.gtk3-required file | diff | annotate
Tue, 28 Feb 2012 05:28:43 +0000 Elliott Sales de Andrade Fix some merge errors. cpw.qulogic.gtk3-required file | diff | annotate
Tue, 28 Feb 2012 04:25:49 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 1edfa83f6ff820fb7904d5bab5b0943f691976f6) cpw.qulogic.gtk3-required file | diff | annotate
Sun, 22 Jul 2012 23:40:06 -0400 Elliott Sales de Andrade Obey the filter level when the Debug Window is first opened. file | diff | annotate
Sun, 22 Jul 2012 23:25:07 -0400 Elliott Sales de Andrade We have the exact button and event time to use here. file | diff | annotate
Sun, 22 Jul 2012 01:01:28 -0400 Elliott Sales de Andrade Convert the Debug Window to a GtkWebView. file | diff | annotate
Sat, 21 Jul 2012 03:16:36 -0400 Elliott Sales de Andrade Better handling of parenthesized searches. file | diff | annotate
Sat, 21 Jul 2012 03:02:07 -0400 Elliott Sales de Andrade Don't compile Debug Window regex with G_REGEX_EXTENDED. file | diff | annotate
Fri, 20 Jul 2012 01:06:34 -0400 Elliott Sales de Andrade Always use GRegex in the Debug Window. file | diff | annotate
Thu, 19 Jul 2012 21:15:30 -0400 Elliott Sales de Andrade I think we should verify UTF8 before using a function wanting it. file | diff | annotate
Sun, 09 Oct 2011 02:50:20 +0000 Elliott Sales de Andrade Fix all deprecated GTK_WIDGET_* macros. cpw.qulogic.gtk3 file | diff | annotate
Sun, 09 Oct 2011 00:17:12 +0000 Elliott Sales de Andrade The function gtk_dialog_set_has_separator was removed in GTK+ 2.22. cpw.qulogic.gtk3 file | diff | annotate
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads. cpw.qulogic.gtk3 file | diff | annotate
Sun, 09 Jan 2011 23:32:10 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head d67ed5e5c721255b1d985ac4c6f2a13b91efc1c0) cpw.qulogic.gtk3 file | diff | annotate
Thu, 25 Nov 2010 22:30:18 +0000 Marcus Lundblad compiles using GTK+ 3 from git, beware it does not yet run, in fact it crashes... cpw.qulogic.gtk3 file | diff | annotate
Sat, 20 Feb 2010 07:03:22 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 4256b05bd7200b2235256bf500e9db68985421f2) cpw.qulogic.gtk3 file | diff | annotate
Fri, 19 Feb 2010 07:07:09 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 0adc09e12a5af1953f61d0d274eabae3859ef423) cpw.qulogic.gtk3 file | diff | annotate
Tue, 16 Feb 2010 04:45:35 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 481ec7d852d72a879d1326a843fa9442a4cf16a9) cpw.qulogic.gtk3 file | diff | annotate
Tue, 28 Jul 2009 03:43:45 +0000 Elliott Sales de Andrade Fix the Pause button in the debug window. cpw.qulogic.gtk3 file | diff | annotate
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace file | diff | annotate
Sat, 18 Sep 2010 00:20:35 +0000 Eion Robb Use GRegex where available. Fixes #12601. file | diff | annotate
Sat, 20 Feb 2010 06:45:38 +0000 Elliott Sales de Andrade Set debug window tool items to be "important" so that they show text when file | diff | annotate
Sat, 20 Feb 2010 06:41:25 +0000 Elliott Sales de Andrade Remove GTK_CHECK_VERSION(2,4,0) checks. file | diff | annotate
Sat, 20 Feb 2010 06:33:00 +0000 Elliott Sales de Andrade New-fangled toolbar code and all that. file | diff | annotate
Tue, 09 Feb 2010 22:40:36 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 413e8fd92b59bffd550111f0f0c60128eed53cd8) next.minor file | diff | annotate
Thu, 04 Feb 2010 05:44:27 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 6aaa2f369458ee793931e53f27f5e8c24174b182) next.minor file | diff | annotate
Sun, 23 Aug 2009 16:52:25 +0000 John Bailey This should pretty much finish off the GTK_CHECK_VERSION calls in Pidgin. next.minor file | diff | annotate
(0) -100 -60 tip

mercurial