- 12 Jan, 2008 3 commits
-
-
Mathias Hasselmann authored
* gtk/gtk.h: Add gtktoolshell.h svn path=/trunk/; revision=19356
-
Mathias Hasselmann authored
(#409520, Mariano Suárez-Alvarez). * gtk/gtkaboutdialog.c: Keep e-mail brackets in add_credits_page(). svn path=/trunk/; revision=19354
-
Djihed Afifi authored
svn path=/trunk/; revision=19353
-
- 11 Jan, 2008 4 commits
-
-
13:28:02 Tim Janik authored
2008-01-11 13:28:02 Tim Janik <timj@imendio.com> * gtk/gtktestutils.c (gtk_test_create_widget): removed old testutils special casing so test widgets are always queues for destruction during teardown. * gtk/tests/testing.c: removed bits left-over from testing without gtestutils.h. svn path=/trunk/; revision=19352
-
Li Yuan authored
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
-
Li Yuan authored
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
-
Li Yuan authored
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
-
- 10 Jan, 2008 11 commits
-
-
Tor Lillqvist authored
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
-
Tor Lillqvist authored
2008-01-10 Tor Lillqvist <tml@novell.com> * tests/Makefile.am: Build defaultvaluetest only on Unix as it uses gtkprintunixdialog API. svn path=/trunk/; revision=19347
-
Tor Lillqvist authored
2008-01-10 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkdisplay-win32.c * gdk/win32/gdkglobals-win32.c * gdk/win32/gdkprivate-win32.h * gdk/win32/gdkscreen-win32.c * gdk/win32/gdkwindow-win32.c: Implement gdk_screen_get_monitor_width_mm(), gdk_screen_get_monitor_height_mm() and gdk_screen_get_monitor_plug_name(). Thanks to Kazuki Iwamoto. (#505753) svn path=/trunk/; revision=19346
-
Cody Russell authored
2008-01-10 Cody Russell <bratsche@gnome.org> * gdk/win32/gdkwindow-win32.c: (gdk_window_set_transient_for), Properly ref/unref windows and parents. (#506769) svn path=/trunk/; revision=19344
-
Richard Hult authored
2008-01-10 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (show_window_internal), (gdk_window_hide), (move_resize_window_internal): Move the tracking rect workaround from here... * gdk/quartz/GdkQuartzWindow.c: * gdk/quartz/GdkQuartzWindow.h: ...to here, and ignore window movements during showing/hiding operations. Fixes bug #508516. svn path=/trunk/; revision=19342
-
Sven Neumann authored
2008-01-10 Sven Neumann <sven@gimp.org> * gtk/tmpl/gtkeditable.sgml: corrected documentation for GtkEditable::delete-text. svn path=/trunk/; revision=19341
-
Michael Natterer authored
2008-01-10 Michael Natterer <mitch@imendio.com> * gdk/directfb/gdkscreen-directfb.c (gdk_screen_get_monitor_width_mm) (gdk_screen_get_monitor_height_mm) (gdk_screen_get_monitor_plug_name): add these functions to make it build again. svn path=/trunk/; revision=19340
-
Emmanuele Bassi authored
2008-01-10 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentchoosermenu.c: (idle_populate_func), (idle_populate_clean_up): Fix possible recursion by resetting the idle source id. (#507605, William Pitcock) svn path=/trunk/; revision=19339
-
Kristian Rietveld authored
2008-01-10 Kristian Rietveld <kris@imendio.com> * gtk/gtktreeview.c (gtk_tree_view_motion_draw_column_motion_arrow), (_gtk_tree_view_column_start_drag): fully initialize GdkWindowAttr to avoid valgrind warnings. (#507751, patch from Christian Persch). svn path=/trunk/; revision=19333
-
Kristian Rietveld authored
2008-01-10 Kristian Rietveld <kris@imendio.com> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_path): Fix a leak of the path (#504611, patch from Sadrul Habib Chowdhury). svn path=/trunk/; revision=19332
-
Kristian Rietveld authored
2008-01-10 Kristian Rietveld <kris@imendio.com> Fix #477175, reported by Juri Pakaste. * gtk/gtktreeprivate.h: * gtk/gtktreeview.c (gtk_tree_view_top_row_to_dy): do not set tree_view->priv->dy here directly, just calculate the new value and set it on the adjustment, (gtk_tree_view_adjustment_changed): add guards to not call gtk_tree_view_dy_to_top_row() if we are currently in gtk_tree_view_top_row_to_dy(), (gtk_tree_view_put): fix coordinate annotation: these are bin_window coordinates, not tree coordinates, (gtk_tree_view_real_start_editing): add cast. * gtk/tests/treeview-scrolling.c: add an assertion for checking the position of the editable in the "create new row and start editing" tests. svn path=/trunk/; revision=19331
-
- 09 Jan, 2008 1 commit
-
-
Michael Natterer authored
2008-01-09 Michael Natterer <mitch@imendio.com> * gtk/gtkcolorsel.c (make_label_spinbutton): remove unused variable. * gtk/gtkcombobox.c (gtk_combo_box_detacher) * gtk/gtkicontheme.c (theme_list_contexts) (gtk_icon_theme_lookup_icon) * gtk/gtkimcontextsimple.c (beep_window) * gtk/gtklinkbutton.c (set_link_color) * gtk/gtkuimanager.c (child_hierarchy_changed_cb): add casts to fix warnings. * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): remove unused variable and add const to another to fix a warning. svn path=/trunk/; revision=19330
-
- 08 Jan, 2008 1 commit
-
-
Matthias Clasen authored
2008-01-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c (remove_page): Be more robust when removing the current page. (#499951, Andreas Sandberg) svn path=/trunk/; revision=19321
-
- 07 Jan, 2008 2 commits
-
-
Priit Laes authored
2008-01-07 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=19320
-
Johan Dahlin authored
2008-01-06 Johan Dahlin <johan@gnome.org> * gtk/gtkspinbutton.c: Declare value in the example code for GtkSpinButton::output, as pointed out by Anders Carlsson. svn path=/trunk/; revision=19319
-
- 06 Jan, 2008 9 commits
-
-
Christian Persch authored
2008-01-06 Christian Persch <chpe@gnome.org> * gtk/gtkpagesetupunixdialog.c: Make the labels left-aligned, and remove an obsolete event box. Bug #506760. svn path=/trunk/; revision=19318
-
Johan Dahlin authored
2008-01-06 Johan Dahlin <johan@gnome.org> * tests/buildertest.c (test_domain): Update, GtkBuilder::translation-domain is no longer set svn path=/trunk/; revision=19317
-
Johan Dahlin authored
2008-01-06 Johan Dahlin <johan@gnome.org> * gtk/gtkbuilderparser.c (parse_interface): Allow domains to be overridden in <interface>'s if a translation-domain is set in the builder. (_gtk_builder_parser_parse_buffer): Do not modify the translation-domain of the builder, make the domain set in the <interface> apply only to strings in that interface. (#496831, Ryan Lortie) svn path=/trunk/; revision=19316
-
Johan Dahlin authored
2008-01-06 Johan Dahlin <johan@gnome.org> * gtk/gtkbuilder.c: Avoid adding unnecessary trailing newlines to g_warning calls. svn path=/trunk/; revision=19315
-
Johan Dahlin authored
* gtk/gtktreestore.c (tree_model_end_element): Remove an unused variable svn path=/trunk/; revision=19314
-
Yang Zhang authored
svn path=/trunk/; revision=19313
-
Matthias Clasen authored
2008-01-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkspinbutton.c: Document the ::output signal and add an example. (#507566, example by Owen Taylor) svn path=/trunk/; revision=19312
-
Johan Dahlin authored
2008-01-06 Johan Dahlin <johan@gnome.org> * gtk/gtkcellrenderercombo.c: (gtk_cell_renderer_combo_get_property), (gtk_cell_renderer_combo_set_property): * gtk/gtkcombobox.c: (gtk_combo_box_set_property): * gtk/gtkcomboboxentry.c: (gtk_combo_box_entry_set_property): * gtk/gtknotebook.c: (gtk_notebook_set_property): * gtk/gtkspinbutton.c: (gtk_spin_button_set_property): * gtk/gtktextbuffer.c: (gtk_text_buffer_set_property), (gtk_text_buffer_get_property): * gtk/gtktextview.c: (gtk_text_view_set_property): * gtk/gtktogglebutton.c: (gtk_toggle_button_set_property): * gtk/gtktoolbutton.c: (gtk_tool_button_set_property), (gtk_tool_button_get_property): * gtk/gtktoolitem.c: (gtk_tool_item_set_property), (gtk_tool_item_get_property): * gtk/gtktreeview.c: (gtk_tree_view_set_property): * gtk/gtkwidget.c: (gtk_widget_set_property): * gtk/gtkwindow.c: (gtk_window_set_property): Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075 svn path=/trunk/; revision=19311
-
Johan Dahlin authored
2008-01-06 Johan Dahlin <johan@gnome.org> * gtk/gtk-builder-convert (GtkBuilderConverter._strip_root): Make sure that --root works for toplevel widgets. (#491847, Phil Lello) svn path=/trunk/; revision=19309
-
- 05 Jan, 2008 3 commits
-
-
Johan Dahlin authored
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
-
Christian Persch authored
2008-01-05 Christian Persch <chpe@gnome.org> * tests/defaultvaluetest.c: Fix mem leak, and don't pass GType as integer through gpointer. Bug #507395. svn path=/trunk/; revision=19307
-
Mathias Hasselmann authored
* gtk/gtkbuilder.c, gtk/gtkbuilderprivate.h: Use proper sign for value argument of _gtk_builder_flags_from_string. * gtk/gtkwidget.c: Don't alias the child pointer passed to gdk_window_get_user_data. svn path=/trunk/; revision=19306
-
- 04 Jan, 2008 1 commit
-
-
Michael Natterer authored
2008-01-04 Michael Natterer <mitch@imendio.com> * gdk/x11/gdkinput-x11.c (_gdk_device_get_history): don't forget to set the time in the returned GdkTimeCoords. svn path=/trunk/; revision=19304
-
- 03 Jan, 2008 2 commits
-
-
Emmanuele Bassi authored
2008-01-03 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkfilechooserdefault.c (recent_sort_mru): Use the correct comparison function (kudos to Christian Persch and Claudio Saavedra for spotting this) * gtk/gtkrecentchooserutils.c: (sort_recent_items_mru), (sort_recent_items_lru): Ditto as above. svn path=/trunk/; revision=19302
-
Johan Dahlin authored
2008-01-03 Johan Dahlin <johan@gnome.org> * tests/defaultvaluetest.c: Make it pass again. svn path=/trunk/; revision=19300
-
- 02 Jan, 2008 1 commit
-
-
Johan Dahlin authored
2008-01-02 Johan Dahlin <johan@gnome.org> * tests/defaultvaluetest.c (test_type): Ignore a few more tests to make it pass on Ubuntu. (main): Use gtk_test_list_all_types () instead of providing our own list. And it no longer passes. svn path=/trunk/; revision=19298
-
- 31 Dec, 2007 2 commits
-
-
Yannig MARCHEGAY authored
svn path=/trunk/; revision=19295
-
Johannes Schmid authored
2007-12-30 Johannes Schmid <jhs@gnome.org> * gtk/gtknotebook.c: (gtk_notebook_stop_reorder): Also reorder menu when reordering tabs by drag & drop (Bug #506474) * tests/testnotebookdnd.c: (create_notebook_with_notebooks): Add a menu to one of the notebooks to have a test-case for the change mentioned above. svn path=/trunk/; revision=19294
-