Mark Jansen

Results 31 issues of Mark Jansen

Mashed together DirectX9 + glfw opengl2 into a new example that runs on Winapi + OpenGL2 Built on Visual studio 2017, win10, docking branch. Platform windows work: ![2020-05-10_00-16-09](https://user-images.githubusercontent.com/610685/81486383-bfbd8c00-9254-11ea-9f98-69545cc2eb32.png) Project downgraded...

backend/binding
opengl

JIRA issue: [CORE-17011](https://jira.reactos.org/browse/CORE-17011)

bugfix

Additionally: * [PSDK] Add missing defines / argument names * [PSDK] Add COWAIT_DEFAULT * [STOBJECT] Keep the object alive while the thread is running, * Fix shutting down the thread....

enhancement

This is the work from @hpoussin and me Based on http://www.geoffchappell.com/studies/windows/km/ntoskrnl/api/kshim/index.htm?tx=96 and https://docplayer.net/63071118-Abusing-the-kernel-shim-engine.html

enhancement
needs rebase
kernel&hal

avrf progress, adding some noisy stubs instead of nullptr's. This allows running avrf 4.0.665.0 Not everything works yet, and we need a workaround for wine's hacked critical sections. https://testbot.winehq.org/JobDetails.pl?Key=69391

enhancement

## Purpose Output format based on Windows' version, but it is not a 1:1 match. TODO: - [ ] Pretty-print text/strings - [ ] Pretty-print date/time Adds output like: ```...

enhancement

2k3: ![image](https://user-images.githubusercontent.com/610685/170364101-475d2908-36f2-4626-a5d1-a6e81ede3e71.png) ROS before patch: ![image](https://user-images.githubusercontent.com/610685/170366779-88932536-2945-49a6-a40f-d4a91ea1335f.png) ROS after patch: ![image](https://user-images.githubusercontent.com/610685/170364174-b779f106-913e-42ec-bc3e-d9db02caeb91.png) ``` MessageBoxW(NULL, NtCurrentPeb()->ProcessParameters->DllPath.Buffer, L"asd", MB_OK); ```

bugfix

Hello, When trying to add a library in the import editor (after moving the data directory table to a new section) the new entry is red, a name cannot be...

PPEE shows a summary about the current file in the status bar. Since most of the status bar is unused in PE-Bear, it would be useful to have some more...