summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | in action
* tests: unbreak testwindows testBenjamin Otte2010-08-151-3/+0
| | | | Delete code that was broken and also used the APIs I just removed.
* 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
| | | | | This should really use GdkPixbuf, but apparently we can't load XBM images. And I'm too lazy to convert it.
* testgtk: Use Pixbufs in the shapes exampleBenjamin Otte2010-08-101-15/+18
|
* testgtk: Rename pixmap => pixbuf in various placesBenjamin Otte2010-08-101-9/+9
| | | | | Now that we use Pixbufs for the tests instead of Pixmaps, we should name the tests like that.
* testgtk: Use pixbufs instead of pixmapsBenjamin Otte2010-08-101-20/+17
| | | | This is for creating a GtkImage with an icon.
* 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
| | | | Using Pixmaps is outdated.
* testgtk: Remove image from drawable testBenjamin Otte2010-08-101-324/+0
| | | | The test only tested old APIs.
* tests: remove "draw drawable" button from testwindows testBenjamin Otte2010-08-101-26/+0
| | | | | draw_drawable is gone soon. And testing the proper functioning of drawing calls is Cairo's job anyway.
* testgtk: Remove alpha drawing testBenjamin Otte2010-08-101-68/+0
| | | | We use Cairo for that these days.
* Replace gdk_rgb_find_color()Benjamin Otte2010-08-101-1/+2
| | | | Use gdk_colormap_alloc_color() instead.
* tests: remove testrgb testBenjamin Otte2010-08-102-332/+0
| | | | This is in preparation for the GdkRGB removal
* Completely remove any use of GtkWindow allow-grow and allow-shrink propertiesJavier Jardón2010-08-074-33/+10
| | | | | | | | These have been deprecated and removed from master. GtkWindow:resizable should be used instead. This completes commit 1a03a65e36b6288f7854da30bf89b86ad3592726 Reported by Benjamin Otte
* Make GtkFrame allocate its label considering natural size requestsTristan Van Berkom2010-08-061-0/+43
| | | | | | Also like the GtkExpander, the label widget is allocated the minimum height for its allocated width and the remaining space is given to the child, test case included.
* Implemented GtkSizeRequest on GtkExpander and added testTristan Van Berkom2010-08-051-0/+69
| | | | | | | Now the expander requests and distributes space naturally, the expander widget prioritizes the child widget vertically and only allocates the minimum height for width to the label widget.
* testgtk: Remove unused variableBenjamin Otte2010-07-261-2/+0
|
* testgtk: Draw rotated text example with pangocairoBenjamin Otte2010-07-261-51/+22
|
* testgtk: Replace gdk_draw_rectangle() with CairoBenjamin Otte2010-07-261-46/+52
|
* test: Convert testinput to CairoBenjamin Otte2010-07-261-17/+22
| | | | | | The test is broken though as it draws onto windows outside of expose events. And we all know you shouldn't do that.
* tests: Make testoffscreen use CairoBenjamin Otte2010-07-261-8/+11
|
* tests: replace gdk_draw_drawable() with Cairo calls in testinputBenjamin Otte2010-07-261-18/+22
|
* tests: Use gdk_screen_get_default_colormap()Benjamin Otte2010-07-261-1/+1
| | | | We don't need the RGB colormap here.
* tests: Use GdkPixbuf for taking a screenshot, not GdkImageBenjamin Otte2010-07-261-7/+8
|
* tests: Remove gdk_draw_pixbuf() with Cairo equivalentBenjamin Otte2010-07-262-11/+21
|
* Use accessor functions to access GtkStatusbarJavier Jardón2010-07-131-1/+1
|
* Use accessor functions to access GtkSpinButtonJavier Jardón2010-07-131-5/+17
|
* Use accessor functions to access GtkPanedJavier Jardón2010-07-131-8/+12
|
* Use accessor funtions to access GtkLayoutJavier Jardón2010-07-132-32/+47
|
* Use accessor funtions to acces GtkFrameJavier Jardón2010-07-131-6/+17
|