| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-08 | Comments review | Ray | |
| 2020-01-05 | Update year to 2020 | raysan5 | |
| 2019-10-17 | Remove trailing spaces | Ray | |
| 2019-04-07 | Happy new year 2019 | ChillerDragon | |
| 2018-04-02 | Redundant assignment of 'angle' to itself | [email protected] | |
| 2017-12-20 | Updated copyright year | Ray San | |
| 2017-12-19 | Expose GetTime() function to users | Ray San | |
| Monotonic time since InitWindow() could be retrieved with this function. | |||
| 2017-11-27 | Support GetCurrentTime() on macOS | Ray San | |
| 2017-11-22 | Fix macOS build of new rglfw.c approach | Ahmad Fatoum | |
| There have been two problems: * GLFW itself was compiled with the definitions for compiling _against_ GLFW (fixed by removing requirement for external glfw) * rglfw.c was being compiled as C code, although it includes Objective C files. This _might_ break the Windows build, needs to be checked. Fixes #391, but as noted I'd prefer though a separate source directory and build script for GLFW. | |||
| 2017-11-22 | Avoid duplicate definition of feature macro | Ahmad Fatoum | |
| Feature macros need to be defined before #including any headers, preferably through the build system, but this is good enough. Fixes a compile error on my fork's Travis CI. | |||
| 2017-06-11 | Add define to have CLOCK_MONOTONIC work in c99 | Michael Vetter | |
| If we compile with c99 without gnu extensions (gnu99) we need this define, to have CLOCK_MONOTONIC and similar macros available | |||
| 2017-04-16 | Added Vector2 math functions | raysan5 | |
| Reviewed some Vector3 functions Added auxiliary Clamp() function | |||
| 2017-03-24 | c99 fix, some linux housekeeping | RDR8 | |
| 2017-03-20 | Review some comments | Ray | |
| 2017-02-16 | Improved modules description -IN PROGRESS- | Ray | |
| Working in modules configuration flags... | |||
| 2017-01-29 | Updated Gestures enum | Ray | |
| 2016-12-05 | Corrected some warnings | Ray | |
| 2016-08-10 | Comment tweak | Ray | |
| 2016-08-06 | Redesigned gestures module to header-only | raysan5 | |
| 2016-06-14 | Added GetGestureDetected() again... | raysan5 | |
| Required by gestures example.... | |||
| 2016-06-14 | Removed useless function: GetGestureDetected() | raysan5 | |
| Use instead: IsGestureDetected() | |||
| 2016-04-17 | Improved gestures system | raysan5 | |
| 2016-02-17 | Updated gestures module | Ray | |
| Using normalized [0..1] input points | |||
| 2016-02-10 | Reviewed gestures module | Ray | |
| 2016-01-03 | Reviewed Android inputs and gestures system | raysan5 | |
| Corrected Android processing for some inputs (BACK button, VOLUME buttons) Redesigned Gestures system (some work still required) SetEnabledGestures() - Only support desired gestures (requires some review) | |||
| 2015-07-29 | Decoupling gestures system module | raysan5 | |
| Now gestures system can be used as standalone module | |||
