OSDN Git Service

Bump version.
[mutilities/MUtilities.git] / src / OSSupport_Win32.cpp
2023-03-07 LoRd_MuldeRUpdated copyright year. v1.16
2022-06-16 LoRd_MuldeRUpdated copyright year.
2021-12-24 LoRd_MuldeRSmall code simplification in OS detection code.
2021-12-24 LoRd_MuldeRSmall improvement in OS detection code.
2021-12-24 LoRd_MuldeRSmall improvement in OS detection code.
2021-12-23 LoRd_MuldeRImplemented detection of Windows 11 + workaround for...
2021-12-21 LoRd_MuldeRIncreased warning level to #4 and fixed a number of...
2021-05-29 LoRd_MuldeRIn fatal_exit() function: Clear the TOPMOST attribute...
2021-02-08 LoRd_MuldeRUpdated copyright year.
2019-08-07 LoRd_MuldeRAdded function to detect the OS architecture (x86 vs...
2019-06-20 LoRd_MuldeRForce PSAPI_VERSION to 1 in order to fix compatibility...
2019-05-18 LoRd_MuldeRVarious improvements to known_folder() function, again.
2019-05-18 LoRd_MuldeRVarious improvements to known_folder() function, again.
2019-05-13 LoRd_MuldeRVarious improvements to known_folder() function.
2019-05-13 LoRd_MuldeRVarious improvements to known_folder() function.
2019-05-09 LoRd_MuldeRSome fixes and improvements to wow64fsredir_disable...
2019-05-07 LoRd_MuldeRAdded support for "roaming" application data directory...
2019-05-06 LoRd_MuldeRAdded support for user's profile directory to MUtils...
2019-05-02 LoRd_MuldeRUpdated copyright year.
2019-04-13 LoRd_MuldeRAdded project/solution files for VS2019.
2018-10-23 LoRd_MuldeRFixed a regression in 8fa44842.
2018-10-22 LoRd_MuldeRRemoved a debug output.
2018-10-22 LoRd_MuldeRSome improvements to OS::known_folder() function.
2018-10-15 LoRd_MuldeRAdded new function null_device(), which returns the...
2018-08-20 LoRd_MuldeRSome improvements to Windows version detection + requir...
2018-01-17 LoRd_MuldeRHappy new year 2018!
2017-10-13 LoRd_MuldeRAdded function to detect the type of a drive, including...
2017-04-20 LoRd_MuldeRSwitch to using QAtomicInc instead of "volatile" flags...
2017-01-06 LoRd_MuldeRHappy new year 2017!
2017-01-06 jbuonagurioAdded Qt5 support, contributed by John Buonagurio ...
2016-12-18 LoRd_MuldeRRemoved seed_rand() function. Seeding will now be done...
2016-10-02 LoRd_MuldeRMake it possible to set an extra PATH string for the...
2016-05-16 LoRd_MuldeRSmall improvement in get_real_os_version() function.
2016-05-15 LoRd_MuldeRImproved get_real_os_version() function. Now also detec...
2016-05-13 LoRd_MuldeRUse RtlGetVersion() to detect the *real* Windows version.
2016-05-08 LoRd_MuldeRFixed is_library_file() for older Windows versions.
2016-05-08 LoRd_MuldeRAdded is_library_file() function.
2016-02-20 LoRd_MuldeRHappy new year 2016!
2015-11-25 LoRd_MuldeRSome code clean-up + removed a debug output.
2015-11-23 LoRd_MuldeRSome more code refactoring.
2015-11-22 LoRd_MuldeRSome code refactoring: Dynamic loading of DLL functions...
2015-11-22 LoRd_MuldeRFixed possible memory leak.
2015-11-22 LoRd_MuldeRAdded function to a file's path from a handle (file...
2015-10-25 LoRd_MuldeRAdded the set_file_time() function.
2015-10-17 LoRd_MuldeRFixed MUtils::OS::arguments() function. Regression...
2015-09-20 LoRd_MuldeRExpose the crack_command_line() function.
2015-08-06 LoRd_MuldeRAdded project/solution files for VS2015 + some build...
2015-06-21 LoRd_MuldeRAdded get_file_version() function + workaround to make...
2015-05-02 LoRd_MuldeRAdded the Registry class + added ShellNotification...
2015-03-22 LoRd_MuldeRThe copy_file() function now accepts an optional callba...
2015-03-01 LoRd_MuldeRAdded functions to disable/re-enable WOW64 filesystem...
2015-02-08 LoRd_MuldeRAdded suspend_process() function.
2015-01-25 LoRd_MuldeRFixed Windows 10 detection. It appears that after a...
2015-01-04 LoRd_MuldeRImproved handling of command-line arguments: Arguments...
2015-01-02 LoRd_MuldeRAdded the copy_file() function + some improvements...
2014-12-25 LoRd_MuldeRDon't try to initialize ITaskbarList3 on systems prior...
2014-12-20 LoRd_MuldeRMoved translation support into MUtilities library ...
2014-12-08 LoRd_MuldeRMoved JobObject as well as the remaining GUI functions...
2014-12-06 LoRd_MuldeRAdded functions to influence the system timer precision.
2014-12-06 LoRd_MuldeRRemoved perfcounter_read() and perfcounter_freq() funct...
2014-12-03 LoRd_MuldeRMoved some more OS-specific functions into the MUtiliti...
2014-11-30 LoRd_MuldeRAdded sleep_ms() and check_debugger() functions + moved...
2014-11-29 LoRd_MuldeRMoved more functions into MUtils library, especially...
2014-11-26 LoRd_MuldeRImplemented startup and error handling functions.
2014-11-25 LoRd_MuldeRMoved all terminal support functions into MUtilities...
2014-11-25 LoRd_MuldeRAdded DLLMain() function + changed the fatal_exit(...
2014-11-25 LoRd_MuldeRMoved get_os_version() function into MUtilities library.
2014-11-25 LoRd_MuldeRImproved temp_folder() function + we will now clean...
2014-11-24 LoRd_MuldeROverhaul of the temp_folder() function + use scoped...
2014-11-21 LoRd_MuldeRAdded version info class.
2014-11-21 LoRd_MuldeRImplemented network_status() function + project file...
2014-11-21 LoRd_MuldeRImplemented the current_date() function.
2014-11-21 LoRd_MuldeRImplemented fatal_exit() and exception handler macros.
2014-11-21 LoRd_MuldeRImplemented known_folder() function.