summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* forgotten changelogMatthias Clasen2006-08-162-0/+10
|
* take the cell spacing into account when calculating the available extraKristian Rietveld2006-08-163-1/+18
| | | | | | | | 2006-08-16 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): take the cell spacing into account when calculating the available extra space. (#350938, patch from Peter Johanson).
* Updated Japanese translation.Satoru SATOH2006-08-164-2617/+2487
| | | | | | 2006-08-16 Satoru SATOH <ss@gnome.gr.jp> * Updated Japanese translation.
* Updated turkish translationBaris Cicek2006-08-162-1878/+1501
|
* Explain some quirks of this function. (#351112,Matthias Clasen2006-08-161-2/+7
| | | | | | | 2006-08-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_set_current_page): Explain some quirks of this function. (#351112,
* update the refs from children to parents for all nodes, since they may allKristian Rietveld2006-08-163-4/+15
| | | | | | | | | 2006-08-16 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_fetch_child): update the refs from children to parents for all nodes, since they may all have been moved by the insert operation. (#346800, patch from Jonathan Matthew).
* Stop loading an animation if the first frame is complete. (#350911,Matthias Clasen2006-08-162-2/+21
| | | | | | | | 2006-08-16 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-io.c (gdk_pixbuf_new_from_file_at_scale): Stop loading an animation if the first frame is complete. (#350911, Christian Neumair)
* Updated Swedish translation.Daniel Nylander2006-08-164-4083/+3478
| | | | | | 2006-08-16 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation.
* Updated Thai translation.Theppitak Karoonboonyanan2006-08-162-2/+6
| | | | | | 2006-08-16 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Updated Korean translation.Changwoo Ryu2006-08-162-2/+6
| | | | | | 2006-08-16 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Add since tagsMatthias Clasen2006-08-164-1/+17
|
* Translation updated.Gabor Kelemen2006-08-162-2468/+521
| | | | | | 2006-08-16 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated.
* Added patch from Bug 351519Michael David Emmel2006-08-153-2/+12
| | | | to fix directfb backend build
* Updated Polish translation by GNOME PL Team.Artur Flinta2006-08-154-3417/+2981
| | | | | | 2006-08-16 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Add GDK button mask for NS dragging events. (create_scroll_event): RemoveRichard Hult2006-08-155-13/+50
| | | | | | | | | | | | | | | 2006-08-15 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (get_event_mask_from_ns_event): Add GDK button mask for NS dragging events. (create_scroll_event): Remove obsolete comment. (_gdk_quartz_get_current_event_mask), (gdk_event_translate): Keep track of the latest event mask here... * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_get_pointer): And use it here. Patch from Kristian Rietveld. (gdk_window_quartz_update_idle): Rename to make things clearer.
* Some more printing docsMatthias Clasen2006-08-155-4/+40
|
* Updated German translation.Hendrik Richter2006-08-152-63/+64
| | | | | | 2006-08-15 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Set CAN_DEFAULT on all buttons. (#168737, fix proposed by Benjamin Berg)Matthias Clasen2006-08-153-0/+8
| | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Set CAN_DEFAULT on all buttons. (#168737, fix proposed by Benjamin Berg)
* Export privately. Adjust all callers.Matthias Clasen2006-08-156-22/+33
| | | | | | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentryprivate.h: * gtk/gtkentry.c (_gtk_entry_effective_inner_border): Export privately. Adjust all callers. * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use it here to get the actual inner border. (#349429, Benjamin Berg)
* Actually use a higher priority than resizeMatthias Clasen2006-08-151-1/+1
|
* Don't store GSource pointers, but ids. (gtk_file_chooser_entry_dispose):Matthias Clasen2006-08-153-22/+53
| | | | | | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Don't store GSource pointers, but ids. (gtk_file_chooser_entry_dispose): Remove idles. (idle_add, idle_add): Factor this out. (gtk_file_chooser_entry_maybe_update_directory): (add_completion_idle): And use it here. (#350039, Chris Wilson)
* Run the reset_styles idle at a priority higher than size negotiation.Matthias Clasen2006-08-153-1/+11
| | | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c (do_theme_change): Run the reset_styles idle at a priority higher than size negotiation. (#350517, Søren Sandmann)
* Do better fallbacks if the icon theme does not have icons. (#345666,Matthias Clasen2006-08-153-9/+32
| | | | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c (gtk_file_info_render_icon) (gtk_file_system_volume_render_icon): Do better fallbacks if the icon theme does not have icons. (#345666, Kazuki Iwamoto)
* Don't leak no_gr_exp_gc. (#350050, Chris Wilson)Matthias Clasen2006-08-153-3/+15
| | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkruler.c (gtk_ruler_unrealize): Don't leak no_gr_exp_gc. (#350050, Chris Wilson)
* Don't leak ShmPixmapInfo. (#349858, Chris Wilson)Matthias Clasen2006-08-153-2/+30
| | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkdrawable-x11.c (get_shm_pixmap_for_image): Don't leak ShmPixmapInfo. (#349858, Chris Wilson)
* Call evince with the --preview option. (#350139, Carlos Garcia Campos)Matthias Clasen2006-08-151-1/+1
| | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am (GTK_PRINT_PREVIEW_COMMAND): Call evince with the --preview option. (#350139, Carlos Garcia Campos)
* Simplify, make it build against cups 1.1. (#350329)Matthias Clasen2006-08-153-32/+22
| | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/cups/gtkprintbackendcups.c (create_pickone_option): Simplify, make it build against cups 1.1. (#350329)
* Fix docs for gtk_table_set_row/col_spacing. (#348728)Matthias Clasen2006-08-152-2/+6
| | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtktable.sgml: Fix docs for gtk_table_set_row/col_spacing. (#348728)
* Fix a typo in the docs. (#349501, Carlos GUSLiBu)Matthias Clasen2006-08-153-1/+7
| | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkliststore.c (gtk_list_store_insert_with_values): Fix a typo in the docs. (#349501, Carlos GUSLiBu)
* Translation updated by Wouter Bolsterlee.Wouter Bolsterlee2006-08-152-75/+97
| | | | | | 2006-08-15 Wouter Bolsterlee <uws+gnome@xs4all.nl> * nl.po: Translation updated by Wouter Bolsterlee.
* Remove a leftover debug statement. (#350072, Iago Rubio)Matthias Clasen2006-08-153-4/+12
| | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcolorsel.c (palette_paint): Remove a leftover debug statement. (#350072, Iago Rubio)
* Fix warning text. (#349277)Matthias Clasen2006-08-1589-88/+92
| | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbufferserialize.c (check_id_or_name): Fix warning text. (#349277)
* Document new GTK_DEBUG values. (#350023, Mart Raudsepp)Matthias Clasen2006-08-152-0/+13
| | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/running.sgml: Document new GTK_DEBUG values. (#350023, Mart Raudsepp)
* Updated Russian translation.Nickolay V. Shmyrev2006-08-152-1907/+1785
| | | | | | 2006-08-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation.
* Updated Lithuanian translation.Žygimantas Beručka2006-08-154-2504/+2420
| | | | | | 2006-08-15 Žygimantas Beručka <zygis@gnome.org> * po/lt.po, po-properties/lt.po: Updated Lithuanian translation.
* update translation for Punjabi (Gurmukhi) by apbrar gmail comAmanpreet Singh Alam2006-08-151-1762/+1640
|
* Remove. (gtk_notebook_motion_notify): Instead, update the arrow stateMatthias Clasen2006-08-153-38/+21
| | | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_enter_notify): Remove. (gtk_notebook_motion_notify): Instead, update the arrow state here. (#349570, Benjamin Otte)
* Use XAllocSizeHints to allocate the XSizeHints struct. (#249285, DavidMatthias Clasen2006-08-153-19/+33
| | | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_get_geometry_hints): Use XAllocSizeHints to allocate the XSizeHints struct. (#249285, David Baron)
* Zero out some stack-allocated X structures, to avoid valgrind warningsMatthias Clasen2006-08-154-0/+22
| | | | | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): * gdk/x11/gdkwindow-x11.c (gdk_window_set_decorations): (gdk_window_set_functions): Zero out some stack-allocated X structures, to avoid valgrind warnings about uninitialized memory. (#349382, David Baron)
* Add a check on the filter argument, instead of blindly passing it toEmmanuele Bassi2006-08-144-12/+66
| | | | | | | | | | | | | | | | | | | | 2006-08-14 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentchooser.c: (gtk_recent_chooser_add_filter), (gtk_recent_chooser_remove_filter), (gtk_recent_chooser_set_filter): Add a check on the filter argument, instead of blindly passing it to underlying implementation. * gtk/gtkrecentchoosermenu.c: (gtk_recent_chooser_menu_add_filter), (gtk_recent_chooser_menu_remove_filter), (gtk_recent_chooser_menu_list_filters): Implement these GtkRecentChooser methods, by setting and returning the only GtkRecentFilter object supported by a GtkRecentChooserMenu. (#347856, reported by Rod Butcher)
* Add a warning about the semantics of gtk_recent_chooser_add_filter() andEmmanuele Bassi2006-08-142-0/+19
| | | | | | | | | 2006-08-14 Emmanuele Bassi <ebassi@gnome.org> * gtk/tmpl/gtkrecentchoosermenu.sgml: Add a warning about the semantics of gtk_recent_chooser_add_filter() and of gtk_recent_chooser_remove_filter() when applied to a GtkRecentChooserMenu.
* Null the cell_view pointer if the internal cell view is removed. (#348828,Matthias Clasen2006-08-143-0/+11
| | | | | | | | 2006-08-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_remove): Null the cell_view pointer if the internal cell view is removed. (#348828, Rolando Espinoza La Fuente)
* Fix a swapped argument description. (#351241, Étienne Bersac)Matthias Clasen2006-08-142-2/+7
| | | | | | | 2006-08-14 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkruler.sgml: Fix a swapped argument description. (#351241, Étienne Bersac)
* Don't leak in the non-editable case. (#350258, Colin Leroy)Matthias Clasen2006-08-143-1/+12
| | | | | | | 2006-08-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c (gtk_entry_drag_data_received): Don't leak in the non-editable case. (#350258, Colin Leroy)
* Translation updated by Tino Meinen.Vincent van Adrighem2006-08-142-121/+136
| | | | | | 2006-08-14 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* updated nepali translationPawan Chitrakar2006-08-122-1674/+1539
|
* Updated Traditional Chinese translation(Hong Kong). Updated TraditionalChao-Hsiung Liao2006-08-123-3085/+3698
| | | | | | | 2006-08-12 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
* Updated Korean translation.Changwoo Ryu2006-08-112-1036/+920
| | | | | | 2006-08-11 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Updated German translation.Hendrik Richter2006-08-112-20/+28
| | | | | | 2006-08-11 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* gdk/directfb/gdkdrawable-directfb.c Remove gdk_directfb_update_region andMichael David Emmel2006-08-115-70/+28
| | | | | | | | | * gdk/directfb/gdkdrawable-directfb.c Remove gdk_directfb_update_region and calls * gdk/directfb/gdkwindow-directfb.c Code cleanup * gdk/directfb/gdkgeometry-directfb.c Fix scroll call to use region