GNOME Bugzilla – Bug 769329
ui: Add fullscreen support
Last modified: 2016-07-31 07:56:35 UTC
We should be able to play games in fullscreen.
Created attachment 332396 [details] [review] command: Add 'can_fullscreen' prop to CommandRunner This will be used in a subsequent commit to support fullscreen.
Created attachment 332397 [details] [review] dummy: Add 'can_fullscreen' prop to DummyRunner This will be used in a subsequent commit to support fullscreen.
Created attachment 332398 [details] [review] retro: Add 'can_fullscreen' prop to RetroRunner This will be used in a subsequent commit to support fullscreen.
Created attachment 332399 [details] [review] core: Add 'can_fullscreen' prop to Runner This will be used in a subsequent commit to support fullscreen.
Created attachment 332400 [details] [review] ui: Add the fullscreen header bar to the DisplayBox This will be used in a subsequent commit to support fullscreen.
Created attachment 332401 [details] [review] ui: Make ApplicationWindow handle fullscreen This will be used in the next commit to implement fullscreen support.
Created attachment 332402 [details] [review] ui: Add fullscreen buttons to the display header bar This finishes implementing fullscreen support.
Attachment 332396 [details] pushed as 652f8cb - command: Add 'can_fullscreen' prop to CommandRunner Attachment 332398 [details] pushed as 3569f4b - retro: Add 'can_fullscreen' prop to RetroRunner Attachment 332399 [details] pushed as 36f8de7 - core: Add 'can_fullscreen' prop to Runner Attachment 332400 [details] pushed as 8676b9f - ui: Add the fullscreen header bar to the DisplayBox Attachment 332401 [details] pushed as 4ccd77d - ui: Make ApplicationWindow handle fullscreen Attachment 332402 [details] pushed as a17690c - ui: Add fullscreen buttons to the display header bar