index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
cocoa.m
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
2023-03-08
ui/cocoa: Override windowDidResignKey
Akihiko Odaki
1
-3
/
+8
2023-02-27
ui/cocoa: user friendly characters for release mouse
Christian Schoenebeck
1
-2
/
+5
2022-12-14
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
1
-6
/
+5
2022-09-23
ui/cocoa: Run qemu_init in the main thread
Akihiko Odaki
1
-94
/
+50
2022-07-13
ui/cocoa: Take refresh rate into account
Akihiko Odaki
1
-0
/
+12
2022-07-13
ui/cocoa: Fix switched_to_fullscreen warning
Peter Delevoryas
1
-8
/
+0
2022-07-01
ui/cocoa: Fix clipboard text release
Akihiko Odaki
1
-1
/
+3
2022-06-14
ui/cocoa: Fix poweroff request code
Akihiko Odaki
1
-1
/
+5
2022-04-25
block: add 'force' parameter to 'blockdev-change-medium' command
Denis V. Lunev
1
-0
/
+1
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
1
-1
/
+1
2022-04-21
Simplify softmmu/main.c
Marc-André Lureau
1
-0
/
+1
2022-03-29
ui/cocoa: Respect left-command-key option
Akihiko Odaki
1
-1
/
+2
2022-03-15
ui/cocoa: add option to swap Option and Command
Gustavo Noronha Silva
1
-10
/
+39
2022-03-15
ui/cocoa: capture all keys and combos when mouse is grabbed
Gustavo Noronha Silva
1
-1
/
+64
2022-03-15
ui/cocoa: release mouse when user switches away from QEMU window
Carwyn Ellis
1
-0
/
+2
2022-03-15
ui/cocoa: add option to disable left-command forwarding to guest
Carwyn Ellis
1
-1
/
+7
2022-03-15
ui/cocoa: Constify qkeycode translation arrays
Philippe Mathieu-Daudé
1
-2
/
+2
2022-03-07
ui/cocoa: Use the standard about panel
Akihiko Odaki
1
-89
/
+23
2022-03-04
ui/cocoa: Add Services menu
Akihiko Odaki
1
-0
/
+4
2022-03-02
ui/cocoa.m: Remove unnecessary NSAutoreleasePools
Peter Maydell
1
-6
/
+0
2022-03-02
ui/cocoa.m: Fix updateUIInfo threading issues
Peter Maydell
1
-3
/
+22
2022-02-21
ui/cocoa: Fix the leak of qemu_console_get_label
Akihiko Odaki
1
-1
/
+3
2022-02-21
ui/cocoa: Do not alert even without block devices
Akihiko Odaki
1
-5
/
+0
2022-02-21
ui/cocoa: Remove allowedFileTypes restriction in SavePanel
Philippe Mathieu-Daudé
1
-6
/
+0
2022-01-13
ui/cocoa: pass horizontal scroll information to the device code
Dmitry Petrov
1
-6
/
+12
2021-12-21
ui: do not delay further remote resize
Marc-André Lureau
1
-1
/
+1
2021-12-21
ui/clipboard: add a clipboard reset serial event
Marc-André Lureau
1
-0
/
+3
2021-12-21
ui: generalize clipboard notifier
Marc-André Lureau
1
-4
/
+13
2021-07-26
ui/cocoa: Fix the type of main's argv
Akihiko Odaki
1
-2
/
+2
2021-06-23
ui/cocoa: Add clipboard support
Akihiko Odaki
1
-0
/
+109
2021-06-23
ui/cocoa: Set UI information
Akihiko Odaki
1
-0
/
+49
2021-03-16
ui/cocoa: Comment about modifier key input quirks
Akihiko Odaki
1
-1
/
+37
2021-03-15
ui/cocoa: Do not exit immediately after shutdown
Akihiko Odaki
1
-1
/
+7
2021-03-11
ui/cocoa: Fix mouse association state
Akihiko Odaki
1
-16
/
+8
2021-03-11
ui/cocoa: Mark variables static
Akihiko Odaki
1
-7
/
+7
2021-03-11
ui/cocoa: Clear modifiers whenever possible
Akihiko Odaki
1
-72
/
+76
2021-03-11
ui/cocoa: Do not rely on the first argument
Akihiko Odaki
1
-14
/
+15
2021-03-11
ui/cocoa: Show QEMU icon in the about window
Akihiko Odaki
1
-9
/
+5
2021-03-11
ui/cocoa: Use kCGColorSpaceSRGB
Akihiko Odaki
1
-7
/
+2
2021-03-04
ui/cocoa: Replace fprintf with error_report
Akihiko Odaki
1
-3
/
+3
2021-03-04
ui/cocoa: Fix stride resolution of pixman image
Akihiko Odaki
1
-4
/
+4
2021-03-03
ui/cocoa: Remove the uses of full screen APIs
Akihiko Odaki
1
-26
/
+15
2021-02-19
ui/cocoa: Statically allocate dcl
Akihiko Odaki
1
-34
/
+31
2021-02-19
ui/cocoa: Interpret left button down as is when command is pressed
Akihiko Odaki
1
-10
/
+2
2021-02-19
ui/cocoa: Do not copy members of pixman image
Akihiko Odaki
1
-22
/
+20
2021-02-19
ui/cocoa: Support unique keys of JIS keyboards
Akihiko Odaki
1
-0
/
+7
2021-01-12
ui/cocoa: Fix openFile: deprecation on Big Sur
Roman Bolshakov
1
-1
/
+4
2021-01-12
ui/cocoa: Update path to docs in build tree
Roman Bolshakov
1
-1
/
+1
2020-10-21
qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.json
Philippe Mathieu-Daudé
1
-0
/
+1
[next]