summaryrefslogtreecommitdiff
path: root/tests/testtext.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove disabled testtext exampleBenjamin Otte2010-12-021-3082/+0
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-3/+3
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-301-1/+1
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-301-1/+1
* testtext: Use gtk_widget_destroy() instead gtk_object_destroy()Javier Jardón2010-09-291-3/+3
* Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guardsJavier Jardón2010-06-071-2/+0
* Some cleanups after the module cache file changeMatthias Clasen2010-05-181-2/+2
* Remove gtkmain stuff from docs and tutorial.Javier Jardón2010-05-031-1/+1
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-3/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* new method, gtk_widget_modify_cursor() (#89314).Yevgen Muntyan2007-06-061-3/+30
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-1/+1
* make sure the has-selection property is updated when the delection isPaolo Borelli2006-08-171-1/+33
* Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer.Michael Natterer2006-03-071-2/+265
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+20
* Add some more attribute tests.Matthias Clasen2005-04-291-1/+129
* Add a "Select All" menuitem. (#156792, Paolo Borelli)Matthias Clasen2004-10-301-0/+16
* Fix many sparse warnings.Matthias Clasen2004-10-281-11/+11
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Add gtk_entry_set_alignment() to allow right-aligned entries and aOwen Taylor2004-03-011-1/+8
* 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