42 Commits (1f9d7c6f8811458bc6ea9ea3b5608f0621977f5a)

Author SHA1 Message Date
  Jonathan Marler af16f7823a Improve description of RestoreWindow 2 weeks ago
  Ray cb830bed72 Increased depth size and clip distances to avoid z-fighting issues 1 month ago
  Ray d0e638cc31 REVIEWED: Platform DRM messages... 1 month ago
  Kaluub 9ba0cdbe6d
Fix GetCurrentMonitor comments. (#4812) 1 month ago
  Ray 5ea60dd3ce Minor tweaks 1 month ago
  Ray fa0eada61a Update year to 2025 3 months ago
  Asdqwe 99cb4cbc36
Fix SetGamepadVibration() TRACELOG message (#4615) 3 months ago
  Ray 6b220f2798 Review formating 4 months ago
  Ray 26548c1062 Remove trail-spaces 4 months ago
  Ray c78757a959 REVIEWED: `GetClipboardImage()`, make symbol available on all platforms 4 months ago
  Asdqwe f8f6aa0907
[rcore] Adds implementation to `SetGamepadVibration()` on `PLATFORM_WEB` and updates it on `PLATFORM_DESKTOP_SDL` to handle duration (#4410) 5 months ago
  Ray 3fb1ba25ac Removed tabs and triple line-breaks 6 months ago
  Michał Jaskólski 42022c3531
fix: In certain cases the connector status is reported UNKNOWN, should be conisdered as CONNECTED (#4305) 7 months ago
  hanaxars 5f49ec3d64
Fix missing equal sign (#4294) 7 months ago
  MrScautHD 576bee5cce
Adding GetKeyName(int key) (WIP) (#4161) 9 months ago
  Ray 1e1061d5c7 REVIEWED: Formatting, follow raylib coding conventions 9 months ago
  Ray 17cbc75aa7 REVIEWED: Formatting, follow raylib coding conventions 9 months ago
  gabriel-marques fa2b1c8f09
Implementing GetMonitorWidth/Height for DRM (#3956) 11 months ago
  MrMugame eda239cc97
Fixing gamepad buttons not working in drm backend (#3888) 1 year ago
  Ray 07128896af Update rcore_drm.c 1 year ago
  MrMugame 30781c423b
Organizing the drm backend to only use one api to allow for more devices (#3879) 1 year ago
  GideonSerf 371d25c8c9
Gamepad rumble support with SDL2 (#3819) 1 year ago
  Ray 3f1e59a7cf Update copyright to 2024 1 year ago
  Cinghy Creations 57a5ebe6c6
Don't use a separate thread when polling for gamepad events on DRM platforms (#3641) 1 year ago
  ubkp 44eeda2475
Optimize gesture handling for PLATFORM_DRM (#3616) 1 year ago
  ubkp a9ba51aa72
[rcore] Fix `IsMouseButtonUp()` for `PLATFORM_WEB` and `PLATFORM_DRM` (#3611) 1 year ago
  ubkp 0748dc2d1e
Remove a duplicated loop for PLATFORM_DRM (#3590) 1 year ago
  ubkp bd81bdc24a
Fix IsKeyPressedRepeat() for PLATFORM_DRM direct input (#3583) 1 year ago
  RadsammyT fe53ba80dd
Fix typos in src/platforms/rcore_*.c (#3581) 1 year ago
  ubkp 271a72f2f2
Fix absRange for PLATFORM_DRM (#3517) 1 year ago
  ubkp 9a2b735645
Fix mouse/touch/gestures for PLATFORM_DRM (#3515) 1 year ago
  Ray b40f93b9e3 Comments tweaks 1 year ago
  ubkp fe34fc7c6b
Partial fix the gesture system for DRM (#3502) 1 year ago
  ubkp ba21b8d274
Moves keymapUS[] and fixes GetCharPressed for DRM (#3498) 1 year ago
  Ray 0a3567439d Comments tweaks 1 year ago
  ubkp ab61bad168
Fix relative mouse mode for DRM (#3492) 1 year ago
  ubkp 049a6d475d
Fix drm hang up on exit and mouse input issues (#3484) 1 year ago
  Ray d0141bd105 Remove trail spaces 1 year ago
  Ray a0f0034352 REVIEWED: `InitPlatform()` organization and code-gardening 1 year ago
  Ray 081fffd46e REVIEWED: Issue with functions definitions 1 year ago
  Ray b674e344a8 REVIEWED: Issue with symbols exposure 1 year ago
  Ray 982641228c REDESIGNED: Move platforms to separate directory #3313 1 year ago
  Ray 53cd60bb29 REVIEWED: Move `InitWindow()`/`CloseWindow()` to `rcore.c` #3313 1 year ago
  MichaelFiber 18bedbd095
[core] Change axisCount to be an array (#3421) 1 year ago
  ubkp 781f717530
Remove the rcore.h include from drm, web, template (#3420) 1 year ago
  Ray 54950f9a3d Make sure CORE.Window.ready is set 1 year ago
  Ray b34c2ecbcb WARNING: REDESIGN: `InitPlatform()` to initialize all platform data #3313 1 year ago
  ubkp f3c27ec157
Fix `android`, `drm` compilation issue on `InitWindow` (#3407) 1 year ago
  Ray 2e65bc675c Moved some platforms functions to generic `rcore` #3313 1 year ago
  ubkp 6ed8acde67
Fix windowMin/Max to screenMin/Max for android, drm, template (#3400) 1 year ago