mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-10-30 08:50:25 -04:00 
			
		
		
		
	 c91866acc3
			
		
	
	c91866acc3
	
	
	
		
			
			-Add a button to swap the pre and post affine values for all selected xforms. --Bug fixes -Remove the ability to change spinner values with +=-=, it was conflicting with other things and added no real value. -All file dialog opening in Linux would freeze. No longer using native file dialogs, they are broken. -Set default open path to the desktop if there is no settings file present, which will be the case on the first run. -Amphibole_Supergroup.ugr palette had an invalid character in two of the palette names. --Code changes -Change some table header padding styles to work with new Qt. Qss reload is required. -Ensure the open folder path setting always has a valid string in it before opening a folder.
		
			
				
	
	
		
			101 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			101 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Microsoft Visual C++ generated resource script.
 | |
| //
 | |
| #include <windows.h>
 | |
| #include "resource.h"
 | |
| 
 | |
| #define APSTUDIO_READONLY_SYMBOLS
 | |
| /////////////////////////////////////////////////////////////////////////////
 | |
| //
 | |
| // Generated from the TEXTINCLUDE 2 resource.
 | |
| //
 | |
| #include "winres.h"
 | |
| 
 | |
| /////////////////////////////////////////////////////////////////////////////
 | |
| #undef APSTUDIO_READONLY_SYMBOLS
 | |
| 
 | |
| /////////////////////////////////////////////////////////////////////////////
 | |
| // English (United States) resources
 | |
| 
 | |
| #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
 | |
| 	LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 | |
| 
 | |
| 	#ifdef APSTUDIO_INVOKED
 | |
| 		/////////////////////////////////////////////////////////////////////////////
 | |
| 		//
 | |
| 		// TEXTINCLUDE
 | |
| 		//
 | |
| 
 | |
| 		1 TEXTINCLUDE
 | |
| 		BEGIN
 | |
| 		"resource.h\0"
 | |
| 		END
 | |
| 
 | |
| 		2 TEXTINCLUDE
 | |
| 		BEGIN
 | |
| 		"#include ""winres.h""\r\n"
 | |
| 		"\0"
 | |
| 		END
 | |
| 
 | |
| 		3 TEXTINCLUDE
 | |
| 		BEGIN
 | |
| 		"\r\n"
 | |
| 		"\0"
 | |
| 		END
 | |
| 
 | |
| 	#endif    // APSTUDIO_INVOKED
 | |
| 
 | |
| 
 | |
| 	/////////////////////////////////////////////////////////////////////////////
 | |
| 	//
 | |
| 	// Version
 | |
| 	//
 | |
| 
 | |
| 	VS_VERSION_INFO VERSIONINFO
 | |
| 	FILEVERSION 1, 0, 0, 12
 | |
| 	PRODUCTVERSION 1, 0, 0, 12
 | |
| 	FILEFLAGSMASK 0x3fL
 | |
| 	#ifdef _DEBUG
 | |
| 		FILEFLAGS 0x1L
 | |
| 	#else
 | |
| 		FILEFLAGS 0x0L
 | |
| 	#endif
 | |
| 	FILEOS 0x40004L
 | |
| 	FILETYPE 0x2L
 | |
| 	FILESUBTYPE 0x0L
 | |
| 	BEGIN
 | |
| 	BLOCK "StringFileInfo"
 | |
| 	BEGIN
 | |
| 	BLOCK "040904b0"
 | |
| 	BEGIN
 | |
| 	VALUE "CompanyName", "Open Source"
 | |
| 	VALUE "FileDescription", "Library for rendering fractal flames using OpenCL"
 | |
| 	VALUE "FileVersion", "1.0.0.12"
 | |
| 	VALUE "InternalName", "EmberCL.dll"
 | |
| 	VALUE "LegalCopyright", "Copyright (C) Matt Feemster 2018, GPL v3"
 | |
| 	VALUE "OriginalFilename", "EmberCL.dll"
 | |
| 	VALUE "ProductName", "EmberCL"
 | |
| 	VALUE "ProductVersion", "1.0.0.12"
 | |
| 	END
 | |
| 	END
 | |
| 	BLOCK "VarFileInfo"
 | |
| 	BEGIN
 | |
| 	VALUE "Translation", 0x409, 1200
 | |
| 	END
 | |
| 	END
 | |
| 
 | |
| #endif    // English (United States) resources
 | |
| /////////////////////////////////////////////////////////////////////////////
 | |
| 
 | |
| 
 | |
| 
 | |
| #ifndef APSTUDIO_INVOKED
 | |
| 	/////////////////////////////////////////////////////////////////////////////
 | |
| 	//
 | |
| 	// Generated from the TEXTINCLUDE 3 resource.
 | |
| 	//
 | |
| 
 | |
| 
 | |
| 	/////////////////////////////////////////////////////////////////////////////
 | |
| #endif    // not APSTUDIO_INVOKED
 | |
| 
 |