index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
browser_osx.mm
Age
Commit message (
Expand
)
Author
2017-07-26
OSX: Make sure the native file browser runs in the main thread
Thierry Crozat
2017-07-26
OSX: Make sure to release the NSOpenPanel immediately after closing it
Thierry Crozat
2017-07-26
OSX: Set focus back to the ScummVM window when closing the native file browser
Thierry Crozat
2017-07-26
OSX: Clear pending events when closing the native file browser
Thierry Crozat
2016-10-09
JANITORIAL: Remove more trailing spaces
Eugene Sandulenko
2014-12-05
GUI: use newer define for OS X 10.10+
Pawel Kolodziejski
2014-07-10
GUI: Treat bundles as directories in the OS X file browser
Thierry Crozat
2013-05-26
GUI: Fix the spelling of some variable/class names
Matthew Hoops
2013-05-26
GUI: Add missing include for IBAction
Matthew Hoops
2013-04-09
OSX: Fix memory leaks
Thierry Crozat
2013-03-17
OSX: Allow user to display hidden files in the browser dialog
Thierry Crozat
2012-11-18
OSX: Add missing include for NSURL
Thierry Crozat
2012-11-18
OSX: Improve native OS X browser dialog
Max Horn
2012-01-14
MACOSX: Replace use of a 10.4 only API by one available since 10.0
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-11-16
GUI: Move major widgets to new directory gui/widgets
Max Horn
2010-10-30
ALL: Add code to help stop people from accidentally using "bad" APIs
Max Horn
2009-12-26
Using #include instead of #import to include some mac os x headers to avoid s...
Oystein Eftevaag
2009-12-26
Add "End of namespace" comment.
Johannes Schickel
2009-12-26
Buildbot compile fix for os x cross compile
Oystein Eftevaag
2009-12-26
Committing the actual new browser_osx.mm file, oops
Oystein Eftevaag