Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/testxinerama.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -1/+1 |
| | |||||
* | tests/testwindows.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -5/+8 |
| | |||||
* | tests/testtooltips.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -5/+8 |
| | |||||
* | tests/testsocket_common.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -2/+2 |
| | |||||
* | tests/testsocket.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -1/+2 |
| | |||||
* | tests/testselection.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -1/+1 |
| | |||||
* | tests/testoffscreenwindow.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -1/+1 |
| | |||||
* | tests/testoffscreen.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -2/+2 |
| | |||||
* | tests/testinput.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -9/+16 |
| | |||||
* | tests/testiconview-keynav.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -2/+6 |
| | |||||
* | tests/testgtk.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -83/+130 |
| | |||||
* | tests/testframe.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -4/+7 |
| | |||||
* | tests/testellipsise.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -7/+12 |
| | |||||
* | tests/testcairo.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -2/+4 |
| | |||||
* | tests/print-editor.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -6/+8 |
| | |||||
* | tests/gtkoffscreenbox.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -39/+55 |
| | |||||
* | Use standard icon names in demos and tests | Javier Jardón | 2010-08-21 | 2 | -2/+2 |
| | |||||
* | Added test case to testheightforwidth.c to show GtkComboBox/GtkMenu wrapping ↵ | Tristan Van Berkom | 2010-08-18 | 1 | -0/+255 |
| | | | | in action | ||||
* | tests: unbreak testwindows test | Benjamin Otte | 2010-08-15 | 1 | -3/+0 |
| | | | | Delete code that was broken and also used the APIs I just removed. | ||||
* | Use accessor functions to access GtkToolbar | Javier Jardón | 2010-08-14 | 2 | -12/+20 |
| | |||||
* | Use accessor funcions to access GtkCalendar | Javier Jardón | 2010-08-12 | 1 | -41/+13 |
| | |||||
* | testgtk: Use Cairo to load XBM image | Benjamin Otte | 2010-08-10 | 1 | -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 example | Benjamin Otte | 2010-08-10 | 1 | -15/+18 |
| | |||||
* | testgtk: Rename pixmap => pixbuf in various places | Benjamin Otte | 2010-08-10 | 1 | -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 pixmaps | Benjamin Otte | 2010-08-10 | 1 | -20/+17 |
| | | | | This is for creating a GtkImage with an icon. | ||||
* | testgtk: Make image test not use Pixmaps, but Pixbufs | Benjamin Otte | 2010-08-10 | 1 | -9/+6 |
| | |||||
* | testgtk: Fix types and get rid of casting | Benjamin Otte | 2010-08-10 | 1 | -4/+4 |
| | |||||
* | testdnd: Convert to use pixbufs as icons | Benjamin Otte | 2010-08-10 | 1 | -33/+14 |
| | | | | Using Pixmaps is outdated. | ||||
* | testgtk: Remove image from drawable test | Benjamin Otte | 2010-08-10 | 1 | -324/+0 |
| | | | | The test only tested old APIs. | ||||
* | tests: remove "draw drawable" button from testwindows test | Benjamin Otte | 2010-08-10 | 1 | -26/+0 |
| | | | | | draw_drawable is gone soon. And testing the proper functioning of drawing calls is Cairo's job anyway. | ||||
* | testgtk: Remove alpha drawing test | Benjamin Otte | 2010-08-10 | 1 | -68/+0 |
| | | | | We use Cairo for that these days. | ||||
* | Replace gdk_rgb_find_color() | Benjamin Otte | 2010-08-10 | 1 | -1/+2 |
| | | | | Use gdk_colormap_alloc_color() instead. | ||||
* | tests: remove testrgb test | Benjamin Otte | 2010-08-10 | 2 | -332/+0 |
| | | | | This is in preparation for the GdkRGB removal | ||||
* | Completely remove any use of GtkWindow allow-grow and allow-shrink properties | Javier Jardón | 2010-08-07 | 4 | -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 requests | Tristan Van Berkom | 2010-08-06 | 1 | -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 test | Tristan Van Berkom | 2010-08-05 | 1 | -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 variable | Benjamin Otte | 2010-07-26 | 1 | -2/+0 |
| | |||||
* | testgtk: Draw rotated text example with pangocairo | Benjamin Otte | 2010-07-26 | 1 | -51/+22 |
| | |||||
* | testgtk: Replace gdk_draw_rectangle() with Cairo | Benjamin Otte | 2010-07-26 | 1 | -46/+52 |
| | |||||
* | test: Convert testinput to Cairo | Benjamin Otte | 2010-07-26 | 1 | -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 Cairo | Benjamin Otte | 2010-07-26 | 1 | -8/+11 |
| | |||||
* | tests: replace gdk_draw_drawable() with Cairo calls in testinput | Benjamin Otte | 2010-07-26 | 1 | -18/+22 |
| | |||||
* | tests: Use gdk_screen_get_default_colormap() | Benjamin Otte | 2010-07-26 | 1 | -1/+1 |
| | | | | We don't need the RGB colormap here. | ||||
* | tests: Use GdkPixbuf for taking a screenshot, not GdkImage | Benjamin Otte | 2010-07-26 | 1 | -7/+8 |
| | |||||
* | tests: Remove gdk_draw_pixbuf() with Cairo equivalent | Benjamin Otte | 2010-07-26 | 2 | -11/+21 |
| | |||||
* | Use accessor functions to access GtkStatusbar | Javier Jardón | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Use accessor functions to access GtkSpinButton | Javier Jardón | 2010-07-13 | 1 | -5/+17 |
| | |||||
* | Use accessor functions to access GtkPaned | Javier Jardón | 2010-07-13 | 1 | -8/+12 |
| | |||||
* | Use accessor funtions to access GtkLayout | Javier Jardón | 2010-07-13 | 2 | -32/+47 |
| | |||||
* | Use accessor funtions to acces GtkFrame | Javier Jardón | 2010-07-13 | 1 | -6/+17 |
| |