aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* Make certain procedures `"contextless"` for microuigingerBill2024-06-081-3/+3
* Add parentheses around the foreign import pathsgingerBill2024-06-061-2/+2
* Updated SDL_CreateTexture to take `PixelFormatEnum` instead of `u32`Hector2024-06-061-1/+1
* add support for title changes, cursor config, and dndColin Davidson2024-06-062-6/+29
* D3D11 - fixed VIDEO_SUPPORT flagMark Sniffen2024-06-051-1/+1
* Merge pull request #3673 from laytan/implement-foreign-import-improvements-on...gingerBill2024-06-0424-115/+147
|\
| * compile stb_vorbisLaytan Laats2024-06-041-1/+1
| * use `#exists` to provide good errors for common missing librariesLaytan Laats2024-06-0423-114/+146
* | raygui: change `c.int` to their correct enum typesgingerBill2024-06-041-9/+9
* | Fix `extra_linker_flags` for raylib on windowsgingerBill2024-06-041-2/+1
* | Keep `-vet` happygingerBill2024-06-041-1/+1
* | Utilize `foreign import` constant strings for foreign importsgingerBill2024-06-043-114/+36
* | Merge pull request #3469 from hodgka/raylib_resizable_doc_patchgingerBill2024-06-041-2/+2
|\ \
| * | Fixed typo in raylib documentationalec hodgkinson2024-04-221-2/+2
* | | oops, missed shuffling a few x-funcsColin Davidson2024-06-041-31/+28
* | | add a few more x11 funcs, fix egl bugColin Davidson2024-06-042-693/+701
* | | wasm: fix runtime.js even more for wasm64p32Laytan Laats2024-05-311-29/+63
| |/ |/|
* | Fix types againgingerBill2024-05-301-2/+2
* | Fix #3651gingerBill2024-05-301-2/+2
* | Merge pull request #3656 from laytan/microui-optional-clipboardgingerBill2024-05-301-1/+6
|\ \
| * | microui: make clipboard optional during initLaytan Laats2024-05-301-1/+6
* | | wasm: fix the WheelEvent not storing data properlyLaytan Laats2024-05-301-6/+6
|/ /
* | Satisfy -vetHåkon Stormo2024-05-231-1/+0
* | microui: use the text_edit procsHåkon Stormo2024-05-231-15/+9
* | microui: textbox cut/copy/pasteHåkon Stormo2024-05-231-8/+38
* | microui: textbox selectionHåkon Stormo2024-05-231-19/+110
* | correctly load/store uint&int in the runtime.js for wasm64p32Laytan Laats2024-05-171-13/+45
* | Fixed some build tags in vendor libsAndreas T Jonsson2024-05-132-2/+2
* | Keep `-vet` happygingerBill2024-05-101-1/+1
* | Merge pull request #3565 from wschiefer/update-d3d12gingerBill2024-05-101-0/+220
|\ \
| * | Update d3d12 APIWaldemar Schiefer2024-05-091-0/+220
| |/
* / Add DXGI 1.5 & 1.6 APIsWaldemar Schiefer2024-05-091-12/+208
|/
* Merge pull request #3419 from puzzleddev/fixup-d3d12-thiscall-affected-methodsgingerBill2024-04-151-6/+6
|\
| * Fixup vendor/d3d12 calling convention mistakestim42422024-04-121-6/+6
* | Merge pull request #3422 from wrapperup/add-dxc-vendor-docsgingerBill2024-04-131-1/+1
|\ \
| * | add freebsd, openbsd to dxcdef_unix.odinwrapperup2024-04-131-1/+1
* | | fix wasm runtime.js storeString to support UnicodeLaytan Laats2024-04-131-2/+5
| |/ |/|
* | Add #panic to tell of moved packagegingerBill2024-04-101-0/+3
* | Avoid loop index shadowingiciuperca2024-04-091-4/+4
|/
* Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`gingerBill2024-04-0840-3496/+8
* fix `_end` being called before the actual end when using the step functionLaytan Laats2024-04-081-3/+11
* fix js_wasm `time.tick_now`, `performance.now()` returns a floatLaytan Laats2024-04-081-1/+1
* Merge pull request #3388 from laytan/fix-raygui-symbolgingerBill2024-04-061-1/+1
|\
| * fix raygui `GuiFade` being renamed to `GuiSetAlpha`Laytan Laats2024-04-061-1/+1
* | add missing SDL2_SemPost bindingChristopher Kaster2024-04-051-0/+1
|/
* Merge pull request #3366 from laytan/fix-vet-scope-buggingerBill2024-04-032-12/+12
|\
| * correct newly found vetsLaytan Laats2024-04-032-12/+12
* | Add NSApplication.active to Foundation bindings.Vitalii Kravchenko2024-04-021-0/+11
|/
* Merge pull request #3294 from laytan/update-glfw-from-3.3.8-to-3.4gingerBill2024-03-2112-61/+121
|\
| * glfw: update from 3.3.8 to 3.4Laytan Laats2024-03-1812-61/+121