aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add `#no_broadcast` procedure parameter to disallow automatic array programmi...gingerBill2024-03-211-2/+2
* | commonmark: add missing on_exit apiLaytan Laats2024-03-201-0/+10
* | Update raylib to use `#row_major` matricesgingerBill2024-03-192-19/+24
|/
* Merge pull request #3143 from Pariatech/cgltf-linux-buildgingerBill2024-03-132-4/+24
|\
| * Update vendor/cgltf/src/Makefile Pariatech2024-03-131-1/+1
| * fix whitespaceGabriel Pariat2024-01-271-0/+1
| * Revert "fix whitespace"Gabriel Pariat2024-01-277-1/+0
| * fix whitespaceGabriel Pariat2024-01-277-0/+1
| * change orderingGabriel Pariat2024-01-271-2/+1
| * fix typoGabriel Pariat2024-01-271-2/+2
| * adding linux + unix makefile for cgltfGabriel Pariat2024-01-272-5/+25
* | Merge pull request #3149 from IllusionMan1212/missing-x11-funcsgingerBill2024-03-091-7/+16
|\ \
| * | vendor/x11: added XQueryExtension, XGetEventData, and XFreeEventDataIllusionMan12122024-01-291-7/+16
| |/
* | Merge pull request #3148 from IllusionMan1212/cookie-struct-fixgingerBill2024-03-091-1/+1
|\ \
| * | vendor/x11: change display to be a ^Display in XGenericEventCookie structIllusionMan12122024-01-291-1/+1
| |/