- Oct 22, 2005
-
-
Michael Natterer authored
2005-10-22 Michael Natterer <mitch@imendio.com> * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): check for the widget being realized, in addition to being visible, to avoid running into precondition check in gtk_tree_view_get_cell_area(). (approved by Kris).
-
Dom Lachowicz authored
* modules/engines/ms-windows/msw_style.c (setup_msw_rc_style): Experimentally, scrollbar steppers can shrink to 8 pixels on Win32. Reflect that in the theme. * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Experimentally, there is a 1-pixel border between a scrollbar and its child in ScrolledWindows on Win32. Reflect that in the theme.
-
- Oct 21, 2005
-
-
Alexander Shopov authored
2005-10-21 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
-
- Oct 20, 2005
-
-
Matthias Clasen authored
2005-10-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD for the selection window. (#318806, Alex Larsson)
-
Runa Bhattacharjee authored
-
Runa Bhattacharjee authored
-
- Oct 19, 2005
-
-
Ignacio Casal Quinteiro authored
-
Inaki Larranaga authored
2005-10-19 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Fixed some typos.
-
Federico Mena Quintero authored
2005-10-18 Federico Mena Quintero <federico@ximian.com> Fixes bug #317999: * tests/autotestfilechooser.c (test_button_folder_states_for_action): Test that we have either $cwd or the explicitly-set folder. (test_reload_sequence): Likewise. * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_get_current_folder): If our reload_state is RELOAD_EMPTY, return a GtkFilePath corresponding to $cwd.
-
- Oct 18, 2005
-
-
Matthias Clasen authored
2005-10-18 Matthias Clasen <mclasen@redhat.com> * xdgmimecache.c: Make magic comparisons work correctly in the cache.
-
Matthias Clasen authored
2005-10-17 Matthias Clasen <mclasen@redhat.com> * xdgmime.c (xdg_mime_get_mime_type_for_file): Remove a debugging printf.
-
- Oct 17, 2005
-
-
Marcel Telka authored
2005-10-17 Marcel Telka <marcel@telka.sk> * sk.po: Fixed translations with context (thanks to Sergej Chodarev).
-
Martin Willemoes Hansen authored
* da.po: Updated Danish translation.
-
Priit Laes authored
2005-10-17 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
-
Martin Willemoes Hansen authored
* da.po: Updated Danish translation.
-
Chao-Hsiung Liao authored
2005-10-17 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * ./po/zh_TW.po: Updated Traditional Chinese translation. * ./po-properties/zh_TW.po: Updated Traditional Chinese translation.
-
Marcel Telka authored
2005-10-17 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
- Oct 15, 2005
-
-
Vincent van Adrighem authored
2005-10-15 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
-
Behdad Esfahbod authored
-
- Oct 14, 2005
-
-
Adam Weinberger authored
2005-10-14 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Add a bunch of missing files. * en_CA.po: Updated Canadian English translation.
-
Tor Lillqvist authored
2005-10-14 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkdisplay-win32.c: Remove the clipboard viewer code. It didn't really do anything useful, and was just confusing and incomplete. Comments claimed we don't do delayed rendering, but in fact we do, for images. (The delayed rendering code has other problems, though, see #168173.) The clipboard viewer code was probably even buggy (the WM_CHANGECBCHAIN handled didn't propagate the message when necessary). It was just test code, it said so in a comment. Add something similar back later if necessary. (_win32_on_clipboard_change, _gdk_win32_register_clipboard_notification): Remove. (gdk_display_supports_selection_notification, gdk_display_request_selection_notification): Always just return FALSE. We didn't generate any GDK_OWNER_CHANGE events anywhere.
-
- Oct 13, 2005
-
-
Priit Laes authored
2005-10-13 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
-
Tor Lillqvist authored
2005-10-13 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't treat Alt-Enter specially. It does not have any special meaning and should be passed on to the application. (#318378, Tim Evans)
-
Tor Lillqvist authored
2005-10-13 Tor Lillqvist <tml@novell.com> Set visual depth to 24 for 32 bits-per-pixel devices on Win32. This allows gdk_drawable_real_draw_pixbuf() to use the optimized composite_0888() function rather than the slower image dithering functions to draw pixbufs (#313993, John Ehresman) * gdk/win32/gdkimage-win32.c (_gdk_win32_new_image): Use _gdk_windowing_get_bits_for_depth() to initialize GdkImage::bits_per_pixel. (_gdk_windowing_get_bits_for_depth): Return 32 bits for depth 24. * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use _gdk_windowing_get_bits_for_depth() to initialize BITMAPINFOHEADER::biBitCount. * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Set GdkVisual::depth to 24 even if GetDeviceCaps(BITSPIXEL) returns 32.
-
- Oct 12, 2005
-
-
Matthias Clasen authored
2005-10-12 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): Only call gdk_pixbuf_loader_eat_header_write() when count > 0. (#318589, Bogdan Nicula)
-
Stefan Kost authored
* demos/gtk-demo/appwindow.c: (about_cb): use PACKAGE_VERSION,bump year (#318654)
-
- Oct 11, 2005
-
-
Matthias Clasen authored
2005-10-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off toggle here with the matching on toggle if it immediately follows. This is a common case, and handling it here prevents quadratic blowup in cleanup_line() below. (#317125) * gtk/gtktextsegment.h: * gtk/gtktextsegment.c (_gtk_char_segment_new_from_two_strings): Pass the character counts into this function instead of computing them again.
-
- Oct 10, 2005
-
-
Tommi Komulainen authored
2005-10-10 Tommi Komulainen <tommi.komulainen@iki.fi> * gtk/gtkfilechooser.h (GtkFileChooserError): Add ALREADY_EXISTS error code. * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_add_shortcut_folder): Return an error code when the shortcut already exists in the sidebar. (#147521)
-
- Oct 09, 2005
-
-
Matthias Clasen authored
-
- Oct 07, 2005
-
-
Matthias Clasen authored
-
Federico Mena Quintero authored
2005-10-07 Federico Mena Quintero <federico@ximian.com> Fixes bug #317999: * tests/autotestfilechooser.c (test_reload_sequence): Ensure that the the result of gtk_file_chooser_get_folder() is NULL or non-NULL at the right times. Log the tests. (test_button_folder_states): New test for the initial states of the current folder in GtkFileChooserButton. (main): Test that the number of warnings/errors/critical errors is zero. * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder): Clarify the documentation on when this can return NULL. (gtk_file_chooser_get_current_folder_uri): Likewise. * gtk/gtkfilechooserbutton.c (struct _GtkFileChooserButtonPrivate): Added a folder_has_been_set flag; we use it to keep track of whether a folder has been set. (gtk_file_chooser_button_map): Implement. If no folder has been loaded before, we at least try to load $cwd here. (gtk_file_chooser_button_constructor): If the construct-time dialog already has a folder set, turn on our folder_has_been_set flag. (dialog_current_folder_changed_cb): Turn on our folder_has_been_set flag.
-
Michael Natterer authored
2005-10-07 Michael Natterer <mitch@gimp.org> * gtk/gtkfilechooserdefault.c: remove some explicit #defines of PROFILE_FILE_CHOOSER because they break compilation after the removal of <unistd.h>.
-
Matthias Clasen authored
2005-10-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Remove a redundant (and unconditional) include of unistd.h (#318211, Kazuki Iwamoto)
-
Matthias Clasen authored
2005-10-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtktexttag.c (gtk_text_attributes_ref): Use g_return_val_if_fail(), not g_return_if_fail(). (#318412, Kazuki Iwamoto)
-
Matthias Clasen authored
-
- Oct 05, 2005
-
-
Matthias Clasen authored
2005-10-05 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-xlib-2.0.pc.in (Requires): Require gmodule-no-export-2.0 instead of gmodule-2.0
-
Matthias Clasen authored
2005-10-05 Matthias Clasen <mclasen@redhat.com> * README.in: Start collecting release notes for 2.10.
-
Matthias Clasen authored
2005-10-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrc.c (gtk_rc_clear_realized_style): Readd the memory leak fix, since the assertion failures were traced to an xchat bug. (#314696)
-
Matthias Clasen authored
2005-10-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkstyle.c (gtk_style_detach): (gtk_style_attach): Documentation improvements. (gtk_style_detach): Assert that the attach_count is > 0.
-
Federico Mena Quintero authored
2005-10-05 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooser.sgml: Document the "quick-bookmark" binding signal.
-