Commit Graph

  • e03bbf3dab upversion master Zaafar 2020-06-14 02:06:42 -0400
  • 1548da1f2f update co-routine library. Zaafar 2020-06-14 02:01:19 -0400
  • c84bda8a62 making unwanted functions internal Zaafar 2020-06-14 01:47:56 -0400
  • 584ea2513e
    Update README.md Zaafar Ahmed 2020-06-11 06:18:01 -0700
  • 080790500d Added package details Zaafar 2020-06-11 06:13:41 -0700
  • 410335672e disallow users from enabling/disabling clickable as it doesn't do anything Zaafar Ahmed 2020-06-10 16:33:52 -0400
  • 0ff6b0d320
    Update README.md 2.0.0 Zaafar Ahmed 2020-06-10 10:45:04 -0400
  • b8de00d758
    Update README.md Zaafar Ahmed 2020-06-10 10:42:14 -0400
  • 0094db9cb3
    F/make net core 3 compatible (#11) Zaafar Ahmed 2020-06-10 10:39:13 -0400
  • ccf1065ff9 mitigate the intermittent crash while handling the keyboard/mouse inputs by adding the try/catch block this is a temporary fix before I can figure out the root cause of the failure. Changed the keyboard/mouse data-structure to be Queue rather than Stack so keyboard/mouse inputs are ingested in order. Zaafar Ahmed 2020-03-16 21:25:22 -0400
  • 5f2474b1eb adding full screen drawing example Zaafar Ahmed 2020-03-15 11:49:55 -0400
  • 2ea4e5115c minor changes/bug fixes Zaafar Ahmed 2020-03-14 22:27:36 -0400
  • aa8e806fcf Updating driverprogram to latest Clickabletransparentoverlay fixed the bug where driverprogram was getting x32bit cimgui lib 1.3.0 Zaafar Ahmed 2020-03-14 17:19:23 -0400
  • 8961c6a60f Updating Libs ImGui to 1.75 Veldrid to 4.70 Zaafar Ahmed 2020-03-14 17:10:00 -0400
  • 71e58114c6 minor changes v1.2.0 Zaafar Ahmed 2019-08-05 11:23:32 -0400
  • 0a4fc113f6 Added Support for queueing the Keyboard/Mouse events before sending them to the ImGui Zaafar Ahmed 2019-08-04 13:25:46 -0400
  • 0d3f689f40 added API to Add images also, added sample code Zaafar Ahmed 2019-08-04 02:45:39 -0400
  • bc1cca7825 Using ImageSharp for loading of images Zaafar Ahmed 2019-08-04 02:09:59 -0400
  • 4a74dda3eb minor changes Zaafar Ahmed 2019-07-01 20:09:22 -0400
  • c2574d4de5 Dispose font texture resources Zaafar Ahmed 2019-06-02 21:29:48 -0400
  • 66aa1a65c2 Updated Veldrid Version Zaafar Ahmed 2019-06-02 15:17:09 -0400
  • 4d2ad007c3 removing app.config file Zaafar Ahmed 2019-06-02 03:08:15 -0400
  • 594aebe954 updating IMGUI to 1.70.0.0 Zaafar Ahmed 2019-06-02 03:06:47 -0400
  • 9e1d7f5ca2 using latest style-cop Zaafar Ahmed 2019-06-02 02:55:00 -0400
  • bc2053bd84 Skipping Print Screen / Print key Zaafar Ahmed 2019-02-09 23:07:05 -0500
  • 26dff5547e minor fixup 1.1.1 Zaafar Ahmed 2019-01-27 13:50:10 -0500
  • b4c2ed19fb rename demo exe 1.1.0 Zaafar Ahmed 2019-01-27 13:37:24 -0500
  • ad9f318665 improving demo Zaafar Ahmed 2019-01-27 13:33:07 -0500
  • df8e46aea2 Added Debug Mode. In this mode overlay will not Hide the Console Added API to change the FPS new and improved sample demo 1.0.3 Zaafar Ahmed 2019-01-27 13:13:09 -0500
  • bdf04544c2 optimized the Hide/Show function. now overlay uses 0% of the CPU/GPU resources when it's hidden. Zaafar Ahmed 2019-01-26 16:12:50 -0500
  • c2aa64bc05
    Update README.md Zaafar Ahmed 2019-01-26 14:29:24 -0500
  • 4cfe1f594d
    Reduce cpu usage 1.0.2 Zaafar Ahmed 2019-01-26 13:10:53 -0500
  • 94af78513c
    code refactor (#2) Zaafar Ahmed 2019-01-26 12:41:25 -0500
  • 7c5327b618 minor hack in order to force copy NativeLibraryLoader dll Zaafar Ahmed 2019-01-21 20:28:23 -0500
  • 2e5fb08a3b updating to ImGui 1.67.0 Zaafar Ahmed 2019-01-21 20:02:14 -0500
  • e1af8ac21e minor QOL change 1.0.1 Zaafar Ahmed 2019-01-20 14:12:00 -0500
  • 0c540bc438
    Merge pull request #1 from zaafar/f/remove-dependencies 1.0.0 Zaafar Ahmed 2019-01-20 13:45:15 -0500
  • 35f62542aa minor QOL changes Zaafar Ahmed 2019-01-20 13:41:12 -0500
  • e1c4b9cbba removing unused libs Zaafar Ahmed 2019-01-20 13:26:27 -0500
  • ef6721e414 removing un-used Shaders Zaafar Ahmed 2019-01-20 12:43:33 -0500
  • 7652acaa94 minor fixup when disposing the Overlay Zaafar Ahmed 2019-01-19 11:47:46 -0500
  • 06a73fc042 -> Fix the KeyMap to use Windows.Form.Keys -> Added code for key down/up -> DRY mouse button code Zaafar Ahmed 2019-01-16 22:56:19 -0500
  • c8a82072e7 fixed the issue where overlay doesn't starting added code for keypresses Zaafar Ahmed 2019-01-15 00:11:17 -0500
  • d046a5c326 no idea why LWA_COLORKEY is much more performance expensive than DwmExtendFrameIntoClientArea. So going to use DwmExtendFrameIntoClientArea. Zaafar Ahmed 2019-01-13 21:52:48 -0500
  • 3b7b31217a added some ideas Zaafar Ahmed 2019-01-13 18:50:57 -0500
  • 8a407d79b7 Added Code to enable keyboard mouse on the overlay added code to show/hide the overlay added code to resize the overlay Zaafar Ahmed 2019-01-13 16:10:41 -0500
  • d8d7d3a8ec initial commit Zaafar Ahmed 2019-01-08 20:07:35 -0500
  • 963475c6f9
    Initial commit Zaafar Ahmed 2019-01-08 20:05:55 -0500