Finalspace

Results 75 issues of Finalspace

I am trying to use multiple lexers inside StyleNeeded, but as soon as i use the second lexer the styles gets overriden from the previous one. What i basically want...

I tested the scintilla .net cpp lexer with a fairly complex C-source and the highlighter fails in a lot of cases - even the most simplest ones: - Preprocessor hightlighting...

Automatically call fplPollEvents() in fplWindowUpdate(), when it was not called - to prevent lock-up of windows. This can only work, when fibers are not enabled!

win32-platform
window-sys

The back buffer is always re-created without preserving the current buffer data. Add support for preserving the pixels, when the buffer is resized either automatically or manually.

improvement
video-sys

The only way to change anything in the logging system is to use the fplSetLogSettings(). This requires to fully implement the entire structure! Please add at least a fplMakeDefaultLogSettings() function....

improvement

It would be nice to can pass the OpenGL or Vulkan library file name to FPL, before fplPlatformInit(). This is useful when engines use custom builds of drivers, such as...

improvement
video-sys

Make this configurable for fplWindowSettings -> isDPIAware. Set DPIAwareness() in the win32 platform code. SetProcessDpiAwareness(PROCESS_PER_MONITOR_DPI_AWARE); // "Shcore.dll" Lookup how to do in X11.

win32-platform
window-sys

Some demos use their own font rendering, which is similar to final_fontloader.h, but some are totally different. I want one single font loader and that's it. Please remove all others...

demo
framework

For real-time applications we can inform the OS that our application is always awake, so no screen savers or power-off events are triggered. Of course, we want this to be...

window-sys

Implement the fplQueryCursorPosition() function on the X11 sub-platform

to implement
posix-subplatform
window-sys