summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
AgeCommit message (Collapse)Author
2019-04-08Review creation yearsRay
2019-04-07Happy new year 2019ChillerDragon
2019-04-05Minor tweaksRay
2019-04-04Removed trail spacesRay
2019-03-29Added commentRay
2019-03-28Fixes compile error when SUPPORT_GESTURES_SYSTEM is undefined on RPiBerni8k
2019-03-28RaspberryPi Keyboard input with evdevBerni8k
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-25Review gestures disable flagRay
2019-03-16SetWindowIcon() redesignedraysan5
Now core does not depend on textures module directly, only through text module.
2019-03-13Remove commentRay
2019-03-13REDESIGNED: GetFileNameWithoutExt()Ray
Removed possible memory leak when using this function
2019-03-12Support external config flagsRay
2019-03-04ADDED: IsWindowResized()Ray
2019-02-28Some spacing reviewRay
2019-02-28Return value in GetClipboardText()Ray
2019-02-22Change ternary operator formattingRay
2019-02-22Remove TABSRay
2019-02-21Remove end-line spacesRay
2019-02-21Corrected issue with OpenURL()Ray
It was not working on Windows 10
2019-02-14Corrected path issueRay
2019-02-13Corrected issue #750Ray
2019-02-11ADDED: GetClipboardText(), SetClipboardText()Ray
2019-02-04Review issue with aspect ratio...Ray
...while using a RenderTexture combined with 3d mode
2019-01-23Revert the screenWidth changeRob Loach
2019-01-23Fix clang++ compilation errorsRob 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-17Renamed ShowWindow() to UnhideWindow() -WIP-Ray
Function provisional renaming... that's not the end of this issue...
2019-01-16Crazy testRay
2019-01-14Make sure no parameters can be passedRay
2019-01-14Review code formatting on ColorFromHSV()Ray
Following raylib notation rules
2019-01-14Added ColorFromHSV()Demizdor
2019-01-10Reviewed latest PRRay
2019-01-10Merge branch 'master' into window-visibilityRay
2019-01-10Reworking API upon suggestion.Marco Lizza
2019-01-10Adding window visibility functions.Marco Lizza
2019-01-10Adding window visibility configuration flag.Marco Lizza
2019-01-08Revert "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-05Support screenshots and GIF capturing on Android and Webraysan5
2019-01-04Corrected issue on webraysan5
2019-01-03REMOVED: ShowLogo()raysan5
Same functionality could be achieved using FLAGS... but also considering removing raylib logo animation...
2019-01-03REVIEWED some functions parametersraysan5
Decided to allow user to provide values directly instead of requiring a Vector2 struct, probably more confortable to use. - SetMousePosition() - SetMouseOffset() - SetMouseScale()
2019-01-02Mouse functions changedChrisDill
- SetMouseScale changed to take in a Vector2. - Added mouseOffset global which is used in mouse read functions.
2019-01-02Default mouseScale fixedChrisDill
- Didn't set X and Y values correctly.
2019-01-02Added SetMouseOffsetChrisDill
- Changed mouseScale to Vector2. - Added SetMouseOffset to change XY of mouseScale.
2018-12-26WARNING: BREAKING CHANGEraysan5
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-24Tweaks to support OpenGL ES 2.0 desktopraysan5
2018-12-19Keep reviewing RPI keyboard input...Ray
2018-12-18Review RPI keyboard inputs -WIP-Ray
2018-12-18Support externally provided compilation flagsRay
Useful in case raylib compilation want to be automated and compilation config flags provided by command line.
2018-12-03Comments removedRay
2018-11-30Some tweaksRay