File tree
21 files changed
+22383
-7544
lines changed- src
- tools
- autocomplete
- api
21 files changed
+22383
-7544
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 |
| |
14 | 18 |
| |
15 |
| - | |
| 19 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
- README.md+2-2
- examples/controls_test_suite/controls_test_suite.c+18-18
- examples/controls_test_suite/fonts/FiveByFive10.ttf
- examples/controls_test_suite/fonts/NorthernLights.ttf
- examples/controls_test_suite/fonts/PIXEARG11.ttf
- examples/controls_test_suite/fonts/PixelOperator8.ttf
- examples/controls_test_suite/fonts/pixelpoiiz10.ttf
- examples/controls_test_suite/fonts/prstartk8.ttf
- examples/controls_test_suite/fonts/rainyhearts16.ttf
- examples/custom_file_dialog/custom_file_dialog.c+1-1
- examples/custom_file_dialog/gui_file_dialog.h+34-32
- examples/image_exporter/image_exporter.c+3-3
- examples/image_importer_raw/design/raw_importer_REF.png
- examples/image_importer_raw/design/raw_importer_REV0.png
- examples/image_importer_raw/design/raw_importer_REV1.png
- examples/image_importer_raw/design/raw_importer_REV2.png
- examples/image_importer_raw/design/raw_importer_REV3.png
- examples/image_importer_raw/design/raw_importer_REV4.png
- examples/image_importer_raw/design/raw_importer_REV5.png
- examples/image_importer_raw/image_2x2_RGBA.raw
- examples/image_importer_raw/image_importer_raw.c+2-2
- examples/property_list/dm_property_list.h+76-76
- examples/scroll_panel/scroll_panel.c
- examples/style_selector/style_selector.c+293
- examples/style_selector/styles/style_bluish.h+354
- examples/style_selector/styles/style_cyber.h+340
- examples/style_selector/styles/style_dark.h+347
- examples/style_selector/styles/style_jungle.h+337
- examples/style_selector/styles/style_lavanda.h+349
- examples/style_selector/styles/style_terminal.h+333
- examples/text_editor/text_editor.c+8-8
- examples/textbox_selection/textbox_selection.c+10-8
- projects/VS2022/examples/custom_file_dialog.vcxproj+357
- projects/VS2022/examples/image_exporter.vcxproj+357
- projects/VS2022/examples/image_importer_raw.vcxproj+357
- projects/VS2022/examples/portable_window.vcxproj+357
- projects/VS2022/examples/property_list.vcxproj+357
- projects/VS2022/examples/scroll_panel.vcxproj+357
- projects/VS2022/examples/style_selector.vcxproj+357
- projects/VS2022/examples/test.props+27
- projects/VS2022/examples/text_editor.vcxproj+357
- projects/VS2022/examples/textbox_selection.vcxproj+357
- projects/VS2022/raygui.sln+191-16
- src/extras/gui_textbox_extended.h+7-7
- src/raygui.h+763-734
- .github/workflows/android.yml+6-1
- .github/workflows/cmake.yml+3
- .github/workflows/linux.yml+6-1
- .github/workflows/linux_examples.yml+3
- .github/workflows/macos.yml+6-1
- .github/workflows/webassembly.yml+1-1
- .github/workflows/windows.yml+6-1
- .github/workflows/windows_examples.yml+3
- BINDINGS.md+7-5
- CHANGELOG+170-1
- cmake/LibraryConfigurations.cmake+1-1
- examples/Makefile+4-15
- examples/Makefile.Web+2-29
- examples/README.md-13
- examples/audio/audio_music_stream.c+4-3
- examples/build.zig-1
- examples/core/core_drop_files.c+2-2
- examples/core/core_vr_simulator.c+6-3
- examples/models/models_loading.c+2-2
- examples/models/models_skybox.c+2-2
- examples/physics/physics_demo.c-128
- examples/physics/physics_demo.png
- examples/physics/physics_friction.c-142
- examples/physics/physics_friction.png
- examples/physics/physics_movement.c-128
- examples/physics/physics_movement.png
- examples/physics/physics_restitution.c-129
- examples/physics/physics_restitution.png
- examples/physics/physics_shatter.c-111
- examples/physics/physics_shatter.png
- examples/shapes/raygui.h+1.3k-1.1k
- examples/shapes/shapes_draw_circle_sector.c+1-1
- examples/shapes/shapes_draw_rectangle_rounded.c+1-1
- examples/shapes/shapes_draw_ring.c+1-1
- examples/text/text_draw_3d.c+21-16
- examples/text/text_font_filters.c+3-3
- parser/Makefile+4-4
- parser/raylib_api.json+2.1k-1.9k
- parser/raylib_api.lua+2.1k-1.9k
- parser/raylib_api.txt+3.8k-3.8k
- parser/raylib_api.xml+131-85
- parser/raylib_parser.c+1.0k-371
- projects/CMake/CMakeLists.txt+3
- projects/CMake/README.md+2-4
- projects/Notepad++/raylib_npp_parser/raylib_to_parse.h+2-2
- src/Makefile+11-2
- src/extras/easings.h+28-28
- src/extras/physac.h-2.0k
- src/raudio.c+11-18
- src/raylib.h+23-20
- src/raymath.h+172-7
- src/rcore.c+144-150
- src/rgestures.h+2-2
- src/rlgl.h+30-8
- src/rmodels.c+6-7
- src/rtext.c+13-9
- src/rtextures.c+30-9
- src/utils.c+46
0 commit comments