index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
osdep
/
macosx_events.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
cocoa: fix charcode retrieving for accented characters
Alexis Nootens
2016-02-15
1
-1
/
+2
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
1
-1
/
+1
*
input: add append argument to file drop event
Kevin Mitchell
2015-08-30
1
-1
/
+1
*
osx: add NULL check for input context in a missing case
wm4
2015-06-01
1
-1
/
+2
*
osx: synchronize access to the input_ctx
wm4
2015-05-26
1
-18
/
+30
*
osx: never expose input_ctx from EventsResponder
wm4
2015-05-26
1
-9
/
+23
*
cocoa: silence -Wlogical-op-parentheses
Stefano Pigozzi
2015-03-04
1
-1
/
+1
*
cocoa: use --idle when running inside bundle
Stefano Pigozzi
2014-12-06
1
-5
/
+5
*
cocoa: fix opening reference URLs (.file/id=)
Stefano Pigozzi
2014-12-01
1
-2
/
+4
*
cocoa: allow to disable apple remote at compile time
Stefano Pigozzi
2014-10-17
1
-0
/
+9
*
cocoa: post keydown and keyup events without event monitor
Stefano Pigozzi
2014-10-09
1
-0
/
+5
*
libmpv/cocoa: don't start the event monitor
Stefano Pigozzi
2014-10-09
1
-10
/
+19
*
cocoa: move handleFilesArray: to macosx_events
FRAU KOUJIRO
2014-08-06
1
-0
/
+15
*
cocoa: move set_input_context to macosx_events
FRAU KOUJIRO
2014-08-06
1
-0
/
+5
*
cocoa: sync inputContext inside EventsResponder
FRAU KOUJIRO
2014-08-06
1
-3
/
+23
*
cocoa: decouple events from application somewhat
FRAU KOUJIRO
2014-08-06
1
-16
/
+62
*
cocoa: fix key equivalent dispatching
Stefano Pigozzi
2014-07-30
1
-21
/
+1
*
Fix OSX build; remove all remaining mpvcore references
11rcombs
2013-12-17
1
-1
/
+1
*
macosx_events: fix null dereference on uninit
Stefano Pigozzi
2013-12-07
1
-1
/
+4
*
options: add option to disable using right Alt key as Alt Gr
Vivek Jain
2013-12-02
1
-2
/
+8
*
osx: fix -Wshadow warnings on platform specific code
Stefano Pigozzi
2013-11-04
1
-4
/
+4
*
macosx_events: fix modifiers handling with media keys
Stefano Pigozzi
2013-09-05
1
-1
/
+1
*
macosx_events: send a `release all` after key up events
Stefano Pigozzi
2013-09-02
1
-0
/
+2
*
macosx_events: remove duplication
Stefano Pigozzi
2013-09-02
1
-29
/
+33
*
cocoa: enqueue events only if input context is present
Stefano Pigozzi
2013-09-01
1
-1
/
+2
*
osx: use MP_KEY_* instead of MK_* for media keys
Stefano Pigozzi
2013-09-01
1
-3
/
+3
*
cocoa: let the core handle key repeats
Stefano Pigozzi
2013-08-30
1
-2
/
+14
*
macosx: remove platform specific input queue
Stefano Pigozzi
2013-08-13
1
-13
/
+3
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
1
-1
/
+1
*
cocoa_common: handle keyboard modifiers for mouse events
Stefano Pigozzi
2013-07-21
1
-13
/
+21
*
cocoa: remove usage of mp_fifo
Stefano Pigozzi
2013-07-03
1
-2
/
+2
*
OSX: fix compilation with 10.7 SDK
Stefano Pigozzi
2013-06-19
1
-1
/
+3
*
macosx_events: handle key modifiers with media keys
Stefano Pigozzi
2013-06-06
1
-26
/
+55
*
macosx_events: DRY up key lookup over dictionary
Stefano Pigozzi
2013-06-05
1
-10
/
+12
*
macosx_events: make remote property an instance variable
Stefano Pigozzi
2013-06-05
1
-5
/
+7
*
osx: improve Media Keys support
Stefano Pigozzi
2013-06-04
1
-15
/
+98
*
osx: add Apple Remote support
Stefano Pigozzi
2013-06-03
1
-2
/
+59
*
osx: implement media keys
Stefano Pigozzi
2013-06-03
1
-0
/
+19
*
macosx_events: send all queued events
Stefano Pigozzi
2013-06-03
1
-2
/
+3
*
osx: create macosx_events to deal with keyDown events
Stefano Pigozzi
2013-06-03
1
-0
/
+141