summaryrefslogtreecommitdiff
path: root/tests/testgtk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #59707.Federico Mena Quintero2004-02-041-2/+2
* new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ...Hans Breuer2004-01-281-3/+8
* Set a small size request and make the window resizable, to testSoeren Sandmann2004-01-181-1/+2
* Add table menu tests.Matthias Clasen2003-09-111-0/+163
* Implement gtk_event_box_get/set_input_only()Alexander Larsson2003-09-081-0/+130
* Make the layers in the paint stack have their own pixmap instead ofSoeren Sandmann2003-08-201-8/+8
* Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos)Matthias Clasen2003-08-101-1/+49
* Use g_setenv() instead of putenv().Matthias Clasen2003-08-021-2/+2
* Add a test for GtkFontButton and GtkColorButton.Matthias Clasen2003-07-011-44/+34
* Make it compile with C89 compilersSoeren Sandmann2003-06-091-2/+2
* Install boolean child properties "resize" and "shrink".Matthias Clasen2003-06-091-28/+12
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-3/+3
* #include <stdlib.h> for putenv, <string.h> for strlen.Manish Singh2003-01-091-2/+2
* Use octal escapes rather than literal UTF-8.Owen Taylor2002-12-071-12/+12
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+2
* Add a dummy widget and pass it as first argument to the various createMatthias Clasen2002-11-191-10/+12
* - 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
* Use g_get_application_name() instead of g_get_prgname() as the defaultOwen Taylor2002-11-081-0/+2
* Add resize grips test.Anders Carlsson2002-11-071-0/+89
* 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-131-1135/+1156
* 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-041-2/+3
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-5/+7
* fix GtkWindowMnemonic to have a separate typedefHavoc Pennington2002-09-251-1/+31
* Fix bug in the selection mode option menus which were setting the wrongOwen Taylor2002-07-301-27/+19
* Renames:Owen Taylor2002-06-201-1/+1
* 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
* Special case menu items to pop down on motion. (#75961)Owen Taylor2002-05-151-0/+18
* Make it work, even if the window is already realized or mapped.Owen Taylor2002-04-301-202/+617
* 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
* Fix to properly take the default window into account by setting a flag andOwen Taylor2002-03-041-0/+145
* Fixes for uninstalled operation with module suffixes other than .so and inOwen Taylor2002-03-031-2/+2
* 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
* 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
* don't reduce the scroll rect size by the scroll amountHans Breuer2002-02-101-1/+1
* Keyboard navigation for GtkPaned F6: cycle between panes. F8: focus handleSoeren Sandmann2002-02-091-0/+366