summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Missing format specifiers and some other small bits. Bugzilla bug #554567.Kjartan Maraas2008-11-211-1/+1
* 2.14.3GTK_2_14_3Matthias Clasen2008-09-241-2/+2
* 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
* Build testmountoperation only on Unix for now.Tor Lillqvist2008-03-171-1/+3
* Implement GtkMountOperation, a subclass of GMountOperation to be used withChristian Kellner2008-03-172-0/+168
* Add the possibility to test what happens if the process just calls exit()Tor Lillqvist2008-03-101-0/+15
* - Treat enums like enums and not values - Avoid invalid free, in case ofJohan Dahlin2008-03-071-1/+94
* Implement GtkBuildable on GtkIconFactory, to make it possible to registerJohan Dahlin2008-03-071-0/+30
* Restore accidentally broken test.Johan Dahlin2008-03-051-1/+1
* Remove autotestkeywords, it's added later, fixes non-C++ build. (#496032,Johan Dahlin2008-03-021-1/+0
* Add translatable/context and comment attributes on <col> tags under aJohan Dahlin2008-03-021-3/+3
* Do not use g_error for a few more errors, instead set the GError sent inJohan Dahlin2008-03-011-1/+21
* Revert back to r19454.Emmanuele Bassi2008-02-271-19/+13815
* Add file missing from SVN, from the tarball.Tor Lillqvist2008-02-221-0/+20
* 2.13.0GTK_2_13_0Matthias Clasen2008-02-216-13821/+42
* Add a --backend option. (#516073, Christian Persch)Matthias Clasen2008-02-161-14/+33
* Fix a memory leak (#515039, Christian Persch)Matthias Clasen2008-02-121-1/+3
* Fix a memory leak (#515038, Christian Persch)Matthias Clasen2008-02-121-0/+2
* Set no-show-all flag on the placeholder menu item.Emmanuele Bassi2008-02-111-2/+2