fractorium/Source/EmberCL
mfeemster e005b4c20e --User changes
Add the ability to set the current xform by pressing F1 - F32.
 Add the ability to toggle an entire row or column of xaos values.

--Bug fixes
 Prevent xform index flickering whenever changing the number of xforms.

--Code changes
 Remove ForEach() wrappers and replace with range based for loops with auto.
 Replace every regular for loop with a range based one where applicable. Note this doesn't work everywhere.
 Make event filter application wide.
 Add parameter to FillXforms() to specify the index to select, default 0.
 Rename some scroll areas and layouts to names that make sense, rather than their designer defaults.
2015-05-03 17:13:14 -07:00
..
DEOpenCLKernelCreator.cpp Fix ambiguous call to pow due to uncast float literal 2015-04-20 11:57:10 +01:00
DEOpenCLKernelCreator.h Replace unsigned int, and char with uint and uchar. 2014-12-05 21:05:09 -08:00
DllMain.cpp More Linux work, getting started with QtCreator. 2014-12-08 02:18:16 -08:00
EmberCLFunctions.h Remove ReadMe.txt from all project files. 2015-03-21 15:27:37 -07:00
EmberCLPch.h Additional changes to work with Simon's pull request. 2015-01-29 18:22:15 -08:00
EmberCLStructs.h Replace unsigned int, and char with uint and uchar. 2014-12-05 21:05:09 -08:00
FinalAccumOpenCLKernelCreator.cpp Merge branch 'osx-opencl' of https://github.com/gh2k/fractorium 2015-03-21 16:28:42 -07:00
FinalAccumOpenCLKernelCreator.h Add "ISO-8859-1" as the encoding type when reading Xml files. 2014-12-05 20:04:41 -08:00
IterOpenCLKernelCreator.cpp --User changes 2015-05-03 17:13:14 -07:00
IterOpenCLKernelCreator.h Replace unsigned int, and char with uint and uchar. 2014-12-05 21:05:09 -08:00
OpenCLWrapper.cpp --User changes 2015-05-03 17:13:14 -07:00
OpenCLWrapper.h Forgot to remove OpenCLWrapper::ProgramBuildErrors(). 2015-03-22 12:49:43 -07:00
RendererCL.cpp --User changes 2015-05-03 17:13:14 -07:00
RendererCL.h Add required using declarations for new member variables in Renderer 2015-04-20 11:38:34 +01:00