- 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.
-
- 23 Sep, 2004 1 commit
-
-
Matthias Clasen authored
2004-09-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Add some tooltips.
-
- 22 Sep, 2004 6 commits
-
-
Matthias Clasen authored
2004-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrange.c (gtk_range_map, gtk_range_unmap): * gtk/gtkbutton.c (gtk_button_map, gtk_button_unmap): Remove unnecessary g_return_if_fail()s from virtual functions. (#153469, (Tristan Van Berkom)
-
Matthias Clasen authored
2004-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't leak cursors. (#153468, Christian Persch)
-
Matthias Clasen authored
2004-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_key_press): Don't leak old_text. (#153467, Christian Persch)
-
Matthias Clasen authored
2004-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): Don't use bitops on booleans. (gtk_file_chooser_default_should_respond): Make it easier to select folders in SELECT_FOLDER mode.
-
Matthias Clasen authored
2004-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): Don't use bitops on booleans.
-
Matthias Clasen authored
Wed Sep 22 00:52:44 2004 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/pixbufs.c (do_pixbufs): Don't leak the frame pixbuf.
-
- 21 Sep, 2004 4 commits
-
-
Manish Singh authored
Tue Sep 21 16:55:38 2004 Manish Singh <yosh@gimp.org> * tests/testtreemodel.c: #include <config.h> for HAVE_MALLINFO define, other minor cleanups.
-
Manish Singh authored
Tue Sep 21 16:27:19 2004 Manish Singh <yosh@gimp.org> * gdk/gdk.c: remove now unused arg variables. * gdk/gdkinternals.h: declare _gdk_windowing_init (). * gtk/gtkmain.c (do_pre_parse_initialization): call gdk_parse_args () here instead of gdk_pre_parse_libgtk_only (). Should fix #153082.
-
Matthias Clasen authored
2004-09-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond): Don't assert that current_focus != NULL, just return FALSE.
-
Matthias Clasen authored
2004-09-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpathbar.c (gtk_path_bar_size_request): Give the path bar arrows some more space.
-