Sam Lantinga
							
						 
					 | 
					
						
						
							
						
						5bf6bc4d7d
					 | 
					
						
						
							
							Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty()
						
						
						
						
						
						
						
						This is consistent with the naming for the functions that affect other data types
Fixes https://github.com/libsdl-org/SDL/issues/10241 
						
						
					 | 
					
						2024-07-12 10:41:02 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Susko3
							
						 
					 | 
					
						
						
							
						
						56feecc17d
					 | 
					
						
						
							
							Fix property cleanup callback not being called on error (#9663)
						
						
						
						
						
						
						
						The documentation for `SDL_SetPropertyWithCleanup` mentions that the cleanup function
is called upon failure. But this wasn't working in the code. 
						
						
					 | 
					
						2024-05-06 14:50:28 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Sam Lantinga
							
						 
					 | 
					
						
						
							
						
						b8fe96fa81
					 | 
					
						
						
							
							Fixed build warning
						
						
						
						
						
						
					 | 
					
						2024-02-02 18:24:05 -08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Sam Lantinga
							
						 
					 | 
					
						
						
							
						
						5d48f9a63a
					 | 
					
						
						
							
							Added SDL_CopyProperties()
						
						
						
						
						
						
					 | 
					
						2024-02-02 15:09:12 -08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ozkan Sezer
							
						 
					 | 
					
						
						
							
						
						f7ba340999
					 | 
					
						
						
							
							remove several instances of unnecessary emptry str "" after SDL_PRI???
						
						
						
						
						
						
					 | 
					
						2024-01-18 17:25:50 +03:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Sam Lantinga
							
						 
					 | 
					
						
						
							
						
						6afae6681b
					 | 
					
						
						
							
							Allow casting properties of different types
						
						
						
						
						
						
					 | 
					
						2023-11-12 21:58:58 -08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Sam Lantinga
							
						 
					 | 
					
						
						
							
						
						bd269b0f41
					 | 
					
						
						
							
							Added SDL_SetBooleanProperty() and SDL_GetBooleanProperty()
						
						
						
						
						
						
					 | 
					
						2023-11-12 21:58:58 -08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Sam Lantinga
							
						 
					 | 
					
						
						
							
						
						0907f345cb
					 | 
					
						
						
							
							Added property types: pointer, string, number, float
						
						
						
						
						
						
					 | 
					
						2023-11-12 10:48:38 -08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Sam Lantinga
							
						 
					 | 
					
						
						
							
						
						aea6e6de6f
					 | 
					
						
						
							
							Simplified SDL_SetProperty() and added SDL_SetPropertyWithCleanup()
						
						
						
						
						
						
						
						Most of the time people won't need to set a cleanup callback, so we can simplify the more commonly used API. 
						
						
					 | 
					
						2023-11-08 12:01:48 -08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ryan C. Gordon
							
						 
					 | 
					
						
						
							
						
						c53843a961
					 | 
					
						
						
							
							docs: Remove Doxygen \brief tags.
						
						
						
						
						
						
						
						Doxygen and the wiki bridge don't need them; they'll both just use the first
line/sentence instead.
Fixes #8446. 
						
						
					 | 
					
						2023-11-06 10:26:06 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Sam Lantinga
							
						 
					 | 
					
						
						
							
						
						973c8b3273
					 | 
					
						
						
							
							Added SDL properties API
						
						
						
						
						
						
						
						Fixes https://github.com/libsdl-org/SDL/issues/7799 
						
						
					 | 
					
						2023-10-11 22:38:00 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |