]> Pileus Git - ~andy/gtk/history - tests
Pass gtk_widget_get_toplevel() a GTK_WIDGET.
[~andy/gtk] / tests /
2005-02-17 Manish SinghShut up cvs
2005-02-11 Matthias ClasenSupport vertical menubars (#166632):
2005-02-07 Hans Breuerbuild with Cairo dependency. The patch to acually use...
2005-02-04 Manish Singhremove unused function.
2005-02-03 Owen TaylorAdd gdk_drawable_set_cairo_target().
2005-01-25 Federico Mena QuinteroMerged from gtk-2-6:
2004-12-22 Søren SandmannAdd sensitivity-changing timeout. Written by Christian...
2004-12-15 James M. CapeUse a GtkComboBox in SELECT_FOLDER mode (#157726).
2004-12-14 Matthias ClasenDon't use gtk_cell_renderer_set_values().
2004-12-14 Matthias ClasenTest oversized items.
2004-12-13 Matthias ClasenRename a local variable to avoid a conflict. (#161109...
2004-11-30 James M. Caperemoved "GtkFileChooserButton:active" property and...
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-16 Manish SinghShut up CVS
2004-11-12 Matthias Clasen*** empty log message ***
2004-11-12 Matthias Clasen*** empty log message ***
2004-11-09 Matthias ClasenAdd a real "Add many" button.
2004-11-09 Matthias ClasenFix double-click activation.
2004-11-09 Matthias ClasenApply a patch by Soeren Sandmann to test long statusbar...
2004-11-08 Matthias ClasenDisable the SAVE and CREATE_FOLDER modes. (#157675...
2004-11-07 Matthias ClasenNew convenience function to add a filter for image...
2004-10-31 Matthias ClasenDon't try to remove stuff from an empty model. (#156575...
2004-10-30 Matthias ClasenAdd a "Select All" menuitem. (#156792, Paolo Borelli)
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-26 Anders CarlssonReally handle a NULL model, fixes #137211 for real.
2004-10-26 James M. CapeRework of GtkFileChooserButton, some cleanups. Fixes...
2004-10-25 Matthias ClasenAdd testimage.
2004-10-25 Matthias ClasenUse gtk_image_new_from_icon_name().
2004-10-25 Matthias ClasenAdd a new type GTK_IMAGE_ICON_NAME for named icons...
2004-10-19 Matthias ClasenAdd a "display" option.
2004-10-19 Matthias ClasenSet the locale, tidy up output.
2004-09-30 Paolo Borelliexit on close.
2004-09-29 Paolo Borelliadd a GtkMenuToolButton.
2004-09-21 Manish Singh#include <config.h> for HAVE_MALLINFO define, other...
2004-09-21 Matthias ClasenCheck for mallinfo.
2004-09-19 Matthias Clasen2.5.3
2004-09-14 Matthias ClasenSet the cursor to the first selected row instead of...
2004-09-09 Matthias ClasenTypo fix.
2004-09-09 Matthias ClasenUpdate sensitivity of the "Select all" button.
2004-09-05 Anders CarlssonMake gtk argument parsing use goption. Add gtk_get_opti...
2004-08-18 Manish SinghShut up CVS
2004-08-17 Matthias ClasenUse g_message() throughout, add RTL envar for rtl testing.
2004-08-17 Matthias ClasenNew widget to go along with GtkFontButton and GtkColorB...
2004-08-16 Morten WelinderComment out mallinfo stuff. Fix g_print %-strings.
2004-08-14 Soeren SandmannNew function.
2004-08-06 Hans Breuermake it compile and more similar to the X11 implementat...
2004-08-04 Matthias ClasenAdd buttons to select and unselect all nodes, make...
2004-08-04 Matthias ClasenAdd testiconview. A test for GtkIconView ...which uses...
2004-08-02 Matthias ClasenSome trees in combo boxes.
2004-07-30 Matthias ClasenChange the api for separators to use a separator functi...
2004-07-22 Matthias ClasenRequire Pango 1.5.1 (for ellipsisation).
2004-07-22 Matthias ClasenDon't leak models. (#148128, Tommi Komulainen)
2004-07-20 Matthias ClasenAdd some refcount debugging.
2004-07-20 Soeren Sandmann=== Released 2.5.0 ===
2004-07-07 Matthias ClasenSupport separators in combo boxes and more generally...
2004-06-05 Soeren SandmannAdd a checkbox to queue an merge/unmerge. Patch from...
2004-05-27 Matthias ClasenSupport insensitive cells in tree views and combo boxes.
2004-05-12 Matthias ClasenAdd a progress cell renderer, based on the one found...
2004-05-10 Matthias ClasenMake the second example use the ::match-selected signal...
2004-05-01 Hans Breuertests/makefile.msc is in CVS for a long time, finally...
2004-04-29 Matthias ClasenAdd a missing cat. (#141070, Chris Sherlock)
2004-04-11 Jonathan BlandfordMoved search entries into priv data.
2004-03-17 Morten WelinderPlug leak.
2004-03-17 Morten WelinderPlug some leaks and expose others.
2004-03-17 Morten WelinderDon't leak the tooltip object.
2004-03-15 Jonathan BlandfordRewritten to use the GtkEntryCompletion API more correc...
2004-03-15 Owen Taylor#136672, reported by Christian Persch; fixes based...
2004-03-14 Hans Breuergtk/gtkcombobox.c : prototype cell_view_sync_cells...
2004-03-12 Morten WelinderSsssh!
2004-03-12 Morten WelinderAdd new testspinbutton.c
2004-03-11 Owen TaylorUse gtk_entry_set_width_chars() rather than gtk_widget_...
2004-03-10 Morten WelinderAdd support for --multiple.
2004-03-10 Jonathan BlandfordSupport changes in icon themes.
2004-03-09 Morten WelinderDestroy widgets to reveal leaks.
2004-03-08 Jonathan Blandfordnew function to consolidate creating the path_bar.
2004-03-08 Tor LillqvistCorrect localtime_r() emulation on Win32. Remove a...
2004-03-08 Christian NeumairFixed typo in entry completion test.
2004-03-08 Matthias ClasenTest dynamic addition/removal.
2004-03-07 Hans Breuersome more settings from system, also reflect some name...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-03 Mark McLoughlindon't try and store pointers in ints. Fixes 64-bit...
2004-03-03 Morten WelinderPlug leak.
2004-03-03 Jonathan BlandfordSplit function into realized and unrealized variants...
2004-03-02 Matthias ClasenAdd an animation mode, to test how the combobox behaves...
2004-03-02 Owen TaylorMove the /nonexistant stuff out of the main window...
2004-03-02 Owen Taylorgtk/gtktreestore.c (gtk_tree_store_reorder) Fix up...
2004-03-02 Soeren SandmannPatch from Frederic Crozat, test code from Jean-Philipp...
2004-03-02 Owen TaylorIf the model was empty before, select the first inserte...
2004-03-02 Federico Mena QuinteroDon't update the save folder combo if we are already...
2004-03-02 Matthias ClasenAdd testentrycompletion.
2004-03-02 Jonathan Blandfordimprove tests a little.
2004-03-02 Morten WelinderDon't scale images that are small enough to fit. Avoid...
2004-03-02 Owen TaylorAdd gtk_drag_source_set/get_target_list(). (#127499...
2004-03-01 Owen TaylorAdd gtk_entry_set_alignment() to allow right-aligned...
2004-02-26 Matthias ClasenNew convenience API to construct simple text combos...
2004-02-20 Michael Meeksre-arrange widgets to allow more overflowing toolbar...
2004-02-14 Federico Mena QuinteroDon't set a default size for the dialog - Federico
2004-02-10 Federico Mena QuinteroFixes #133995, patch by Morten Welinder <mortenw@gnome...
2004-02-04 Federico Mena QuinteroFix #59707.
next