Age | Commit message (Collapse) | 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 | |
This is an attempt to fix a difficult to reproduce issue where the NSOpenPanel remains open in the background and locks the application. Some tests suggest that it might fix the issue, but only time will tell. | |||
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 | |
This is to avoid dispatching to ScummVM events that were intended for the NSOpenPanel dialog. | |||
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 | |
This allows selecting an app bundle when adding a game, which is what is expected for the LucasArts Steam mac games. | |||
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 | |
Hopefully will fix compilation on older Mac versions | |||
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 | |
This fixes compilation on older systems (apparently on newer systems it was already included indirectly). | |||
2012-11-18 | OSX: Improve native OS X browser dialog | Max Horn | |
Signed-off-by: Thierry Crozat <criezy@scummvm.org> | |||
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 | |
Also renamed the source/header files, now they are more closely aligned to how we rename most other source files svn-id: r54264 | |||
2010-10-30 | ALL: Add code to help stop people from accidentally using "bad" APIs | Max Horn | |
A new header file common/forbidden.h is included by scummsys.h and it re-#defines numerous symbols like fopen(), fread(), system(), etc. with garbage, in order to provoke compile errors in any code using them. If a .cpp file really *must* use any of these (e.g. because it is a backend file), then these redefinitions can be disabled by #defining FORBIDDEN_SYMBOL_ALLOW_ALL as the first thing in the .cpp file. Whenever this is done, an explanatory comment should be added. Note that this system cannot catch all "bad" usages (notably the Lua code in the sword25 engine), as it can only work if scummsys.h is included. svn-id: r53961 | |||
2009-12-26 | Using #include instead of #import to include some mac os x headers to avoid ↵ | Oystein Eftevaag | |
silly gcc warnings, that we'd otherwise have to remove -pedantic to get rid of svn-id: r46597 | |||
2009-12-26 | Add "End of namespace" comment. | Johannes Schickel | |
svn-id: r46594 | |||
2009-12-26 | Buildbot compile fix for os x cross compile | Oystein Eftevaag | |
svn-id: r46592 | |||
2009-12-26 | Committing the actual new browser_osx.mm file, oops | Oystein Eftevaag | |
svn-id: r46583 |