Twinaphex
|
83f1b28f98
|
Revert "(Cocoa) Move nsview_get_ptr and nsview_set_ptr to cocoa_gl_ctx.m"
This reverts commit 4f564360e7ba3df82e496d8dec8ca1a0dc3d4261.
|
2019-09-22 10:54:01 +02:00 |
|
twinaphex
|
4f564360e7
|
(Cocoa) Move nsview_get_ptr and nsview_set_ptr to cocoa_gl_ctx.m
|
2019-09-22 10:48:23 +02:00 |
|
twinaphex
|
1ddd7ee79d
|
(Cocoa) See if this works
|
2019-09-22 10:43:31 +02:00 |
|
twinaphex
|
ad1fb29092
|
(Metal) Refactor
|
2019-09-22 10:28:51 +02:00 |
|
Twinaphex
|
6a9feb7978
|
(OSX) Refactor this so that we always set the userdata
pointer so we can use the new set_title codepaths - will
have to check how to reduce the overhead in nsview_get_ptr
later
|
2019-09-22 10:19:03 +02:00 |
|
Twinaphex
|
9f0f53b1d7
|
(OSX) Correct userdata
|
2019-09-22 08:16:43 +02:00 |
|
twinaphex
|
fbb8a9640c
|
(OSX) Set pointer for HAVE_COCOA_METAL too
|
2019-09-22 08:00:39 +02:00 |
|
twinaphex
|
2135e86fc7
|
(Cocoa) Set video display driver userdata for Cocoa
|
2019-09-22 07:49:43 +02:00 |
|
Twinaphex
|
69a38f9b9f
|
(Cocoa) Pass direct pointer to UI companion driver window title function
|
2019-09-22 07:41:56 +02:00 |
|
Twinaphex
|
73c63d8768
|
(Cocoa) Add mouse down events
|
2019-09-20 18:22:14 +02:00 |
|
twinaphex
|
ab515daa0c
|
Try to get rid of file_path_str
|
2019-09-18 18:12:57 +02:00 |
|
Yoshi Sugawara
|
f0adf90ec0
|
(iOS/tvOS): add references to some iOS specific source files to xcode project to make it easier to open and search source files; removed call to show native menu when going into the background
|
2019-09-14 14:16:23 -07:00 |
|
Brad Parker
|
4e9cd6ff3e
|
win32: set menubar language to same as config
|
2019-08-29 16:36:09 -04:00 |
|
LazyBumHorse
|
886d538c48
|
implement video_shader_delay setting (in ms), which delays auto-shaders
|
2019-08-27 16:01:48 +02:00 |
|
LazyBumHorse
|
9b71340959
|
finish up shader menu changes, add 'remove presets' to Qt
|
2019-08-24 16:43:52 +02:00 |
|
twinaphex
|
bd50a5b62d
|
Cleanups
|
2019-08-24 05:40:23 +02:00 |
|
twinaphex
|
b1d3818ed5
|
(Qt UI) Dehardcode input.cpp ; merge throttle.cpp into generic.cpp
|
2019-08-24 04:33:42 +02:00 |
|
twinaphex
|
9589621619
|
(Qt UI) Add AI Service category
|
2019-08-23 19:52:13 +02:00 |
|
twinaphex
|
8dfb3c454b
|
(UI Qt) Dehardcode achievements
|
2019-08-23 05:05:11 +02:00 |
|
twinaphex
|
6a8f2ef9b6
|
(Qt options/UI) Make it more dynamic
|
2019-08-23 05:00:20 +02:00 |
|
twinaphex
|
532a08afb3
|
(Qt UI) Start refactoring this code to be more dynamic
|
2019-08-23 04:53:09 +02:00 |
|
twinaphex
|
dc4bfa91ed
|
(Qt) Update User Interface -> Views
|
2019-08-23 04:31:09 +02:00 |
|
LazyBumHorse
|
813a5cc370
|
fix edge case where resetting shader parameter wasn't counted as a modification
|
2019-08-22 18:08:58 +02:00 |
|
LazyBumHorse
|
a882901e39
|
save unmodified auto-shaders as a reference instead of a copy, see:
- implement #reference directive for auto-shaders
- replace usual preset saving and loading functions with video_shader_read_preset() and video_shader_write_preset()
- apply saved presets automatically for console menus
- move auto-shader saving logic from menus into menu_shader.c menu_shader_manager_save_auto_preset()
- refactor menu_shader_manager_save_preset() into menu_shader_manager_save_preset_internal()
|
2019-08-22 16:57:28 +02:00 |
|
twinaphex
|
74f2a4b093
|
Use encodings/utf functions
|
2019-08-20 23:01:01 +02:00 |
|
twinaphex
|
20a4b39272
|
(Win32) Properly set initial directory for menubar -> Load Core
|
2019-08-20 22:50:40 +02:00 |
|
twinaphex
|
dde53fe682
|
(ui_win32.c) Cleanups
|
2019-08-20 22:48:06 +02:00 |
|
twinaphex
|
72bde77ef0
|
Ability to set FPS update interval (new setting - fps_update_interval)
|
2019-08-20 03:05:52 +02:00 |
|
twinaphex
|
b13ee8485f
|
Start passing shader pointer to menu_shader.c functions
|
2019-08-18 16:59:09 +02:00 |
|
LazyBumHorse
|
be20b9c283
|
implement global shader presets
|
2019-08-17 22:11:17 +02:00 |
|
LazyBumHorse
|
719555bae1
|
Overhaul shader loading logic, add --set-shader CLI option
|
2019-08-17 15:20:51 +02:00 |
|
twinaphex
|
ca3a80091a
|
Cleanup runloop_iterate
NOTE/CHECK: Hopefully wiiu is unaffected by the change
in sleeping
|
2019-08-11 19:39:48 +02:00 |
|
Brad Parker
|
5247c214ff
|
Qt: word-wrap core option tooltips
|
2019-08-02 18:43:04 -04:00 |
|
Brad Parker
|
1580a611d6
|
Qt: add core option sublabels as tooltips, add buttons to reset one/all core options
|
2019-08-02 17:48:31 -04:00 |
|
jdgleaver
|
5220dc9084
|
Add independent 'favourites' playlist size setting
|
2019-07-30 17:13:04 +01:00 |
|
orbea
|
e13ec54dc6
|
Fix --disable-overlay.
|
2019-07-21 10:26:42 -07:00 |
|
Twinaphex
|
bc47daba5e
|
Merge pull request #9151 from Tatsuya79/master
Show/Hide disc options.
|
2019-07-21 14:16:12 +02:00 |
|
twinaphex
|
8919078f48
|
(Qt) Add HAVE_CONFIG_H to shaderparamsdialog.cpp
|
2019-07-21 12:32:24 +02:00 |
|
Tatsuya79
|
ab3ea0f3f3
|
Show/Hide disc options.
|
2019-07-21 12:16:16 +02:00 |
|
twinaphex
|
b6b22a9a32
|
More shader refactors - make sure we can compile entirely
without shader support if HAVE_CG, HAVE_GLSL, HAVE_SLANG
and HAVE_HLSL are all not defined
|
2019-07-21 00:34:07 +02:00 |
|
twinaphex
|
d905986a52
|
Rename functions - change rarch_ prefix to retroarch_
|
2019-07-20 12:43:43 +02:00 |
|
twinaphex
|
66a44aae98
|
Cleanup
|
2019-07-20 12:04:50 +02:00 |
|
twinaphex
|
b747bb22f4
|
Properly dehardcode program name now
|
2019-07-19 20:08:45 +02:00 |
|
twinaphex
|
42783fb225
|
(Qt) Combine some files into one
|
2019-07-19 16:02:00 +02:00 |
|
Twinaphex
|
db6a4f8368
|
(UI Companion) Get rid of unused iterate function callback
|
2019-07-19 13:59:07 +02:00 |
|
twinaphex
|
0cdfd4c542
|
Use config_file_new_from_path_to_string entirely
|
2019-07-18 16:15:02 +02:00 |
|
twinaphex
|
ff2f2222e5
|
Revert "Revert "Simplify win32_process_events""
This reverts commit 0b46e685f1a39e160ab87d621cb38d8dbed8500f.
|
2019-07-17 23:11:09 +02:00 |
|
twinaphex
|
0b46e685f1
|
Revert "Simplify win32_process_events"
This reverts commit 13bfb9710b1e4a1bb5eeb24d20d69a3f52fd0cf2.
|
2019-07-17 23:08:18 +02:00 |
|
twinaphex
|
801b0742d8
|
(UI application) We don't use pending_events - get rid of it
|
2019-07-17 22:08:11 +02:00 |
|
twinaphex
|
13bfb9710b
|
Simplify win32_process_events
|
2019-07-17 21:53:44 +02:00 |
|