]> Pileus Git - ~andy/gtk/history - tests/testgtk.c
testgtk: Use draw signal in layout test
[~andy/gtk] / tests / testgtk.c
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
2010-07-13 Javier JardónUse accessor functions to access GtkDialog
2010-07-13 Javier JardónUse GtkBin accessors
2010-07-13 Javier JardónUse accessor functions to access GtkColorSelectionDialog
2010-07-13 Javier JardónUse accessor functions to access GtkNotebook
2010-07-13 Christian DywanDeprecate GtkNotebookPage as used in switch-page
2010-06-29 Benjamin Ottes/GdkRegion/cairo_region_t/ in all of gtk
2010-06-29 Benjamin OtteDeprecate the GdkRegion API
2010-06-09 Matthias ClasenGet rid of GtkProgress
2010-06-07 Javier JardónRemove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN...
2010-05-18 Matthias ClasenSome cleanups after the module cache file change
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Javier JardónDo not use deprecated GtkNoteBook api in testgtk
2010-05-02 Javier JardónRemove deprecated GtkProgress functionality from testgtk
2010-05-02 Christian DywanDon't set child-min-width/ height in the button box...
2010-05-02 Christian DywanRevert accidental removal of book pixmap strings
2010-05-02 Christian DywanRemove unused dump_accels() function from testgtk
2010-05-02 Christian DywanRemove GtkTipsQuery demo from testgtk
2010-05-02 Christian DywanDon't use gtk_widget_set_uposition/size in testgtk
2010-05-02 Christian DywanRemove unused text helper functions from testgtk
2010-05-02 Christian DywanUse new 2.14 GtkColorSelection API in testgtk
2010-05-02 Christian DywanReplace GtkFileSelection with GtkFileChooser in testgtk
2010-05-02 Christian DywanUse GtkComboBoxEntry for the display list in testgtk
2010-05-02 Christian DywanUse GtkComboBoxEntry in entry test in testgtk
2010-05-02 Christian DywanDeclare book_open/closed_xpm in testgtk notebook
2010-05-02 Christian DywanRemove item factory test from testgtk
2010-05-02 Christian DywanRemove obsolete GtkText test from testgtk
2010-05-02 Christian DywanRemove obsolete GtkTree test from testgtk
2010-05-02 Christian DywanUse an array and new toolbar API in testgtk
2010-05-02 Christian DywanReplace option menus in testgtk with combo boxes
2010-05-02 Christian DywanUse new progress bar API in testgtk progress test
2010-05-02 Christian DywanUse a tree view in testgtk selection target test
2010-05-02 Christian DywanRemove deprecated GtkTooltips
2010-05-02 Javier JardónRemoved a call to a recently removed test function
2010-05-02 Javier JardónRemove GtkGammaCurve completely
2010-05-02 Javier JardónRemove gtkmain stuff from docs and tutorial.
2010-05-02 Javier JardónRemove remaining GtkButtonBox deprecated stuff
2010-05-02 Javier JardónRemove deprecated code: GtkCheckMenuItem
2010-05-02 Christian DywanRemove GtkCList, GtkCTree, GtkFileSelection and GtkPree...
2010-04-04 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Christian PerschImplement property editor for GdkColor properties
2010-04-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2010-03-09 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-03-02 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
next