summaryrefslogtreecommitdiff
path: root/modules/other/gail/gailtextview.c
Commit message (Expand)AuthorAgeFilesLines
* gail: Move from modules/other/gail to gtk/a11yBenjamin Otte2011-07-051-1742/+0
* gail: use const instead G_CONST_RETURNJavier Jardón2011-06-071-2/+2
* Silence unused variable warnings in gailMatthias Clasen2011-01-301-2/+0
* Remove stipple attributesPaolo Borelli2011-01-091-3/+0
* Small cleanup in gailtextview code.Paolo Borelli2011-01-091-70/+63
* Use accessor functions to access GtkAccesible variablesJavier Jardón2010-07-131-26/+26
* Move sealed attributes to private struct.Ignacio Casal Quinteiro2010-07-121-22/+22
* Bug 555386 – format not a string literal and no format argumentsChristian Persch2008-10-131-3/+3
* Fix possible leaks of textutilsMatthias Clasen2008-09-211-0/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Automatically scroll text caret to make it visible, when AT sets itsLi Yuan2008-06-101-0/+1
* Bug 504706 – wrong deallocator used for GError in gailtextview.cMatthias Clasen2008-05-241-1/+1
* Remove relocations from the atk factories. Remove unused gail_foo_new()Christian Persch2007-12-251-16/+0
* Remove non-multihead-safe uses of clipboards and settings. (#504722,Matthias Clasen2007-12-251-3/+12
* Fix compiler warnings. Bug #504701.Christian Persch2007-12-231-38/+38
* Include <config.h>. Bug #504720.Christian Persch2007-12-231-0/+2
* Use G_DEFINE_TYPE[_WITH_CODE] instead of hand-coding the get_type functions. ...Christian Persch2007-12-231-68/+8
* Use gdk_threads_add_idle. Bug #504571.Christian Persch2007-12-221-5/+1
* Integrate gail into gtk+. Bug #169488.Christian Persch2007-12-181-0/+1819