Nic Barker
|
3f635cdd79
|
[Renderers/Raylib] Fix FLAG_HIGHDPI causing window resize to break
|
2025-04-01 10:31:40 +13:00 |
|
__hexmaster111
|
c49593f1d3
|
Update main.c
|
2025-03-04 05:56:20 -06:00 |
|
Nic Barker
|
1fa8684e47
|
[Core] Fix bug where hover state didnt take clip rectangles into account
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Has been cancelled
|
2025-02-25 08:55:14 +13:00 |
|
Thomas Anderson
|
28a8f59733
|
[Renderers/Raylib] Convert Image usage to Texture (#266)
|
2025-02-17 08:56:26 +13:00 |
|
Nic Barker
|
82ca328ae2
|
[Core] Add .textAlignment field to text element config
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Waiting to run
|
2025-02-12 10:43:32 +13:00 |
|
Nic Barker
|
72af2a4020
|
[Compilers] Fix missing initializer warnings under -Wextra
|
2025-02-12 09:12:11 +13:00 |
|
Nic Barker
|
9d940c1f8e
|
[Core] Replace config macros with a single unified configuration struct (#240)
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Has been cancelled
|
2025-02-04 17:00:19 +13:00 |
|
Nic Barker
|
1bcf256e4d
|
[Core] Replace generated arrays with macro declarations, align cache lines to 64 bytes (#235)
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Waiting to run
|
2025-01-29 17:14:01 +13:00 |
|
Nic Barker
|
0a703de69a
|
[Core] Add z-index and string base to Render Commands (#227)
|
2025-01-26 15:28:35 +13:00 |
|
Nic Barker
|
9d659e8abd
|
[Examples/Raylib] Restore deleted font
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Has been cancelled
|
2025-01-21 21:28:38 +13:00 |
|
Nic Barker
|
ec2b3b35ff
|
[Renderers/Raylib] Early return 0 rather than segfault when Raylib fonts fail to load
|
2025-01-21 21:26:57 +13:00 |
|
Daniel Collin
|
e8025cc254
|
SetMesureText and SetQueryScrollOffset takes userData (#212)
|
2025-01-20 10:59:02 +13:00 |
|
Nic Barker
|
f1d8a53a32
|
[Core] [Breaking] Split padding values into left, right, top, bottom (#195)
|
2025-01-14 10:38:02 +13:00 |
|
Funto
|
e11a394c25
|
[Compilers] Fix MSVC compilation with CMake (#178)
Co-authored-by: Nic Barker <contact+github@nicbarker.com>
|
2025-01-10 20:59:13 +13:00 |
|
FintasticMan
|
670f707997
|
[Core] Remove ##__VA_ARGS__ (#150)
|
2025-01-10 20:47:00 +13:00 |
|
Nic Barker
|
8efa855e8c
|
[Compilers] Fixes for scrolling container example in MSVC
|
2025-01-10 10:31:29 +13:00 |
|
Harrison Lambeth
|
944d290428
|
[Core] Multi instance / context support (#174)
|
2025-01-10 09:08:48 +13:00 |
|
SuperOpt
|
c9e1a63378
|
[Compilers] C projects should use C flags rather than CXX flags (#123)
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Failing after 58s
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Failing after 9s
|
2024-12-30 13:28:24 +13:00 |
|
FintasticMan
|
c13eef1c1e
|
[Core] Fix more C99 compliance issues (#118)
|
2024-12-30 13:09:14 +13:00 |
|
Nic Barker
|
04694b0da2
|
[Core] Implement Error Handler / Callback (#105)
|
2024-12-26 19:58:59 +13:00 |
|
Oleksii Bulba
|
35d72e5fba
|
Added window dimensions and title to Clay_Raylib_Initialize function (#56)
|
2024-12-19 21:34:20 +13:00 |
|
Nic Barker
|
b8725bfb65
|
Improve overflow handling / CLAY_MAX_ELEMENT_COUNT exceeded (#52)
|
2024-12-01 21:05:56 +13:00 |
|
Nic Barker
|
51c5355686
|
Fix text cache overflow (#51)
|
2024-11-27 12:13:11 +13:00 |
|
Nic Barker
|
2f67b61256
|
README updates
|
2024-10-23 09:44:39 +13:00 |
|
Nic Barker
|
29133bc783
|
Multi-type elements (#34)
|
2024-10-22 20:41:35 +13:00 |
|
Richard Hozák
|
3b03a79f28
|
Fix scroll on mouse down being overriden by touch scroll (#42)
|
2024-10-15 11:47:25 +13:00 |
|
Nic Barker
|
9a8775751f
|
Cleanup compiler options
|
2024-10-07 19:30:15 +13:00 |
|
Nic Barker
|
f579690f5d
|
Improve space allocation for GROW containers
|
2024-10-07 18:56:13 +13:00 |
|
Nic Barker
|
51082d2f1e
|
Change lineSpacing text config attribute to lineHeight (#37)
|
2024-10-05 20:57:52 +13:00 |
|
Nic Barker
|
948b7ce70b
|
C++20 Support (#31)
|
2024-09-29 12:53:46 +13:00 |
|
Nic Barker
|
5e7c4c41eb
|
[C] Convert element macros to use for() internally (#30)
|
2024-09-28 15:43:29 +12:00 |
|
Nic Barker
|
3b4c177e58
|
Fix const inits for gcc 9.4 and add docker tests for old gcc compiler (#29)
|
2024-09-28 07:42:08 +12:00 |
|
Severin Denisenko
|
52b3f6a14e
|
Use shallow clone on Raylib (#23)
This change reduces time of project configuration from 24 second to 12 seconds
|
2024-09-22 13:27:29 +12:00 |
|
Nic Barker
|
6430bbbdc3
|
Fix warnings caused by misname
|
2024-09-21 08:13:22 +12:00 |
|
Nic Barker
|
332837befd
|
Fix issues with multiple translation units (#20)
|
2024-09-20 20:46:48 +12:00 |
|
Nic Barker
|
b2d922c78d
|
Fix a compile bug in update scroll containers
|
2024-09-20 07:12:11 +12:00 |
|
Nic Barker
|
33888572a3
|
Remove debug flags and switch example fonts from trilinear filter to bilinear
|
2024-09-18 10:59:35 +12:00 |
|
Nic Barker
|
a4f90a217d
|
Debug Tools (#15)
|
2024-09-16 21:34:59 +12:00 |
|
Nic Barker
|
fd45138d57
|
Stardardisation / cleanup work for private API functions (#7)
|
2024-08-30 18:44:36 +12:00 |
|
Nic Barker
|
7d73ccd60d
|
Remove overflow trap flag from the default cmake configuration to prevent issues on windows
|
2024-08-27 11:37:20 +12:00 |
|
Nic Barker
|
e0f7a23f1a
|
Expose scroll container data and implement scrollbar example (#1)
|
2024-08-26 19:05:43 +12:00 |
|
Nic Barker
|
03a6c6cf5a
|
initial commit
|
2024-08-23 16:11:56 +12:00 |
|