summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Portuguese translation.Duarte Loreto2006-07-232-1852/+1752
| | | | | | 2006-07-23 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Updated French translation.Christophe Merlet2006-07-232-29/+48
|
* Add a POTFILES.skip fileMatthias Clasen2006-07-233-1/+8
|
* Fix a memleakMatthias Clasen2006-07-233-0/+12
|
* Updated Lithuanian translation.Žygimantas Beručka2006-07-222-4/+8
| | | | | | 2006-07-22 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Updated French translation.Christophe Merlet2006-07-222-7/+12
|
* Updated Lithuanian translation.Žygimantas Beručka2006-07-222-1991/+1866
| | | | | | 2006-07-22 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Updated gtk+ zh_CN translation.Funda Wang2006-07-222-1928/+1038
|
* Updated Lithuanian translation.Žygimantas Beručka2006-07-222-72/+82
| | | | | | 2006-07-22 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Updated Portuguese translation.Duarte Loreto2006-07-222-2246/+1383
| | | | | | 2006-07-22 Duarte Loreto <happyguy_pt@hotmail.com> * pt,po: Updated Portuguese translation.
* updated hebrew translationYair Hershkovitz2006-07-212-1846/+1748
|
* New function to destroy an rc context.Matthias Clasen2006-07-215-28/+90
| | | | | | | | | | | | 2006-07-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrc.h: * gtk/gtkrc.c (_gtk_rc_context_destroy): New function to destroy an rc context. * gtk/gtksettings.c (gtk_settings_finalize): Destroy the rc context. (gtk_settings_get_for_screen): Unref the settings when the screen goes away. (#348096, Chris Wilson)
* Implement.Richard Hult2006-07-214-12/+94
| | | | | | | | | | | 2006-07-21 Richard Hult <richard@imendio.com> * gdk/quartz/gdkgc-quartz.c: (gdk_quartz_gc_get_values), (gdk_quartz_gc_set_values), (_gdk_windowing_gc_copy), (gdk_gc_get_screen): Implement. * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_back_pixmap): Implement.
* Replace gtk_rc_style_ref/unref by g_object_ref/unref.Matthias Clasen2006-07-215-6/+14
| | | | | | | | | 2006-07-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkstyle.c: * gtk/gtkrc.c: * gtk/gtkwidget.c: Replace gtk_rc_style_ref/unref by g_object_ref/unref.
* 0-terminate outbuf in all cases. (#348227, Nguyen Thái Ngoc Duy)Matthias Clasen2006-07-213-8/+13
| | | | | | | 2006-07-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimcontextsimple.c (gtk_im_context_simple_get_preedit_string): 0-terminate outbuf in all cases. (#348227, Nguyen Thái Ngoc Duy)
* Enable symbolic colors and color expressions in style properties. FixesMichael Natterer2006-07-213-40/+168
| | | | | | | | | | | | | | | | | | | 2006-07-21 Michael Natterer <mitch@imendio.com> Enable symbolic colors and color expressions in style properties. Fixes bug #346751. * gtk/gtkrc.c (rc_parse_token_or_compound): add GtkRcStyle parameter and replace symbolic colors by color constants. (gtk_rc_parse_assignment): likewise. Also support parsing of expressions of the form identifier(compound). (gtk_rc_parse_style): pass the GtkRcStyle to gtk_rc_parse_assignment(). (gtk_rc_parse_statement): pass NULL since we don't have a GtkRcStyle here.
* remove accidential 2nd parameter to g_object_unref().Michael Natterer2006-07-213-1/+11
| | | | | | | 2006-07-21 Michael Natterer <mitch@imendio.com> * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize): remove accidential 2nd parameter to g_object_unref().
* Don't leak the action_view. (#348120, Chris Wilson)Matthias Clasen2006-07-213-13/+23
| | | | | | | 2006-07-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize): Don't leak the action_view. (#348120, Chris Wilson)
* Improve drawing of tabsMatthias Clasen2006-07-213-10/+13
|
* Fix a memleakMatthias Clasen2006-07-213-0/+18
|
* Unset the during_reorder flag. (#348049, Sven Herzberg, patch by BenjaminMatthias Clasen2006-07-213-0/+13
| | | | | | | | 2006-07-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_stop_reorder): Unset the during_reorder flag. (#348049, Sven Herzberg, patch by Benjamin Otte)
* Updated French translation.Christophe Merlet2006-07-202-598/+77
|
* Argh, initialize "passed"! (set_filename_timeout_cb): Renamed fromFederico Mena Quintero2006-07-201-2/+79
| | | | | | | | | | 2006-07-19 Federico Mena Quintero <federico@novell.com> * tests/autotestfilechooser.c (test_black_box): Argh, initialize "passed"! (set_filename_timeout_cb): Renamed from timeout_cb(). (test_confirm_overwrite): New function, test confirmation before overwriting a file in SAVE mode.
* Just remove the scroll timeout here, don't access settings. (#348095,Matthias Clasen2006-07-203-5/+12
| | | | | | | 2006-07-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenu.c (gtk_menu_destroy): Just remove the scroll timeout here, don't access settings. (#348095, Chris Wilson)
* Fix messed up refcounting. (#348090, Chris Wilson)Matthias Clasen2006-07-203-8/+20
| | | | | | | 2006-07-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextlayout.c (gtk_text_layout_set_contexts): Fix messed up refcounting. (#348090, Chris Wilson)
* Export this privately.Matthias Clasen2006-07-205-4/+29
| | | | | | | | | | | | 2006-07-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.h: * gtk/gtkicontheme.c (_gtk_icon_theme_ensure_builtin_cache): Export this privately. * gtk/gtkiconfactory.c (render_fallback_image): And call it here to initialize the builtin cache before using it. (#348063, Diego Pettenò)
* Fix a thinko that leads to constantly reloading the mime data if aMatthias Clasen2006-07-202-14/+34
| | | | | | | | | | | 2006-07-20 Matthias Clasen <mclasen@redhat.com> Fix a thinko that leads to constantly reloading the mime data if a mime.cache is present. Patch by Yevgen Muntyan, bugs.freedesktop.org #7495 * xdgmime.c (xdg_check_dir): Look for mime.cache first. (xdg_check_file): Report existance of the file separately.
* Argh, initialize "passed"! (set_filename_timeout_cb): Renamed fromFederico Mena Quintero2006-07-202-0/+16
| | | | | | | | | | 2006-07-19 Federico Mena Quintero <federico@novell.com> * tests/autotestfilechooser.c (test_black_box): Argh, initialize "passed"! (set_filename_timeout_cb): Renamed from timeout_cb(). (test_confirm_overwrite): New function, test confirmation before overwriting a file in SAVE mode.
* Updated Lithuanian translation.Žygimantas Beručka2006-07-202-2295/+1369
| | | | | | 2006-07-20 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Free caches on shutdownMatthias Clasen2006-07-202-0/+14
|
* fix typo to make it compile again.Michael Natterer2006-07-203-1/+11
| | | | | | | 2006-07-20 Michael Natterer <mitch@imendio.com> * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_finalize): fix typo to make it compile again.
* Correctly chain up the finalization vfunc. (#348089, Chris Wilson)Emmanuele Bassi2006-07-203-1/+13
| | | | | | | | 2006-07-20 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentchoosermenu.c: (gtk_recent_chooser_menu_finalize): Correctly chain up the finalization vfunc. (#348089, Chris Wilson)
* Append the event to the queue instead of using gdk_event_put.Richard Hult2006-07-205-125/+221
| | | | | | | | | | | | | | | | | | | | | | | | | 2006-07-20 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (generate_grab_broken_event): Append the event to the queue instead of using gdk_event_put. (_gdk_quartz_get_mouse_window, find_current_keyboard_window): Handle grabs. (get_event_mask_from_ns_event, create_focus_event) (convert_window_coordinates_to_root, find_window_for_event) (gdk_event_translate): Improve readability (style changes). (gdk_flush, gdk_display_sync, gdk_display_flush) (gdk_event_send_client_message_for_display), (gdk_screen_broadcast_client_message): Remove FIXMEs. (gdk_screen_get_setting): Reindent. Also move find_child_window_by_point to gdkwindow-quartz.c. * gdk/quartz/gdkwindow-quartz.c: (find_child_window_by_point_helper), (_gdk_quartz_find_child_window_by_point): Move here from gdkevents-quartz.c (_gdk_windowing_window_get_pointer): Handle destroyed windows and imlement the return value. (_gdk_windowing_window_at_pointer): Implement.
* Translation updated by Tino Meinen.Vincent van Adrighem2006-07-202-1669/+1348
| | | | | | 2006-07-20 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Add xdg_init-free versions of some functions and use them internally, soMatthias Clasen2006-07-204-20/+58
| | | | | | | | | | | | 2006-07-20 Matthias Clasen <mclasen@redhat.com> * xdgmimemagic.c: * xdgmime.c: * xdgmime.h: Add xdg_init-free versions of some functions and use them internally, so that we don't reload caches and clobber data structures in the middle of an operation. Patch by Joe Shaw, bugs.freedesktop.org #6824
* fix bug #5241Matthias Clasen2006-07-202-2/+10
|
* Reindent.Richard Hult2006-07-194-1/+21
| | | | | | | | | 2006-07-19 Richard Hult <richard@imendio.com> * gtk/gtkdnd-quartz.c (register_types): Reindent. * gtk/gtkclipboard-quartz.c (gtk_clipboard_set_contents): Add autorelease pool.
* ]): Listen to windowDidResignMain notifications and properly update theRichard Hult2006-07-195-25/+63
| | | | | | | | | | 2006-07-19 Richard Hult <richard@imendio.com> * gdk/quartz/GdkQuartzWindow.c ([GdkQuartzWindow -windowDidResignMain:]): * gdk/quartz/gdkevents-quartz.c (_gdk_quartz_update_focus_window): Listen to windowDidResignMain notifications and properly update the focus window when windows are unfocused.
* add align_set field to keep track whether the align property was set byKristian Rietveld2006-07-193-1/+32
| | | | | | | | | | 2006-07-19 Kristian Rietveld <kris@imendio.com> * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_init), (gtk_cell_renderer_text_[gs]et_property), (get_layout): add align_set field to keep track whether the align property was set by the user, if not we will use the alignment by looking at the direction of the widget. (#157439)
* Check if option is NULL before using it. (#348014, Christian Persch)Matthias Clasen2006-07-193-1/+10
| | | | | | | | 2006-07-19 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/file/gtkprintbackendfile.c (file_printer_get_settings_from_options): Check if option is NULL before using it. (#348014, Christian Persch)
* When looking up a font XID, add the XID_FONT_BIT. (#348001)Matthias Clasen2006-07-193-1/+11
| | | | | | | 2006-07-19 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkx.h (gdk_font_lookup_for_display): When looking up a font XID, add the XID_FONT_BIT. (#348001)
* Updated Korean translation.Changwoo Ryu2006-07-192-657/+488
| | | | | | 2006-07-19 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Fixed "removed text_view_markup translation"Nguyen Thai Ngoc Duy2006-07-191-2/+1
|
* Ignore quartz pc files.Richard Hult2006-07-191-0/+2
|
* ]): Remove unused variables to fix compiler warnings.Richard Hult2006-07-194-2/+12
| | | | | | | | 2006-07-19 Richard Hult <richard@imendio.com> * gdk/quartz/GdkQuartzView.c ([GdkQuartzView -drawRect:]): * gdk/quartz/gdkpixmap-quartz.c (gdk_pixmap_new): Remove unused variables to fix compiler warnings.
* Implement type hints and use them to determine which windows should beRichard Hult2006-07-195-12/+86
| | | | | | | | | | | | 2006-07-19 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c (gdk_window_impl_quartz_init) (gdk_window_set_type_hint, gdk_window_get_type_hint): * gdk/quartz/GdkQuartzWindow.c ([GdkQuartzWindow -canBecomeMainWindow]) ([GdkQuartzWindow -canBecomeKeyWindow]): Implement type hints and use them to determine which windows should be allowed to become main and key windows.
* Get the position correctly for the root window. Fixes bug #347976, patchRichard Hult2006-07-193-15/+36
| | | | | | | | 2006-07-19 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_get_pointer): Get the position correctly for the root window. Fixes bug #347976, patch by Dave Vasilevsky.
* UpdatesMatthias Clasen2006-07-193-6/+68
|
* fix 347277Matthias Clasen2006-07-183-16/+51
|
* Make bits from my last commit are conditionally compiled only if cups 1.2John Palmieri2006-07-183-6/+24
| | | | | | * modules/printbackends/cups/gtkprintbackendcups.c: Make bits from my last commit are conditionally compiled only if cups 1.2 is available.