Jeffery Myers
72b206624f
MSVC warnings ( #5595 )
1 неделю назад
Ray
c519e9f566
REVIEWED: Simplified `char **` approach
2 недель назад
Ray
09f22f3c86
REVIEWED: Avoid `const char **` usage (aligned with raylib)
2 недель назад
Thomas Anderson
29b9c050c7
fix example ( #5575 )
2 недель назад
Ray
d03a59ca3e
Update core_directory_files.c
2 недель назад
Ray
d40ad48326
REVIEWED: examples: moved some examples out of others
2 недель назад
Ray
872cfae7ca
REVIEWED: `LoadDirectoryFilesEx()`, minor tweak #5569
2 недель назад
Ray
1955516f54
Updated raygui for examples
2 недель назад
Ray
d01f158bd5
REVIEWED: Window initialization on HighDPI monitor (Windows) #5549
2 недель назад
Thomas Anderson
b04d2a2268
change d-pad text to shapes ( #5557 )
2 недель назад
Thomas Anderson
4d6ef19fcc
change on-screen text ( #5553 )
2 недель назад
Thomas Anderson
fd40d2b374
fix missing alias for PS ( #5559 )
2 недель назад
Thomas Anderson
8f1421ee5d
fix wrong name ( #5552 )
2 недель назад
Thomas Anderson
debbb90479
fix extra drawtext() ( #5551 )
2 недель назад
Maicon Santana
08e79a16b0
Refactoring {0} to { 0 } to follow conventions ( #5519 )
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
1 месяц назад
Maicon Santana
afe74c1c70
Refactor int to float missing parse ( #5503 )
* refactor int to float parse
* Reverting as requested
---------
Co-authored-by: Maicon <maicon@thinkpad02.exads.com>
1 месяц назад
Ray
1284d68721
Update core_highdpi_testbed.png
1 месяц назад
Ray
11f7db2dd8
REXM: ADDED: `core_keyboard_testbed`
1 месяц назад
Jeffery Myers
b00cbdaf49
Cleanup warnings in examples ( #5467 )
2 месяцев назад
Ray
ebf2f61425
Delete core_input_keyboard_gamepad_test.c
2 месяцев назад
Ray
6450a48c75
Update core_highdpi_testbed.c
2 месяцев назад
Ray
8871d7648d
Update core_highdpi_testbed.c
2 месяцев назад
Ray
297dcc07b8
Update core_highdpi_testbed.c
2 месяцев назад
Alvin De Cruz
5e14ac5a2e
#5387 - Fix keyboard input detected as gamepad on some Android devices ( #5439 )
* [rcore][android] Fix keyboard input detected as gamepad on some devices (#5387 )
* [core] Add keyboard vs gamepad input test example (#5387 )
2 месяцев назад
Ray
05f42aa119
Update core_highdpi_testbed.c
2 месяцев назад
Ray
b9446863d7
REXM: RENAMED: `core_high_dpi` --> `core_highdpi_demo`
2 месяцев назад
Ray
4b760091da
REVIEWED: Window scaling with HighDPI on macOS #5059
2 месяцев назад
Ray
6d562e5e87
REVIEWED: HiggDPI content scaling on changing monitors with different DPI #5335 #5356
Note that high-dpi awareness must be enabled by users and `CORE.Window.render` reports the scaled framebuffer size, while `CORE.Window.screen` reports the logical size.
`ToggleBorderlessWindow()` has also been reviewed to be consistent with scaling, if monitor physical display size is reported as 1920x1080 but there is a content scale of 1.5, then the borderless fullscreen window will be 1280x720, with the 1920x1080 framebuffer
2 месяцев назад
Kaluub
6f5cabf60c
Fix misleading example text. ( #5409 )
2 месяцев назад
Ray
f3f02b3e17
REXM: examples validation and update
2 месяцев назад
Ray
d13314fe1c
Update core_window_flags.c
3 месяцев назад
Ray
727a90c5d1
REVIEWED: Formatting to follow raylib conventions
3 месяцев назад
Ray
0b9f463e64
REVIEWED: examples: Replace TABS and Remove trailing spaces
3 месяцев назад
Ray
63fb407dc5
Update raygui to avoid warnings
3 месяцев назад
Ray
80e164fa04
Update core_monitor_detector.c
3 месяцев назад
Ray
e3738c1b17
REXM: UPDATE: Reviewed all examples requirements
3 месяцев назад
Ray
d5e8ee77b1
Update core_input_gamepad.c
3 месяцев назад
Serhii Zasenko
f51204821a
Add vibration test button to core_input_gamepad ( #5362 )
3 месяцев назад
Ray
48496e2307
Update core_input_actions.c
3 месяцев назад
Ray
46ca641ec5
Update raygui to avoid warnings
3 месяцев назад
Ray
f3393b8fd8
Update core_clipboard_text.c
3 месяцев назад
Ray
a590126351
Updated some examples
3 месяцев назад
Ray
a235cd6a18
Update raygui.h
3 месяцев назад
Ray
6756e9d3d7
Update core_input_gestures_testbed.c
3 месяцев назад
Ray
06589d3350
Update core_2d_camera_mouse_zoom.c
3 месяцев назад
Ray
80b6b7fc2a
Update core_input_gamepad.c
3 месяцев назад
Ray
d172a24bb0
REVIEWED: `main(void)`
3 месяцев назад
Ray
f76e371436
REDESIGNED: `core_clipboard_text`, based on #5248
3 месяцев назад
Ray
0b4815b8fe
WARNING: REMOVED: GIT recording option, added example
3 месяцев назад
Hugo
d7a7eda959
[examples] `core_directory_files` fixes ( #5343 )
* [examples] reset on folder click
`continue` after clicking a new folder
* [examples] don't make non-directories clickable
`IsPathFile` is not enough to check if it's a directory
since it also takes in char devices.
* rlparser: update raylib_api.* by CI
* Delete tools/rlparser/rlparser
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ray <raysan5@gmail.com>
3 месяцев назад