summaryrefslogtreecommitdiff
path: root/tests/testgtk.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 546285 – Allow GtkEntry to draw progressMichael Natterer2008-12-051-1/+71
* Bug 561504 – testgtk should load rc file from sub folderChristian Dywan2008-11-261-0/+4
* Don't do funny casts to avoid compiler warningsFederico Mena Quintero2008-07-181-4/+13
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_object_new instead of gtk_widget_newJohan Dahlin2008-06-191-27/+27
* some more undeprecation.Michael Natterer2008-06-181-4/+4
* deprecate gtk_type_class().Michael Natterer2008-06-181-2/+4
* tests/pixbuf-lowmem.c tests/pixbuf-random.cBjörn Lindqvist2008-05-251-35/+14
* added GdkRectangle *clip_rect to gtk_widget_get_snapshot().21:10:15 Tim Janik2008-05-211-3/+3
* Bug 318807 – Offscreen windows and window redirection.10:49:20 Tim Janik2008-05-211-1/+167
* Revert back to r19454.Emmanuele Bassi2008-02-271-19/+13815
* 2.13.0GTK_2_13_0Matthias Clasen2008-02-211-13815/+19
* initialize GdkColor structs to fix warning about uninitialized "pixel"Michael Natterer2008-02-011-6/+6
* Connect the "destroy" signal so that the 'window' pointer is set back toRyan Lortie2007-06-291-1/+5
* new method, gtk_widget_modify_cursor() (#89314).Yevgen Muntyan2007-06-061-0/+9
* Revert previous commit; the API is not yet finalized - see bug #166995.Emmanuele Bassi2007-06-041-31/+0
* Add gtk_radio_button_set_value(), gtk_radio_button_get_current_value() andEmmanuele Bassi2007-06-031-0/+31
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-011-0/+141
* made handle box test non-modal, so other test can interact with handleTim Janik2007-05-031-2/+2
* applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER toTim Janik2007-02-081-16/+24
* added GtkArrow::arrow-scaling style property to control the arrow/borderTim Janik2006-09-191-1/+3
* fixed compiler warnings.Tim Janik2006-09-111-5/+9
* allow (most) windows to be resizable. added ellipsization settings toTim Janik2006-08-291-11/+45
* Create 'composited' label.Søren Sandmann2006-04-251-6/+23
* Add an expander example.Matthias Clasen2006-01-111-0/+41
* Fix the buildMatthias Clasen2005-09-091-1/+1
* Add tests for extra virtual modifiers.Matthias Clasen2005-09-061-0/+15
* Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size toMatthias Clasen2005-06-151-0/+49
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-121-1/+5
* Fill in unused bits so they can be used for the depth-32 target case.Owen Taylor2005-05-091-0/+253
* [merged from gtk-2-6 branch] let dash_offset shift the start of the lineHans Breuer2005-04-031-5/+5
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-0/+215
* modules/engines/ms-windows/msw_rc_style.cManish Singh2004-11-191-4/+4
* Apply a patch by Soeren Sandmann to test long statusbar texts.Matthias Clasen2004-11-091-1/+25
* Fix many sparse warnings.Matthias Clasen2004-10-281-3/+3
* #136672, reported by Christian Persch; fixes based on a patch by SoerenOwen Taylor2004-03-151-0/+33
* Use gtk_entry_set_width_chars() rather than gtk_widget_set_size_request().Owen Taylor2004-03-111-3/+3
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Add gtk_drag_source_set/get_target_list(). (#127499, based on patch fromOwen Taylor2004-03-021-4/+2
* Fix #59707.Federico Mena Quintero2004-02-041-2/+2
* new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ...Hans Breuer2004-01-281-3/+8
* Set a small size request and make the window resizable, to testSoeren Sandmann2004-01-181-1/+2
* Add table menu tests.Matthias Clasen2003-09-111-0/+163
* Implement gtk_event_box_get/set_input_only()Alexander Larsson2003-09-081-0/+130
* Make the layers in the paint stack have their own pixmap instead ofSoeren Sandmann2003-08-201-8/+8
* Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos)Matthias Clasen2003-08-101-1/+49
* Use g_setenv() instead of putenv().Matthias Clasen2003-08-021-2/+2
* Add a test for GtkFontButton and GtkColorButton.Matthias Clasen2003-07-011-44/+34