[gnome-games] (238 commits) Non-fast-forward update to branch wip/exalm/gtk4



The branch 'wip/exalm/gtk4' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  2a3502d... fixme: Remove libhandy
  8fa8d10... Switch retro-gtk to gtk4 branch
  fd69dea... build: Build with gtk4 >= 3.94
  adf6e7e... ui: Stop using 'button-press-event' signal
  ad4ea2f... ui: Stop using 'key-press-event' and 'key-release-event' si
  694cafd... fullscreen-box: Stop using 'motion-notify-event' signal
  1eb9858... ui: Stop using GtkEventBox
  78f74ba... ui: Replace GdkWindow with GdkSurface
  17ec255... application: Replace GdkScreen with GdkDisplay
  154673d... application-window: Replace 'delete-event' signal with 'clo
  a4ddcd8... application-window: Stop using 'window-state-event' signal
  f1603e4... ui: Replace 'show-close-button' property with 'show-title-b
  8759c2e... preferences-page-controllers: Stop using from gtk_box_pack_
  271ccf6... media-menu-button: Drop extra argument in gtk_image_set_fro
  f50b964... ui: Stop using 'draw' signal for GdkDrawingArea
  f839535... game-thumbnail: Drop state argument from GtkStyleContext fu
  59bc59a... application-window: Add missing argument to size_allocate()
  21f4aac... application: Stop using gtk_widget_hide_on_delete()
  115b759... display-box: Stop using gdk_cursor_new_from_display()
  69366cd... ui: Drop unnecessary show() and show_all() calls
  3ad1b98... ui: Use 'icon-name' property of GtkButton
  e5fa078... game-thumbnail: Port to textures and render nodes
  180a152... game-thumbnail: Replace get_preferred_height_for_width() wi
  551fc5b... huh
  7ddbb88... ui: Stop using stack child properties and migrate to GtkSta
  71ee99a... ui: Stop using HeaderBar child properties
  d3a22e8... ui: Stop using Actionbar child properties
  4123e43... ui: Stop using can-default property
  ab76b94... ui: Don't specify visible when it's true

Commits added to the branch:

  4af9629... Add Basque translation (*)
  1fc2651... collection-header-bar: Don't subclass GtkHeaderBar (*)
  6be03da... display-header-bar: Don't subclass GtkHeaderBar (*)
  2f73071... error-info-bar: Don't subclass GtkInfoBar (*)
  f7ee2c2... media-menu-button: Don't subclass GtkMenuButton (*)
  d352c60... media-selector: Merge into MediaMenuButton (*)
  7c8620e... error-display: Wrap primary label (*)
  5d17550... dummy-display: Wrap labels (*)
  84fadf6... empty-collection: Wrap title (*)
  df5f48b... platforms-view: Only refresh icon view on row-activated (*)
  42e505b... collection-header-bar: Force wide policy for view switcher (*)
  d0f4856... game-icon-view: Remove subtitle (*)
  58753f1... ui: Introduce AdaptiveState (*)
  657bc9c... ui: Use HdyViewSwitcherBar for narrow mode (*)
  64e51ed... platforms-view: Make adaptive (*)
  a671990... collection-box: Set minimum width (*)
  9249430... platform-list-item: More vertical padding (*)
  52539e3... platforms-view: Close subview when switching out (*)
  3128c48... display-header-bar: Fix extra widget removal (*)
  c047621... ui: Prefer 'frame' style class over GtkFrame (*)
  9a953fd... media-menu-button: Add dropdown arrow (*)
  586aa00... HACKING: Update dependencies (*)
  00b5800... Update POTFILES.in and POTFILES.skip (*)
  b62bb5a... Update Polish translation (*)
  515fa75... platforms-view: Don't reset subview on is-active changes (*)
  a76ce42... Updated Spanish translation (*)
  b26046d... meson: Bump minimum libhandy version (*)
  0f4dd40... file-operations: Backup and restore empty dirs (*)
  1493c29... retro-runner-builder: Allow subclassing (*)
  02a6159... nintendo-ds-runner: Subclass RetroRunner (*)
  a4877da... Update Hungarian translation (*)
  56ff9d6... Version 3.33.3 (*)
  ccf2a71... Update Croatian translation (*)
  a77d31c... Updated Spanish translation (*)
  aaf1914... Update Brazilian Portuguese translation (*)
  e7fd502... meson: Add math dep (*)
  2973e8d... collection-header-bar: Make title static (*)
  b8b24b2... collection-header-bar: Center title (*)
  d038eac... flatpak: List firmware in bsnes-mercury descriptor (*)
  90c59e8... Update Indonesian translation (*)
  3473bd0... flatpak: Migrate settings from dconf (*)
  a4bae37... Version 3.33.4 (*)
  fdb4e75... flatpak: Rename stella to stella2014 (*)
  f971bb2... Update Catalan translation (*)
  986a19f... fullscreen-box: Use proper type for timeout id (*)
  c87eae8... fullscreen-box: Stop using Gdk.CursorType (*)
  9be7b86... fullscreen-box: Only reveal header bar when cursor is nearb (*)
  19238ee... fullscreen-box: Hide cursor independently of header bar (*)
  d7955c0... fullscreen-box: Increase headerbar reveal time (*)
  c5d81f9... fullscreen-box: Adjust transition duration (*)
  d2a3982... fullscreen-box: Hide cursor in windowed mode too (*)
  26937cc... platform: Add get_uid_prefix () (*)
  c5d9ab1... file-operations: Changes used for implementing the file mig (*)
  25f9d53... migrator: Implement automatic migration (*)
  19bffd9... retro-runner: Use savestates according to new directory lay (*)
  457bdc2... retro-runner: Add abstractions for savestates (*)
  17d1846... application: Remove unused methods referencing old director (*)
  1f1357e... retro-runner: Use temporary savestate (*)
  cd309d1... retro-runner: Limit the number of automatic savestates (*)
  2fad1cd... retro-core-source: Call ensure_module_is_found() inside get (*)
  ad62af7... runner: Add supports_savestates property (*)
  9223932... runner: Add can_support_savestates property (*)
  95ab84b... runner: Remove the can_quit_safely property (*)
  a218fb8... runner: Add capture_current_state_pixbuf() (*)
  ecbcd32... runner: Don't throw Errors from resume() (*)
  993a000... runner: Add preview_current_state() (*)
  71c3dbf... runner: Add preview_savestate() (*)
  b6f51f6... retro-runner: Preview the latest savestate when initialisin (*)
  29c8399... runner: Replace load_savestate() with load_previewed_savest (*)
  7028d9b... runner: Add delete_savestate() (*)
  df08e0a... runner: Return created savestate from try_create_savestate( (*)
  d9fb6bb... fullscreen-box: Add autohide property (*)
  3e1ec75... ui: Add the SavestateListBoxRow widget (*)
  2816850... ui: Add the SavestatesList widget (*)
  a9b47cd... ui: Use the SavestatesList widget (*)
  fbcdead... retro-runner: Fix delete_last_automatic_savestate() (*)
  466fd41... retro-runner: Add trim_autosaves() and create_new_savestate (*)
  1f23de4... display-header-bar: Replace Savestates menu Cancel button w (*)
  c044570... savestates-list: Remove left and right borders (*)
  0bfb8f3... display-header-bar: Make load and delete buttons insensitiv (*)
  741bf34... Update POTFILES.in and POTFILES.skip (*)
  08a6444... display-box: Add a margin to the savestates list in fullscr (*)
  7d25d7c... savestates-list: Rename set_fullscreen_margin() to set_marg (*)
  e3e9bb2... savestates-list: Unpause runner and grab focus after reveal (*)
  c1b1a14... savestates-list: Move Delete button to an actionbar (*)
  2a870dc... display-box: Show savestates list as an overlay on small si (*)
  930ca78... savestates-list: Remove border (*)
  d9c3dc7... Version 3.33.90 (*)
  fc380ec... fullscreen-box: Fix headerbar autohide (*)
  d648eb8... display-box: Account for RTL when updating margins (*)
  853d10e... display-header-bar: Update restore button style (*)
  6c08a93... fullscreen-box: Check for autohide on is_fullscreen changes (*)
  1138ff3... fullscreen-box: Don't check for value change in is_fullscre (*)
  e14589e... Update POTFILES.in (*)
  99358d5... savestates-list: Mark missing string for translation (*)
  1f4337b... Update Polish translation (*)
  f21ab90... savestates-list: Make the new savestate row unselectable (*)
  bcdfd4e... Update Polish translation (*)
  e9311ad... savestate: Store screenshot aspect ratio (*)
  8b933bd... savestate-listbox-row: Use correct aspect ratio (*)
  99e9660... savestate-listbox-row: handle square images (*)
  c86148c... savestates-list: Save proper thumbnail when closing window (*)
  33f5fb1... fullscreen-box: Remove unused signal handler (*)
  196ab8c... retro-runner: Fix new savestate name creation (*)
  e92aaa5... retro-runner: Reset the core view in deinit() (*)
  a67f317... retro-runner: Don't save x-dpi and y-dpi for screenshots (*)
  fdd0b65... retro-runner: Stop using x-dpi and y-dpi (*)
  73e19de... retro-runner: Use savestate aspect ratio for pixbufs (*)
  1d25bb1... savestate: Add get_metadata() (*)
  9e405ba... platform: Add get_savestate_type() (*)
  5f2f5ac... savestate: Allow platforms to use custom savestate types (*)
  2a600f7... retro-runner: Add functions for extra metadata (*)
  d7b08b7... savestate: Add save_extra_metadata() (*)
  9413114... nintendo-ds: Add NintendoDsLayout (*)
  a8ebc37... nintendo-ds: Use NintendoDsLayout for UI (*)
  e51be6c... nintendo-ds: Reduce GSettings usage (*)
  720fef9... nintendo-ds: Add NintendoDsPlatform (*)
  9a5fa42... nintendo-ds: Add NintendoDsSavestate (*)
  d804584... nintendo-ds-runner: Store screen layout data in savestates (*)
  ee78310... nintendo-ds: Remove GSettings schema (*)
  8ad80e4... Update POTFILES.in and POTFILES.skip (*)
  eb7f6ae... ui: Add DisplayBin (*)
  3c5b4f5... display-box: Put the game into a DisplayBin (*)
  1461ae9... savestates-list: Re-populate the list box everytime the men (*)
  a378f4b... display-view: Translate keyval for shortcuts (*)
  e0366b7... display-view: Close savestates menu in on_display_back() (*)
  9d5a734... display-header-bar: Handle savestates back button click wit (*)
  053afd4... display-view: Add shortcuts for controlling savestates (*)
  684725c... savestates-list: Allow renaming of savestates (*)
  3f64e8b... collection-view: Translate keyval for shortcuts (*)
  bea89bd... runner: Don't pass event directly to key_press_event() (*)
  52a6b48... display-box: Don't pass event directly to on_key_press_even (*)
  1a61316... savestates-list: Type-check list rows before casting (*)
  8d44017... ui: Remove a leftover file (*)
  d184b24... preferences-window: Add back button for mobile (*)
  428a999... Update POTFILES.in and POTFILES.skip (*)
  0bae812... savestates-list: Prevent the scrolled window from scrolling (*)
  0a9fc14... savestates-listbox-row: Layout tweaks (*)
  c76a8f0... savestate-listbox-row: Don't override padding (*)
  92726c7... savestate-listbox-row: Style labels with CSS (*)
  31f72cd... savestate-listbox-row: Tweak layout (*)
  370a5e0... display-view: Ignore savestates shortcuts if runner doesn't (*)
  9cf2400... application-window: Don't set show-menubar to false (*)
  fb2dd19... savestate-listbox-row: Add margin in xml (*)
  df4c48e... savestate-listbox-row: Animate adding and deleting (*)
  9d9db1a... savestates-list: Ensure selected row is visible on rename a (*)
  de9c97f... savestates-list: Fix row deletion with animations disabled (*)
  b7e2899... ui: Add FlashBox (*)
  2752c95... runner: Add new_savestate_created() signal (*)
  2d60bef... display-box: Flash the screen when creating a new savestate (*)
  3bb5ec0... savestate: Sort by path instead of creation date (*)
  5ada013... savestate: Append '_' to path when creating if directory al (*)
  9ea5543... savestates-list: Avoid selecting the new savestate row on d (*)
  775bbdc... savestates-list: Call select_savestate_row() if savestate c (*)
  f2bf226... savestates-list: Ensure animated deleted rows don't get sel (*)
  24a5afb... savestates-list: Add a type check in select_savestate_row() (*)
  2b98290... game-thumbnail: Clamp border-radius (*)
  4d63cdd... game-thumbnail: Use 'var' when declaring variables (*)
  0da09d7... game-thumbnail: Use 1.0 opacity for masking (*)
  69823d3... savestate-listbox-row: Remove unused callback (*)
  9e4356f... savestate-listbox-row: Specify thumbnail dimensions in XML (*)
  aecb6ad... savestate-listbox-row: Draw thumbnails manually (*)
  3f5dcc2... savestate-listbox-row: Support hidpi thumbnails (*)
  4f83bde... savestate-listbox-row: Reload thumbnail on scale changes (*)
  6d0de5d... savestates-list: Load on pressing Enter (*)
  634d391... savestates-list: Remove selected savestate with Delete key (*)
  6b6db79... savestates-list: Preview savestates immediately with keynav (*)
  e7232eb... savestates-list: Actually connect to the signal (*)
  2c69489... game-thumbnail: Support HiDPI (*)
  b38c611... savestate-listbox-row: Simplify hidpi drawing (*)
  ab5e563... game-thumbnail: Support HiDPI for icons as well (*)
  3f4da4a... css: Fix indentation (*)
  ee5b370... Version 3.33.91 (*)
  10fab1c... media-menu-button: Make it unfocusable (*)
  9854a6c... nintendo-ds-layout-item: Fix subtitle check (*)
  021dbc7... Update Polish translation (*)
  227ae85... retro-runner: Add a missing null check in start() (*)
  ab438ce... Update Finnish translation (*)
  e3f33ea... savestates-list: Ensure popover fits into 360px (*)
  f2d0f15... shortcuts-window: specify icons in xml (*)
  79b52b9... ui: Use Gdk.ModifierType for key state instead of uint (*)
  76d893e... reset-controller-mapping-dialog: Set modal programmatically (*)
  6494abf... application: Code style fix (*)
  212178e... savestate-listbox-row: Stop using Gdk.cairo_surface_create_ (*)
  24dc0ad... game-thumbnail: Stop using Gdk.cairo_surface_create_from_pi (*)
  9935808... collection-haeder-bar: Don't subclass GtkStack (*)
  452be34... collection-header-bar: Don't suppress stack transition (*)
  f7f5081... collection-box: Don't hide view switcher when not folded (*)
  4b8ec02... collection-header-bar: Stop using stack child properties (*)
  46fdf1f... display-header-bar: Don't subclass GtkStack (*)
  2920d81... display-header-bar: Add transition (*)
  1ef5f4d... Revert "reset-controller-mapping-dialog: Set modal programm (*)
  0054e64... search-bar: Don't subclass HdySearchBar (*)
  a486ca5... platform-list-item: Stop using margin-left/right (*)
  53e5fe7... ui: Don't use use-underline for icon buttons (*)
  b32ac13... css: Remove spaces before rgba() and mix() (*)
  3032108... display-bin: Check property value before setting (*)
  59e2e55... display-box: Update DisplayBin before allocating self (*)
  198cd0e... shortcuts-window: Don't subclass GtkShortcutsWindow
  eaef04e... message-dialog: Don't subclass GtkMessageDialog
  3df68bf... fixme: Remove libhandy
  b00983c... Switch retro-gtk to gtk4 branch
  d0ad4e4... build: Build with gtk4 >= 3.94
  77ccf2a... ui: Stop using 'button-press-event' signal
  6fa4909... ui: Stop using 'key-press-event' and 'key-release-event' si
  3726a67... fullscreen-box: Stop using 'motion-notify-event' signal
  35668f8... ui: Stop using GtkEventBox
  8735f5a... fullscreen-box: Update cursor
  67fef4a... application-window: Replace GdkWindow with GdkSurface
  a451466... application: Replace GdkScreen with GdkDisplay
  382e28e... application-window: Replace 'delete-event' signal with 'clo
  b0d8bdc... application-window: Stop using 'window-state-event' signal
  42880d6... ui: Replace 'show-close-button' property with 'show-title-b
  44c4bf8... preferences-page-controllers: Stop using gtk_box_pack_start
  d3d049d... media-menu-button: Drop extra argument in gtk_image_set_fro
  e9b3398... ui: Stop using 'draw' signal for GdkDrawingArea
  69049f8... ui: Drop state argument from GtkStyleContext functions
  71a2223... ui: Update size_allocate()
  3c1a743... application: Stop using gtk_widget_hide_on_delete()
  b771b95... ui: Drop unnecessary show() and show_all() calls
  b534738... ui: Use 'icon-name' property of GtkButton
  7354697... game-thumbnail: Replace get_preferred_height_for_width() wi
  5551a35... huh
  9a53302... ui: Stop using stack child properties and migrate to GtkSta
  2f0c63b... message-dialog: Updates
  9a839e3... ui: Stop using HeaderBar child properties
  006d4d0... ui: Stop using Actionbar child properties
  222380f... ui: Stop using gtk_widget_get_toplevel()
  3eb124b... ui: Stop using can-default property
  725fdd1... preferences-window: Stop using window-position
  608c582... a
  0962833... flash-box: Remove draw()
  1639c6e... flash-box: Stop using set_has_window()
  472ab17... tmp remove remove
  ddfb96a... game-thumbnail: Don't draw background and border
  b98d3fd... savestate-listbox-row: Don't draw background and border
  2048f82... game-thumbnail: Port to textures and render nodes
  8dfa4c6... ui: Don't specify visible when it's true

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]