summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve reference counting, #447967Johan Dahlin2007-06-293-33/+162
| | | | | | | | | | | | | 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
* Connect the "destroy" signal so that the 'window' pointer is set back toRyan Lortie2007-06-293-9/+17
| | | | | | | | | | | | | | | | | 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
* Escape markup entities in the name and URI before displaying them.Emmanuele Bassi2007-06-292-5/+15
| | | | | | | | | 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
* Do not cache the icon pixbufs but rely on the GtkIconTheme not to hit theEmmanuele Bassi2007-06-292-80/+37
| | | | | | | | | | 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
* updating for Punjabi TranslationAmanpreet Singh Alam2007-06-291-1234/+1069
| | | | svn path=/trunk/; revision=18287
* updating Punjabi TranslationAmanpreet Singh Alam2007-06-291-312/+312
| | | | svn path=/trunk/; revision=18286
* Updated Korean translation.Changwoo Ryu2007-06-292-1708/+1016
| | | | | | | | 2007-06-29 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. svn path=/trunk/; revision=18285
* updating Punjabi TranslationAmanpreet Singh Alam2007-06-291-1864/+1773
| | | | svn path=/trunk/; revision=18284
* Draw no bevel when "GtkToolbar::shadow-type" is "none" (#450469).Mathias Hasselmann2007-06-282-0/+8
| | | | | | | | | 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
* Prettify the output by running it through xmllint --format if xmllint isJohan Dahlin2007-06-282-3/+38
| | | | | | | | | | | | 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
* Fix bug referenceChristian Persch2007-06-281-1/+1
| | | | svn path=/trunk/; revision=18280
* Make the volume button use range 0.0 to 1.0 by default, and fix tooltipsChristian Persch2007-06-282-12/+26
| | | | | | | | | | | | 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
* Estonian translation update by Ivar Smolin.Priit Laes2007-06-282-7/+11
| | | | | | | | 2007-06-28 Priit Laes <plaes@svn.gnome.org> * et.po: Estonian translation update by Ivar Smolin. svn path=/trunk/; revision=18277
* Updated Russian translation.Nickolay V. Shmyrev2007-06-282-1160/+998
| | | | | | | | | 2007-06-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=18274
* do right thing in one-character lines and at paragraph end (#448313).Yevgen Muntyan2007-06-283-28/+35
| | | | | | | | | | | | | 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
* Use the attribute name in the error message instead of the value.Johan Dahlin2007-06-282-5/+9
| | | | | | | | | | | 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
* Set name of Help menu to HelpMenuJohan Dahlin2007-06-282-1/+4
| | | | | | | | | | 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
* Print out the name of the right object in the warning (#451314, PhilipJohan Dahlin2007-06-272-1/+5
| | | | | | | | | | | 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
* (GtkBuilderConverter._convert): Johan Dahlin2007-06-272-11/+15
| | | | | | | Make sure that we can convert Gazpacho files too. svn path=/trunk/; revision=18269
* Remove glade-interface doctype if found.Johan Dahlin2007-06-272-0/+11
| | | | | | | | | | 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
* Fixed, very hackishly, a one pixel error that occurs using the XP themeCody Russell2007-06-272-0/+26
| | | | | | | | | | | | 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
* Check the code and domain of GErrors instead of the string valuesJohan Dahlin2007-06-272-6/+20
| | | | | | | | * tests/buildertest.c: (test_value_from_string): Check the code and domain of GErrors instead of the string values svn path=/trunk/; revision=18263
* Add GtkBuilder and GError arguments to gtk_builder_value_from_string andJohan Dahlin2007-06-276-49/+139
| | | | | | | | | | | | | | | | | * 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
* Do not add border_width to the first button initial coordinate, since it'sXan Lopez2007-06-273-4/+11
| | | | | | | | | | | | | | 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
* Merged from maemo-gtk:Michael Natterer2007-06-272-23/+49
| | | | | | | | | | | | | | 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
* applied patch to improve variable names, by Olivier Delhomme, #451527.Tim Janik2007-06-273-13/+18
| | | | | | | | | | | 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
* fixed push_in description.Tim Janik2007-06-272-3/+6
| | | | | | | | | | 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
* fixed push_in description.Tim Janik2007-06-272-2/+7
| | | | | | | | | | 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
* Updated Spanish translationJorge Gonzalez Gonzalez2007-06-272-1107/+971
| | | | svn path=/trunk/; revision=18256
* Updated Vietnamese translation.Clytie Siddall2007-06-272-59/+66
| | | | svn path=/trunk/; revision=18255
* Plug leaks in error code pathsJohan Dahlin2007-06-272-4/+14
| | | | | | * gtk/gtkbuilderparser.c: Plug leaks in error code paths svn path=/trunk/; revision=18254
* Add a test to check object propertiesJohan Dahlin2007-06-272-1/+44
| | | | | | | | * tests/buildertest.c (test_object_properties): Add a test to check object properties svn path=/trunk/; revision=18253
* Set an error if we encounter properties without values set (#451303,Johan Dahlin2007-06-274-1/+39
| | | | | | | | | | | * 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
* Connect the destroy signal in the example instead of the ui file. Also setJohan Dahlin2007-06-273-1/+12
| | | | | | | | | | * 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
* Fix a bunch of small bugs when parsing property valuesJohan Dahlin2007-06-263-22/+126
| | | | | | | | | | | * 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
* Fix a typo in the previous commit.Emmanuele Bassi2007-06-262-6/+16
| | | | | | | | | | | | 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
* Show the time of last change in the file chooser, for files modified todayEmmanuele Bassi2007-06-263-13/+46
| | | | | | | | | | | | 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
* modules/engines/ms-windows/xp_theme.[ch] Add support for drawingCody Russell2007-06-264-133/+183
| | | | | | | | | | | 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
* Encode the output in utf-8 as suggested by Bogdan NiculaJohan Dahlin2007-06-262-1/+7
| | | | | | | | * gtk/gtk-builder-convert (GtkBuilderConverter.to_xml): Encode the output in utf-8 as suggested by Bogdan Nicula svn path=/trunk/; revision=18245
* Extend the C++ keyword test to include internal GDK headers (#449016).Mathias Hasselmann2007-06-2613-4/+127
| | | | | | | | | | 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
* Create test for finding C++ keywords in public header files (#449016).Mathias Hasselmann2007-06-264-0/+26
| | | | | | | | | | 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
* remove the deprecation macros for now to fix the build and give us aKristian Rietveld2007-06-262-4/+12
| | | | | | | | | | | 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
* deprecate GtkTooltips.Kristian Rietveld2007-06-264-2/+17
| | | | | | | | | | | 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
* Updated Norwegian bokmål translation.Kjartan Maraas2007-06-262-1071/+949
| | | | | | | | 2007-06-23 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=18240
* UpdateMatthias Clasen2007-06-262-0/+5
| | | | svn path=/trunk/; revision=18239
* Add a man pageMatthias Clasen2007-06-265-2/+80
| | | | svn path=/trunk/; revision=18238
* UpdatesMatthias Clasen2007-06-261-1/+11
| | | | svn path=/trunk/; revision=18237
* AdditionsMatthias Clasen2007-06-263-2/+10
| | | | svn path=/trunk/; revision=18236
* UpdatesMatthias Clasen2007-06-262-2/+7
| | | | svn path=/trunk/; revision=18235
* UpdatesMatthias Clasen2007-06-263-2/+18
| | | | svn path=/trunk/; revision=18234