Commit Graph

  • 8138aecfac Update CMakeLists.txt Michael Fitzmayer 2025-05-01 18:45:14 +0200
  • 8b30612758 Update create-test-plan.py Michael Fitzmayer 2025-05-01 18:44:36 +0200
  • 0c1b3bf58b [Nokia N-Gage] Update main CMakeLists.txt and add preseed configuration for the platform. Michael Fitzmayer 2025-04-21 20:09:38 +0200
  • 9cb87f743c [Nokia N-Gage] Update source list in (temporary) platform-specific build configuration. Michael Fitzmayer 2025-03-02 21:32:38 +0100
  • 27dcf6f93b ci: add minimum N-Gage ci Anonymous Maarten 2025-02-09 18:01:35 +0100
  • 0bd061b7cf [Nokia N-Gage] Remove redundant vsnprintf definition, add platform-specific va_copy declaration to SDL_vacopy.h Michael Fitzmayer 2025-02-09 16:26:27 +0100
  • ff1242d6d0 Add missing include Michael Fitzmayer 2025-02-09 16:25:14 +0100
  • b617feba5f [Nokia N-Gage] Fix SDL include in ngagetest.c Michael Fitzmayer 2025-02-09 16:10:38 +0100
  • be5da6b11e [Nokia N-Gage] Remove redundant external declarations, these had been added to get rid of several implicit declaration warnings. The warnings are perfectly valid and should not be suppressed. Michael Fitzmayer 2025-02-09 10:26:06 +0100
  • b5f6672779 [Nokia N-Gage] Remove redundant ssize_t definition. It now lives in sys/types.h Michael Fitzmayer 2025-02-09 10:16:57 +0100
  • dfc6852b0e [Nokia N-Gage] ELangEnglish -> en_GB Michael Fitzmayer 2025-02-08 14:21:30 +0100
  • 4fd8585b6c [Nokia N-Gage] Use proper locals for HK and Taiwan Michael Fitzmayer 2025-02-08 14:16:50 +0100
  • f344639fd9 [Nokia N-Gage] Update NGAGE_LockTexture as suggested in PR code review Michael Fitzmayer 2025-02-08 14:08:25 +0100
  • 44fb0bbc00 [Nokia N-Gage] Update SDL_sysfilesystem.c as suggested by @ccawley2011 Michael Fitzmayer 2025-02-08 14:06:03 +0100
  • 3f9977f00c [Nokia N-Gage] Remove redundant code after cleaning up the native Symbian API, this fixes several compiler warnings. Michael Fitzmayer 2025-02-06 20:53:38 +0100
  • 4da78b03ff Add missing return value to NGAGE_SuspendScreenSaver(). Michael Fitzmayer 2025-02-06 19:45:57 +0100
  • e421232192 [Nokia N-Gage] Update README-ngage.md Michael Fitzmayer 2025-02-05 22:02:50 +0100
  • 936314ce1f [Nokia N-Gage] Move VideoBootStrap declaration where it belongs Michael Fitzmayer 2025-02-05 20:31:36 +0100
  • 537cc109b8 [Nokia N-Gage] Remove unused NGAGE_QueueNoOp() Michael Fitzmayer 2025-02-05 20:30:05 +0100
  • 35e5a695a9 [Nokia N-Gage] Add external declaration to avoid compiler warning Michael Fitzmayer 2025-02-05 20:29:21 +0100
  • 248e16d143 [Nokia N-Gage] As suggested by @ccawley2011, SDL_EnableScreenSaver() can be called to allow the backlight to turn off. respectively SDL_DisableScreenSaver() keeps it on. Michael Fitzmayer 2025-02-05 20:00:43 +0100
  • d8b62b7348 [Nokia N-Gage] Remove redundant guard. Michael Fitzmayer 2025-02-05 18:10:39 +0100
  • 149365db99 [Nokia N-Gage] Remove toolchain setting from CMakeLists.txt; this should be set externally. Michael Fitzmayer 2025-02-05 16:40:44 +0100
  • 11ec5b2d26 [Nokia N-Gage] Add build configuration and platform-specific defines. x Michael Fitzmayer 2025-01-31 21:29:49 +0100
  • 008d032f44 Fix platform name in comment. Michael Fitzmayer 2025-02-05 08:27:47 +0100
  • fc590645ec [Nokia N-Gage] Set initial focus to ETrue; this is not required on real hardware, however, it is required for the emulator (EKA2L1) to start rendering. Michael Fitzmayer 2025-02-03 22:53:56 +0100
  • 5d08ae0ea0 [Nokia N-Gage] Simplify/Fix focus handling; it is now possible to put the app in the background (as long no sound is currently playing). Michael Fitzmayer 2025-02-03 22:38:51 +0100
  • 0ee377ff69 [Nokia N-Gage] Fix audio deinit which caused an error message on exit. I forgot to add this when I prepared the PR. Michael Fitzmayer 2025-02-01 23:58:21 +0100
  • 0508ea9ed3 Remove redundant guard Michael Fitzmayer 2025-02-01 20:01:06 +0100
  • 2df6db4d68 [Nokia N-Gage] Remove redundant guard after adding minimal inttypes.h to SDK. Michael Fitzmayer 2025-02-01 19:53:05 +0100
  • 7532e5e22c [Nokia N-Gage] Remove redundant guard after adding minimal stdbool.h to the toolchain Michael Fitzmayer 2025-02-01 19:44:40 +0100
  • a7260365a9 [Nokia N-Gage] Update guard as suggested by @madebr, this should fix CI Michael Fitzmayer 2025-02-01 19:41:36 +0100
  • d177b7fdcf [Nokia N-Gage] Update configuration after adding stdbool.h, stdint.h and wchar.h to the toolchain. Michael Fitzmayer 2025-02-01 19:38:39 +0100
  • 009fa11c20 [Nokia N-Gage] Remove redundant nullptr definition. Michael Fitzmayer 2025-02-01 12:20:18 +0100
  • 80fba45b14 [Nokia N-Gage] Move compile definitions to the SDK's toolchain file. Michael Fitzmayer 2025-02-01 12:14:24 +0100
  • 31a25e0ede [Nokia N-Gage] Add missing SDL_TriggerBreakpoint() implementation to avoid undefined reference issue Michael Fitzmayer 2025-02-01 12:13:44 +0100
  • 6ae1601c1f [Nokia N-Gage] Add platform to SDL.c Michael Fitzmayer 2025-01-31 21:41:01 +0100
  • 8ba6b6500d [Nokia N-Gage] Add logging support. Michael Fitzmayer 2025-01-31 21:40:22 +0100
  • fdae240134 Add missing include guard Michael Fitzmayer 2025-01-31 21:39:47 +0100
  • 1bf7f31e3f [Nokia N-Gage] Handle platform-specific edge cases. Michael Fitzmayer 2025-01-31 21:39:19 +0100
  • 37964425bd [Nokia N-Gage] Add timer/counter functions. Michael Fitzmayer 2025-01-31 21:37:23 +0100
  • 0ceed4facf [Nokia N-Gage] Add file system related functions. Michael Fitzmayer 2025-01-31 21:36:35 +0100
  • 8694147ac2 [Nokia N-Gage] Add functions related to locales and time. Michael Fitzmayer 2025-01-31 21:36:03 +0100
  • 22c24cce73 [Nokia N-Gage] Add platform-specific core functions that are used for debugging/logging purposes Michael Fitzmayer 2025-01-31 21:34:56 +0100
  • 638d77a43b [Nokia N-Gage] Add SDL main application entry point. Michael Fitzmayer 2025-01-31 21:33:20 +0100
  • e7a9c04aad [Nokia N-Gage] Add video driver implementation. Michael Fitzmayer 2025-01-31 21:32:28 +0100
  • b4419f882b [Nokia N-Gage] Add rendering back-end. Michael Fitzmayer 2025-01-31 21:31:50 +0100
  • de677e341c [Nokia N-Gage] Add audio driver implementation. Michael Fitzmayer 2025-01-31 21:30:38 +0100
  • 6e9cc61e23 [Nokia N-Gage] Add build configuration and platform-specific defines. Michael Fitzmayer 2025-01-31 21:29:49 +0100
  • 7f3065c494 [Nokia N-Gage] Add stub application: The purpose of this file is to validate that there are no undefined references when building with the N-Gage SDK since SDL can only be linked statically. Michael Fitzmayer 2025-01-31 21:28:13 +0100
  • aed6e555c7 [Nokia N-Gage] Add CMake build configuration. Michael Fitzmayer 2025-01-31 21:26:35 +0100
  • 2544d37931 joystick: Several minor GIP fixes Vicki Pfau 2025-05-21 20:59:16 -0700
  • d9db975b4b
    wayland: Use SDL_memcpy instead of SDL_copyp to copy the repeated text string Frank Praznik 2025-05-21 20:36:44 -0400
  • abcfa1b7de wayland: Use SDL_memcpy instead of SDL_copyp to copy the repeated text string Frank Praznik 2025-05-21 20:36:44 -0400
  • 6c648a0f4a
    wayland: Use SDL_memcpy instead of SDL_copyp to copy the repeated text string Frank Praznik 2025-05-21 20:36:44 -0400
  • e5c0e5efa7 Fix #13083 segfault in `SDL_RemoveTrayEntry()` for submenu entries Matteo Hausner 2025-05-20 23:34:59 +0200
  • 22828d5f2a Fix #13083 segfault in `SDL_RemoveTrayEntry()` for submenu entries Matteo Hausner 2025-05-20 23:34:59 +0200
  • 26a1aae098 Fixed the Bluetooth flag for the combined Joy-Con controller Sam Lantinga 2025-05-21 13:30:00 -0700
  • 264eb8d440 Fixed the Bluetooth flag for the combined Joy-Con controller Sam Lantinga 2025-05-21 13:30:00 -0700
  • b19501168f Fix #13083 segfault in `SDL_RemoveTrayEntry()` for submenu entries Matteo Hausner 2025-05-20 23:34:59 +0200
  • ab114490fc
    wayland: Cap the max key repeat elapsed time Frank Praznik 2025-05-21 12:18:36 -0400
  • 05f779f61e
    wayland: Cap the max key repeat elapsed time Frank Praznik 2025-05-21 12:18:36 -0400
  • 20e8ac0075 wayland: Fix keymap changed event spam with non-latin keyboard layouts Frank Praznik 2025-05-21 11:21:39 -0400
  • 5442572207
    wayland: Fix keymap changed event spam with non-latin keyboard layouts Frank Praznik 2025-05-21 11:21:39 -0400
  • eb96580c45 Detect device form factor Semphris 2025-03-19 09:04:10 -0400
  • 9546c54286 use SDL style - else on same line as closing brace kyle-sylvestre 2025-05-20 19:11:46 -0400
  • 4d3cdb70b5 get preferred locales on android kyle-sylvestre 2025-05-20 18:09:28 -0400
  • b8e055ce64 use SDL style - else on same line as closing brace kyle-sylvestre 2025-05-20 19:11:46 -0400
  • 8e22194217 get preferred locales on android kyle-sylvestre 2025-05-20 18:09:28 -0400
  • 1915ad5bc1 use SDL style - else on same line as closing brace kyle-sylvestre 2025-05-20 19:11:46 -0400
  • 8756eed456 get preferred locales on android kyle-sylvestre 2025-05-20 18:09:28 -0400
  • a66816a72f gpu/d3d12: Acknowledge that we've bound vertex buffers (#13088) Anthony Fisher 2025-05-20 16:34:04 -0400
  • c08b1049d3
    gpu/d3d12: Acknowledge that we've bound vertex buffers (#13088) Anthony Fisher 2025-05-20 16:34:04 -0400
  • be18fd4bd6 Acknowledge that we've bound vertex buffers deadwanderer 2025-05-20 15:55:32 -0400
  • 213b074697 Fix wrong callback type Francisco Javier Trujillo Mata 2025-05-19 23:58:47 +0200
  • d0c2d8bc40 Fix wrong callback type Francisco Javier Trujillo Mata 2025-05-19 23:58:47 +0200
  • c925f72562 Fix wrong callback type Francisco Javier Trujillo Mata 2025-05-19 23:58:47 +0200
  • c89357bf60 Fix wrong callback type Francisco Javier Trujillo Mata 2025-05-19 23:58:47 +0200
  • ef97329f41 GPU: Update D3D12 to create multisample textures with default MSAA alignment Logan 2025-05-20 13:29:42 +1200
  • f4942b3eae GPU: Update D3D12 to create multisample textures with default MSAA alignment Logan 2025-05-20 13:29:42 +1200
  • 195f709eda
    wayland: Set the text input cursor rect properly Frank Praznik 2025-05-20 13:42:21 -0400
  • c7549eb0b6 wayland: Set the text input cursor rect properly Frank Praznik 2025-05-20 12:43:16 -0400
  • 9e67e9d29d
    wayland: Set the text input cursor rect properly Frank Praznik 2025-05-20 12:43:16 -0400
  • 3be57ec774 docs: fix man page return value section generation krizej 2025-05-20 14:25:41 +0200
  • 58027cbc0e
    docs: fix man page return value section generation krizej 2025-05-20 14:25:41 +0200
  • 259c51b8b6 GPU: Update D3D12 to create multisample textures with default MSAA alignment Logan 2025-05-20 13:29:42 +1200
  • eb57d94ec5 GPU: Add missing compute-writeable texture formats cosmonaut 2025-05-19 18:08:35 -0700
  • 2dad6534b8 GPU: Add missing compute-writeable texture formats cosmonaut 2025-05-19 18:08:35 -0700
  • 99fa00a82f Fix wrong callback type Francisco Javier Trujillo Mata 2025-05-19 23:58:47 +0200
  • b0e976afb6 Fix wrong vsync_handler type Francisco Javier Trujillo Mata 2025-05-19 23:49:11 +0200
  • 4177e06c09 Fixed rare crash trying to interrupt SDL_WaitEvent() Sam Lantinga 2025-05-19 13:53:33 -0700
  • 33eb167da8 Fixed rare crash trying to interrupt SDL_WaitEvent() Sam Lantinga 2025-05-19 13:53:33 -0700
  • d6212ae839 Fixed rare crash trying to interrupt SDL_WaitEvent() Sam Lantinga 2025-05-19 13:53:33 -0700
  • 992e4c59bd Fixed rare crash trying to interrupt SDL_WaitEvent() Sam Lantinga 2025-05-19 13:53:33 -0700
  • 3c37d0d83d Fixed rare crash trying to interrupt SDL_WaitEvent() Sam Lantinga 2025-05-19 13:53:33 -0700
  • 4db8fe2f9b Sync SDL3 wiki -> header SDL Wiki Bot 2025-05-19 20:23:53 +0000
  • 2dd1a80b14
    Typo fixes Anonymous Maarten 2025-05-19 20:01:37 +0000
  • 8f8fc35e02 Record dynamic dependencies in .note.dlopen elf section Anonymous Maarten 2025-05-19 20:51:30 +0200
  • bd9a3e61bc
    x11: request available clipboard mime-types on video init krizej 2025-05-19 20:04:40 +0200
  • b494897b3d
    wayland: Don't add the nanosecond timestamp offset to the pre-conversion millisecond value Frank Praznik 2025-05-19 13:59:46 -0400