summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
AgeCommit message (Expand)Author
2020-08-16RENAMED: FormatText() -> TextFormat()raysan5
2020-08-06Reset close status for next frame #1339raysan5
2020-07-24Consider empty title for window #1323Ray
2020-07-17Issue with render size assignment on RPI/Android #1314raysan5
2020-07-14fix emcc warning (-Wparentheses-equality) (#1310)Random
2020-07-14scale perspective top calc for near culing plane (#1309)seanpringle
2020-07-10REVIEW: Pointer lock emscripten API does not work #1241raysan5
2020-06-30Expose additional configuration optionsRay
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