Ray
b2ea5eae5e
REVIEWED: long long usage in all raylib, minimize
...
REVIEWED: Using `long long` format instead of `long long int`, more consistent with the `short` alternative for smaller `int`, instead of `short int`
2026-05-08 22:59:55 +02:00
Ray
06621eb3b7
REVIEWED: Comments for consistency and spelling
2026-04-27 11:34:58 +02:00
Ray
82e980bd42
Log info about HighDPI content scaling on display initialization
2026-04-15 12:37:42 +02:00
Ray
1d9e24eb58
REVIEWED: GetTime(), make it consistent between platforms, consider window initialization base time
2026-03-15 20:39:57 +01:00
Ray
faf42366ec
Code gardening
2026-03-04 01:14:26 +01:00
Ray
b4746469d4
Formating review, using imperative mode in comments
2026-03-03 22:40:34 +01:00
Thomas Anderson
d8861cc35f
change defined() to 0/1 check ( #5599 )
2026-02-26 23:41:33 +01:00
Ray
416af51a93
Update year to 2026
2026-01-02 13:40:15 +01:00
Ray
da1a76604f
REMOVED: CORE.Window.fullscreen, using available flag instead
2025-12-28 16:05:42 +01:00
Ray
f16fb065ea
Update rcore_template.c
2025-12-19 01:15:34 +01:00
JohnnyCena123
5fbf67a630
[rcore] Use FLAG_* macros where possible ( #5169 )
...
* use FLAG_* macros where possible
* rename `FLAG_CHECK()` to `FLAG_IS_SET()`
* remove unnecessary equality checks
* fix issues
---------
Co-authored-by: Ray <raysan5@gmail.com>
2025-11-02 19:24:47 +01:00
Jonathan Marler
af16f7823a
Improve description of RestoreWindow
...
Restore window currently says it sets the window state to:
"not minimized/maximized"
However, if a window is maximized and then minimized, it's typical that
it would restore back to being maximized, which is what seems to happen
from my testing. I've reworded the description to better reflect
this behavior.
2025-03-28 10:39:22 -06:00
Kaluub
9ba0cdbe6d
Fix GetCurrentMonitor comments. ( #4812 )
2025-03-07 19:21:08 +00:00
Ray
fa0eada61a
Update year to 2025
2025-01-01 00:02:52 +01:00
Asdqwe
99cb4cbc36
Fix SetGamepadVibration() TRACELOG message ( #4615 )
2024-12-18 14:53:50 +01:00
JupiterRider
714cd5ef5c
add SetGamepadVibration to rgfw and template ( #4612 )
2024-12-18 11:38:11 +01:00
Ray
26548c1062
Remove trail-spaces
2024-11-19 12:33:13 +01:00
Ray
c78757a959
REVIEWED: GetClipboardImage(), make symbol available on all platforms
2024-11-19 12:31:49 +01:00
Ray
3fb1ba25ac
Removed tabs and triple line-breaks
2024-10-08 18:45:52 +02:00
MrScautHD
576bee5cce
Adding GetKeyName(int key) (WIP) ( #4161 )
2024-07-16 14:00:00 +02:00
Ray
3f1e59a7cf
Update copyright to 2024
2024-01-02 20:58:12 +01:00
RadsammyT
fe53ba80dd
Fix typos in src/platforms/rcore_*.c ( #3581 )
2023-11-28 20:39:10 +01:00
Ray
de7beef05d
Remove trailing spaces
2023-10-31 15:54:52 +01:00
Ray
0a3567439d
Comments tweaks
2023-10-31 15:49:42 +01:00
Ray
d0141bd105
Remove trail spaces
2023-10-26 23:56:38 +02:00
Ray
a0f0034352
REVIEWED: InitPlatform() organization and code-gardening
2023-10-23 19:15:40 +02:00
Ray
1aad6a2fc0
REVIEWED: New platform backend template comments
2023-10-22 10:09:03 +02:00
Ray
081fffd46e
REVIEWED: Issue with functions definitions
2023-10-19 13:57:31 +02:00
Ray
b674e344a8
REVIEWED: Issue with symbols exposure
2023-10-19 13:46:02 +02:00
Ray
982641228c
REDESIGNED: Move platforms to separate directory #3313
2023-10-19 13:36:10 +02:00