MUtilities/include/MUtils
2014-12-26 00:46:39 +01:00
..
CPUFeatures.h Moved the CPU detection code into the MUtils library. 2014-11-25 03:16:45 +01:00
ErrorHandler.h Implemented startup and error handling functions. 2014-11-26 02:37:08 +01:00
Exception.h Added sleep_ms() and check_debugger() functions + moved various auxiliary macros into the MUtils library. 2014-11-30 21:33:03 +01:00
Global.h Added helper function for parsing regular expressions. 2014-12-25 00:49:29 +01:00
GUI.h Moved JobObject as well as the remaining GUI functions into the MUtilities library. 2014-12-08 22:03:36 +01:00
IPCChannel.h Various improvements to the IPCChannel class. Messages are now protected by Adler32 checksums. 2014-12-14 19:36:40 +01:00
JobObject.h Moved all IPC functions into the MUtilities libraries. 2014-12-13 23:21:13 +01:00
KeccakHash.h Moved Natural String Sort functions into MUtils library. 2014-11-30 18:46:56 +01:00
OSSupport.h Don't try to initialize ITaskbarList3 on systems prior to Windows 7. 2014-12-26 00:46:39 +01:00
Sound.h Re-enabled 'async' mode for play_sound_file() function + fixed possible handle leak in setOverlayIcon() function. 2014-12-20 13:40:53 +01:00
Startup.h Refactored the terminal initialization code. Also, we will now properly shut down the terminal at the end. 2014-12-21 17:19:04 +01:00
Taskbar7.h Moved Taskbar progress into MUtilities library. 2014-12-18 22:51:24 +01:00
Terminal.h Refactored the terminal initialization code. Also, we will now properly shut down the terminal at the end. 2014-12-21 17:19:04 +01:00
Translation.h Moved translation support into MUtilities library + make clean-up of temporary files work again + various minor fixes. 2014-12-20 23:47:06 +01:00
UpdateChecker.h Added KeccakHash (aka SHA-3) class + make sure that "public" functions and classes are actually exported from the DLL. 2014-11-24 19:35:32 +01:00
Version.h Moved all terminal support functions into MUtilities library. 2014-11-25 22:32:20 +01:00