David Krutsko
David Krutsko
With the advent of new cross-platform editors on the market, it might be nice to create project files for each of them in order to improve development experience. Some editors...
## Issue report Fill in as much as possible so that we can understand, find and fix the problem. **Are you sure this is a bug in Passenger?** Yes **Question...
Currently, the Hash class has abysmal performance when compared to other CRC32 algorithms. Looking at our options [here](https://github.com/komrad36/CRC), [here](https://github.com/awslabs/aws-checksums) and [here](https://github.com/Voxer/sse4_crc32), it's clear that there's a lot of improvements which...
For improved security, it might be a good idea to not statically link system calls but instead, dynamically load and resolve said system calls during runtime. As an example, on...
It would be convenient to be able to send keyboard and mouse inputs directly to windows themselves. However, there is no rock solid way of doing this across all applications....
I'm not sure how big a problem this is but if would be nice if simulated input events could be sent without setting the [LLKHF_INJECTED](https://msdn.microsoft.com/en-us/library/windows/desktop/ms644967%28v=vs.85%29.aspx) on Windows within low-level input...
Some applications like to take control of the mouse cursor in order to perform infinite scrolling or some sort of movement. As an example, the application might hide the mouse...
Sometimes it might be useful to communicate with devices such as [Arduino's](https://www.arduino.cc) or [Raspberry Pi's](https://www.raspberrypi.org) through serial communications over USB. One such scenario is when you want to use an...
Some useful predefined colors like `Black`, `White` and `Transparent` might be useful to add as constants to the `Color` class. Other constants such as the ones defined by [QColor](http://doc.qt.io/qt-5/qcolor.html#predefined-colors) or...
*After a long hiatus, robot is finally getting the love it deserves* ### Highlights * TODO ### Details * [#52](https://github.com/Robot/robot/issues/52), [#58](https://github.com/Robot/robot/pull/58): Updated all copyright headers to 2017 * [#39](https://github.com/Robot/robot/pull/39): Made...