- 03 Mar, 2004 25 commits
-
-
Matthias Clasen authored
Wed Mar 3 23:28:48 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_set_active): Move the actual implementation into a new gtk_combo_box_set_active_internal() function, which doesn't do the short-circuiting. * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Use set_active_internal() here, since the active item may change here, although the index is unchanged. Wed Mar 3 23:26:49 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Reintroduce the traditional option menu placement of the popup for regular combo boxes. Grids and editable combo boxes use the combo-like placement below the entry. (#136021) * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): * gtk/gtkcombobox.c (gtk_combo_box_popup): Call gtk_menu_set_active() before popping up the menu, to make the placement work.
-
Owen Taylor authored
Wed Mar 3 17:20:15 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtkmain.c (gtk_propagate_event): Special case scroll events so that they propagate up the widget heirarchy when received on insensitive widgets. (#101102, reported by Geoff Reedy)
-
Owen Taylor authored
Wed Mar 3 16:47:10 2004 Owen Taylor <otaylor@redhat.com> #109594, reported by Olivier Ripoll * gtk/gtkentry.c (gtk_entry_size_request): Use max of width and digit width for gtk_entry_set_width_chars, and round up. * gtk/gtkcolorsel.c (gtk_color_selection_init): Set the width of the entry to 7 chars.
-
Vincent van Adrighem authored
2004-03-03 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
Owen Taylor authored
Wed Mar 3 16:00:10 2004 Owen Taylor <otaylor@redhat.com> * configure.in: Strip out the "export-dynamic" libtool option from library link lines. (#124687, James Henstridge)
-
Ole Laursen authored
2004-03-03 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
-
Jonathan Blandford authored
Wed Mar 3 16:06:03 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb): Don't activate the combo if we're in the midst of changing folders.
-
Owen Taylor authored
-
Owen Taylor authored
Wed Mar 3 15:50:28 2004 Owen Taylor <otaylor@redhat.com> * Makefile.am (libgdk_pixbuf_xlib_2_0_la_LIBADD): Add a shared library dependency on libgdk-pixbuf.
-
Mark McLoughlin authored
2004-03-03 Mark McLoughlin <mark@skynet.ie> * tests/testsocket_common.c: (print_hello): don't try and store pointers in ints. Fixes 64-bit build.
-
Federico Mena Quintero authored
2004-03-03 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Simplify by not using a temporary variable, and clarify the documentation. Fixes #136008.
-
Mark McLoughlin authored
2004-03-03 Mark McLoughlin <mark@skynet.ie> * gtk/gtkexpander.c: (gtk_expander_enter_notify), (gtk_expander_leave_notify), (gtk_expander_set_label_widget): Set the label widget's state to prelight if we're prelit. Fixes bug #136078.
-
Changwoo Ryu authored
* ko.po: Updated Korean translation.
-
Murray Cumming authored
2004-03-03 Murray Cumming <murrayc@murrayc.com> * gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed signal vfunc declaration, adding the first parameter, which is the widget emitting the signal.
-
Morten Welinder authored
2004-03-03 Morten Welinder <terra@gnome.org> * tests/testfilechooser.c (update_preview_cb): Plug leak.
-
Kjartan Maraas authored
2004-03-03 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation
-
Kjartan Maraas authored
2004-03-03 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
-
Miloslav Trmac authored
-
Laurent Dhima authored
* sq.po: Updated Albanian translation
-
Laurent Dhima authored
-
Jonathan Blandford authored
Tue Mar 2 23:39:55 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooserdialog.c (file_chooser_widget_default_realized_size_changed): Split function into realized and unrealized variants, and consolidate the handling fo size-changing and default changing. * gtk/gtkfilechooserembed.[ch] (gtk_file_chooser_embed_class_init): remove resizable-hints-changed, as it just complicated things. * gtk/gtkfilechooserdefault.c (update_appearance): Don't emit resizable-hints-changed.
-
Artur Flinta authored
2004-03-03 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
-
Tor Lillqvist authored
2004-03-03 Tor Lillqvist <tml@iki.fi> * gtk/gtk.def: Add a missing entry. (#135982, J. Ali Harlow) * NEWS: Correct spelling of my name in one place.
-
Pauli Virtanen authored
2004-03-03 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation.
-
Federico Mena Quintero authored
2004-03-02 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_set_current_folder): Handle errors in setting the path bar's path. Fixes #136000, based on a patch by Morten Welinder. * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark): Don't free our own propagated error. * gtk/gtkpathbar.c (gtk_path_bar_set_path): Likewise, and free the parent_path upon error. Fixes #136006, patch by Morten Welinder. (gtk_path_bar_set_path): Unref the file_folder upon error. (gtk_path_bar_set_path): Return a boolean success code.
-
- 02 Mar, 2004 15 commits
-
-
Matthias Clasen authored
Wed Mar 3 00:28:59 2004 Matthias Clasen <maclas@gmx.de> * tests/testcombochange.c: Add an animation mode, to test how the combobox behaves if the model changes while it is popped up.
-
Christian Rose authored
2004-03-03 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
Owen Taylor authored
Tue Mar 2 17:06:05 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.5 === * NEWS: Updates * configure.in: Version 2.3.5, interface age 0. Require glib-2.3.5, pango-1.3.5.
-
Matthias Clasen authored
Tue Mar 2 23:08:12 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Avoid popping up the completions across the edge of the monitor. Part of #135561.
-
Owen Taylor authored
Tue Mar 2 16:47:40 2004 Owen Taylor <otaylor@redhat.com> * tests/testfilechooser.c (set_filename_existing_nonexistent_cb): Move the /nonexistant stuff out of the main window, keep the main window somewhat normal looking.
-
Owen Taylor authored
Tue Mar 2 16:18:43 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtktreestore.c (gtk_tree_store_reorder) * gtk/gtkliststore.c (gtk_list_store_reorder): Fix up the interpretation of new_order to match what it means elsewhere, document the meaning of new_order. * gtk/gtkcombobox.c (gtk_combo_box_model_rows_reordered): Fix interpretation of new_order. * tests/testcombochange.c (on_reorder): Fix interpretation of new_order. * tests/testcombochange.c (on_reorder): Fix hitting "reorder" with an empty list.
-
Alessio Frusciante authored
-
Alessio Frusciante authored
-
Søren Sandmann Pedersen authored
-
Soeren Sandmann authored
Tue Mar 2 21:23:30 2004 Soeren Sandmann <sandmann@daimi.au.dk> Patch from Frederic Crozat, test code from Jean-Philippe Chancelier. Fixes bug #120479. * gtk/gtkcombo.c (gtk_combo_popup_list): Make sure popup belongs to the right window group. * gtk/gtkmenu.c (gtk_menu_popup): Same * tests/testsocket.c (main): Pack the plugs into an hbox instead of a vbox. * tests/testsocket_common.c: Add a GtkMenuBar, a GtkCombo and a GtkComboBox to the children.
-
Owen Taylor authored
Tue Mar 2 14:38:23 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted): If the model was empty before, select the first inserted item. * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Fix up the logic for the new row to select. * gtk/gtkcombobox.c (gtk_combo_box_class_init): Rename "appearance" property to "appears-as-list". * tests/testcombochange.c tests/Makefile.am: Test case for combos and dynamically changing models.
-
Jonathan Blandford authored
Tue Mar 2 15:19:52 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_get_resizable_hints): set the default value, spotted by Morten Welinder.
-
Jonathan Blandford authored
Tue Mar 2 15:03:15 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_get_resizable_hints): get the logic correct. This will fix sizing on save dialogs. (save_widgets_create): set_mnemonic_widget.
-
Federico Mena Quintero authored
2004-03-02 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_set_current_folder): Don't update the save folder combo if we are already switching folders; based on a patch by Jonathan Blandford. * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder): Handle failure to insert the path. Based on a patch by Morten Welinder attached to bug #135380. * tests/testfilechooser.c (extra_widget_create): Add a bunch of buttons to test various things.
-
Matthias Clasen authored
Tue Mar 2 20:59:23 2004 Matthias Clasen <maclas@gmx.de> * tests/Makefile.am: Add testentrycompletion. * tests/testentrycompletion.c: New file to test some of the more exotic GtkEntryCompletion features.
-