]> Pileus Git - ~andy/gtk/history - tests/testgtk.c
API: range: Remove update policy
[~andy/gtk] / tests / testgtk.c
2011-01-05 Benjamin OtteAPI: range: Remove update policy
2010-12-27 Benjamin Ottetestgtk: Don't use deprecated APIs
2010-12-27 Benjamin Ottetestgtk: Use the relevant device to query the widget...
2010-12-25 Matthias ClasenDon't use gdk_{pointer,keyboard}_grab
2010-12-21 Benjamin Ottetestgtk: Use g_object_unref instead of gdk_cursor_unref
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-15 Javier Jardóntests: Use accessor functions to access GtkSelectionData
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos Garnachotestgtk: Fix gdk_rgba_parse() arguments.
2010-12-04 Matthias ClasenMake tests compile without using GtkStyle api
2010-12-04 Carlos Garnachotestgtk: Try to locate the right file.
2010-12-04 Carlos GarnachoMake testgtk load CSS for custom styling.
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-24 Benjamin Ottegtk: Remove GtkRuler
2010-11-02 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-10-31 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-30 Javier JardónUse gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()
2010-10-30 Javier JardónUse gtk_scale_new() instead gtk_[v|h]scale_new()
2010-10-30 Javier JardónUse gtk_scale_new_with_range() instead gtk_[v|h]scale_n...
2010-10-30 Javier JardónUse gtk_paned_new() instead gtk_[v|h]paned_new()
2010-10-30 Javier JardónUse gtk_ruler_new() instead gtk_[v|h]ruler_new()
2010-10-30 Javier JardónUse gtk_separator_new() instead gtk_[v|h]separator_new()
2010-10-30 Javier JardónUse gtk_button_box_new() instead gtk_[v|h]_button_box_new()
2010-10-30 Vincent UntzPort tests to GtkScrollable API instead of deprecated...
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-30 Javier JardónUse gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()
2010-10-30 Javier JardónUse gtk_scale_new() instead gtk_[v|h]scale_new()
2010-10-30 Javier JardónUse gtk_scale_new_with_range() instead gtk_[v|h]scale_n...
2010-10-30 Javier JardónUse gtk_paned_new() instead gtk_[v|h]paned_new()
2010-10-30 Javier JardónUse gtk_ruler_new() instead gtk_[v|h]ruler_new()
2010-10-30 Javier JardónUse gtk_separator_new() instead gtk_[v|h]separator_new()
2010-10-30 Javier JardónUse gtk_button_box_new() instead gtk_[v|h]_button_box_new()
2010-10-28 Vincent UntzPort tests to GtkScrollable API instead of deprecated...
2010-10-26 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-26 Javier Jardóntests: use accessor functions to access GtkToogleButton
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-22 Alberto GarciaAssign all g_signal_connect() and friends to gulong...
2010-10-18 Christian DywanUse new GtkComboBoxEntry in all tests
2010-10-15 Javier JardónUse the new GtkComboBoxText API
2010-10-14 Tristan Van BerkomDeprecate GtkComboBoxEntry in favor of added properties...
2010-10-11 Owen W. TaylorFix handling of the geometry widget
2010-10-05 Benjamin OtteRevert "testgtk: Remove snapshot test"
2010-09-28 Javier JardónRemove unneded casts
2010-09-28 Javier Jardóngtk_adjustment_new() should return a GtkAdjustment*
2010-09-28 Benjamin Ottetestgtk: Use gtk_widget_set_visual()
2010-09-27 Tristan Van BerkomFixing tests/ build for removal of GtkObject type.
2010-09-27 Matthias ClasenRemove GtkObject completely
2010-09-27 Javier JardónMove classes that currently derive from GtkObject to...
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin Ottetestgtk: Get rid of gdk_drawable_get_size() usage
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin Ottetestgtk: Use draw signal in layout test
2010-09-26 Benjamin Ottetestgtk: Use draw signal in scrolling test
2010-09-26 Benjamin Ottetestgtk: Use draw signal in cursors example
2010-09-26 Benjamin Ottetestgtk: Remove non-existing property from frame constr...
2010-09-26 Benjamin Ottetestgtk: Use draw signal in gridded geometry example
2010-09-26 Benjamin Ottetestgtk: Make big windows test not use expose events
2010-09-26 Benjamin Ottetestgtk: Use draw signal in resize grips example
2010-09-26 Benjamin Ottetestgtk: Connect to draw signal in "rotated text" example
2010-09-26 Benjamin Ottetestgtk: Connect to draw signals in "composited window...
2010-09-26 Benjamin Ottetestgtk: Connect to draw signal in alpha test
2010-09-26 Benjamin Ottetestgtk: Check visual, not colormap for RGBA availability
2010-09-26 Benjamin Ottetestgtk: gtk_widget_set_colormap() => gtk_window_set_vi...
2010-09-26 Benjamin Ottetestgtk: Don't set colormap when creating GDK windows
2010-09-26 Benjamin Ottetestgtk: No need to set a custom colourmap here
2010-09-26 Benjamin OtteAPI: Rename gdk_set_source_pixmap() to gdk_set_source_w...
2010-09-26 Benjamin Ottetestgtk: Remove snapshot test
2010-09-26 Benjamin Ottewidget: shape_combine_mask => shape_cobine_region
2010-09-26 Benjamin Ottetestgtk: Convert WM hints example to use gdk_window_set...
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-09 Tor LillqvistDon't use the same name for a function that used to...
2010-09-08 Colin WaltersGDK: Prefix key names with KEY_
2010-09-08 Tor LillqvistTurn the gtk version and age variables into functions
2010-09-02 Matthias ClasenAdapt tests to dialog api change
2010-09-02 Matthias ClasenRemove now unused GtkProgressBarOrientation enum
2010-09-02 Matthias ClasenAdapt testgtk progressbar test to api changes
2010-08-23 Javier Jardóntests/testgtk.c: Use accessor functions to access GtkWindow
2010-08-22 Javier Jardóntests/testgtk.c: Use accessor functions to access GtkWidget
2010-08-10 Benjamin Ottetestgtk: Use Cairo to load XBM image
2010-08-10 Benjamin Ottetestgtk: Use Pixbufs in the shapes example
2010-08-10 Benjamin Ottetestgtk: Rename pixmap => pixbuf in various places
2010-08-10 Benjamin Ottetestgtk: Use pixbufs instead of pixmaps
2010-08-10 Benjamin Ottetestgtk: Make image test not use Pixmaps, but Pixbufs
2010-08-10 Benjamin Ottetestgtk: Fix types and get rid of casting
2010-08-10 Benjamin Ottetestgtk: Remove image from drawable test
2010-08-10 Benjamin Ottetestgtk: Remove alpha drawing test
2010-08-07 Javier JardónCompletely remove any use of GtkWindow allow-grow and...
2010-07-26 Benjamin Ottetestgtk: Remove unused variable
2010-07-26 Benjamin Ottetestgtk: Draw rotated text example with pangocairo
2010-07-26 Benjamin Ottetestgtk: Replace gdk_draw_rectangle() with Cairo
2010-07-26 Benjamin Ottetests: Use gdk_screen_get_default_colormap()
2010-07-26 Benjamin Ottetests: Use GdkPixbuf for taking a screenshot, not GdkImage
2010-07-26 Benjamin Ottetests: Remove gdk_draw_pixbuf() with Cairo equivalent
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse accessor functions to access GtkStatusbar
2010-07-13 Javier JardónUse accessor functions to access GtkSpinButton
2010-07-13 Javier JardónUse accessor functions to access GtkPaned
2010-07-13 Javier JardónUse accessor funtions to access GtkLayout
next