summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove virtualization and made it cross platform. fix #79961 fixedErwann Chenede -2002-05-011-9/+10
* Make it work, even if the window is already realized or mapped.Owen Taylor2002-04-303-206/+625
* cvsignore additionsOwen Taylor2002-04-301-0/+3
* Multi-screen test case form multihead branch with a few cleanups. (Get ridOwen Taylor2002-04-303-0/+324
* fix problem with finalizing non-initialized fully display when failing toOwen Taylor2002-04-302-1/+83
* tests/testtreecolumns.c quit the main loop when the window is destroyed.Sven Neumann2002-04-262-3/+6
* Add a small test case.Anders Carlsson2002-04-171-0/+15
* really revert testgtk.cManish Singh2002-04-081-12/+12
* revert accidentally commited change to testgtk.cSoeren Sandmann2002-04-041-1/+1
* Fix problem with menu titles being clipped (#75948)Soeren Sandmann2002-04-041-13/+13
* start implementingJonathan Blandford2002-03-071-0/+1
* Update version to 2.0.0Owen Taylor2002-03-052-6/+5
* Make color selection and selection examples work.Matthias Clasen2002-03-041-2/+2
* Fix to properly take the default window into account by setting a flag andOwen Taylor2002-03-041-0/+145
* Centralize lookup and caching of cursor GC's here.Owen Taylor2002-03-031-1/+1
* Fixes for uninstalled operation with module suffixes other than .so and inOwen Taylor2002-03-033-5/+5
* Handle NO_WINDOW widgets with windows that are children of widget->window.Owen Taylor2002-03-031-7/+17
* include gdkkeysysms.h if compiling gdk_keyval_convert_case.Owen Taylor2002-03-011-0/+11
* Convert over to using an GtkInvisible - selections don't work properlyOwen Taylor2002-02-251-5/+8
* at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2002-02-241-3/+3
* delay scrolling until we try to draw the window.Jonathan Blandford2002-02-231-1/+8
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-0/+78
* hm, check buttons look better for below.Manish Singh2002-02-171-2/+2
* redid the filesel test. Added a way to set select multiple as a toggleManish Singh2002-02-171-24/+51
* Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratioOwen Taylor2002-02-141-2/+1
* just go ahead and flush all the first validate stuff if it hasn't beenHavoc Pennington2002-02-131-1/+1
* Cast GType to long and use %ld to fix warning. (#71318, Morten Welinder)Owen Taylor2002-02-131-1/+1
* don't reduce the scroll rect size by the scroll amountHans Breuer2002-02-102-1/+2
* Keyboard navigation for GtkPaned F6: cycle between panes. F8: focus handleSoeren Sandmann2002-02-091-0/+366
* Remove the objectionably short cursor blink time setting.Owen Taylor2002-02-051-1/+1
* Fix ordering of priorities so that priorities take precendence over theOwen Taylor2002-02-022-5/+45
* Handle reparsing any strings if the theme changes. (#69465)Owen Taylor2002-02-011-0/+11
* Try to make sure that we have some focused widget on map. (#50339)Owen Taylor2002-01-311-6/+9