- 20 Dec, 2007 10 commits
-
-
Johan Dahlin authored
2007-12-20 Johan Dahlin <johan@gnome.org> * gtk/gtk-builder-convert (GtkBuilderConverter._remove_window): Refactor to avoid some duplication. Convert toplevel GtkMenu's top popups and not menubars in the ui manager. Fixes #504749, Yuri Pimenov svn path=/trunk/; revision=19213
-
Kristian Rietveld authored
2007-12-20 Kristian Rietveld <kris@imendio.com> * configure.in: Remove leftovers from old XRandR check. Makes the build work again on systems without xrandr 1.2. svn path=/trunk/; revision=19211
-
Christian Persch authored
svn path=/trunk/; revision=19210
-
15:30:09 Tim Janik authored
2007-12-20 15:30:09 Tim Janik <timj@imendio.com> * Makefile.decl: generate HTML reports for test-report perf-report full-report. svn path=/trunk/; revision=19209
-
Alexander Larsson authored
2007-12-20 Alexander Larsson <alexl@redhat.com> * gdk/x11/gdkapplaunchcontext-x11.c: Update for gio API changes svn path=/trunk/; revision=19208
-
Richard Hult authored
2007-12-20 Richard Hult <richard@imendio.com> * gdk/quartz/GdkQuartzWindow.c: * gdk/quartz/GdkQuartzWindow.h: Make manual resizing smoother by processing events after changing the size. svn path=/trunk/; revision=19206
-
Richard Hult authored
svn path=/trunk/; revision=19205
-
Richard Hult authored
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
-
Christian Persch authored
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
-
Mathias Hasselmann authored
svn path=/trunk/; revision=19202
-
- 19 Dec, 2007 5 commits
-
-
Mathias Hasselmann authored
* gtk/gtkcalendar.c: Change week and year variable in calendar_paint_week_numbers from gint to guint. Remove obsolete "#if 0" block from calendar_paint_day: The feature in question is handled few lines above. Cast data returned by gtk_selection_data_get_text() to (gchar*) in gtk_calendar_drag_data_received. svn path=/trunk/; revision=19201
-
19:54:11 Tim Janik authored
2007-12-19 19:54:11 Tim Janik <timj@imendio.com> * libgail-util/Makefile.am: include Makefile.decl to unbreak test rules. svn path=/trunk/; revision=19200
-
Seán de Búrca authored
2007-12-19 Seán de Búrca <sdeburca@svn.gnome.org> * ga.po: Updated Irish translation. svn path=/trunk/; revision=19199
-
17:05:31 Tim Janik authored
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
-
Johan Dahlin authored
2007-12-19 Johan Dahlin <johan@gnome.org> * tests/buildertest.c (test_object_properties): Add another call to gtk_builder_add_string after using delayed properties, as reported in #504393 but already fixed in #495769. svn path=/trunk/; revision=19197
-
- 18 Dec, 2007 2 commits
-
-
Christian Persch authored
* 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
-
Matthias Clasen authored
2007-12-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtksettings.c: Add a gtk-im-module GTK setting * gdk/win32/gdkproperty-win32.c: * gdk/x11/gdksettings.c: ...and back it by a Gtk/IMModule X setting. * gtk/gtkimmodule.[hc]: * gtk/gtkimmulticontext.[hc]: When determining the default context, look at the gtk-im-module setting, and listen for changes to the setting. (#502446, Akira Tagoh) svn path=/trunk/; revision=19195
-
- 17 Dec, 2007 4 commits
-
-
Daniel Nylander authored
svn path=/trunk/; revision=19192
-
Daniel Nylander authored
svn path=/trunk/; revision=19190
-
Kristian Rietveld authored
2007-12-17 Kristian Rietveld <kris@imendio.com> * gtk/gtktooltip.c (gtk_tooltip_finalize), (gtk_tooltip_set_last_window): use a weak pointer to set last_window to NULL as soon as it's destroyed. (#496546, patch from Benjamin Berg). svn path=/trunk/; revision=19189
-
Kristian Rietveld authored
2007-12-17 Kristian Rietveld <kris@imendio.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button): always determine what arrow to show if show_sort_indicator is true. (#352738, Chris Vine). svn path=/trunk/; revision=19188
-
- 16 Dec, 2007 1 commit
-
-
Mathias Hasselmann authored
Sébastien Granjoux) * gtk/gtkpaned.c: Call gtk_container_forall instead of gtk_container_foreach in get_child_panes. svn path=/trunk/; revision=19186
-
- 15 Dec, 2007 2 commits
-
-
Xan Lopez authored
2007-12-15 Xan Lopez <xan.lopez@nokia.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_reorder): Plug leak: When reordering the info in the list the old node is removed but not freed. (#503569) svn path=/trunk/; revision=19184
-
Sebastian Dröge authored
* gdk/directfb/gdkcursor-directfb.c: (gdk_cursor_new_for_display): Use u32 instead of __u32 and u8 instead of __u8 as the other types are deprecated since DirectFB 1.0.0. If compiling with an older version define the new type name to the old types. Fixes bug #503190. svn path=/trunk/; revision=19182
-
- 14 Dec, 2007 8 commits
-
-
Ray Strode authored
2007-12-14 Ray Strode <rstrode@redhat.com> * gtk/gtkwidget.c: Suggest g_signal_connect (..., "realize", ...) instead of g_signal_connect_after (..., "realize", ...) as an alternative to gtk_widget_realize () (bug 503537). svn path=/trunk/; revision=19181
-
Michael Natterer authored
2007-12-14 Michael Natterer <mitch@imendio.com> * gdk/gdkinternals.h * gdk/gdkapplaunchcontext.h: #include <gio/gio.h> instead of individual files. * gdk/gdkapplaunchcontext.c * gdk/x11/gdkapplaunchcontext-x11.c: remove all gio includes, the header already includes everything now. svn path=/trunk/; revision=19180
-
Mathias Hasselmann authored
next stable release shall be 2.16, not 2.14 - even if disagree. * gtk/gtkpagesetup.c, gtk/gtkprintsettings.c: s/2.14/2.16/ svn path=/trunk/; revision=19179
-
Mathias Hasselmann authored
svn path=/trunk/; revision=19178
-
Mathias Hasselmann authored
instead of relying on being child of a GtkToolbar. (#5034079) * gtk/gtk.symbols, docs/reference/gtk/gtk-docs.sgml, docs/reference/gtk/gtk-sections.txt: Add GtkToolShell symbols. * docs/reference/gtk/tmpl/gtktoolitem.sgml: Move section docs inline. * gtk/gtktoolbar.c: Implement GtkToolShellIface. * gtk/gtktoolbar.h: Remove _gtk_toolbar_rebuild_menu. * gtk/gtktoolitem.c: Use GtkToolShell, instead of GtkToolbar. Take section docs from template file and update them for GtkToolShell. * gtk/Makefile.am: Add gtk/gtktoolshell.c and gtk/gtktoolshell.h. * gtk/gtktoolshell.c, gtk/gtktoolshell.h: New GtkToolShellIface. svn path=/trunk/; revision=19177
-
Mathias Hasselmann authored
functions and move that code into separate *_load_*() functions (#475565). * gtk/gtk.symbols, gtk/gtkpagesetup.c, gtk/gtkpagesetup.h: Extract gtk_page_setup_load_file, gtk_page_setup_load_key_file, gtk_print_settings_load_file and gtk_print_settings_load_key_file. Change the matching *_new_*() functions to use those functions. svn path=/trunk/; revision=19176
-
Matthias Clasen authored
svn path=/trunk/; revision=19175
-
Kristian Rietveld authored
2007-12-14 Kristian Rietveld <kris@imendio.com> * gtk/tests/liststore.c: * gtk/tests/treestore.c: added tests for insertion functions. svn path=/trunk/; revision=19174
-
- 13 Dec, 2007 8 commits
-
-
Søren Sandmann authored
Thu Dec 13 13:14:50 2007 Søren Sandmann <sandmann@redhat.com> * Add RandR 1.2 support - New monitors_changed signal - New API to get width/height of monitors, and the name of the plug svn path=/trunk/; revision=19173
-
Kristian Rietveld authored
2007-12-13 Kristian Rietveld <kris@imendio.com> * gtk/tests/liststore.c: * gtk/tests/treestore.c: test the move and swap functions on a store with only one node. svn path=/trunk/; revision=19172
-
Kristian Rietveld authored
2007-12-13 Kristian Rietveld <kris@imendio.com> * gtk/gtktestutils.c (gtk_test_init): add a call to g_test_bug_base(). * gtk/tests/treeview-scrolling.c: add g_test_bug() calls to appriopriate tests. svn path=/trunk/; revision=19171
-
Kristian Rietveld authored
2007-12-13 Kristian Rietveld <kris@imendio.com> * gtk/tests/liststore.c: * gtk/tests/treestore.c: start composing tests for the list and tree store. * gtk/tests/treeview-scrolling.c: added automated tests for GtkTreeView's scrolling "subsystem". * gtk/tests/Makefile.am: updated; added new test programs. svn path=/trunk/; revision=19170
-
Michael Natterer authored
svn path=/trunk/; revision=19169
-
Mathias Hasselmann authored
* configure.in: Add gio-2.0 to GDK_PACKAGES. * gdk/gdkinternals.h: Include <gio/gappinfo.h>. svn path=/trunk/; revision=19168
-
Matthias Clasen authored
svn path=/trunk/; revision=19167
-
Matthias Clasen authored
svn path=/trunk/; revision=19166
-