summaryrefslogtreecommitdiff
path: root/modules/other
Commit message (Collapse)AuthorAgeFilesLines
* Bug #548783. Change g_assert to g_return_if_fail to avoid unnucessaryLi Yuan2008-08-212-1/+7
| | | | | | | | | | 2008-08-21 Li Yuan <li.yuan@sun.com> * gailtreeview.c: (traverse_cells): Bug #548783. Change g_assert to g_return_if_fail to avoid unnucessary crash. svn path=/trunk/; revision=21174
* Bug #548782. Emit children-changed::remove signal when a row is deleted inLi Yuan2008-08-212-1/+18
| | | | | | | | | | 2008-08-21 Li Yuan <li.yuan@sun.com> * gailtreeview.c: (model_row_deleted): Bug #548782. Emit children-changed::remove signal when a row is deleted in gtktreeview. svn path=/trunk/; revision=21173
* gailbooleancell.c gailimagecell.c gailtextcell.c gailwidget.cMichael Natterer2008-08-1516-59/+76
| | | | | | | | | | | | | | | | | | | | | | | | | 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-114-29/+41
| | | | | | | | | | | | 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
* Pass appropriate -machine flag to lib.exe.Tor Lillqvist2008-08-032-1/+6
| | | | | | | | | | 2008-08-04 Tor Lillqvist <tml@novell.com> * libgail-util/Makefile.am: Pass appropriate -machine flag to lib.exe. svn path=/trunk/; revision=20959
* Bug #541167. Emit "object:property-change:accessible-name" whenLi Yuan2008-07-022-0/+25
| | | | | | | | | | | 2008-07-02 Li Yuan <li.yuan@sun.com> * gailoptionmenu.c: (gail_option_menu_real_initialize), (gail_option_menu_changed): Bug #541167. Emit "object:property-change:accessible-name" when GailOptionMenui's name changes. svn path=/trunk/; revision=20728
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-2260-60/+60
| | | | | | | | | | | | 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
* gailimage.c (gail_image_get_image_size)Michael Natterer2008-06-183-2/+8
| | | | | | | | | | | 2008-06-18 Michael Natterer <mitch@imendio.com> * gailimage.c (gail_image_get_image_size) * gailpixmap.c (gail_pixmap_get_image_size): s/gdk_window_get_size/gdk_drawable_get_size/ svn path=/trunk/; revision=20445
* gail.c s/gtk_type_class/g_type_class_ref/Michael Natterer2008-06-174-12/+20
| | | | | | | | | | | | 2008-06-17 Michael Natterer <mitch@imendio.com> * gail.c * gailtoplevel.c: s/gtk_type_class/g_type_class_ref/ * Makefile.am: add GDK_DISABLE_DEPRECATED to CPPFLAGS. svn path=/trunk/; revision=20437
* Automatically scroll text caret to make it visible, when AT sets itsLi Yuan2008-06-102-0/+7
| | | | | | | | | | 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
* Before emitting "text_caret_moved", change the cursor to the changedLi Yuan2008-06-062-9/+31
| | | | | | | | | | 2008-06-06 Li Yuan <li.yuan@sun.com> * gail/gaillabel.c: (gail_label_real_notify_gtk): Before emitting "text_caret_moved", change the cursor to the changed bound. Bug #536927. svn path=/trunk/; revision=20322
* gailcellparent.h gailfactory.h tests/testnotebook.c tests/testtext.cMichael Natterer2008-05-307-7/+13
| | | | | | | | | | | | | | | 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
* Move ChangeLog entry to right file.Michael Natterer2008-05-281-0/+16
| | | | svn path=/trunk/; revision=20213
* include <gtk/gtk.h> instead of <gtk/gtkaccessible.h>Michael Natterer2008-05-2846-51/+4
| | | | | | | | | | | | | | | | | | | | | 2008-05-28 Michael Natterer <mitch@gimp.org> * modules/other/gail/gailwidget.h: include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> * modules/other/gail/*.h: don't include anyting from gtk since all headers indirectly include gailwidget.h. * modules/other/gail/gailcellparent.c: include <gtk/gtk.h> instead of individual files. * modules/other/gail/gailcheckmenuitem.c * modules/other/gail/gailmenu.c * modules/other/gail/gailtreeview.c: remove all gtk includes since it's always included by including any gail header. svn path=/trunk/; revision=20211
* libgail-util/gailmisc.h use G_BEGIN/END_DECLS.Michael Natterer2008-05-263-14/+11
| | | | | | | | | | 2008-05-26 Michael Natterer <mitch@imendio.com> * libgail-util/gailmisc.h * libgail-util/gailtextutil.h: use G_BEGIN/END_DECLS. svn path=/trunk/; revision=20178
* Bug 504706 – wrong deallocator used for GError in gailtextview.cMatthias Clasen2008-05-242-1/+7
| | | | | | | | | | | 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
* Patch from Alejandro Piñeiro Iglesias <apinheiro@igalia.com>. BugLi Yuan2008-04-022-1/+29
| | | | | | | | | | | 2008-04-02 Li Yuan <li.yuan@.sun.com> * gailbutton.c: (idle_do_action): Patch from Alejandro Piñeiro Iglesias <apinheiro@igalia.com>. Bug #496167. Synthesize press and release GdkEvent in button's click action. svn path=/trunk/; revision=19958
* Bug #433324. add/remove selectable state depand on if the button can beLi Yuan2008-03-312-0/+12
| | | | | | | | | | 2008-03-31 Li Yuan <li.yuan@sun.com> * gailbutton.c: (gail_button_ref_state_set): Bug #433324. add/remove selectable state depand on if the button can be focused. svn path=/trunk/; revision=19950
* Bug #498079. Free cell's action info before free the action_list.Li Yuan2008-03-202-1/+10
| | | | | | | | | 2008-03-20 Li Yuan <li.yuan@sun.com> * gailcell.c: (gail_cell_object_finalize): Bug #498079. Free cell's action info before free the action_list. svn path=/trunk/; revision=19909
* Fix builddir!=srcdir builds. (#516254, Yevgen Muntyan)Matthias Clasen2008-02-163-0/+3
| | | | | | | | | | | | | | 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
* Bug #508255. Remove ATK_STATE_FOCUSED state when focus jumps out. EmitLi Yuan2008-01-112-0/+63
| | | | | | | | | | | | 2008-01-11 Li Yuan <li.yuan@sun.com> * gailtreeview.c: (gail_tree_view_real_initialize), (focus_in), (focus_out): Bug #508255. Remove ATK_STATE_FOCUSED state when focus jumps out. Emit "active-descendant-changed" and add ATK_STATE_FOCUSED state when focus comes in again. svn path=/trunk/; revision=19351
* Bug #497218. Emit "active-descendant-changed" when focus first comes intoLi Yuan2008-01-112-1/+15
| | | | | | | | | | | 2008-01-11 Li Yuan <li.yuan@sun.com> * gailtreeview.c: (gail_tree_view_ref_child), (idle_cursor_changed): Bug #497218. Emit "active-descendant-changed" when focus first comes into treeview. Add/remove ATK_STATE_FOCUSED when cursor changes. svn path=/trunk/; revision=19350
* Bug #508715. Should use gtk_tree_path_free to free a GtkTreePath.Li Yuan2008-01-112-1/+6
| | | | | | | | | 2008-01-11 Li Yuan <li.yuan@sun.com> * gailtreeview.c: (gail_tree_view_get_n_rows): Bug #508715. Should use gtk_tree_path_free to free a GtkTreePath. svn path=/trunk/; revision=19349
* modules/other/gail/libgail-util/Makefile.am Link with gtktargetlib andTor Lillqvist2008-01-102-7/+46
| | | | | | | | | | | 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-2826-1/+9201
| | | | svn path=/trunk/; revision=19284
* Fix mem leak. Bug #505556.Christian Persch2007-12-251-0/+2
| | | | svn path=/trunk/; revision=19240
* Initialise |widget|. Fixes a buglet introduced by the commit from bugChristian Persch2007-12-251-2/+1
| | | | | | #505226. svn path=/trunk/; revision=19239
* Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268.Christian Persch2007-12-2556-413/+113
| | | | svn path=/trunk/; revision=19238
* Remove relocations from the atk factories. Remove unused gail_foo_new()Christian Persch2007-12-2590-1447/+252
| | | | | | | | | | * 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
* Remove non-multihead-safe uses of clipboards and settings. (#504722,Matthias Clasen2007-12-253-8/+30
| | | | | | | | | | | | | 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
* Fix compiler warnings. Bug #504701.Christian Persch2007-12-236-44/+47
| | | | svn path=/trunk/; revision=19229
* Include <config.h>. Bug #504720.Christian Persch2007-12-2363-0/+126
| | | | svn path=/trunk/; revision=19228
* Use G_DEFINE_TYPE[_WITH_CODE] instead of hand-coding the get_type functions. ↵Christian Persch2007-12-2359-2485/+502
| | | | | | Bug #504661. svn path=/trunk/; revision=19227
* Link to gdk and gtk libs. Bug #504645, patch by Li Yuan.Christian Persch2007-12-221-2/+5
| | | | | | | | | 2007-12-22 Christian Persch <chpe@gnome.org> * modules/other/gail/Makefile.am: Link to gdk and gtk libs. Bug #504645, patch by Li Yuan. svn path=/trunk/; revision=19224
* Use gdk_threads_add_idle. Bug #504571.Christian Persch2007-12-2218-191/+91
| | | | svn path=/trunk/; revision=19222
* Chain up the finalizerMatthias Clasen2007-12-221-0/+2
| | | | svn path=/trunk/; revision=19221
* Keep the same libtool version as the standalone libgail-util had. Bug #504643.Christian Persch2007-12-201-2/+2
| | | | svn path=/trunk/; revision=19210
* Add stub for quartz for fix build.Richard Hult2007-12-201-1/+17
| | | | | | | | | 2007-12-20 Richard Hult <richard@imendio.com> * modules/other/gail/gailwindow.c: (gail_window_get_mdi_zorder): Add stub for quartz for fix build. svn path=/trunk/; revision=19204
* R modules/other/gail/gailintl.h: Use the stock item's label as the name ofChristian Persch2007-12-204-246/+80
| | | | | | | | | | | | | | | 2007-12-20 Christian Persch <chpe@gnome.org> * modules/other/gail/Makefile.am: * modules/other/gail/gailimage.c: (gail_image_class_init), (gail_image_init), (elide_underscores), (gail_image_get_name), (atk_image_interface_init), (gail_image_finalize): * modules/other/gail/gailimage.h: R modules/other/gail/gailintl.h: * po/POTFILES.skip: Use the stock item's label as the name of the accessible in gailimage.c. Bug #504246. svn path=/trunk/; revision=19203
* include Makefile.decl to unbreak test rules.17:05:31 Tim Janik2007-12-191-0/+2
| | | | | | | | | | 2007-12-19 17:05:31 Tim Janik <timj@imendio.com> * modules/other/Makefile.am: include Makefile.decl to unbreak test rules. svn path=/trunk/; revision=19198
* Integrate gail into gtk+. Bug #169488.Christian Persch2007-12-18137-0/+39276
* 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