- 24 Dec, 2019 1 commit
-
-
Matthias Clasen authored
gtk_accelerator_parse_with_keycode can overrun its buffer for certain inputs. Fixes: #2325
-
- 09 Apr, 2018 1 commit
-
-
Daniel Boles authored
gtk_item_factory_new() is not a thing that exists. Also, maybe the lack of space after the colon was what stopped the link from rendering.
-
- 11 Feb, 2018 1 commit
-
-
Emmanuele Bassi authored
Use gdk_keymap_get_for_display() with the default display, instead of the deprecated gdk_keymap_get_default().
-
- 08 Jan, 2016 1 commit
-
-
Alberto Ruiz authored
gtk_accel_group_query gtk_accel_group_from_accel_closure gtk_accel_label_get_accel_widget gtk_accessible_get_widget gtk_actionable_get_action_name gtk_app_chooser_get_app_info gtk_app_chooser_button_get_heading gtk_app_chooser_dialog_get_heading gtk_application_get_window_by_id gtk_assistant_get_nth_page gtk_binding_set_find gtk_builder_get_object gtk_builder_lookup_callback_symbol gtk_builder_get_application gtk_button_get_image gtk_cell_area_get_focus_from_sibling gtk_cell_renderer_start_editing gtk_cell_view_get_model gtk_cell_view_get_displayed_row gtk_clipboard_get_owner gtk_container_get_focus_child gtk_container_get_focus_vadjustment gtk_container_get_focus_hadjustment gtk_dialog_get_widget_for_response gtk_drag_get_source_widget gtk_drag_dest_get_target_list gtk_drag_source_get_target_list gtk_entry_completion_get_model gtk_entry_completion_compute_prefix gtk_expander_get_label_widget gtk_file_chooser_get_filename gtk_file_chooser_get_current_folder gtk_file_chooser_get_uri gtk_file_chooser_get_current_folder_uri gtk_file_chooser_get_preview_widget gtk_file_chooser_get_preview_file gtk_file_chooser_get_preview_filename gtk_file_chooser_get_preview_uri gtk_file_chooser_get_extra_widget gtk_file_chooser_get_filter gtk_file_chooser_native_get_accept_label gtk_file_chooser_native_get_cancel_label gtk_file_filter_get_name gtk_font_chooser_get_font_family gtk_font_chooser_get_font_face gtk_font_chooser_get_font gtk_font_chooser_get_font_desc gtk_font_chooser_get_font_map gtk_frame_get_label gtk_gesture_get_device gtk_gesture_get_window gtk_gl_area_get_error gtk_header_bar_get_title gtk_header_bar_get_subtitle gtk_header_bar_get_custom_title gtk_icon_info_get_filename gtk_icon_view_get_path_at_pos gtk_icon_view_get_model gtk_image_get_pixbuf gtk_image_get_animation gtk_label_get_mnemonic_widget gtk_label_get_attributes gtk_check_version gtk_menu_button_get_popup gtk_menu_button_get_menu_model gtk_menu_button_get_align_widget gtk_menu_button_get_popover gtk_menu_item_get_submenu gtk_menu_item_get_accel_path gtk_native_dialog_get_title gtk_native_dialog_get_transient_for gtk_notebook_get_nth_page gtk_notebook_get_tab_label_text gtk_notebook_get_menu_label gtk_notebook_get_menu_label_text gtk_notebook_get_group_name gtk_notebook_get_action_widget gtk_offscreen_window_get_surface gtk_offscreen_window_get_pixbuf gtk_paned_get_child1 gtk_paned_get_child2 gtk_places_sidebar_get_location gtk_places_sidebar_get_nth_bookmark gtk_plug_get_socket_window gtk_popover_get_default_widget gtk_progress_bar_get_text gtk_recent_filter_get_name gtk_recent_manager_lookup_item gtk_settings_get_default gtk_socket_get_plug_window gtk_stack_sidebar_get_stack gtk_stack_switcher_get_stack gtk_style_context_get_section gtk_style_context_get_parent gtk_style_context_get_frame_clock gtk_test_find_widget gtk_text_buffer_get_mark gtk_text_tag_table_lookup gtk_text_view_get_tabs gtk_text_view_toggle_cursor_visible gtk_text_view_get_window gtk_toolbar_get_nth_item gtk_tool_button_get_label gtk_tool_button_get_icon_name gtk_tool_button_get_label_widget gtk_tool_button_get_icon_widget gtk_tool_palette_get_drop_item gtk_tool_palette_get_drop_group gtk_tree_model_filter_convert_child_path_to_path gtk_tree_model_filter_convert_path_to_child_path gtk_tree_model_sort_convert_child_path_to_path gtk_tree_model_sort_convert_path_to_child_path gtk_tree_view_get_column gtk_tree_view_get_bin_window gtk_tree_view_column_get_widget gtk_tree_view_column_get_tree_view gtk_widget_get_frame_clock gtk_window_group_get_current_device_grab GtkTextBufferSerializeFunc
-
- 29 Aug, 2015 1 commit
-
-
Matthias Clasen authored
Make this function harmless to call without an open display connection. This happens during gobject introspection, which instantiates GTK+ types without calling gtk_init.
-
- 25 Aug, 2015 1 commit
-
-
- 16 Aug, 2014 1 commit
-
-
Sébastien Wilmet authored
g_memmove() is deprecated, it is a simple macro that just calls memmove() with the same parameters. Reviewed by Paolo Borelli on IRC.
-
- 09 Feb, 2014 1 commit
-
-
Matthias Clasen authored
With all element markup gone, it is time to turn off sgml mode, and get rid of entities as well.
-
- 07 Feb, 2014 3 commits
-
-
William Jon McCann authored
-
William Jon McCann authored
-
-
- 05 Feb, 2014 1 commit
-
-
William Jon McCann authored
-
- 04 Feb, 2014 1 commit
-
-
William Jon McCann authored
-
- 25 Jan, 2014 1 commit
-
-
- 21 Jan, 2014 1 commit
-
-
William Jon McCann authored
-
- 10 Sep, 2013 1 commit
- 09 Jul, 2013 1 commit
-
-
- 02 Jul, 2012 1 commit
-
-
Cosimo Cecchi authored
-
- 26 May, 2012 1 commit
-
-
Matthias Clasen authored
It is marked as "internal" in the headers, and the struct it returns is not documented either.
-
- 13 Mar, 2012 1 commit
-
-
Bastien Nocera authored
As we don't give out information about the group or level when giving back keycodes, we should prioritise group-0, level-0, followed by level-0 only, and then any keycodes. This fixes "q" being pressed when the Wacom tablet code in gnome-settings-daemon is supposed to generate an "a" ("uk" keymap in group-0, "fr" in group-1). https://bugzilla.gnome.org/show_bug.cgi?id=671065
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardón authored
-
- 19 Dec, 2011 1 commit
-
-
- 16 Nov, 2011 1 commit
-
-
Bastien Nocera authored
Try to find keycodes for keysyms at level-0 in the keymap, but don't fail to parse if we can find those in level-1. This fixes the parsing of numerical keys on the keypad, which require a shift level through Num-Lock. https://bugzilla.gnome.org/show_bug.cgi?id=606727
-
- 10 Nov, 2011 1 commit
-
-
Bastien Nocera authored
GDK_KEY_VoidSymbol is not the same as keycode 0. This fixes keycodes such as "0xb3" being parsed as "VoidSymbol" keysyms. https://bugzilla.gnome.org/show_bug.cgi?id=663761
-
- 04 Nov, 2011 1 commit
-
-
Bastien Nocera authored
Which handle accelerators with keycodes as well as keyvals, so we can use it in applications that use GtkCellRendererAccel's "Other" mode of operations (namely gnome-control-center and gnome-settings-daemon). https://bugzilla.gnome.org/show_bug.cgi?id=662755
-
- 23 Oct, 2011 1 commit
-
-
Michael Natterer authored
and remove gtkmainprivate.h completely.
-
- 07 Oct, 2011 1 commit
-
-
and finish the port to using the new modifier abstraction API. This commit has some evilness, it uses the default display for the lack of a widget context, and the change to gtkstock.c is very ugly, but I can't think of anything better given GtkStockItem needs an accel mask instead of a proper accel string.
-
- 26 Sep, 2011 2 commits
-
-
Introduce <Primary> in accelerator strings, which resolves to GDK_CONTROL_MASK on X11/Win23, and to GDK_META_MASK on quartz. Also serialize CONTROL/META as <Primary> depending on the platform.
-
Matthias Clasen authored
Mostly making sure that return values and varargs don't loose their docs.
-
- 02 Jun, 2011 1 commit
-
-
Javier Jardón authored
-
- 13 Mar, 2011 2 commits
-
-
Matthias Clasen authored
Part of bug 644353, patch by Ulrik Sverdrup.
-
Matthias Clasen authored
-
- 04 Feb, 2011 1 commit
-
-
Javier Jardón authored
-
- 20 Jan, 2011 2 commits
-
-
Pavel Holejsovsky authored
-
Pavel Holejsovsky authored
-
- 18 Jan, 2011 1 commit
-
-
Pavel Holejsovsky authored
This change does not introduce any functionality change, mostly cosmtic cleanups, like re-linebreak when introduced annotations messed up indentation or whitespace errors fixes.
-
- 06 Jan, 2011 1 commit
-
-
Matthias Clasen authored
-
- 04 Jan, 2011 2 commits
-
-
Matthias Clasen authored
At the same time, introduce a gtkmainprivate.h header and various other cleanups. Based on a patch by Tadej Borovšak. https://bugzilla.gnome.org/show_bug.cgi?id=617471
-
Matthias Clasen authored
These are no longer needed. At the same time, port gtkimcontextsimpleseqs.h to use the new GDK_KEY_ symbols.
-
- 21 Dec, 2010 1 commit
-
-