4c8bebc0d7 
								
									
								
							
								 
							
						 
						
							
							
								
								Add a current monitor function for window mode windows. ( #1492 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								24b6dcf29f 
								
									
								
							
								 
							
						 
						
							
							
								
								lookup the returned monitor in the list of monitors to get an index. ( #1490 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22b179e66c 
								
							
								 
							
						 
						
							
							
								
								Review rlights helper module  #1489  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ed29725a0 
								
							
								 
							
						 
						
							
							
								
								Review code formatting  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								59bb759855 
								
									
								
							
								 
							
						 
						
							
							
								
								Faster version of ImageClearBackground and ImageDrawRectangleRec ( #1487 )  
							
							* Don't use DrawRect to clear an image, a pixel loop is an order of magnitude faster.
* Update ImageDrawRectangle to be faster too. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								75c6fd047b 
								
									
								
							
								 
							
						 
						
							
							
								
								Monitor utilites ( #1485 )  
							
							* Added a new utility function to get the current monitor.
Some of the other functions rely on passing on a monitor id but we only have a function for querying the count of monitors available.
* Updated the comment to correctly reflect the function action 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								d3db690c42 
								
									
								
							
								 
							
						 
						
							
							
								
								I noticed that toggle fullscreen always gets the primary monitor when its more intuitive to use the monitor that the window is currently in. ( #1486 )  
							
							This monitor should even probably be passed as an id instead to make it more consistent with the rest of the API but this would break existing applications so I am hesitant to change the function signature directly. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								abdd57db0b 
								
							
								 
							
						 
						
							
							
								
								Review comments formating  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								227496bea7 
								
									
								
							
								 
							
						 
						
							
							
								
								providing and example on how to apply the screen scale (as done in the virtual mouse) to the real mouse, to work with raygui ( #1481 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								068fc48fda 
								
									
								
							
								 
							
						 
						
							
							
								
								Update HISTORY.md  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								af39344e99 
								
									
								
							
								 
							
						 
						
							
							
								
								TSnake41/raylib-lua updated to 3.5 ( #1478 )  
							
							[raylua v3.5a](https://github.com/TSnake41/raylib-lua/releases/tag/v3.5a ) has been released 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								92b7e63bb5 
								
									
								
							
								 
							
						 
						
							
							
								
								Update raylib-cpp to state that it targets 3.5 ( #1477 )  
							
							[raylib-cpp](https://github.com/robloach/raylib-cpp ) now targets raylib 3.5.0 as of [raylib-cpp 3.5.0-alpha1](https://github.com/RobLoach/raylib-cpp/releases/tag/v3.5.0-alpha1 ). 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b74be185c2 
								
									
								
							
								 
							
						 
						
							
							
								
								Corrected raylib-mruby version + Updated raylua bindings! ( #1476 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ad8a46d261 
								
									
								
							
								 
							
						 
						
							
							
								
								Again, Renamed version... ( #1475 )  
							
							Sorry for that, At least i'm correct now ;) 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								10626ad6f8 
								
									
								
							
								 
							
						 
						
							
							
								
								Edited version of raylib-mruby to comply with 2.5 (Renamed to 2.4-dev) ( #1474 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								f5db106eb6 
								
									
								
							
								 
							
						 
						
							
							
								
								Detected versions of some libs... ( #1473 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								521ed1cef0 
								
							
								 
							
						 
						
							
							
								
								Review DrawLineBezierQuad(), formating and aprameters order  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								de13fca3b1 
								
									
								
							
								 
							
						 
						
							
							
								
								Add Quadratic Bezier drawing ( #1468 )  
							
							* Add quadratic bezier to shapes.c
* Add DrawLineBezierQuad to header 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b59ca95a16 
								
									
								
							
								 
							
						 
						
							
							
								
								Update commits since last version  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								6631fc4c6d 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix use of GuiSliderBar in examples. ( #1470 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								23208357c1 
								
									
								
							
								 
							
						 
						
							
							
								
								Update BINDINGS.md ( #1472 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								9f3351cf7b 
								
									
								
							
								 
							
						 
						
							
							
								
								Boo bindings updated to 3.5 ( #1471 )  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e25e380e80 
								
									
								
							
								 
							
						 
						
							
							
								
								Update webassembly.yml  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								1320d9e303 
								
									
								
							
								 
							
						 
						
							
							
								
								Update macos.yml  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e4477472f3 
								
									
								
							
								 
							
						 
						
							
							
								
								Update android.yml  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								60ffc9f59b 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								79435bf34e 
								
									
								
							
								 
							
						 
						
							
							
								
								Update windows.yml  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ef5667c078 
								
									
								
							
								 
							
						 
						
							
							
								
								Update HISTORY.md  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b6557166f2 
								
									
								
							
								 
							
						 
						
							
							
								
								Update README.md  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a7599b83a5 
								
									
								
							
								 
							
						 
						
							
							
								
								Update HISTORY.md  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								047747a4cc 
								
									
								
							
								 
							
						 
						
							
							
								
								Update HISTORY.md  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8ea105b3d 
								
							
								 
							
						 
						
							
							
								
								Update HISTORY.md  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1caa31396e 
								
							
								 
							
						 
						
							
							
								
								Update CHANGELOG  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b973c2f08e 
								
							
								 
							
						 
						
							
							
								
								Update SPONSORS.md  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e0c1f25116 
								
							
								 
							
						 
						
							
							
								
								Update ROADMAP.md  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d38e01d186 
								
							
								 
							
						 
						
							
							
								
								Minor tweak  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea0f6c7a26 
								
							
								 
							
						 
						
							
							
								
								Replace TABS by 4 spaces  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b93c4b0c20 
								
									
								
							
								 
							
						 
						
							
							
								
								Update CHANGELOG  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec3845fa9f 
								
							
								 
							
						 
						
							
							
								
								Review some RPI4 tracelogs  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3e041a27b1 
								
							
								 
							
						 
						
							
							
								
								Update Makefile  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ffce8f230 
								
							
								 
							
						 
						
							
							
								
								Review tracelog messages for DRM platform  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8073c5ec93 
								
							
								 
							
						 
						
							
							
								
								Update README.md  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								13a288d13a 
								
							
								 
							
						 
						
							
							
								
								Update README.md  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								5662403488 
								
									
								
							
								 
							
						 
						
							
							
								
								Update README.md  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b68e522ffc 
								
							
								 
							
						 
						
							
							
								
								Updated several files while porting examples to web  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bab1b9c1c5 
								
							
								 
							
						 
						
							
							
								
								Review example formating  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d9a9bacb48 
								
							
								 
							
						 
						
							
							
								
								Review formatting  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								10a57f297e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/raysan5/raylib  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60a3746a80 
								
							
								 
							
						 
						
							
							
								
								Remove dup example  
							
							
								
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								002258aa57 
								
									
								
							
								 
							
						 
						
							
							
								
								Update CHANGELOG  
							
							
								
							
							
						 
						4 years ago