Stanislaw Halik

Results 38 issues of Stanislaw Halik

This commit adds `std::tuple_element` and `std::tuple_size` forward declarations to avoid slurping in thousands of lines worth of STL headers. For unsupported STL versions, `` is included instead.

Autodetection of GL context type in `src/Magnum/Platform/CMakeLists.txt` fails due to OS flags not being set. This should be hit, but isn't: ```cmake elseif(CORRADE_TARGET_WINDOWS AND (NOT MAGNUM_TARGET_GLES OR MAGNUM_TARGET_DESKTOP_GLES)) set(NEED_WGLCONTEXT 1)...

There's an issue on win32 where starting the application through `pythonw` breaks `QShortcut` hotkeys until the main window is unfocused, then focused again. I've had the same issue in my...

windows
bug
portability
usability

Please support visualisation of all branches as https://github.com/jwiegley/git-scripts/blob/master/git-forest does. It's very soothing, not to mention useful. Screenshot attached. ![image](https://cloud.githubusercontent.com/assets/1896811/4503295/eb43ae58-4ad5-11e4-827a-dc5122c28cc7.png)

After upgrading the SteamVR from Valve, centering now works differently in the SDK. Please see the following build as to whether using the center key breaks in some way when...

Hey, I've opened a discussion with a call for testing a hardware head tracking device using the 'discussion' feature as #1364. I'm opening this as an issue for increased visibility....

discussion

While 'send raw' is off one can still enable the debug checkbox. Please attach to sensors as if "send raw" was always true. Would you like a pull request? I...

I found this - http://cache.freescale.com/files/sensors/doc/app_note/AN4248.pdf and it might be superior to Android framework code for pose estimation without a gyro. I'm dropping it here not to forget to implement it...

Hey, I haven't had an opportunity to ask few of these: - Is the comment about cache misses in `node.h` still relevant? Does it make sense to implement a tagged...

Hey, Responding to @pasky's earlier request for work regarding `struct tree_node` cache locality. The issue is not completely trivial, particularly due to threading and the arbitrary order in which nodes...