summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* new function to check whether a rubber banding operation is currentlyKristian Rietveld2007-07-024-0/+34
| | | | | | | | | | | | 2007-07-02 Kristian Rietveld <kris@gtk.org> * gtk/gtk.symbols: * gtk/gtktreeview.[ch] (gtk_tree_view_is_rubber_banding_active): new function to check whether a rubber banding operation is currently active. (#393579, Christian Neumair). svn path=/trunk/; revision=18344
* UpdatesMatthias Clasen2007-07-022-0/+68
| | | | svn path=/trunk/; revision=18343
* UpdatesMatthias Clasen2007-07-022-2/+9
| | | | svn path=/trunk/; revision=18342
* UpdatesJohan Dahlin2007-07-022-13/+21
| | | | | | | | | 2007-07-02 Johan Dahlin <jdahlin@async.com.br> * gtk/tmpl/gtkbuilder.sgml: Updates svn path=/trunk/; revision=18341
* Document the "orientation" option.Matthias Clasen2007-07-026-1/+106
| | | | | | | | | | | | | | | | 2007-07-02 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf.c (gdk_pixbuf_get_option): Document the "orientation" option. * gdk-pixbuf.symbols: * gdk-pixbuf-core.h: * gdk-pixbuf-util.c (gdk_pixbuf_apply_embedded_orientation): New function to handle Exif orientation information in tiff and jpeg images. (#439567, Michael Chudobiak) svn path=/trunk/; revision=18340
* more additionsMatthias Clasen2007-07-021-0/+7
| | | | svn path=/trunk/; revision=18338
* Fix a typoMatthias Clasen2007-07-021-1/+1
| | | | svn path=/trunk/; revision=18337
* More additionsMatthias Clasen2007-07-021-3/+8
| | | | svn path=/trunk/; revision=18336
* Add more detailMatthias Clasen2007-07-022-5/+87
| | | | svn path=/trunk/; revision=18335
* Improve GtkBuilder DTD, remove treemodel section, add more informationJohan Dahlin2007-07-026-24/+20
| | | | | | | | | | | | | | | 2007-07-01 Johan Dahlin <jdahlin@async.com.br> * gtk/tmpl/gtkbuilder.sgml: * gtk/tmpl/gtkexpander.sgml: * gtk/tmpl/gtkframe.sgml: * gtk/tmpl/gtknotebook.sgml: * gtk/tmpl/gtktreemodel.sgml: Improve GtkBuilder DTD, remove treemodel section, add more information about container subclasses child attributes. #452954 svn path=/trunk/; revision=18334
* updated vi.poNguyen Thai Ngoc Duy2007-07-021-2/+2
| | | | svn path=/trunk/; revision=18333
* Document GtkBuilder UI definitionsMatthias Clasen2007-07-0126-223/+597
| | | | svn path=/trunk/; revision=18332
* Add parentheses to fix the operator order in the icon selection.Jan Arne Petersen2007-07-012-1/+6
| | | | | | | | | | 2007-07-02 Jan Arne Petersen <jpetersen@jpetersen.org> * gtk/gtkscalebutton.c: (gtk_scale_button_update_icon): Add parentheses to fix the operator order in the icon selection. svn path=/trunk/; revision=18331
* UpdatesJohan Dahlin2007-07-012-3/+7
| | | | | | | | | 2007-07-01 Johan Dahlin <jdahlin@async.com.br> * gtk/gtk-builder-convert.xml: Updates svn path=/trunk/; revision=18326
* Convert to getopt, improved documentation, change the script to requireJohan Dahlin2007-07-012-12/+78
| | | | | | | | | | | 2007-07-01 Johan Dahlin <jdahlin@async.com.br> * gtk/gtk-builder-convert (GtkBuilderConverter): Convert to getopt, improved documentation, change the script to require two arguments svn path=/trunk/; revision=18325
* Fixed wrong translations.Takeshi AIHANA2007-07-011-4/+4
| | | | | | | | 2007-07-01 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Fixed wrong translations. svn path=/trunk/; revision=18324
* Updated Japanese translation.Takeshi AIHANA2007-07-012-1949/+1889
| | | | | | | | 2007-07-01 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=18323
* Updated Japanese translation.Takeshi AIHANA2007-07-012-1747/+1049
| | | | | | | | 2007-07-01 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=18322
* Continue the event handling cleanup:Richard Hult2007-06-302-18/+47
| | | | | | | | | | | | | | | | | | 2007-06-30 Richard Hult <richard@imendio.com> Continue the event handling cleanup: * gdk/quartz/gdkevents-quartz.c: (synthesize_crossing_events): Don't do anything if the old and new windows are the same, simplifies the callers. (find_mouse_window_for_ns_event): Always return a window (root instead of NULL). Remove unneccessary check for the current mouse window being NULL, that was a workaround for a now fixed bug. Convert to root coordinates if we don't find a window. (synthesize_crossing_events_for_ns_event): Simplify and add comment. svn path=/trunk/; revision=18316
* Simplify (get the origin directly from the window).Richard Hult2007-06-302-7/+9
| | | | | | | | | | 2007-06-30 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (synthesize_crossing_events_for_ns_event): Simplify (get the origin directly from the window). svn path=/trunk/; revision=18315
* No need to special case the root window now that it has the right size.Richard Hult2007-06-302-45/+20
| | | | | | | | | | | 2007-06-30 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (create_crossing_event), (synthesize_crossing_events), (find_mouse_window_for_ns_event), (synthesize_crossing_events_for_ns_event): No need to special case the root window now that it has the right size. svn path=/trunk/; revision=18314
* Improve comments in those files. Add a debugging helper to print outRichard Hult2007-06-303-25/+60
| | | | | | | | | | | 2007-06-30 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: * gdk/quartz/gdkevents-quartz.c: Improve comments in those files. Add a debugging helper to print out information about a window. svn path=/trunk/; revision=18313
* Improve error handling for enum/flags, rename the converter functions toJohan Dahlin2007-06-307-101/+199
| | | | | | | | | | | | | | | | | 2007-06-30 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkbuilder.c: * gtk/gtkbuilder.h: * gtk/gtkbuilderparser.c: * gtk/gtkbuilderprivate.h: * gtk/gtkwidget.c: * tests/buildertest.c: Improve error handling for enum/flags, rename the converter functions to be consistent. Add tests. Fixes #452465 svn path=/trunk/; revision=18312
* Make this work properly for the root window.Richard Hult2007-06-302-2/+14
| | | | | | | | | 2007-06-30 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (gdk_window_get_origin): Make this work properly for the root window. svn path=/trunk/; revision=18311
* Improve the tracking rect updating: - No need to override setFrame. - UseRichard Hult2007-06-303-9/+22
| | | | | | | | | | | | | | | 2007-06-30 Richard Hult <richard@imendio.com> * gdk/quartz/GdkQuartzView.c: Improve the tracking rect updating: - No need to override setFrame. - Use our own size instead of the bounds from for the view as it's not always updated before the tracking rect. - Only reset the tracking rect if the new window is nil). * gdk/quartz/GdkQuartzWindow.c: Update the bounds of the content view when the window size changes. svn path=/trunk/; revision=18309
* Corrections and additionsMatthias Clasen2007-06-302-2/+34
| | | | svn path=/trunk/; revision=18308
* Be pickyMatthias Clasen2007-06-302-3/+6
| | | | svn path=/trunk/; revision=18307
* Move type-func to <object> instead of <child>, add a test to make sureJohan Dahlin2007-06-303-32/+68
| | | | | | | | | | | | | 2007-06-30 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkbuilderparser.c: (_get_type_by_symbol), (parse_object), (parse_child): * tests/buildertest.c: (test_types): Move type-func to <object> instead of <child>, add a test to make sure that it works as desired, #452463 svn path=/trunk/; revision=18306
* Make boolean string parsing consistent, #452464Johan Dahlin2007-06-305-30/+101
| | | | | | | | | | | | | | 2007-06-30 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkbuilder.c: (gtk_builder_value_from_string_type): * gtk/gtkbuilderparser.c: (_gtk_builder_parse_boolean), (parse_property), (parse_signal): * gtk/gtkbuilderprivate.h: * tests/buildertest.c: (test_value_from_string): Make boolean string parsing consistent, #452464 svn path=/trunk/; revision=18305
* AdditionsMatthias Clasen2007-06-302-0/+43
| | | | svn path=/trunk/; revision=18304
* documentation updatesMatthias Clasen2007-06-307-196/+293
| | | | svn path=/trunk/; revision=18303
* Fix bug refMatthias Clasen2007-06-301-1/+1
| | | | svn path=/trunk/; revision=18302
* New function to determine if keyboard layouts for both LTR and LTRMatthias Clasen2007-06-306-54/+141
| | | | | | | | | | | | | | | 2007-06-29 Matthias Clasen <mclasen@redhat.com> * gdk/gdk.symbols: * gdk/gdkkeys.h: * gdk/x11/gdkkeys-x11.c (gdk_keymap_have_bidi_layouts): New function to determine if keyboard layouts for both LTR and LTR languages are in use. Refactor the direction caching code to make this information available. (#451575, Behnam Esfahbod) svn path=/trunk/; revision=18301
* Add empty migration chapter for GtkBuilderMatthias Clasen2007-06-294-0/+23
| | | | svn path=/trunk/; revision=18296
* AdditionsMatthias Clasen2007-06-292-9/+21
| | | | svn path=/trunk/; revision=18295
* Enable SSL support. (#451070, Vince Busam)Matthias Clasen2007-06-292-6/+11
| | | | | | | | | | | 2007-06-29 Matthias Clasen <mclasen@redhat.com> * modules/printbackend/cups/gtkcupsutils.c (_post_check): (_get_check): Enable SSL support. (#451070, Vince Busam) svn path=/trunk/; revision=18293
* 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