Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete gdk_window_process_all_updates() #698

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 13, 2021

  1. Always include config.h before util.h

    util.h references WITH_VERBOSE_MODE
    
    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    966c190 View commit details
    Browse the repository at this point in the history
  2. Remove obsolete gdk_window_process_all_updates()

    gdk_window_process_all_updates() was deprecated in gtk 3.22
    which is the required minimal version for building marco.
    
    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    dee54c4 View commit details
    Browse the repository at this point in the history
  3. Use gtk_menu_popup_at_pointer() instead of deprecated gtk_menu_popup()

    gtk_menu_popup_at_pointer() saves us the helper functions for
    positioning and scaling.
    
    gtk_menu_popup_at_pointer() was introduced in gtk 3.22 and
    gtk_menu_popup() was deprecated at the same time.
    
    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    bc6e1be View commit details
    Browse the repository at this point in the history
  4. WIP: try to avoid gtk_image_menu_item_set_image()

    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    a9afa4f View commit details
    Browse the repository at this point in the history