]> Pileus Git - ~andy/gtk/history - tests
autogen: Explicitly allow libtool > 2.2
[~andy/gtk] / tests /
2010-10-08 Cody RussellRemove uses of gtk_statusbar_set_has_resize_grip()
2010-10-05 Benjamin OtteRevert "testgtk: Remove snapshot test"
2010-10-05 Michael Natterertests: don't call gtk_widget_get_allocation() on NULL...
2010-09-29 Javier Jardóntesttext: Use gtk_widget_destroy() instead gtk_object_d...
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 BerkomFix erroneous usage of height-for-width apis in gtk_wid...
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 Ottetests: Port testadjustsize to draw vfunc
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin Ottetests: Get rid of gdk_drawable_get_size() usage in...
2010-09-26 Benjamin Ottetests: Get rid of gdk_drawable_get_size() usage in...
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 Ottetest: Port offscreen test to draw vfunc
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 Ottetests: Use draw vfunc in print-editor
2010-09-26 Benjamin Ottetestoffscreen: Connect to draw signal
2010-09-26 Benjamin Ottetests: Use draw signal in testinput
2010-09-26 Benjamin Ottetesttooltips: Connect to draw signal
2010-09-26 Benjamin Ottetesttooltips: Don't call gdk_window_get_pointer() in...
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 Ottetests: Connect to draw signal in testimage
2010-09-26 Benjamin Ottetests: Connect to draw signal in testoffscreenwindow
2010-09-26 Benjamin Ottetests: Connect to draw signal in testellipsise
2010-09-26 Benjamin Ottetestcairo: Connect to draw signal
2010-09-26 Benjamin Ottetests: Remove ability to set backend from testfilechooser
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 Ottetests: Don't set colormap when creating offscreen windows
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 Ottetests: No need to allocate colors anymore
2010-09-26 Benjamin OtteAPI: Rename gdk_set_source_pixmap() to gdk_set_source_w...
2010-09-26 Benjamin OtteAPI: Change offscreen windows to use a cairo_surface_t
2010-09-26 Benjamin Ottetests: Convert testinput to use cairo_surface_t
2010-09-26 Benjamin Ottetestoffscreen: Remove unused code
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-24 Matthias ClasenRemove gtk_notebook_set_window_creation_hook in testnot...
2010-09-24 Matthias ClasenGtkNotebook: replace group by group_name
2010-09-22 Javier JardónDo not disable deprecation guards
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Tristan Van BerkomSplit up GtkWrapBox:spreading property into two orienta...
2010-09-20 Owen W. TaylorOnly store error codes in inner-most X error trap
2010-09-19 Havoc PenningtonImprove tests for X error traps, fix two bugs
2010-09-18 Matthias ClasenAdd some minimal test for X error traps
2010-09-16 Matthias ClasenRename h/v-align to h/valign
2010-09-15 Tristan Van BerkomAdded a default size of a magic number to testwrapbox.c
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-13 Matthias ClasenRemove fill options from GtkWrapBox
2010-09-13 Matthias ClasenRemove padding from GtkWrapBox
2010-09-13 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-13 Tristan Van BerkomMake testwrapbox scrolled window scrollbars automatic.
2010-09-13 Havoc PenningtonAdd padding and alignment tests to testadjustsize.c
2010-09-13 Havoc PenningtonAdd testadjustsize test, to test new adjust size method...
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-08 Javier Jardóntests: Use gtk_widget_set_size_request() instead gtk_wi...
2010-09-03 Benjamin Ottetests: Remove all code relating to the blink menu item
2010-09-02 Matthias ClasenRemove blinking from status icons
2010-09-02 Matthias ClasenAdapt tests to dialog api change
2010-09-02 Tristan Van BerkomEnhanced/Simplified GtkWrapBox api as per Havoc's comments.
2010-09-02 Tristan Van BerkomSome api changes for GtkWrapBox
2010-09-02 Matthias ClasenRemove now unused GtkProgressBarOrientation enum
2010-09-02 Matthias ClasenAdapt testgtk progressbar test to api changes
2010-08-30 Tristan Van BerkomFixing email address in copyright header for testwrapbo...
2010-08-28 Tristan Van BerkomAdded initial revision of GtkWrapBox container widget...
2010-08-24 Javier Jardóntests/testsocket: Fix broken test
2010-08-23 Javier Jardóntests/testgtk.c: Use accessor functions to access GtkWindow
2010-08-22 Javier Jardóntests/testxinerama.c: Use accessor functions to access...
2010-08-22 Javier Jardóntests/testwindows.c: Use accessor functions to access...
2010-08-22 Javier Jardóntests/testtooltips.c: Use accessor functions to access...
2010-08-22 Javier Jardóntests/testsocket_common.c: Use accessor functions to...
2010-08-22 Javier Jardóntests/testsocket.c: Use accessor functions to access...
2010-08-22 Javier Jardóntests/testselection.c: Use accessor functions to access...
2010-08-22 Javier Jardóntests/testoffscreenwindow.c: Use accessor functions...
2010-08-22 Javier Jardóntests/testoffscreen.c: Use accessor functions to access...
2010-08-22 Javier Jardóntests/testinput.c: Use accessor functions to access...
2010-08-22 Javier Jardóntests/testiconview-keynav.c: Use accessor functions...
2010-08-22 Javier Jardóntests/testgtk.c: Use accessor functions to access GtkWidget
2010-08-22 Javier Jardóntests/testframe.c: Use accessor functions to access...
2010-08-22 Javier Jardóntests/testellipsise.c: Use accessor functions to access...
2010-08-22 Javier Jardóntests/testcairo.c: Use accessor functions to access...
2010-08-22 Javier Jardóntests/print-editor.c: Use accessor functions to access...
2010-08-22 Javier Jardóntests/gtkoffscreenbox.c: Use accessor functions to...
2010-08-21 Javier JardónUse standard icon names in demos and tests
next