| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-29 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbuilder.c: (gtk_builder_finalize),
(gtk_builder_get_parameters), (_gtk_builder_construct):
* tests/buildertest.c:
Improve reference counting, #447967
svn path=/trunk/; revision=18292
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-29 Ryan Lortie <desrt@desrt.ca>
* tests/testgtk.c (create_composited_window): Connect the "destroy"
signal so that the 'window' pointer is set back to NULL (like for the
other examples).
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_finalize): Don't
destroy the Damage here. By finalize() XDestroyWindow has already
been called (and took the Damage with it).
Bug #452046.
svn path=/trunk/; revision=18290
|
|
|
|
|
|
|
|
|
| |
2007-06-29 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentchooserdefault.c (recent_meta_data_func): Escape
markup entities in the name and URI before displaying them.
svn path=/trunk/; revision=18289
|
|
|
|
|
|
|
|
|
|
| |
2007-06-29 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentmanager.c (get_icon_for_mime_type): Do not
cache the icon pixbufs but rely on the GtkIconTheme not to
hit the disk cache too much (should tentatively fix #426987).
svn path=/trunk/; revision=18288
|
|
|
|
| |
svn path=/trunk/; revision=18287
|
|
|
|
| |
svn path=/trunk/; revision=18286
|
|
|
|
|
|
|
|
| |
2007-06-29 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=18285
|
|
|
|
| |
svn path=/trunk/; revision=18284
|
|
|
|
|
|
|
|
|
| |
2007-06-28 Mathias Hasselmann <mathias.hasselmann@gmx.de>
* modules/engines/ms-windows/msw_style.c: Draw no bevel
when "GtkToolbar::shadow-type" is "none" (#450469).
svn path=/trunk/; revision=18282
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-28 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert (_indent): Prettify the output by
running it through xmllint --format if xmllint is available
which also requires the subprocess module only available
in python 2.4 or later
svn path=/trunk/; revision=18281
|
|
|
|
| |
svn path=/trunk/; revision=18280
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-28 Christian Persch <chpe@gnome.org>
* gtk/gtkvolumebutton.c: (gtk_volume_button_class_init),
(gtk_volume_button_init), (gtk_volume_button_dispose),
(gtk_volume_button_update_tooltip): Make the volume button use range
0.0 to 1.0 by default, and fix tooltips code to cope with different ranges.
Bug #354181.
svn path=/trunk/; revision=18279
|
|
|
|
|
|
|
|
| |
2007-06-28 Priit Laes <plaes@svn.gnome.org>
* et.po: Estonian translation update by Ivar Smolin.
svn path=/trunk/; revision=18277
|
|
|
|
|
|
|
|
|
| |
2007-06-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation.
svn path=/trunk/; revision=18274
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-28 Yevgen Muntyan <muntyan@tamu.edu>
* gtk/gtktextutil.c (_gtk_text_util_get_block_cursor_location):
do right thing in one-character lines and at paragraph end (#448313).
* configure.in: require pango-1.17.3 to get fixed pango_layout_index_to_line_x()
(pango #448342).
svn path=/trunk/; revision=18273
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-27 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbuilderparser.c (parse_property): Use
the attribute name in the error message instead of
the value.
svn path=/trunk/; revision=18272
|
|
|
|
|
|
|
|
|
|
| |
2007-06-27 Johan Dahlin <jdahlin@async.com.br>
* demos/gtk-demo/demo.ui: Set name of Help menu
to HelpMenu
svn path=/trunk/; revision=18271
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-27 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbuilder.c (apply_delayed_properties):
Print out the name of the right object in the warning
(#451314, Philip Withnall)
svn path=/trunk/; revision=18270
|
|
|
|
|
|
|
| |
Make sure that we can convert Gazpacho files too.
svn path=/trunk/; revision=18269
|
|
|
|
|
|
|
|
|
|
| |
2007-06-27 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert (GtkBuilderConverter._parse): Remove
glade-interface doctype if found.
svn path=/trunk/; revision=18265
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-27 Cody Russell <bratsche@gnome.org>
* modules/engines/ms-windows/msw_style.c (draw_themed_tab_button):
Fixed, very hackishly, a one pixel error that occurs using the
XP theme engine only on the left-most tab, if it is active, when
the notebook is bottom-oriented. (#392283)
svn path=/trunk/; revision=18264
|
|
|
|
|
|
|
|
| |
* tests/buildertest.c: (test_value_from_string):
Check the code and domain of GErrors instead of the string values
svn path=/trunk/; revision=18263
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gtk/gtkbuilder.c: (gtk_builder_get_parameters),
(gtk_builder_value_from_string),
(gtk_builder_value_from_string_type):
* gtk/gtkbuilder.h:
* gtk/gtkcontainer.c: (gtk_container_buildable_set_child_property),
(attributes_text_element):
* gtk/gtkliststore.c: (list_store_text):
* tests/buildertest.c: (test_value_from_string):
Add GtkBuilder and GError arguments to gtk_builder_value_from_string
and gtk_builder_value_from_string_type. (#451428)
svn path=/trunk/; revision=18262
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-27 Xan Lopez <xan@gnome.org>
* gtk/gtkvbbox.c (gtk_vbutton_box_size_allocate):
* gtk/gtkhbbox.c (gtk_hbutton_box_size_allocate):
Do not add border_width to the first button initial
coordinate, since it's already taken into account in
the allocation value. (#451484)
svn path=/trunk/; revision=18261
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-27 Michael Natterer <mitch@imendio.com>
Merged from maemo-gtk:
* gtk/gtkmenu.c (gtk_menu_handle_scrolling): when updating the
scroll arrows' state, make sure we don't overwrite the insensitive
state that might have been set by the first scroll step hitting
the top/bottom border of the menu.
svn path=/trunk/; revision=18260
|
|
|
|
|
|
|
|
|
|
|
| |
Wed Jun 27 13:27:21 2007 Tim Janik <timj@gtk.org>
* gtk/gtkradiobutton.[hc]: applied patch to improve variable names,
by Olivier Delhomme, #451527.
svn path=/trunk/; revision=18259
|
|
|
|
|
|
|
|
|
|
| |
Wed Jun 27 11:57:41 2007 Tim Janik <timj@imendio.com>
* gtk/gtkstatusicon.c (gtk_status_icon_position_menu): fixed push_in description.
svn path=/trunk/; revision=18258
|
|
|
|
|
|
|
|
|
|
| |
Wed Jun 27 11:57:13 2007 Tim Janik <timj@imendio.com>
* gtk/tmpl/gtkmenu.sgml: fixed push_in description.
svn path=/trunk/; revision=18257
|
|
|
|
| |
svn path=/trunk/; revision=18256
|
|
|
|
| |
svn path=/trunk/; revision=18255
|
|
|
|
|
|
| |
* gtk/gtkbuilderparser.c: Plug leaks in error code paths
svn path=/trunk/; revision=18254
|
|
|
|
|
|
|
|
| |
* tests/buildertest.c (test_object_properties):
Add a test to check object properties
svn path=/trunk/; revision=18253
|
|
|
|
|
|
|
|
|
|
|
| |
* gtk/gtkbuilder.h (enum):
* gtk/gtkbuilderparser.c (end_element):
* tests/buildertest.c (test_parser):
Set an error if we encounter properties without values set
(#451303, Philip Withnall)
svn path=/trunk/; revision=18252
|
|
|
|
|
|
|
|
|
|
| |
* demos/gtk-demo/builder.c (do_builder): Connect the
destroy signal in the example instead of the ui file.
Also set the screen and title of the window.
(#451345, Thomas Rydzynski)
svn path=/trunk/; revision=18251
|
|
|
|
|
|
|
|
|
|
|
| |
* gtk/gtkbuilder.c: (gtk_builder_value_from_string_type): Fix a
bunch of small bugs when parsing property values
(boolean/int/uint/long/ulong/float/double). Bug #451353.
* tests/buildertest.c: Add tests for the above.
svn path=/trunk/; revision=18250
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-26 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Fix
a typo in the previous commit.
(shortcuts_append_desktop): Remove unused variable and
hush the compiler warning.
svn path=/trunk/; revision=18249
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-26 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Show
the time of last change in the file chooser, for files
modified today or yesterday. (#324543)
* configure.in: Check for localtime_r().
svn path=/trunk/; revision=18248
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-26 Cody Russell <bratsche@gnome.org>
* modules/engines/ms-windows/xp_theme.[ch]
* modules/engines/ms-windows/msw_style.c: Add support for
drawing checkboxes with inconsistent states. (Tor, #164809)
svn path=/trunk/; revision=18246
|
|
|
|
|
|
|
|
| |
* gtk/gtk-builder-convert (GtkBuilderConverter.to_xml): Encode
the output in utf-8 as suggested by Bogdan Nicula
svn path=/trunk/; revision=18245
|
|
|
|
|
|
|
|
|
|
| |
2007-06-22 Mathias Hasselmann <mathias.hasselmann@gmx.de>
* configure.in, tests/Makefile.am, tests/autotestkeywords.cc,
tests/dummy-headers/*: Extend the C++ keyword test
to include internal GDK headers (#449016).
svn path=/trunk/; revision=18244
|
|
|
|
|
|
|
|
|
|
| |
2007-06-26 Mathias Hasselmann <mathias.hasselmann@gmx.de>
* ChangeLog, configure.in, tests/Makefile.am,
tests/autotestkeywords.cc: Create test for finding
C++ keywords in public header files (#449016).
svn path=/trunk/; revision=18243
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-26 Kristian Rietveld <kris@imendio.com>
* gtk/gtktooltips.h: remove the deprecation macros for now to fix
the build and give us a chance to fix widgets which use GtkTooltips
in their API.
svn path=/trunk/; revision=18242
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-26 Kristian Rietveld <kris@imendio.com>
* gtk/gtk.symbols:
* gtk/gtktooltips.[ch]:
* docs/reference/gtk/tmpl/gtktooltips.sgml: deprecate GtkTooltips.
svn path=/trunk/; revision=18241
|
|
|
|
|
|
|
|
| |
2007-06-23 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=18240
|
|
|
|
| |
svn path=/trunk/; revision=18239
|
|
|
|
| |
svn path=/trunk/; revision=18238
|
|
|
|
| |
svn path=/trunk/; revision=18237
|
|
|
|
| |
svn path=/trunk/; revision=18236
|
|
|
|
| |
svn path=/trunk/; revision=18235
|
|
|
|
| |
svn path=/trunk/; revision=18234
|