summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add navigation for object properties, so that you can easily edit theMatthias Clasen2003-05-161-4/+34
* Patch from James Henstridge to update to automake-1.7 (#109542)Owen Taylor2003-05-061-24/+19
* Don't include strings.h, it's not needed anymore. (#112388)Matthias Clasen2003-05-061-1/+0
* Add a construct-only 'file_system' property, split test case into testfilecho...Owen Taylor2003-03-261-5/+23
* Add GtkFileSystem::parse, and a chooser entry with completionOwen Taylor2003-03-251-0/+11
* Initial revisionOwen Taylor2003-03-211-0/+79
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-285-27/+27
* Replace gtk_timeout_* by their GLib counterparts. (#106532)Matthias Clasen2003-02-191-5/+5
* declare gtk_selection_clear in GTK_COMPILATION too, for gtkwidget.c.Manish Singh2003-01-311-2/+2
* #include <stdlib.h> for putenv, <string.h> for strlen.Manish Singh2003-01-092-3/+3
* the rand variable should be static to avoid conflicts with rand().Kristian Rietveld2002-12-191-1/+1
* Use octal escapes rather than literal UTF-8.Owen Taylor2002-12-073-15/+15
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-204-0/+7
* Add a dummy widget and pass it as first argument to the various createMatthias Clasen2002-11-191-10/+12
* shut up cvsManish Singh2002-11-141-0/+1
* - comment out check_inconsistent_aa_bits[].Soeren Sandmann2002-11-131-0/+18
* Don't start a drag on double click. (#98189) Also test moving.Matthias Clasen2002-11-101-4/+11
* Draw grips in all edges.Matthias Clasen2002-11-081-0/+56
* Put into #ifdef DO_BLINK to avoid an unused static function. (#97965)Matthias Clasen2002-11-081-2/+6
* Use g_get_application_name() instead of g_get_prgname() as the defaultOwen Taylor2002-11-081-0/+2
* add testmenus.c, a program to test menus when items are dynamically addedSoeren Sandmann2002-11-082-0/+235
* Use g_date_strftime(), fixing #74745. (Alper Ersoy)Owen Taylor2002-11-071-16/+13
* Add resize grips test.Anders Carlsson2002-11-071-0/+89
* Add a --screen option for setting the default screen. (Based on a patchOwen Taylor2002-10-311-4/+0
* Adjust for current gtk-engines.Matthias Clasen2002-10-291-5/+4
* Warn if loading <ImageItem> image fails.Owen Taylor2002-10-251-111/+96
* When popping up the list without any selected items, hack the focus on theOwen Taylor2002-10-231-1/+1
* Make the widgets work reasonably when they don't have children -- draw theOwen Taylor2002-10-171-36/+85
* Deprecation cleanupManish Singh2002-10-1324-1530/+1551
* remove references to non-existing properties GtkWindow::allow_shrink andSoeren Sandmann2002-10-131-20/+0
* Add GO_FORWARD and GO_BACK with both left and right arrows depending onOwen Taylor2002-10-091-0/+45
* Use a pixbuf to set the drag icon, combine code to create drag iconsOwen Taylor2002-10-071-3/+1
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-3/+3
* Improve checks on public entry points, including, among other thingsOwen Taylor2002-10-043-13/+8
* Fix error in computing length and a memory leak. (Fixes #94072, reportedOwen Taylor2002-10-031-1/+3
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-5/+7
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-6/+5
* fix GtkWindowMnemonic to have a separate typedefHavoc Pennington2002-09-251-1/+31
* Copy from X11 backend. The old version mishandled consecutive newlines.Tor Lillqvist2002-09-211-3/+0
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-051-3/+3
* Fix bug in the selection mode option menus which were setting the wrongOwen Taylor2002-07-301-27/+19
* Renames:Owen Taylor2002-06-204-5/+5
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-3/+3
* Set the private LEAVE_PENDING flag to fix problem where with menu itemsOwen Taylor2002-05-201-2/+2
* Silent CVSAnders Carlsson2002-05-181-0/+4
* Fix a missing unref in the local/passive case. (#82067, Michael Meeks)Owen Taylor2002-05-171-0/+1
* Special case menu items to pop down on motion. (#75961)Owen Taylor2002-05-151-0/+18
* The "big treeview focus patch". Fixes several issues and adds someKristian Rietveld2002-05-051-16/+47
* image files for testing pixbuf loaders the old test-loaders.c split intoSoeren Sandmann2002-05-0538-21/+1956
* make gdk_screen_get_monitor_at_point cross platform instead of backendErwann Chenede -2002-05-021-1/+1