zoltanvb
ab3b175848
Restore missed absolute mouse conversion. ( #17343 )
v1.20.0
2025-01-05 03:50:47 +01:00
sonninnos
0913263817
Integer Scale Axis sublabel correction ( #17345 )
2025-01-05 03:50:32 +01:00
Viačasłaŭ
f7159c4380
Fix Qt5 build ( #17346 )
2025-01-05 03:50:22 +01:00
github-actions
51c1482062
Fetch translations from Crowdin
2025-01-05 00:16:02 +00:00
neil4
6412f4feef
Overlay: Add Analog Recentering Zone ( #17339 )
2025-01-04 03:19:02 +01:00
neil4
2ffe9fe15c
Overlay lightgun fixes ( #17340 )
...
- Fix the "Allow Off-Screen" setting not working since #17308
- Prevent offscreen shot from disabling the lightgun with some cores
- Fullscreen pointer coordinates no longer needed
2025-01-04 03:18:38 +01:00
github-actions
54c37cf16d
Fetch translations from Crowdin
2025-01-04 00:16:33 +00:00
github-actions
ee191f3064
Fetch translations from Crowdin
2025-01-03 00:14:50 +00:00
zoltanvb
b6be01355a
Add more help text for custom options in general. ( #17336 )
2025-01-02 22:21:54 +01:00
zoltanvb
864ad02177
Quickfix: asset size has exceeded 4x30 MB, so now there are 5 chunks. ( #17334 )
2025-01-02 19:31:35 +01:00
Eric Warmenhoven
53d9452439
Change config_get_path/array return back to bool ( #17333 )
2025-01-02 14:35:33 +01:00
Viačasłaŭ
0dcf196ee3
(Qt) Fix setting value size ( #17332 )
2025-01-02 12:58:30 +01:00
Eric Warmenhoven
7161069cfc
overlay: reinitializing was causing the wrong overlay to show ( #17331 )
2025-01-02 07:24:57 +01:00
Eric Warmenhoven
9dd6e85d2f
fix writing before string when substring is not found ( #17330 )
2025-01-02 06:17:00 +01:00
sonninnos
50c943ac96
Audio stream state msg cleanup ( #17328 )
2025-01-02 01:49:54 +01:00
Eric Warmenhoven
01951a5a5a
Fix passing wrong length of message ( #17329 )
2025-01-02 01:49:25 +01:00
zoltanvb
401e169865
Pointer sanitization, rwebinput driver ( #17327 )
2025-01-01 23:14:42 +01:00
sonninnos
2e3fc4f52d
WIN32: Menubar hotkey corrections ( #17326 )
2025-01-01 23:13:58 +01:00
Ignacio Sanchez Gines
b5a62fcdf8
Add lightgun support to cocoa input driver ( #17318 )
2025-01-01 23:11:08 +01:00
LibretroAdmin
a590c514f9
(video_shader_parse.c) Code restored to pre-Dec 17
2025-01-01 03:00:09 +01:00
LibretroAdmin
ae7951445a
Remove unused variables
2024-12-31 11:49:02 +01:00
LibretroAdmin
4e5df036f9
action_get_Title_generic - fix warning
2024-12-31 11:40:00 +01:00
LibretroAdmin
20ec0c605a
(courtesy of Psyraven) Fix crashes with Explore view
2024-12-31 11:22:43 +01:00
LibretroAdmin
953a2d011d
Update version.all
2024-12-31 06:33:17 +01:00
LibretroAdmin
7d1d8322e6
Bump up to 1.20.0
2024-12-31 06:30:58 +01:00
LibretroAdmin
30b3760959
(menu_explore.c) Don't use fill_pathname here, go back to old code
2024-12-31 05:40:30 +01:00
github-actions
94dce4001e
Fetch translations from Crowdin
2024-12-31 00:14:25 +00:00
LibretroAdmin
76d133f860
Get rid of if 0 codeparts in gfx_widgets.c
2024-12-30 23:56:54 +01:00
zoltanvb
b66263a034
Adapt the sanitized pointer handling, discussed at libretro#17196 : ( #17312 )
...
Cocoa driver specific changes:
- make sure pointer position is always within [-0x7fff,0x7fff] by using the confined wrapper
- enable pointer offscreen query
2024-12-30 23:50:02 +01:00
LibretroAdmin
33ec89306e
Fix savestate thumbnails - '.png' needs to be appended to the total
...
filepath, so fill_pathname can't be used since it would overwrite
the existing extension
2024-12-30 23:39:36 +01:00
Viačasłaŭ
3a4330238a
Fix PulseAudio freeze ( #17316 )
...
* Fix freeze when close app/content after stopping/restarting
pulse service
* Fix pa->devicelist memleak
* Logging improvements
2024-12-30 23:08:45 +01:00
LibretroAdmin
6be18bfee9
Standardize naming of local len variables
2024-12-30 14:27:24 +01:00
LibretroAdmin
1e656261b0
Local len variables need to have '_' prefix
2024-12-30 14:03:58 +01:00
LibretroAdmin
707f19640a
(task_content_disc.c) Use fill_pathname
2024-12-30 10:29:06 +01:00
LibretroAdmin
b4cf279b80
Fix gdi_find_track prototype
2024-12-30 10:13:05 +01:00
LibretroAdmin
8ebedcb6bd
(menu_explore) Simplification of explore_load_icons
...
fill_pathname_application_special - return size_t
2024-12-30 10:07:58 +01:00
LibretroAdmin
28f6ee9c26
Use return value of fill_pathname_basedir
2024-12-30 09:56:02 +01:00
LibretroAdmin
56c63b8c19
Small cleanups - conventionalize char *s, size_t parameter usage
2024-12-30 09:44:40 +01:00
LibretroAdmin
e07028e892
Buildfix for conmanctl
2024-12-30 09:10:48 +01:00
github-actions
9a19b49a4f
Fetch translations from Crowdin
2024-12-30 00:15:25 +00:00
LibretroAdmin
d2dae40b3a
(gfx/video_shader_parse.c) Enlarge char buffers - was necessary for some large
...
paths - TODO/FIXME - we still need to find out exactly which of these buffers
needs size to be PATH_MAX_LENGTH
2024-12-29 20:08:50 +01:00
Viačasłaŭ
4124ca49e3
PipeWire improvements ( #17305 )
...
* Fix freeze when pipewire service is stopped/restarted
* Fix `device_list `memleak
* Refactor pipewire drivers
2024-12-29 18:57:54 +01:00
Viačasłaŭ
945d3ebc5f
Fix memleak ( #17307 )
2024-12-29 18:57:45 +01:00
zoltanvb
fe1575bc54
Input sanitization, wayland enhancement and overlay ( #17308 )
...
Adapt the sanitized pointer handling, discussed at #17196 :
Overlay "driver" specific changes:
- make sure pointer position is always within [-0x7fff,0x7fff] by using the confined wrapper
- enable pointer offscreen query
- report -0x8000 for lightgun if pointer is at the edge
- align lightgun offscreen reporting and button ID conversion with other drivers
Android driver specific changes:
- make sure pointer position is always within [-0x7fff,0x7fff] by using the confined wrapper
- remove extra "inside" checks, general simplification
- enable pointer offscreen reporting
- report same value for all ports when querying mouse and lightgun
- fill missing lightgun support, with fixed button map
Udev and X11 driver specific changes:
- simulate max. 3 touches instead of 1 using different mouse buttons
Wayland driver specific changes:
- integrate touch input better to the overall handling (enabling overlay usage with mouse)
- simulate max. 3 touches instead of 1 using different mouse buttons
2024-12-29 18:57:27 +01:00
Aleksey Samoilov
9ffb458626
wayland: add support for single-pixel-buffer-v1 protocol ( #17298 )
...
* wayland: add support for single-pixel-buffer-v1 protocol
* Create single pixel buffer instead of checkerboard if available
* Fix identations
2024-12-29 18:56:32 +01:00
Colin Kinloch
e3cc0341b9
wayland: Fix improperly sized commits ( #17309 )
...
* Revert "wayland: Ignore splash sized events during splash"
This reverts commit 5ef24debe491666bc2dffe0f64d811862b90afb5.
* wayland: Fix improperly sized commits
* Set viewport on splash commit
* Don't commit "set video mode" viewport update
* Hide the libdecor frame before transitioning to fullscreen
2024-12-29 18:56:17 +01:00
LibretroAdmin
3e6486db2b
Small cleanups (Task_database_cue.c)
2024-12-29 00:25:22 +01:00
LibretroAdmin
4297f02544
Use returntype for fill_pathname_basedir
2024-12-28 23:11:24 +01:00
LibretroAdmin
9376b99ea6
- Make some functions static in command.c
...
- Set returntype to size_t for some functions, avoid strlen
2024-12-28 22:49:03 +01:00
Eric Warmenhoven
ef1b325978
Change return types for some path functions to size_t ( #17303 )
2024-12-28 22:26:30 +01:00