summaryrefslogtreecommitdiff
path: root/tests/testtext.c
Commit message (Expand)AuthorAgeFilesLines
* Turn off GTK_DISABLE_DEPRECATED, since this test uses theMatthias Clasen2003-09-261-0/+2
* Use g_setenv() instead of putenv().Matthias Clasen2003-08-021-2/+2
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-17/+17
* declare gtk_selection_clear in GTK_COMPILATION too, for gtkwidget.c.Manish Singh2003-01-311-2/+2
* Use octal escapes rather than literal UTF-8.Owen Taylor2002-12-071-2/+2
* Put into #ifdef DO_BLINK to avoid an unused static function. (#97965)Matthias Clasen2002-11-081-2/+6
* Deprecation cleanupManish Singh2002-10-131-50/+49
* Improve checks on public entry points, including, among other thingsOwen Taylor2002-10-041-9/+3
* Fix error in computing length and a memory leak. (Fixes #94072, reportedOwen Taylor2002-10-031-1/+3
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-051-3/+3
* Fixes for uninstalled operation with module suffixes other than .so and inOwen Taylor2002-03-031-1/+1
* just go ahead and flush all the first validate stuff if it hasn't beenHavoc Pennington2002-02-131-1/+1
* propagate exposes to no window children not in the buffer window.Havoc Pennington2002-01-021-1/+68
* remove backward_char since we no longer have bogus newlineHavoc Pennington2001-12-311-5/+1
* put in a test for negative indentation valuesHavoc Pennington2001-11-191-1/+14
* add set_border_width for testingHavoc Pennington2001-11-141-0/+4
* add border width to requisition, request non-anchored childrenHavoc Pennington2001-11-131-0/+160
* lost this file due to CVS broken pipeHavoc Pennington2001-11-061-3/+0
* Clarify behavior in docs, #61777 (gtk_text_iter_forward_search)Havoc Pennington2001-10-221-2/+6
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-101-1/+0
* update adjustments after validating destination yrange; fixes #53918 (ThisHavoc Pennington2001-09-071-0/+33
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-8/+8
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-251-1/+1
* Added properties. Based on patch by Lee Mallabone.Alexander Larsson2001-05-221-0/+13
* fix some shell typosHavoc Pennington2001-05-071-0/+18
* Patch from Juan Pablo Mendoza Mendoza to fix things so clicking insideOwen Taylor2001-05-031-1/+1
* fix to work with gtk_paint_layout changeHavoc Pennington2001-05-011-0/+1
* fix warningHavoc Pennington2001-04-281-7/+4
* Added Hebrew Punctuation/Point Marks to the text.Chookij Vanatham2001-04-261-1/+1
* handle 0-height empty/invisible lines.Havoc Pennington2001-04-241-1/+1
* Added Thai UTF-8 text which also has the wrong written syntax.Chookij Vanatham2001-03-291-1/+1
* Add missing NULL on valist.Owen Taylor2001-03-291-2/+2
* fix warningsHavoc Pennington2001-03-241-3/+1
* add varargs for properties to set on the tag.Havoc Pennington2001-03-161-30/+26
* add insert_child_anchor signal, bug #50245Havoc Pennington2001-02-191-4/+3
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-3/+3
* rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seemsHavoc Pennington2001-01-231-9/+9
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-17/+21
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-6/+8
* wow, that implementation was pretty non-working.Havoc Pennington2000-12-181-1/+1
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-43/+42
* fix unicode validation when reading a fileHavoc Pennington2000-12-151-11/+3
* remove unused call to get_last_line()Havoc Pennington2000-12-141-6/+3
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-111-3/+3
* Semi-finish widget embedding. Need guffaw scrolling to be implemented inHavoc Pennington2000-11-201-4/+50
* Apply patch from Mikael Hermansson to temporarily stop blinking while theHavoc Pennington2000-11-161-1/+1
* Implement essential color cycling featureHavoc Pennington2000-11-151-0/+274
* Invalidate the side windows when we invalidate the main window.Havoc Pennington2000-11-151-34/+0
* Draw underlines one pixel higher.Havoc Pennington2000-11-151-1/+1
* fix bug where GC didn't always get updated properlyHavoc Pennington2000-11-141-18/+18