4f913f0cfb 
								
									
								
							
								 
							
						 
						
							
							
								
								ui(raylib): fix typos ( #35030 )  
							
							
 
							
						 
						
							7 months ago  
				
					
						
							
							
								 
						
							
							
								c933914f86 
								
									
								
							
								 
							
						 
						
							
							
								
								ui(raylib): update spinner progress bar to match Qt ( #35028 )  
							
							
 
							
						 
						
							7 months ago  
				
					
						
							
							
								 
						
							
							
								6d12ade231 
								
									
								
							
								 
							
						 
						
							
							
								
								python ui: refactor spinner&text ( #34897 )  
							
							... 
							
							
 
							
							refactor spinner&text 
							
						 
						
							8 months ago  
				
					
						
							
							
								 
						
							
							
								5574b91d17 
								
									
								
							
								 
							
						 
						
							
							
								
								python ui: add confirm dialog implementation ( #34828 )  
							
							... 
							
							
 
							
							add confirm dialog implementation 
							
						 
						
							8 months ago  
				
					
						
							
							
								 
						
							
							
								2bfbb181e5 
								
									
								
							
								 
							
						 
						
							
							
								
								python ui: add Keyboard Implementation ( #34827 )  
							
							... 
							
							
 
							
							implement keyboard 
							
						 
						
							8 months ago  
				
					
						
							
							
								 
						
							
							
								2d2efb3f58 
								
									
								
							
								 
							
						 
						
							
							
								
								pyui: implement styled label and text box ( #34813 )  
							
							... 
							
							
 
							
							implement styled label 
							
						 
						
							8 months ago  
				
					
						
							
							
								 
						
							
							
								4674d0ae53 
								
									
								
							
								 
							
						 
						
							
							
								
								python ui: fix scroll issues ( #34600 )  
							
							... 
							
							
 
							
							fix scroll issues 
							
						 
						
							8 months ago  
				
					
						
							
							
								 
						
							
							
								df2d615fc7 
								
									
								
							
								 
							
						 
						
							
							
								
								python ui: Implement styled rounded buttons with multiple states ( #34603 )  
							
							... 
							
							
 
							
							* styled button
* corner rounding in pixels 
							
						 
						
							8 months ago  
				
					
						
							
							
								 
						
							
							
								1a63fef85a 
								
									
								
							
								 
							
						 
						
							
							
								
								ui/spinner.py: adjust spinner rotation speed based on FPS ( #34601 )  
							
							... 
							
							
 
							
							adjust spinner rotation speed based on FPS 
							
						 
						
							9 months ago  
				
					
						
							
							
								 
						
							
							
								07ef523ec1 
								
									
								
							
								 
							
						 
						
							
							
								
								system/ui docs ( #34607 )  
							
							
 
							
						 
						
							9 months ago  
				
					
						
							
							
								 
						
							
							
								ca05c25ba2 
								
									
								
							
								 
							
						 
						
							
							
								
								python ui: Implement FPS monitor ( #34605 )  
							
							... 
							
							
 
							
							monitor fps 
							
						 
						
							9 months ago  
				
					
						
							
							
								 
						
							
							
								fc77ac706e 
								
									
								
							
								 
							
						 
						
							
							
								
								python ui: implement inertial scrolling for GuiScrollPanel ( #34596 )  
							
							... 
							
							
 
							
							implement inertial scrolling for GuiScrollPanel 
							
						 
						
							9 months ago  
				
					
						
							
							
								 
						
							
							
								d4d0312794 
								
									
								
							
								 
							
						 
						
							
							
								
								python ui: display FPS on top-left corner if DEBUG_FPS=1 ( #34595 )  
							
							... 
							
							
 
							
							* display FPS on top-left corner if DEBUG_FPS=1
* use generator
* use rl.draw_fps 
							
						 
						
							9 months ago  
				
					
						
							
							
								 
						
							
							
								99ef66de4b 
								
									
								
							
								 
							
						 
						
							
							
								
								python ui: implement reset.py ( #34593 )  
							
							... 
							
							
 
							
							reset 
							
						 
						
							9 months ago  
				
					
						
							
							
								 
						
							
							
								ce7ff5c0e6 
								
									
								
							
								 
							
						 
						
							
							
								
								ui: Initial UI rewrite using pyray (spinner and text window) ( #34583 )  
							
							... 
							
							
 
							
							* pyray init version
* remove c++ code
* cleanup
* restruct the directory layout
* improve GuiApplication
* smooth out the texture after resize
* use atexit to close app
* rename FontSize->FontWeight
* make files executable
* use Inter Regular for FrontWeight.NORMAL
* set FLAG_VSYNC_HINT to avoid tearing while scrolling
* smoother scrolling
* mange textures in gui_app 
							
						 
						
							9 months ago  
				
					
						
							
							
								 
						
							
							
								c4c43bebd2 
								
									
								
							
								 
							
						 
						
							
							
								
								Drop Ubuntu 20.04 support ( #34557 )  
							
							
 
							
						 
						
							9 months ago  
				
					
						
							
							
								 
						
							
							
								0e7c697bad 
								
									
								
							
								 
							
						 
						
							
							
								
								raylib: revert auto fit screen size ( #34380 )  
							
							... 
							
							
 
							
							revert auto fit screen size 
							
						 
						
							10 months ago  
				
					
						
							
							
								 
						
							
							
								1ab98e38e5 
								
									
								
							
								 
							
						 
						
							
							
								
								raylib: refactor to implement new App class ( #34375 )  
							
							... 
							
							
 
							
							refactor to implement new App class 
							
						 
						
							10 months ago  
				
					
						
							
							
								 
						
							
							
								facaee8b10 
								
									
								
							
								 
							
						 
						
							
							
								
								raylib: fix symbols redefinition ( #34172 )  
							
							... 
							
							
 
							
							colors 
							
						 
						
							11 months ago  
				
					
						
							
							
								 
						
							
							
								a22d6cd0d3 
								
									
								
							
								 
							
						 
						
							
							
								
								raylib: disable build on ubuntu focal ( #34150 )  
							
							... 
							
							
 
							
							build 
							
						 
						
							11 months ago  
				
					
						
							
							
								 
						
							
							
								ce948f7362 
								
									
								
							
								 
							
						 
						
							
							
								
								raylib on device ( #34126 )  
							
							... 
							
							
 
							
							* setup
* tp
* more
* device 
							
						 
						
							11 months ago  
				
					
						
							
							
								 
						
							
							
								4226ef5a66 
								
									
								
							
								 
							
						 
						
							
							
								
								Setup system/ui/ move ( #34124 )  
							
							
 
							
						 
						
							11 months ago