log finch/libgnt/gnttextview.c @ 32791:c18caa631628

age author description
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Sat, 14 Aug 2010 05:17:38 +0000 Elliott Sales de Andrade Fix some "Dead nested assignment"s and then kill off some useless
Fri, 20 Nov 2009 21:45:44 +0000 Sadrul Habib Chowdhury Fix showing umlauts etc. on non-utf8 locales.
Tue, 27 Oct 2009 23:37:52 +0000 Sadrul Habib Chowdhury Make sure the selection is within bounds before accepting a click-drag
Thu, 08 Oct 2009 18:03:05 +0000 Sadrul Habib Chowdhury Nullify the freed pointer so it's not accessed later.
Mon, 06 Apr 2009 10:30:25 +0000 Richard Nelson Redraw the textview when a tag is changed
Sun, 05 Apr 2009 08:22:22 +0000 Sadrul Habib Chowdhury Update hardware cursor correctly.
Fri, 28 Nov 2008 06:29:37 +0000 Sadrul Habib Chowdhury Use glib log functions to show error messages.
Thu, 27 Nov 2008 05:54:09 +0000 Richard Laager The other day while struct hiding, I noticed a for loop that was checking
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Sat, 01 Dec 2007 05:46:49 +0000 Sadrul Habib Chowdhury Do not reset the color if there's something already specified. This should
Mon, 12 Nov 2007 16:15:53 +0000 Sadrul Habib Chowdhury Clear the tags when the textview is cleared.
Tue, 16 Oct 2007 09:51:12 +0000 Sadrul Habib Chowdhury Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 23 Aug 2007 07:24:54 +0000 Sadrul Habib Chowdhury Fix #2642 (GntTextView Multiline append goes weird)
Sat, 11 Aug 2007 04:19:32 +0000 Sadrul Habib Chowdhury disapproval of revision 'a4ce7b8adf2db74d531c35278fe83247d90ce4b1'
Sat, 11 Aug 2007 04:18:14 +0000 Sadrul Habib Chowdhury libgnt.localize
Sun, 29 Jul 2007 17:08:50 +0000 Sadrul Habib Chowdhury New flag to show text top-aligned in a textview.
Sat, 28 Jul 2007 11:25:07 +0000 Sadrul Habib Chowdhury Initialize the gobject in a more appropriate place. And fix an error message.
Sun, 15 Jul 2007 04:57:03 +0000 Sadrul Habib Chowdhury Allow changing the content of a textview using $EDITOR.
Fri, 13 Jul 2007 16:50:03 +0000 Sadrul Habib Chowdhury Allow having a callback after the child process terminates. Use the callback
Tue, 03 Jul 2007 11:17:35 +0000 Sadrul Habib Chowdhury Utility function to start the pager with the contents of a textview.
Wed, 27 Jun 2007 20:35:11 +0000 Sadrul Habib Chowdhury Add flags to a textview to decide whether to show scrollbars, and whether
Wed, 06 Jun 2007 15:50:21 +0000 Eric Polino applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Sun, 15 Apr 2007 05:42:14 +0000 Sadrul Habib Chowdhury Add a utility function to assist scrolling in a textview.
Mon, 09 Apr 2007 10:03:48 +0000 Richard Nelson word wrapping, fix \r\n newlines
Mon, 26 Mar 2007 04:10:39 +0000 Sadrul Habib Chowdhury Some define changes. This helps in generating the python bindings.
Sun, 18 Mar 2007 19:38:15 +0000 Sean Egan renamed gaim-text to finch