Areloch 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy vor 8 Jahren
..
guiArrayCtrl.cpp 539efcb1e1 Input event changes vor 13 Jahren
guiArrayCtrl.h 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
guiCanvas.cpp edd1e0a270 Removes Direct3D9 functionality. vor 8 Jahren
guiCanvas.h 95ae0b9863 Removes the old component code and moves the IProcessInput interface file into platform/input/ directory. vor 9 Jahren
guiControl.cpp fbfd3ed8ed clang: constructor initialization order vor 9 Jahren
guiControl.h 734688ff7e Implement basic keyboard & mouse support for openvr overlays vor 9 Jahren
guiDefaultControlRender.cpp 2002d74b78 Issue found with PVS-Studio: vor 10 Jahren
guiDefaultControlRender.h 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
guiOffscreenCanvas.cpp 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy vor 8 Jahren
guiOffscreenCanvas.h 8b43ff3465 Update guiOffscreenCanvas.h vor 9 Jahren
guiScriptNotifyControl.cpp 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
guiScriptNotifyControl.h 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
guiTypes.cpp 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy vor 8 Jahren
guiTypes.h 3ca67b3148 Update guiTypes.h vor 10 Jahren