summaryrefslogtreecommitdiff
path: root/modules/other
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove non-multihead-safe uses of clipboards and settings. (#504722,Matthias Clasen2007-12-253-8/+30
* Fix compiler warnings. Bug #504701.Christian Persch2007-12-236-44/+47
* Include <config.h>. Bug #504720.Christian Persch2007-12-2363-0/+126
* Use G_DEFINE_TYPE[_WITH_CODE] instead of hand-coding the get_type functions. ...Christian Persch2007-12-2359-2485/+502
* Link to gdk and gtk libs. Bug #504645, patch by Li Yuan.Christian Persch2007-12-221-2/+5
* Use gdk_threads_add_idle. Bug #504571.Christian Persch2007-12-2218-191/+91
* Chain up the finalizerMatthias Clasen2007-12-221-0/+2
* Keep the same libtool version as the standalone libgail-util had. Bug #504643.Christian Persch2007-12-201-2/+2
* Add stub for quartz for fix build.Richard Hult2007-12-201-1/+17
* R modules/other/gail/gailintl.h: Use the stock item's label as the name ofChristian Persch2007-12-204-246/+80
* include Makefile.decl to unbreak test rules.17:05:31 Tim Janik2007-12-191-0/+2
* Integrate gail into gtk+. Bug #169488.Christian Persch2007-12-18137-0/+39276