Javier Jardón
5ee19bdafe
Use accessor functions to access GtkAccesible variables
2010-07-13 19:40:45 +02:00
Ignacio Casal Quinteiro
d219adfa5a
Move sealed attributes to private struct.
2010-07-12 21:12:46 +02:00
Christian Persch
aadcba2dc5
Bug 555386 – format not a string literal and no format arguments
...
svn path=/trunk/; revision=21642
2008-10-13 12:54:45 +00:00
Matthias Clasen
493cc9b2da
Fix possible leaks of textutils
...
svn path=/trunk/; revision=21470
2008-09-21 05:33:50 +00:00
Johan Dahlin
d97cdbdf53
Include "config.h" instead of <config.h> Command used: find -name
...
2008-06-21 Johan Dahlin <jdahlin@async.com.br>
* *.[ch]: Include "config.h" instead of <config.h>
Command used:
find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
Rubberstamped by Mitch and Tim
svn path=/trunk/; revision=20669
2008-06-22 14:28:52 +00:00
Li Yuan
67d70899d4
Automatically scroll text caret to make it visible, when AT sets its
...
2008-06-10 Li Yuan <li.yuan@sun.com>
* gailtextview.c: (gail_text_view_set_caret_offset):
Automatically scroll text caret to make it visible, when AT
sets its offset.
svn path=/trunk/; revision=20344
2008-06-10 05:40:42 +00:00
Matthias Clasen
2fd2f4c9e0
Bug 504706 – wrong deallocator used for GError in gailtextview.c
...
2008-05-24 Matthias Clasen <mclasen@redhat.com>
Bug 504706 – wrong deallocator used for GError in gailtextview.c
* gailtextview.c: Don't use g_free on a GError.
svn path=/trunk/; revision=20136
2008-05-24 18:42:15 +00:00
Christian Persch
535e29c380
Remove relocations from the atk factories. Remove unused gail_foo_new()
...
* modules/other/gail/*.[ch]: Remove relocations from the atk
factories. Remove unused gail_foo_new() functions. Fix object
instantiation to be derivation safe by moving initialisation code
from the removed gail_foo_new() functions to the
AtkObjectClass::initialize implementation. Bug #505226 .
svn path=/trunk/; revision=19237
2007-12-25 09:29:46 +00:00
Matthias Clasen
99fa9096e0
Remove non-multihead-safe uses of clipboards and settings. ( #504722 ,
...
2007-12-24 Matthias Clasen <mclasen@redhat.com>
* modules/other/gail/gailentry.c:
* modules/other/gail/gailimage.c:
* modules/other/gail/gailtextview.c: Remove non-multihead-safe
uses of clipboards and settings. (#504722 , Christian Persch)
svn path=/trunk/; revision=19236
2007-12-25 04:52:13 +00:00
Christian Persch
11ae610d93
Fix compiler warnings. Bug #504701 .
...
svn path=/trunk/; revision=19229
2007-12-23 12:37:13 +00:00
Christian Persch
563ee17a91
Include <config.h>. Bug #504720 .
...
svn path=/trunk/; revision=19228
2007-12-23 12:27:33 +00:00
Christian Persch
b0702a91ad
Use G_DEFINE_TYPE[_WITH_CODE] instead of hand-coding the get_type functions. Bug #504661 .
...
svn path=/trunk/; revision=19227
2007-12-23 12:24:59 +00:00
Christian Persch
f237432952
Use gdk_threads_add_idle. Bug #504571 .
...
svn path=/trunk/; revision=19222
2007-12-22 20:18:13 +00:00
Christian Persch
a8e6ee33b1
Integrate gail into gtk+. Bug #169488 .
...
* configure.in:
* docs/reference/Makefile.am:
* docs/reference/libgail-util/*:
* gail-uninstalled.pc.in:
* gail.pc.in:
* modules/Makefile.am:
* modules/other/Makefile.am:
* modules/other/gail/*:
* modules/other/gail/libgail-util/*:
* po/POTFILES.skip: Integrate gail into gtk+. Bug #169488 .
svn path=/trunk/; revision=19196
2007-12-18 13:51:12 +00:00