- 08 Oct, 2004 1 commit
-
-
Matthias Clasen authored
* gtk/gtkfilechooserdefault.c: Include gtkeventbox.h. (#154798, Morten Welinder)
-
- 07 Oct, 2004 2 commits
-
-
Matthias Clasen authored
2004-10-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (check_is_folder): Don't free info too early. (#154703, Morten Welinder)
-
Matthias Clasen authored
2004-10-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpaned.c (gtk_paned_compute_position): Reduce rounding error. (#154658, John Cupitt)
-
- 06 Oct, 2004 4 commits
-
-
Matthias Clasen authored
2004-10-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeselection.c (gtk_tree_selection_get_selected): Clear the iter instead of returning it unmodified. (#154186, Jonathan Blandford)
-
Matthias Clasen authored
2004-10-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_focus): Pop up the completions again after tab. (#147700, Jens Bech Madsen)
-
Matthias Clasen authored
2004-10-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_search_iter): Set the cursor before changing the selection to make the file chooser preview update work better. (#143826, Tommi Komulainen)
-
Matthias Clasen authored
2004-10-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrange.c (gtk_range_real_change_value): Replace a really gross way of rounding to a specified number of digits. (#145232, Peter Zelezny, patch by Soeren Sandmann)
-
- 05 Oct, 2004 15 commits
-
-
4 authored
Wed Oct 6 00:45:04 2004 <timj@birnet.org> * gdk/gdkwindow.c (gdk_window_is_viewable): check the iteration window variable, not just the window passed in. fixes #145270.
-
Tim Janik authored
Tue Oct 5 21:00:54 2004 Tim Janik <timj@gtk.org> * gtk/gtkwidget.c (gtk_widget_size_allocate): reverted my last change and applied owen's leaner conditional flag update which should be good enough to preserve resizing flag invariants.
-
Matthias Clasen authored
-
Tim Janik authored
-
Tim Janik authored
Tue Oct 5 19:29:06 2004 Tim Janik <timj@gtk.org> * gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
-
Matthias Clasen authored
2004-10-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to not scaling up at all. Less magic.
-
Tim Janik authored
Tue Oct 5 17:06:26 2004 Tim Janik <timj@gtk.org> * gtk/gtkwidget.c (gtk_widget_size_allocate): if REQUEST_NEEDED is still set on ::size-allocate, another size-request has been queued since ::size-request and needs to be requeued.
-
Paolo Borelli authored
2004-10-05 Paolo Borelli <pborelli@katamail.com> * gtk/gtkmenutoolbutton.c: rename the activate-menu signal to show-menu as discussed in bug #153873.
-
Matthias Clasen authored
2004-10-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (gtk_ui_manager_add_ui): Set action_name. (#154526, John Finlay)
-
Matthias Clasen authored
2004-10-05 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new_for_display): Return a new reference to an existing GdkWindow if one already exists. (#151378, Gustavo Carneiro)
-
Matthias Clasen authored
2004-10-05 Matthias Clasen <mclasen@redhat.com> Provide access to the string representation of accelerators used in GtkAccelLabel. (#154068, John Spray) * gtk/gtkaccelgroup.h: * gtk/gtkaccelgroup.c (gtk_accelerator_get_label): New function to return the accelerator label used in GtkAccelLabel. (gtk_accelerator_name): Update docs to point to gtk_accelerator_get_label(). * gtk/gtkaccellabel.h: * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): New auxiliary function which creates the string representing the accelerator.
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-10-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_set_model): Resize the popup if a new model is set. (#154129, Bernd Damian)
-
Matthias Clasen authored
2004-10-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Make the code work as intended for unthemed icons; don't scale them up too much. Allow to scale them down, and do so exactly. (#154142, Ross Burton) (gtk_icon_info_load_icon): Amend docs.
-
Matthias Clasen authored
2004-10-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve docs. (#154504, Dave Cook)
-
- 04 Oct, 2004 5 commits
-
-
Matthias Clasen authored
2004-10-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c (gtk_window_realize_icon): Only set using_themed_icon if we actually got an icon list from the theme. (#154472, Morten Welinder)
-
Matthias Clasen authored
2004-10-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c (gtk_window_set_icon_list): (gtk_window_set_default_icon_list): Ref the new icons before unreffing the old ones. (#154468, Morten Welinder)
-
Matthias Clasen authored
2004-10-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c (gtk_window_set_icon_list): Ref the new icons before unreffing the old ones. (#154468, Morten Welinder)
-
Matthias Clasen authored
2004-10-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_set_model): Reset pointers pointing to the old model. (#154350)
-
Matthias Clasen authored
2004-10-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c (icon_list_from_theme): Don't leak the sizes array. (#154310, Christian Persch)
-
- 03 Oct, 2004 2 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)
-
- 02 Oct, 2004 1 commit
-
-
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.
-
- 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 4 commits
-
-
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.
-
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)
-