summaryrefslogtreecommitdiff
path: root/glfw
AgeCommit message (Expand)Author
2024-10-17refactor(glfw): use FromRepr derive macro from util-macrosHampusM
2024-10-13refactor(glfw): use C-unwind ABIHampusM
2024-05-25docs(glfw): add documentation comments to Hint variantsHampusM
2024-05-24refactor(glfw): add window creation hint enumHampusM
2024-05-24feat(glfw): add support for double buffer window creation hintHampusM
2024-05-24refactor(glfw): make Hint non-exhaustiveHampusM
2024-05-24feat(glfw): add support for samples window hintHampusM
2024-05-19fix(glfw): check major version of GLFW shared libraryHampusM
2024-05-18feat(glfw): add Window set focus callback functionHampusM
2024-04-06feat(glfw): add setting window close callbackHampusM
2024-03-16feat(glfw): make MouseButton derive PartialEq, Eq & HashHampusM
2024-03-16feat(glfw): add function to set mouse button callbackHampusM
2024-03-16feat: add function to set window cursor position callbackHampusM
2024-03-16feat(glfw): make Key derive PartialEq, Eq & HashHampusM
2024-03-06feat(glfw): add setting key callbackHampusM
2023-12-03chore(glfw): add OpenGL crate featureHampusM
2023-11-27feat(glfw): add InputMode derivesHampusM
2023-11-27docs(glfw): add InputMode & CursorMode doc commentsHampusM
2023-11-27feat(glfw): add get mouse button inputHampusM
2023-11-12build(glfw): disable default features of bindgen dependencyHampusM
2023-10-27feat(glfw): add get cursor position & set input and cursor modeHampusM
2023-10-26style: increase max struct literal width to 36HampusM
2023-10-25feat(glfw): make Size derive Debug, Clone, PartialEq & EqHampusM
2023-10-25feat(glfw): add get keyboard inputHampusM
2023-10-14feat(glfw): add setting window creation hintsHampusM
2023-10-14refactor(glfw): move window creation to builderHampusM
2023-10-08feat(glfw): add Debug derivesHampusM
2023-10-07feat(glfw): add function to set framebuffer size callbackHampusM
2023-10-06feat(glfw): add window size functionHampusM
2023-10-06feat: add GLFW wrapper libraryHampusM