| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-08 | Review creation years | Ray | |
| 2019-04-07 | Happy new year 2019 | ChillerDragon | |
| 2019-04-05 | Minor tweaks | Ray | |
| 2019-04-04 | Removed trail spaces | Ray | |
| 2019-03-29 | Added comment | Ray | |
| 2019-03-28 | Fixes compile error when SUPPORT_GESTURES_SYSTEM is undefined on RPi | Berni8k | |
| 2019-03-28 | RaspberryPi Keyboard input with evdev | Berni8k | |
| Based on pull request from user "DarkElvenAngel", better integrated with the current event system and enhanced with buffer to help with fast typing at low framerates. | |||
| 2019-03-25 | Review gestures disable flag | Ray | |
| 2019-03-16 | SetWindowIcon() redesigned | raysan5 | |
| Now core does not depend on textures module directly, only through text module. | |||
| 2019-03-13 | Remove comment | Ray | |
| 2019-03-13 | REDESIGNED: GetFileNameWithoutExt() | Ray | |
| Removed possible memory leak when using this function | |||
| 2019-03-12 | Support external config flags | Ray | |
| 2019-03-04 | ADDED: IsWindowResized() | Ray | |
| 2019-02-28 | Some spacing review | Ray | |
| 2019-02-28 | Return value in GetClipboardText() | Ray | |
| 2019-02-22 | Change ternary operator formatting | Ray | |
| 2019-02-22 | Remove TABS | Ray | |
| 2019-02-21 | Remove end-line spaces | Ray | |
| 2019-02-21 | Corrected issue with OpenURL() | Ray | |
| It was not working on Windows 10 | |||
| 2019-02-14 | Corrected path issue | Ray | |
| 2019-02-13 | Corrected issue #750 | Ray | |
| 2019-02-11 | ADDED: GetClipboardText(), SetClipboardText() | Ray | |
| 2019-02-04 | Review issue with aspect ratio... | Ray | |
| ...while using a RenderTexture combined with 3d mode | |||
| 2019-01-23 | Revert the screenWidth change | Rob Loach | |
| 2019-01-23 | Fix clang++ compilation errors | Rob Loach | |
| clang was complaining about the type conversions. For example... ``` node_modules/raylib-src/src/core.c:1888:15: error: cannot initialize a variable of type 'char *' with an rvalue of type 'void *' char *cmd = calloc(strlen(url) + 10, sizeof(char)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` | |||
| 2019-01-17 | Renamed ShowWindow() to UnhideWindow() -WIP- | Ray | |
| Function provisional renaming... that's not the end of this issue... | |||
| 2019-01-16 | Crazy test | Ray | |
| 2019-01-14 | Make sure no parameters can be passed | Ray | |
| 2019-01-14 | Review code formatting on ColorFromHSV() | Ray | |
| Following raylib notation rules | |||
| 2019-01-14 | Added ColorFromHSV() | Demizdor | |
| 2019-01-10 | Reviewed latest PR | Ray | |
| 2019-01-10 | Merge branch 'master' into window-visibility | Ray | |
| 2019-01-10 | Reworking API upon suggestion. | Marco Lizza | |
| 2019-01-10 | Adding window visibility functions. | Marco Lizza | |
| 2019-01-10 | Adding window visibility configuration flag. | Marco Lizza | |
| 2019-01-08 | Revert "core: workaround window not being rendered till moved on macOS Mojave" | Ahmad Fatoum | |
| This reverts commit 1fe6d9fc06156257d5210cfa71ecb839fb190722. Because upstream GLFW now contains a fix. | |||
| 2019-01-05 | Support screenshots and GIF capturing on Android and Web | raysan5 | |
| 2019-01-04 | Corrected issue on web | raysan5 | |
| 2019-01-03 | REMOVED: ShowLogo() | raysan5 | |
| Same functionality could be achieved using FLAGS... but also considering removing raylib logo animation... | |||
| 2019-01-03 | REVIEWED some functions parameters | raysan5 | |
| Decided to allow user to provide values directly instead of requiring a Vector2 struct, probably more confortable to use. - SetMousePosition() - SetMouseOffset() - SetMouseScale() | |||
| 2019-01-02 | Mouse functions changed | ChrisDill | |
| - SetMouseScale changed to take in a Vector2. - Added mouseOffset global which is used in mouse read functions. | |||
| 2019-01-02 | Default mouseScale fixed | ChrisDill | |
| - Didn't set X and Y values correctly. | |||
| 2019-01-02 | Added SetMouseOffset | ChrisDill | |
| - Changed mouseScale to Vector2. - Added SetMouseOffset to change XY of mouseScale. | |||
| 2018-12-26 | WARNING: BREAKING CHANGE | raysan5 | |
| Added a bunch of useful text management functions. Consequently, some already available functions like `FormatText()` and `SubText()` has been renamed for consistency. Created temporal fallbacks for old names. raylib version bumped to 2.3. | |||
| 2018-12-24 | Tweaks to support OpenGL ES 2.0 desktop | raysan5 | |
| 2018-12-19 | Keep reviewing RPI keyboard input... | Ray | |
| 2018-12-18 | Review RPI keyboard inputs -WIP- | Ray | |
| 2018-12-18 | Support externally provided compilation flags | Ray | |
| Useful in case raylib compilation want to be automated and compilation config flags provided by command line. | |||
| 2018-12-03 | Comments removed | Ray | |
| 2018-11-30 | Some tweaks | Ray | |
