]> Pileus Git - ~andy/gtk/history - tests/testgtk.c
2.13.0
[~andy/gtk] / tests / testgtk.c
2008-02-21 Matthias Clasen2.13.0
2008-02-01 Michael Nattererinitialize GdkColor structs to fix warning about uninit...
2007-06-29 Ryan LortieConnect the "destroy" signal so that the 'window' point...
2007-06-06 Yevgen Muntyannew method, gtk_widget_modify_cursor() (#89314).
2007-06-04 Emmanuele BassiRevert previous commit; the API is not yet finalized...
2007-06-03 Emmanuele BassiAdd gtk_radio_button_set_value(), gtk_radio_button_get_...
2007-06-01 Matthias ClasenAdd support for composited child windows. (#412882...
2007-05-03 Tim Janikmade handle box test non-modal, so other test can inter...
2007-02-08 Tim Janikapplied patch from Xan Lopez which adds GTK_BUTTONBOX_C...
2006-09-19 Tim Janikadded GtkArrow::arrow-scaling style property to control...
2006-09-11 Tim Janikfixed compiler warnings.
2006-08-29 Tim Janikallow (most) windows to be resizable. added ellipsizati...
2006-04-25 Søren SandmannCreate 'composited' label.
2006-01-11 Matthias ClasenAdd an expander example.
2005-09-09 Matthias ClasenFix the build
2005-09-06 Matthias ClasenAdd tests for extra virtual modifiers.
2005-06-15 Matthias ClasenAdd two new settings, gtk-cursor-theme-name and gtk...
2005-05-12 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
2005-05-09 Owen TaylorFill in unused bits so they can be used for the depth...
2005-04-03 Hans Breuer[merged from gtk-2-6 branch] let dash_offset shift...
2004-11-21 Owen TaylorAdd GdkPangoRenderer, a subclass of PangoRenderer targe...
2004-11-19 Manish Singhmodules/engines/ms-windows/msw_rc_style.c
2004-11-09 Matthias ClasenApply a patch by Soeren Sandmann to test long statusbar...
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-03-15 Owen Taylor#136672, reported by Christian Persch; fixes based...
2004-03-11 Owen TaylorUse gtk_entry_set_width_chars() rather than gtk_widget_...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-02 Owen TaylorAdd gtk_drag_source_set/get_target_list(). (#127499...
2004-02-04 Federico Mena QuinteroFix #59707.
2004-01-28 Hans Breuernew GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... defin...
2004-01-18 Soeren SandmannSet a small size request and make the window resizable...
2003-09-11 Matthias ClasenAdd table menu tests.
2003-09-08 Alexander LarssonImplement gtk_event_box_get/set_input_only()
2003-08-20 Soeren SandmannMake the layers in the paint stack have their own pixma...
2003-08-10 Matthias Clasen Add support for EWMH "Above" and "Below" window states...
2003-08-02 Matthias ClasenUse g_setenv() instead of putenv().
2003-07-01 Matthias ClasenAdd a test for GtkFontButton and GtkColorButton.
2003-06-09 Soeren SandmannMake it compile with C89 compilers
2003-06-09 Matthias ClasenInstall boolean child properties "resize" and "shrink".
2003-02-28 Manish Singhdemos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk...
2003-01-09 Manish Singh#include <stdlib.h> for putenv, <string.h> for strlen.
2002-12-07 Owen TaylorUse octal escapes rather than literal UTF-8.
2002-11-20 Manish Singhadd -DGTK_DISABLE_DEPRECATED. #undef it at the top...
2002-11-19 Matthias ClasenAdd a dummy widget and pass it as first argument to...
2002-11-13 Soeren Sandmann- comment out check_inconsistent_aa_bits[].
2002-11-10 Matthias ClasenDon't start a drag on double click. (#98189) Also test...
2002-11-08 Matthias ClasenDraw grips in all edges.
2002-11-08 Owen TaylorUse g_get_application_name() instead of g_get_prgname...
2002-11-07 Anders CarlssonAdd resize grips test.
2002-10-25 Owen TaylorWarn if loading <ImageItem> image fails.
2002-10-23 Owen TaylorWhen popping up the list without any selected items...
2002-10-17 Owen TaylorMake the widgets work reasonably when they don't have...
2002-10-13 Manish SinghDeprecation cleanup
2002-10-13 Soeren Sandmannremove references to non-existing properties GtkWindow...
2002-10-09 Owen TaylorAdd GO_FORWARD and GO_BACK with both left and right...
2002-10-07 Owen TaylorUse a pixbuf to set the drag icon, combine code to...
2002-10-07 Owen Taylor- Replace GdkPointerHooks with a multihead-safe GdkDisp...
2002-10-04 Owen TaylorImprove checks on public entry points, including, among...
2002-10-03 Owen TaylorAdd a 'type' parameter, make public.
2002-09-25 Havoc Penningtonfix GtkWindowMnemonic to have a separate typedef
2002-07-30 Owen TaylorFix bug in the selection mode option menus which were...
2002-06-20 Owen TaylorRenames:
2002-06-18 Owen TaylorReplace gdk_cursor_new_for_screen() with gdk_cursor_new...
2002-05-20 Owen TaylorSet the private LEAVE_PENDING flag to fix problem where...
2002-05-15 Owen TaylorSpecial case menu items to pop down on motion. (#75961)
2002-04-30 Owen TaylorMake it work, even if the window is already realized...
2002-04-08 Manish Singhreally revert testgtk.c
2002-04-04 Soeren Sandmannrevert accidentally commited change to testgtk.c
2002-04-04 Soeren SandmannFix problem with menu titles being clipped (#75948)
2002-03-04 Owen TaylorFix to properly take the default window into account...
2002-03-03 Owen TaylorFixes for uninstalled operation with module suffixes...
2002-03-03 Owen TaylorHandle NO_WINDOW widgets with windows that are children...
2002-03-01 Owen Taylorinclude gdkkeysysms.h if compiling gdk_keyval_convert_case.
2002-02-21 Owen TaylorImplement "fuzzy" key binding lookups; allow matches...
2002-02-17 Manish Singhhm, check buttons look better for below.
2002-02-17 Manish Singhredid the filesel test. Added a way to set select multi...
2002-02-10 Hans Breuerdon't reduce the scroll rect size by the scroll amount
2002-02-09 Soeren SandmannKeyboard navigation for GtkPaned F6: cycle between...
2002-02-02 Owen TaylorFix ordering of priorities so that priorities take...
2002-02-01 Owen TaylorHandle reparsing any strings if the theme changes....
2002-01-31 Owen TaylorTry to make sure that we have some focused widget on...
2001-12-12 Owen TaylorOnly draw for events on the bin window.
2001-12-08 Anders CarlssonDon't return TRUE since then the default GtkLayout...
2001-11-21 Owen TaylorRef-sink the tooltips object. Ref-sink the tooltips...
2001-11-18 Owen TaylorInclude glib-object.h instead of gobject/gsignal.h
2001-11-16 Jacob Berkmanmove the separator to the right place in the radio...
2001-11-16 jacob berkmanadd some no-indicator radio buttons
2001-11-14 Sven Neumannmake it compile without warnings.
2001-11-13 Tim Janikadded gtkaccelmap.sgml. other updates.
2001-11-05 Owen TaylorClamp max window width/height to 32767, not 32768 since...
2001-10-26 Anders CarlssonSet up destroy signals so that all windows will be...
2001-10-26 Anders CarlssonDon't set a fixed height on the hscale widget. This...
2001-10-10 Owen TaylorCall setlocale (LC_ALL, ""). (#60606)
2001-09-20 Kristian RietveldCVS got a broken pipe signal, the ChangeLog change...
2001-09-18 Owen TaylorFix up for changes to PangoFontDescription.
2001-09-10 Tim Janikslight fix for g_object_set() not usable for nesting...
2001-08-27 Owen TaylorUse autoconf 2.13/2.50 compat macro.
2001-08-26 Alexander LarssonRessurect the properties test. I don't care if it is...
2001-08-16 Matthias Clasentests/testgtk.c (create_handle_box):
2001-08-10 Havoc Penningtonfix a typo.
next