summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-5/+5
* Turn the gtk version and age variables into functionsTor Lillqvist2010-09-081-5/+5
* tests: Use gtk_widget_set_size_request() instead gtk_widget_set_usize()Javier Jardón2010-09-081-1/+1
* tests: Remove all code relating to the blink menu itemBenjamin Otte2010-09-031-4/+0
* Remove blinking from status iconsMatthias Clasen2010-09-021-54/+0
* Adapt tests to dialog api changeMatthias Clasen2010-09-023-32/+2
* Enhanced/Simplified GtkWrapBox api as per Havoc's comments.Tristan Van Berkom2010-09-021-10/+19
* Some api changes for GtkWrapBoxTristan Van Berkom2010-09-021-2/+2
* Remove now unused GtkProgressBarOrientation enumMatthias Clasen2010-09-011-2/+2
* Adapt testgtk progressbar test to api changesMatthias Clasen2010-09-011-2/+9
* Fixing email address in copyright header for testwrapbox test.Tristan Van Berkom2010-08-301-1/+1
* Added initial revision of GtkWrapBox container widget and test case.Tristan Van Berkom2010-08-282-1/+554
* tests/testsocket: Fix broken testJavier Jardón2010-08-242-3/+2
* tests/testgtk.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-1/+1
* tests/testxinerama.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-1/+1
* tests/testwindows.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-5/+8
* tests/testtooltips.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-5/+8
* tests/testsocket_common.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+2
* tests/testsocket.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-1/+2
* tests/testselection.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-1/+1
* tests/testoffscreenwindow.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-1/+1
* tests/testoffscreen.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+2
* tests/testinput.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-9/+16
* tests/testiconview-keynav.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+6
* tests/testgtk.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-83/+130
* tests/testframe.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-4/+7
* tests/testellipsise.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-7/+12
* tests/testcairo.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+4
* tests/print-editor.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-6/+8
* tests/gtkoffscreenbox.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-39/+55
* Use standard icon names in demos and testsJavier Jardón2010-08-212-2/+2
* Added test case to testheightforwidth.c to show GtkComboBox/GtkMenu wrapping ...Tristan Van Berkom2010-08-181-0/+255
* tests: unbreak testwindows testBenjamin Otte2010-08-151-3/+0
* Use accessor functions to access GtkToolbarJavier Jardón2010-08-142-12/+20
* Use accessor funcions to access GtkCalendarJavier Jardón2010-08-121-41/+13
* testgtk: Use Cairo to load XBM imageBenjamin Otte2010-08-101-5/+13
* testgtk: Use Pixbufs in the shapes exampleBenjamin Otte2010-08-101-15/+18
* testgtk: Rename pixmap => pixbuf in various placesBenjamin Otte2010-08-101-9/+9
* testgtk: Use pixbufs instead of pixmapsBenjamin Otte2010-08-101-20/+17
* testgtk: Make image test not use Pixmaps, but PixbufsBenjamin Otte2010-08-101-9/+6
* testgtk: Fix types and get rid of castingBenjamin Otte2010-08-101-4/+4
* testdnd: Convert to use pixbufs as iconsBenjamin Otte2010-08-101-33/+14
* testgtk: Remove image from drawable testBenjamin Otte2010-08-101-324/+0
* tests: remove "draw drawable" button from testwindows testBenjamin Otte2010-08-101-26/+0
* testgtk: Remove alpha drawing testBenjamin Otte2010-08-101-68/+0
* Replace gdk_rgb_find_color()Benjamin Otte2010-08-101-1/+2
* tests: remove testrgb testBenjamin Otte2010-08-102-332/+0
* Completely remove any use of GtkWindow allow-grow and allow-shrink propertiesJavier Jardón2010-08-074-33/+10
* Make GtkFrame allocate its label considering natural size requestsTristan Van Berkom2010-08-061-0/+43
* Implemented GtkSizeRequest on GtkExpander and added testTristan Van Berkom2010-08-051-0/+69