- 03 Oct, 2004 3 commits
-
-
Matthias Clasen authored
2004-10-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_setup_sort_column_id_callback): Set sort_indicator to FALSE when appropriate. (#153714, Reinout van Schouwen)
-
Matthias Clasen authored
2004-10-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_search_position_func): Fix positioning near the monitor boundaries. (#154341, Ken Harris)
-
Miloslav Trmac authored
2004-10-03 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
- 02 Oct, 2004 2 commits
-
-
Paolo Borelli authored
2004-10-01 Paolo Borelli <pborelli@katamail.com> * gtk/gtkmenutoolbutton.c: deactivate the menu before setiing it to something else. Bug #153887.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
- 01 Oct, 2004 5 commits
-
-
Matthias Clasen authored
2004-10-01 Matthias Clasen <mclasen@redhat.com> Fix bug #150790: * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): Fix the calculation of x_offset when ellipsized and in RTL mode. (gtk_cell_renderer_text_render): Fix the calculation of the layout width when ellipsized.
-
Tor Lillqvist authored
2004-10-01 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkglobals-win32.c: Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input by default. * gdk/win32/gdkmain-win32.c (_gdk_windowing_args): Accept the --use-wintab option again (but without effect, as this is now the default, see above). (#153788) * modules/input/gtkimcontextime.c: Numerous changes. Remove the ifdef UNICODE conditionals. Always use the wide-character Imm* API. It is present also in Windows 98 and Me. (Not Windows 95, but I think we don't care about that.) Using the multibyte API wouldn't work anyway on systems where the system codepage doesn't support the language the user uses an IME for, so for instance I wouldn't be able to test this module on my English Windows 2000 although I do have C, J and K IMEs available. Guard against IMM not being active, always check ImmGetContext() returning NULL. Work to some extent even without any IME. Fixes #153800 at least partially. * modules/input/imime.c (ime_info): Rename to "ime" to match the naming pattern of other input modules. Make it default for ja:ko:zh only.
-
Matthias Clasen authored
2004-10-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding cell renderers to the docs.
-
Matthias Clasen authored
2004-10-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes): Silently ignore info being NULL. This is unavoidable with the current design where we have every implementation of layout_clear call layout_clear_attributes, and also delegate calls to dependent cell layouts. (#154191, Martyn Russell)
-
Matthias Clasen authored
2004-10-01 Matthias Clasen <mclasen@redhat.com> * modules/input/iminuktitut.c: Fix the spelling of Inuktitut in several places. (#154176, John Austin)
-
- 30 Sep, 2004 1 commit
-
-
Paolo Borelli authored
2004-09-30 Paolo Borelli <pborelli@katamail.com> * tests/testellipsize.c: exit on close.
-
- 29 Sep, 2004 8 commits
-
-
Matthias Clasen authored
2004-09-29 Matthias Clasen <mclasen@redhat.com> * Makefile.in.in: Add Q_ to the keywords recognized by xgettext. (#154062, Damon Chaplin)
-
Matthias Clasen authored
2004-09-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmain.c: Make --g-fatal-warnings a G_OPTION_ARG_NONE, since it doesn't take an argument.
-
Christopher Blizzard authored
2004-09-29 Christopher Blizzard <blizzard@redhat.com> * gtk/gtkmenutoolbutton.h: Remove trailing semicolon on G_END_DECLS
-
Paolo Borelli authored
2004-09-29 Paolo Borelli <pborelli@katamail.com> * tests/testtoolbar.c: add a GtkMenuToolButton.
-
Kwok-Koon Cheung authored
* zh_TW.po: Updated traditional Chinese translation by GNOME HK Team
-
Matthias Clasen authored
2004-09-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_move_cursor_left_right) (gtk_icon_view_move_cursor_start_end) (gtk_icon_view_move_cursor_page_up_down) (gtk_icon_view_move_cursor_up_down): Handle an empty icon view gracefully. (#152486)
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-09-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdialog.c (gtk_dialog_map): Skip selectable labels when looking for the initial focus widget. * gtk/gtklabel.c (gtk_label_focus): Remove to put selectable labels in the regular focus chain again.
-
- 28 Sep, 2004 2 commits
-
-
Matthias Clasen authored
2004-09-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Don't reuse insensitive pixbufs across multiple rows. (#153984, Milosz Derezynski)
-
Matthias Clasen authored
2004-09-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmain.c (gtk_parse_args): Use gtk_get_option_group() to obtain an option group with correctly set pre- and post- parse hooks, instead of manually calling the hooks. This fixes a problem with setting the program class in the gdk preparse hook. (#153788, Robert Ögren)
-
- 27 Sep, 2004 9 commits
-
-
Matthias Clasen authored
2004-09-27 Matthias Clasen <mclasen@redhat.com> Fix #153082: * gtk/gtkmain.c (do_pre_parse_initialization): Don't call gdk_parse_args() here, we don't want to parse args twice. (gtk_init_with_args): Add the ugid check here as well. (gtk_parse_args): Add the gdk options to the main option group as well.
-
Paolo Borelli authored
2004-09-27 Paolo Borelli <pborelli@katamail.com> * gtk/Makefile.am: * gtk/gtk.h: * gtk/gtkmenutoolbutton.[ch]: add the GtkMenuToolButton widget discussed in bug #151441. * docs/reference/gtk/gtk-docs.sgml: * docs/reference/gtk/gtk-sections.txt: * docs/reference/gtk/gtk.types: * docs/reference/gtk/tmpl/gtkmenutoolbutton.sgml: docs for the new widget.
-
Matthias Clasen authored
2004-09-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_list_children): Emit ::finished-loading.
-
Roozbeh Pournader authored
2004-09-27 Roozbeh Pournader <roozbeh@farsiweb.info> * configure.in: Added Iranian Azerbaijani (az_IR) to ALL_LINUGAS. * po/az_IR.po, po-properties/az_IR.po: added Iranian Azerbaijani translation by Amir Hedayaty <amir@bamdad.org>.
-
Vincent van Adrighem authored
2004-09-27 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
Matthias Clasen authored
2004-09-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in docs. (#153811, Billy Biggs)
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-09-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for need_timer.
-
Matthias Clasen authored
2004-09-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _ to the name of the has_secondary_backward_stepper property. Noticed by Michèle Garoche.
-
- 26 Sep, 2004 6 commits
-
-
Jonathan Blandford authored
Sun Sep 26 02:06:43 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
-
Matthias Clasen authored
2004-09-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll to make the current folder visible. (#152921)
-
Matthias Clasen authored
2004-09-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c: Revert the button state to !button_down, if we're missing the release event due to grab shadowing or insensitivation. * gtk/gtkpathbar.c: Make the slider buttons scroll.
-
Matthias Clasen authored
2004-09-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove debug spew. (bookmarks_check_remove_sensitivity): Don't free an uninitialized pointer.
-
Matthias Clasen authored
2004-09-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove debug spew.
-
Matthias Clasen authored
2004-09-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): cursor_pos is in characters, not bytes. (#153332, Owen Taylor)
-
- 25 Sep, 2004 2 commits
-
-
Robert Ögren authored
2004-09-25 Robert Ögren <gtk@roboros.com> * gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0, a further fix for bug #145467.
-
Matthias Clasen authored
2004-09-25 Matthias Clasen <mclasen@x1-6-00-50-fc-70-9f-e0> * gtk/gtktextiter.c (inside_word_func): Don't access attr[-1]. (#153628, Padraig O'Briain)
-
- 24 Sep, 2004 2 commits
-
-
Sven Neumann authored
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-