summaryrefslogtreecommitdiff
path: root/modules/other
Commit message (Expand)AuthorAgeFilesLines
* 2.15.2GTK_2_15_2Matthias Clasen2009-01-271-0/+4
* 2.15.1GTK_2_15_1Matthias Clasen2009-01-231-0/+4
* Bug #565110 – Add an env variable to disable Gail.Brad Taylor2009-01-072-0/+16
* 2.15.0GTK_2_15_0Matthias Clasen2009-01-011-0/+4
* Typo.Tor Lillqvist2009-01-011-1/+1
* Typo.Tor Lillqvist2009-01-011-1/+1
* #undef GTK_DISABLE_DEPRECATED here, too get GTK_IS_COMBO.Tor Lillqvist2008-12-212-0/+8
* Bug #564555. #undef GTK_DISABLE_DEPRECATED where we need to accessLi Yuan2008-12-152-0/+9
* Bug #512743. (gail_tree_view_changed_gtk): Clean cell before go throughLi Yuan2008-12-122-1/+12
* fix a glitch.Michael Natterer2008-12-091-1/+0
* Makefile.am add GTK_DISABLE_DEPRECATED to CFLAGS.Michael Natterer2008-12-0919-7/+76
* undeprecate.Michael Natterer2008-12-092-5/+10
* Don't rely on gtk_expander_get_labelMatthias Clasen2008-11-282-4/+25
* Bug #554002. Add cache's page count when add pages.Li Yuan2008-11-242-0/+6
* Bug 555953 – libferret missing link against libgtk-x11Matthias Clasen2008-10-132-2/+10
* Bug 555386 – format not a string literal and no format argumentsChristian Persch2008-10-131-3/+3
* Bug 554950 – gail must make itself residentMatthias Clasen2008-10-072-0/+16
* s/GTK_SIGNAL_FUNC/G_CALLBACK/Michael Natterer2008-09-222-10/+14
* Fix possible leaks of textutilsMatthias Clasen2008-09-213-0/+10
* Plug a memory leakMatthias Clasen2008-09-192-3/+9
* Bug #548783. Change g_assert to g_return_if_fail to avoid unnucessaryLi Yuan2008-08-212-1/+7
* Bug #548782. Emit children-changed::remove signal when a row is deleted inLi Yuan2008-08-212-1/+18
* gailbooleancell.c gailimagecell.c gailtextcell.c gailwidget.cMichael Natterer2008-08-1516-59/+76
* tests/ferret.c tests/testlib.c don't use the deprecatedMichael Natterer2008-08-114-29/+41
* Pass appropriate -machine flag to lib.exe.Tor Lillqvist2008-08-032-1/+6
* Bug #541167. Emit "object:property-change:accessible-name" whenLi Yuan2008-07-022-0/+25
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-2260-60/+60
* gailimage.c (gail_image_get_image_size)Michael Natterer2008-06-183-2/+8
* gail.c s/gtk_type_class/g_type_class_ref/Michael Natterer2008-06-174-12/+20
* Automatically scroll text caret to make it visible, when AT sets itsLi Yuan2008-06-102-0/+7
* Before emitting "text_caret_moved", change the cursor to the changedLi Yuan2008-06-062-9/+31
* gailcellparent.h gailfactory.h tests/testnotebook.c tests/testtext.cMichael Natterer2008-05-307-7/+13
* Move ChangeLog entry to right file.Michael Natterer2008-05-281-0/+16
* include <gtk/gtk.h> instead of <gtk/gtkaccessible.h>Michael Natterer2008-05-2846-51/+4
* libgail-util/gailmisc.h use G_BEGIN/END_DECLS.Michael Natterer2008-05-263-14/+11
* Bug 504706 – wrong deallocator used for GError in gailtextview.cMatthias Clasen2008-05-242-1/+7
* Patch from Alejandro Piñeiro Iglesias <apinheiro@igalia.com>. BugLi Yuan2008-04-022-1/+29
* Bug #433324. add/remove selectable state depand on if the button can beLi Yuan2008-03-312-0/+12
* Bug #498079. Free cell's action info before free the action_list.Li Yuan2008-03-202-1/+10
* Fix builddir!=srcdir builds. (#516254, Yevgen Muntyan)Matthias Clasen2008-02-163-0/+3
* Bug #508255. Remove ATK_STATE_FOCUSED state when focus jumps out. EmitLi Yuan2008-01-112-0/+63
* Bug #497218. Emit "active-descendant-changed" when focus first comes intoLi Yuan2008-01-112-1/+15
* Bug #508715. Should use gtk_tree_path_free to free a GtkTreePath.Li Yuan2008-01-112-1/+6
* modules/other/gail/libgail-util/Makefile.am Link with gtktargetlib andTor Lillqvist2008-01-102-7/+46
* Include Makefile.decl, to make sure that make test-report works properlyJohan Dahlin2008-01-051-0/+3
* Move the gail tests from standalone gail to gtk+. Bug #504568.Christian Persch2007-12-2826-1/+9201
* Fix mem leak. Bug #505556.Christian Persch2007-12-251-0/+2
* Initialise |widget|. Fixes a buglet introduced by the commit from bugChristian Persch2007-12-251-2/+1
* Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268.Christian Persch2007-12-2556-413/+113
* Remove relocations from the atk factories. Remove unused gail_foo_new()Christian Persch2007-12-2590-1447/+252