summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove a deprecated call to gtk_status_icon_set_tooltipTobias Mueller2009-04-201-1/+1
* Don't use deprecated API. Reported by Tobias MuellerMatthias Clasen2009-02-281-6/+4
* add some orientation flipping code to the "flipping" test.Michael Natterer2009-02-191-8/+49
* Test icon names in actions with toolitemsMatthias Clasen2009-01-241-0/+3
* Bug 565656 – Add marks to scalesMatthias Clasen2009-01-202-0/+152
* Properly create a menu proxy from a GIcon. Patch by Christian PerschMatthias Clasen2009-01-111-1/+9
* Rename GtkEntry icon-related signalsMatthias Clasen2008-12-311-1/+17
* Don't emit ::icon-pressed on nonactivatable icons. Fix up docs to matchMatthias Clasen2008-12-271-11/+51
* Fix interaction between icons and widget sensitivity. Also fix a fewMatthias Clasen2008-12-272-2/+82
* Bug 85292 – add an icon to gtkentryCody Russell2008-12-192-0/+130
* Fix a typoMatthias Clasen2008-12-131-1/+1
* 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
* Print the random client type name, not the fixed one.Tor Lillqvist2008-11-011-2/+2
* New interactive test program to verify client message functionality.Tor Lillqvist2008-11-012-0/+125
* Bug 347230 – testicontheme shortcomingsChristian Dywan2008-10-311-2/+17
* Fix option parsing so that -a and --action work correctly.Cody Russell2008-10-131-1/+1
* Bug 555386 – format not a string literal and no format argumentsChristian Persch2008-10-131-1/+1
* define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.Michael Natterer2008-08-121-8/+7
* don't use the deprecated gtk_box_pack_start_defaults().Michael Natterer2008-08-051-10/+10
* undeprecate (apart from still using GtkOptionMenu).Michael Natterer2008-08-041-47/+29
* gtk/gtkseparatortoolitem.c remove pointless #undef GTK_DISABLE_DEPRECATED.Michael Natterer2008-08-041-1/+0
* build gdkwindowimplHans Breuer2008-08-011-7/+8
* Bug 442042 – GtkScaleButton is too limitedMichael Natterer2008-07-211-50/+80
* Don't do funny casts to avoid compiler warningsFederico Mena Quintero2008-07-181-4/+13
* Add an "Unselect all" buttonMatthias Clasen2008-07-151-0/+13
* Fix #316087.Kristian Rietveld2008-07-112-0/+240
* Revert name changeCody Russell2008-07-0112-12/+12
* Practically everything changed.Cody Russell2008-06-3012-12/+12
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-2244-44/+44
* must return a value of the appropriate type with g_return_val_if_failHans Breuer2008-06-201-4/+4
* Replaced use of gtk_signal_connect with the g_signal_connect equivalents.Mikael Hallendal2008-06-201-4/+4
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-4/+8
* Use g_object_new instead of gtk_widget_newJohan Dahlin2008-06-195-38/+38
* tests/Makefile.am tests/autotestfilechooser.c tests/buildertest.cMichael Natterer2008-06-188-5432/+0
* some more undeprecation.Michael Natterer2008-06-181-4/+4
* deprecate gtk_type_class().Michael Natterer2008-06-181-2/+4
* Make make check work.Matthias Clasen2008-05-291-3/+1
* Bug 522084 – GIcon support for GtkIconTheme & GtkImageMatthias Clasen2008-05-291-0/+17
* gtk/Makefile.am add a single-include header for the unix print stuff.Michael Natterer2008-05-292-2/+1
* Enhanced pango attribute tests, Added tests for requires tag handling.Tristan Van Berkom2008-05-251-0/+29
* tests/pixbuf-lowmem.c tests/pixbuf-random.cBjörn Lindqvist2008-05-257-43/+24
* Use type of the correct column (#529535). Add test.Jan Arne Petersen2008-05-241-0/+71
* updated fix c99ism (variable at start of block export functions for windowHans Breuer2008-05-231-1/+4
* perf/widgets.h tests/print-editor.c tests/prop-editor.hMichael Natterer2008-05-239-10/+6
* 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
* Added <attributes> / <attribute> custom tags to parse pango attributesTristan Van Berkom2008-04-111-0/+113
* Cover GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER action in tests for currentBjörn Lindqvist2008-04-021-4/+10
* Don't pass NULL for %s to g_message(). (main): Drop unnecessary call toTor Lillqvist2008-03-201-5/+6