summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
AgeCommit message (Expand)Author
2020-06-27Minor format tweakRay
2020-06-24[add] GetMonitorRefreshRate(int monitor); (#1289)Shylie
2020-06-23REVIEWED: ToggleFullscreen(), issue #1287Ray
2020-06-15WARNING: BIG CHANGE: Move Color functions to texture moduleraysan5
2020-06-08Fix wrong height used when using scissor mode with render texture of differen...Chang Si Yuan
2020-06-07Remove warning from GetDirectoryPath()raysan5
2020-06-02Use TRACELOG() macro instead of TraceLog() functionraysan5
2020-05-26Added bool IsCursorOnScreen(void). (#1262)ChrisDill
2020-05-23Review usage of sizeof(), unify conventionsraysan5
2020-05-14Review formatting GetPRevDirectoryPath()raysan5
2020-05-14Emscripten fullscreen -WIP-raysan5
2020-05-14fix bug in GetPrevDirectoryPath on Unix-like systems (#1246)ivn
2020-05-09Misc code reviewsraysan5
2020-05-09Gamepad axis bug fixes and improvement (#1228)Mickaël Malécot
2020-05-06Avoid all MSVC compile warningsraysan5
2020-05-06Replace deprectared usleep() callsraysan5
2020-05-01Review exposed #defines and allow user re-definingraysan5
2020-04-30Reviewed UWP updateraysan5
2020-04-30Remove strcmp() requirementraysan5
2020-04-30UWP rework (#1231)Reece Mackie
2020-04-29Init CORE.Window.focusedraysan5
2020-04-27ADDED: IsWindowFocused()raysan5
2020-04-26Corrected issue #1203raysan5
2020-04-24ADDED: GetWindowScaleDPI()raysan5
2020-04-16Remove commentraysan5
2020-04-13Review UWP project -WIP-raysan5
2020-04-09Review display size init for RPIraysan5
2020-04-05Some code tweaks, comments and definesraysan5
2020-03-30Review formating and signegness issuesraysan5
2020-03-30[cppcheck] Improvements in SaveStorageValue() in core.c (#1160)Dani Martin
2020-03-27Review TRACELOG() messagesraysan5
2020-03-27[core] Review TRACELOG() messages, categorizedraysan5
2020-03-25Remove trail spacesraysan5
2020-03-25Minor tweaksraysan5
2020-03-25ADDED: IsWindowFullscreen()raysan5
2020-03-24Remove define not requiredraysan5
2020-03-24Android: Better track touch input returned from IsMouse*() (#1144)Doyle
2020-03-23Comment tweaksraysan5
2020-03-19Android: Track touch motion across screen (#1137)Doyle
2020-03-17Replace external libraries custom allocators by raylib ones #1074raysan5
2020-03-15Android: Set display.[width, height] before screen size check (#1132)Doyle
2020-03-12Added note on transparent framebuffer w/o X11 on RPIRay
2020-03-09Minor tweaksRay
2020-03-09Address issue #1125Ray
2020-03-07Reviewed missing includeRay
2020-03-05Android: Support file saving to internal data storageRay
2020-03-03WARNING: Corrected issue with IsKeyDown() #1119Ray
2020-03-03Update core.cRay
2020-03-03REVIEWED: Mouse/Touch input systemRay
2020-03-02Support any mouse button for gesture detectionRay