summaryrefslogtreecommitdiff
path: root/modules/other/gail/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining usage of g[dk]ktargetlib.Yaakov Selkowitz2011-01-101-35/+35
| | | | | | This is a follow-up to commit 07d49ee56a4ce86d9d6154e00ff6b10bd3bdc2a4. https://bugzilla.gnome.org/show_bug.cgi?id=639047
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-023-19/+21
| | | | Because it's FALSE in virtually all use cases.
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-303-19/+19
|
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-10-301-1/+1
|
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-301-1/+1
|
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-301-1/+1
|
* gail: use accessor functions to access GtkToggleButtonJavier Jardón2010-10-262-5/+5
|
* gail: Fix tests compilation - too many castsBenjamin Otte2010-09-285-17/+17
|
* gail: Use accessor functions to access GtkWindowJavier Jardón2010-08-232-5/+3
|
* Use accessor functions to access GtkDialogJavier Jardón2010-07-131-12/+11
|
* Use accessor functions to access GtkCheckMenuItemJavier Jardón2010-07-131-7/+7
|
* Use accessor functions to access GtkAccesible variablesJavier Jardón2010-07-1311-26/+28
|
* Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guardsJavier Jardón2010-06-072-4/+0
|
* [tests] Remove GtkOptionmenu from gail testsJavier Jardón2010-05-112-20/+0
|
* Install the gail tests in /usr/lib/gtk-3.0/modulesRichard Hughes2010-05-101-1/+1
|
* Remove obsolete GtkOptionMenu test case from Gail testsChristian Dywan2010-05-032-158/+0
|
* Substitute deprecated functionJavier Jardón2010-05-031-1/+1
| | | | Use gtk_editable_set_editable() instead gtk_entry_set_editable()
* Fix compilation errorJavier Jardón2010-05-031-2/+2
| | | | | Substitute gtk_menu_bar_append() deprecated function by gtk_menu_shell_append() and cast to correct type
* Remove deprecated GtkEntry stuff from docs and tutorial.Javier Jardón2010-05-031-1/+1
| | | | | Also, substitue the deprecated functions with the new ones in documentation and in tests code
* Remove gtkmain stuff from docs and tutorial.Javier Jardón2010-05-031-2/+2
| | | | | Also, substitue the deprecated functions with the new ones in documentation and in tests code
* Remove remaining GtkWindow deprecated documentationJavier Jardón2010-05-031-1/+0
| | | | This completes commit 89e3ec8c3d766c333f6e67764ebd7633d61e21cd
* Don't use deprecated classes in GailChristian Dywan2010-05-031-1/+3
|
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
| | | | | | Use gtk_widget_get_visible() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-044-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Deprecate widget flag macros GTK_WIDGET_STATE, GTK_WIDGET_SAVED_STATE, GTK_WIDGET_FLAGS, GTK_WIDGET_TOPLEVEL, GTK_WIDGET_NO_WINDOW and GTK_WIDGET_COMPOSITE_CHILD. Also deprecate the type macros GTK_WIDGET_TYPE, GTK_OBJECT_TYPE_NAME and GTK_OBJECT_TYPE which have become redundant. Instances of GTK_WIDGET_TOPLEVEL are replaced with gtk_widget_is_toplevel, GTK_WIDGET_TYPE is replaced with G_OBJECT_TYPE, GTK_WIDGET_COMPOSITE_CHILD is replaced with use of the "composite-child" property and uses of GTK_WIDGET_NO_WINDOW are adjusted to use gtk_widget_get_has_window. Uses of GTK_WIDGET_SAVED_STATE and GTK_WIDGET_FLAGS inside GtkWidget are changed to direct flag usage. Documentation is updated to refer to gtk_widget_set_has_window and gtk_widget_get_has_window. Gail and tests are updated as well. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Fix a compilation warningJavier Jardón2009-10-201-1/+4
| | | | Catch the returned value of write()
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-041-0/+2
| | | | Add four new doc templates that were not in repository.
* Bug 575644 - Cygwin gail build patchTor Lillqvist2009-03-251-1/+1
| | | | | | | | | | | | | | 2009-03-25 Tor Lillqvist <tml@novell.com> Bug 575644 - Cygwin gail build patch * modules/other/gail/Makefile.am * modules/other/gail/libgail-util/Makefile.am * modules/other/gail/tests/Makefile.am: Use -no-undefined also on Cygwin. Patch from "Cygwin ports maintainer". svn path=/trunk/; revision=22586
* Makefile.am add GTK_DISABLE_DEPRECATED to CFLAGS.Michael Natterer2008-12-095-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-09 Michael Natterer <mitch@imendio.com> * Makefile.am * tests/Makefile.am: add GTK_DISABLE_DEPRECATED to CFLAGS. * gail.c * gailclist.c * gailclistcell.c * gailcombo.c * gaillist.c * gailmenu.c * gailoptionmenu.c * gailpixmap.c * gailprogressbar.c * gailtoplevel.c * gailwidget.c * gailwindow.c * tests/ferret.c * tests/testcombo.c * tests/testlib.h * tests/testoptionmenu.c: #undef it where we need to access deprecated cruft. svn path=/trunk/; revision=21859
* Bug 555953 – libferret missing link against libgtk-x11Matthias Clasen2008-10-131-2/+4
| | | | | | | | | | 2008-10-13 Matthias Clasen <mclasen@redhat.com> Bug 555953 – libferret missing link against libgtk-x11 * modules/other/gail/test/Makefile.am: Link libferret against gtk. svn path=/trunk/; revision=21646
* s/GTK_SIGNAL_FUNC/G_CALLBACK/Michael Natterer2008-09-221-10/+10
| | | | | | | | | 2008-09-22 Michael Natterer <mitch@imendio.com> * tests/ferret.c: s/GTK_SIGNAL_FUNC/G_CALLBACK/ svn path=/trunk/; revision=21489
* gailbooleancell.c gailimagecell.c gailtextcell.c gailwidget.cMichael Natterer2008-08-1510-49/+47
| | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-15 Michael Natterer <mitch@imendio.com> * gailbooleancell.c * gailimagecell.c * gailtextcell.c * gailwidget.c * tests/Makefile.am * tests/testbutton.c * tests/testimage.c * tests/testlib.c * tests/testmenuitem.c * tests/testnotebook.c * tests/testoptionmenu.c * tests/testpaned.c * tests/testselection.c * tests/testtable.c: some undeprecation. * libgail-util/Makefile.am. build with GDK_DISABLE_DEPRECATED and GTK_DISABLE_DEPRECATED. svn path=/trunk/; revision=21127
* tests/ferret.c tests/testlib.c don't use the deprecatedMichael Natterer2008-08-113-29/+34
| | | | | | | | | | | | 2008-08-11 Michael Natterer <mitch@imendio.com> * tests/ferret.c * tests/testlib.c * tests/testtable.c: don't use the deprecated gtk_box_pack_start_defaults() svn path=/trunk/; revision=21061
* gailcellparent.h gailfactory.h tests/testnotebook.c tests/testtext.cMichael Natterer2008-05-304-4/+1
| | | | | | | | | | | | | | | 2008-05-30 Michael Natterer <mitch@imendio.com> * gailcellparent.h * gailfactory.h * tests/testnotebook.c * tests/testtext.c * tests/testtoplevel.c * tests/testvalues.c: include <atk/atk.h> instead of individual files from ATK. svn path=/trunk/; revision=20254
* Fix builddir!=srcdir builds. (#516254, Yevgen Muntyan)Matthias Clasen2008-02-161-0/+1
| | | | | | | | | | | | | | 2008-02-15 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am: * modules/other/gail/tests/Makefile.am: * modules/other/gail/libgail-util/Makefile.am: * modules/other/gail/Makefile.am: Fix builddir!=srcdir builds. (#516254, Yevgen Muntyan) svn path=/trunk/; revision=19591
* modules/other/gail/libgail-util/Makefile.am Link with gtktargetlib andTor Lillqvist2008-01-101-7/+44
| | | | | | | | | | | 2008-01-10 Tor Lillqvist <tml@novell.com> * modules/other/gail/libgail-util/Makefile.am * modules/other/gail/tests/Makefile.am: Link with gtktargetlib and gdktargetlib. svn path=/trunk/; revision=19348
* Include Makefile.decl, to make sure that make test-report works properlyJohan Dahlin2008-01-051-0/+3
| | | | | | | | | | 2008-01-05 Johan Dahlin <johan@gnome.org> * modules/other/gail/tests/Makefile.am: Include Makefile.decl, to make sure that make test-report works properly svn path=/trunk/; revision=19308
* Move the gail tests from standalone gail to gtk+. Bug #504568.Christian Persch2007-12-2825-0/+9200
svn path=/trunk/; revision=19284