summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Improved legibility of the label parameters test.Tristan Van Berkom2010-04-201-5/+5
* Added test reflecting the usage of GtkLabel parameters.Tristan Van Berkom2010-04-201-0/+123
* Updated test for api change.Tristan Van Berkom2010-04-201-1/+1
* Updating test for api change.Tristan Van Berkom2010-04-201-1/+1
* Added test to demonstrate width-for-height labels.Tristan Van Berkom2010-04-201-5/+152
* Added testextendedlayout2.c to tests.Tristan Van Berkom2010-04-192-0/+347
* Fixed extended layout test to compile without the gtk_label_set_fullsize() api.Tristan Van Berkom2010-04-181-2/+2
* Fixed test to call the extended layout api instead of consulting ->requisitionTristan Van Berkom2010-04-171-7/+7
* Adding tests ported over from the old branch by Matthias.Tristan Van Berkom2010-04-102-98/+2588
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-04-033-6/+6
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-04-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-04-031-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-04-033-7/+7
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-04-033-11/+11
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-04-036-43/+43
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-04-031-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-04-035-89/+89
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-04-031-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-04-033-4/+4
* Correctly clone the toolbutton's icon-name image widgetChristian Persch2010-04-031-0/+5
* [tests] Not use GtkOptionMenu deprecate widget.Javier Jardón2010-04-031-24/+12
* [test] Fix some typosJavier Jardón2010-04-031-2/+2
* Implement property editor for GdkColor propertiesChristian Persch2010-04-032-10/+76
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-04-032-2/+2
* Add gtk_offscreen_window_get_pixmap() and gtk_offscreen_window_get_pixbuf(), ...Cody Russell2010-04-031-1/+1
* Add delete-event callback to window, use gtk_widget_queue_draw() instead of g...Cody Russell2010-04-031-1/+3
* GtkOffscreenWindow implementation for #604901Cody Russell2010-04-032-0/+98
* Fix up linker flagsBenjamin Otte2010-04-031-1/+2
* native-layout: Change test-case so that it is more obvious that the algorithm...Johannes Schmid2009-12-141-1/+1
* Merge branch 'master' into native-layoutJohannes Schmid2009-12-142-12/+50
|\
| * let the close button reflect the page_complete status of SUMMARY pagesSven Herzberg2009-12-101-2/+12
| * Add gdk_screen_get_primary_monitor(). This fixes bug #601712Cody Russell2009-12-081-10/+38
* | native-layout: Introduce GtkExtendedLayout interface.Johannes Schmmid2009-12-143-8/+248
|/
* Add UI manager attribute to always show image in menu itemsChristian Persch2009-11-271-1/+1
* Disable test until it is rewritten to workJavier Jardón2009-11-091-0/+4
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-062-6/+6
* Fix compilation warningJavier Jardón2009-10-201-6/+3
* Undefine GTK_DISABLE_DEPRECATED in testinput to keep it compilingChristian Dywan2009-10-161-0/+2
* Don't include gdkwin32.h when testing Objective-C++Tor Lillqvist2009-10-091-0/+2
* Move '-x objective-c++' from CXXFLAGS to CPPFLAGSCody Russell2009-09-181-2/+1
* Fix warning about pointer/int confusionVincent Untz2009-09-121-1/+1
* Deprecate GDK_WINDOW_OBJECT and GdkWindowObjectAlexander Larsson2009-09-041-0/+1
* Add test for gdk_window_restackAlexander Larsson2009-09-021-1/+43
* Remove some unused variables (GnomeBug:591218)Javier Jardón2009-08-101-1/+0
* Enable big_window bench on win32, dialog for everyoneHans Breuer2009-07-261-6/+1
* Build more testapps, use G_PI instead of M_PIHans Breuer2009-07-132-6/+12
* Add a testcase for use-stock/use-underline in buttonsMatthias Clasen2009-07-012-0/+151
* Clean up embedding apiAlexander Larsson2009-07-011-19/+12
* Make win32 backend build and minimally workAlexander Larsson2009-07-011-0/+2
* Merge branch 'master' into client-side-windowsAlexander Larsson2009-06-174-1/+133
|\