log pidgin/gtkscrollbook.c @ 32827:4a34689eeb33 default tip

age author description
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Sat, 27 Nov 2010 07:11:48 +0000 Elliott Sales de Andrade The left/right scroll, and close buttons in a PidginScrollBook should
Sun, 23 Aug 2009 15:33:52 +0000 John Bailey Kill off more GTK_CHECK_VERSION uses that we don't need anymore. Refs #10024.
Mon, 17 Mar 2008 14:30:30 +0000 Stu Tomlinson gtk_event_box_set_visible_window() is new in Gtk 2.4
Fri, 21 Dec 2007 14:19:29 +0000 Sadrul Habib Chowdhury Make some more event handlers return appropriate gboolean values. This turns
Mon, 26 Nov 2007 07:35:16 +0000 Sadrul Habib Chowdhury Patch from DB42 to add a little '¡ß' in a scrollbook. I edited the patch in
Mon, 26 Nov 2007 06:30:57 +0000 Daniel Atallah My previous commit caused the scrollbook's children to be tracked correctly - it turns out that this causes problems because they really aren't the children of the scrollbook, they're the notebook'children. This stuff needs to be revisited.