OSDN Git Service

Fixed a possible NULL-pointer access in DWMAPI wrapper code when DWM is not available.
[lamexp/LameXP.git] / src /
2013-11-24 LoRd_MuldeRFixed a possible NULL-pointer access in DWMAPI wrapper...
2013-11-24 LoRd_MuldeRMore improvements to Splash Screen and the working...
2013-11-23 LoRd_MuldeRMore improvements to Splash Screen.
2013-11-23 LoRd_MuldeRMerge branch 'master' of github.com:lordmulder/LameXP
2013-11-23 LoRd_MuldeRImproved splash screen.
2013-11-17 LoRd_MuldeRRefactored update checks into a separate thread, for...
2013-11-17 LoRd_MuldeRProperly clean-up hidden files.
2013-11-17 LoRd_MuldeRImplemented signal handlers.
2013-11-03 LoRd_MuldeRReorganized global functions: The file "Global.h" was...
2013-11-02 LoRd_MuldeRAdded function to calculate the number threads from...
2013-11-02 LoRd_MuldeRSlightly improved benchmark code (outliers will now...
2013-11-02 LoRd_MuldeRRemember previous dropbox position and restore it on...
2013-11-02 LoRd_MuldeRTweaked number of threads a bit.
2013-11-02 LoRd_MuldeRFixed LockedFile to make it work with non-static Qt...
2013-11-01 LoRd_MuldeRTweaked the number of extractor threads. Also added...
2013-11-01 LoRd_MuldeRFixed a resource (file descriptor) leak: If a QFile...
2013-10-31 LoRd_MuldeRImproved dropbox widget, including proper multi-monitor...
2013-10-31 LoRd_MuldeRAdded new drop zone image, adopted from VLC Media Player.
2013-10-29 LoRd_MuldeRAdded lamexp_init_process() function, which can be...
2013-10-29 LoRd_MuldeRUpdated GNU Wget binary to a version that doesn't use...
2013-10-28 LoRd_MuldeRUpdated GNU Wget binary to v1.14.0 (2012-08-05), compil...
2013-10-27 LoRd_MuldeRDo not set Title or Cover Art for the global meta info...
2013-10-27 LoRd_MuldeRTweaked fade in/out delta value.
2013-10-27 LoRd_MuldeRAdded "tick" sound when switching tabs.
2013-10-27 LoRd_MuldeRMore improvements in Splash Screen (application initial...
2013-10-26 LoRd_MuldeRMerge branch 'master' of github.com:lordmulder/LameXP
2013-10-26 LoRd_MuldeRSome code clean-up.
2013-10-25 LoRd_MuldeRSlightly improved debugger thread code.
2013-10-25 LoRd_MuldeRFix copying a file's Meta Info into the Meta Data tab...
2013-10-25 LoRd_MuldeRImproved LameXP message logging code. This also fixes...
2013-10-24 LoRd_MuldeRImproved file analyzer to retain the original ordering...
2013-10-23 LoRd_MuldeRUpdated license info.
2013-10-21 LoRd_MuldeRFix compatibility to WindowsXP: The GetErrorMode()...
2013-10-21 LoRd_MuldeRFixed a problem in VS2013 project to file that always...
2013-10-21 LoRd_MuldeRFix compilation with VS2012.
2013-10-21 LoRd_MuldeRFixed a typo.
2013-10-21 LoRd_MuldeRIntroduce QUTF8 macro and replace ".toUtf8().constData...
2013-10-21 LoRd_MuldeRAdded compatibility manifest file. This allows for...
2013-10-20 LoRd_MuldeRSome improvements in Splash Screen (application initial...
2013-10-20 LoRd_MuldeRImproved compatibility mode detection, taking into...
2013-10-20 LoRd_MuldeRImproved InitializationThread::selfTest() function...
2013-10-20 LoRd_MuldeRImproved Windows version detection code.
2013-10-19 LoRd_MuldeRFix detection of Windows 8.1: Starting with Windows...
2013-10-19 LoRd_MuldeRBetter method to check the network status.
2013-10-18 LoRd_MuldeRUpdated changelog and removed some debug code.
2013-10-18 LoRd_MuldeRUse the THROW macro instead of plain "throw" in the...
2013-10-18 LoRd_MuldeRImproved tool extraction code in InitializationThread...
2013-10-17 LoRd_MuldeRAdded project/solution files for Visual Studio 2013.
2013-10-16 LoRd_MuldeRSome more improvements of ExtractorTask class.
2013-10-16 LoRd_MuldeRProperly detect Windows 8, now that Qt supports it...
2013-10-16 LoRd_MuldeRUpdated Nero AAC web-site URL.
2013-10-16 LoRd_MuldeRUpdated GnuPG binary to v1.4.15 (2013-10-05), compiled...
2013-10-16 LoRd_MuldeRSmall improvement in InitializationThread class.
2013-10-16 LoRd_MuldeRRemoved some obsolete compatibility code in lamexp_dete...
2013-10-13 LoRd_MuldeRImproved CueSheet import progress indicator.
2013-10-13 LoRd_MuldeRUpdated CueImportDialog and CueSheetModel as well as...
2013-10-13 LoRd_MuldeRImproved lamexp_version_date() function.
2013-10-12 LoRd_MuldeRUse AudioFileModel_MetaInfo instead of AudioFileModel...
2013-10-12 LoRd_MuldeRFix compilation after previous changes to AudioFileMode...
2013-10-12 LoRd_MuldeRMajor redesign of the AudioFileModel class: Split data...
2013-10-12 LoRd_MuldeRRedesign of the ArtworkModel in order to improve the...
2013-10-12 LoRd_MuldeRYet another small overhaul of ProcessingDialog and...
2013-10-12 LoRd_MuldeRSmall improvement in lamexp_finalization() function.
2013-10-11 LoRd_MuldeRSplit ProcessThread::start() method into ProcessThread...
2013-10-11 LoRd_MuldeRGot ride of more legacy compatibility code.
2013-10-09 LoRd_MuldeRGot rid of some more legacy compatibility code in the...
2013-10-09 LoRd_MuldeRMoved some initialization stuff out of the ProcessThrea...
2013-10-09 LoRd_MuldeRImproved lamexp_rand_str() function. Also this function...
2013-10-09 LoRd_MuldeRMake ProcessingDialog use a QThreadPool and, accordingl...
2013-10-08 LoRd_MuldeRFixed compilation with VS2010 and removed an obsolete...
2013-10-08 LoRd_MuldeRUpdated mpg123 decoder binary to v1.16.0 (2013-10-06...
2013-10-08 LoRd_MuldeRUpdated Simplified Chinese translation, thanks to ...
2013-10-07 LoRd_MuldeRImplemented AbstractEncoderInfo for the AAC encoders...
2013-10-06 LoRd_MuldeRAdded one more mirror to the list.
2013-10-06 LoRd_MuldeRMore code refactoring: Moved most of the Win32 API...
2013-10-06 LoRd_MuldeRSome code-clean up. Removed "Windows.h" include from...
2013-10-06 LoRd_MuldeRRedesigned FileAnalyzer and Analyzer task. New design...
2013-10-06 LoRd_MuldeRReplaced the 64-Bit binaries with versions compressed...
2013-10-03 LoRd_MuldeRTweaked default values for encoder settings.
2013-10-03 LoRd_MuldeRImplemented AbstractEncoder for the remaining encoders...
2013-10-03 LoRd_MuldeRRefactored EncoderRegistry::createInstance() method...
2013-10-03 LoRd_MuldeRMore refactoring of the SettingsModel. Also moved encod...
2013-10-02 LoRd_MuldeRImplemented AbstractEncoderInfo for some more encoders...
2013-10-02 LoRd_MuldeRRefactored Main window to use AbstractEncoderInfo rathe...
2013-10-02 LoRd_MuldeRBump version.
2013-09-30 LoRd_MuldeRAdded new AbstractEncoderInfo class, which provides...
2013-09-03 LoRd_MuldeRBump version. Release_408
2013-08-28 LoRd_MuldeRUpdated Polish translation. Thanks to Sir Daniel K...
2013-08-25 LoRd_MuldeRSome improvements/simplifications in strnatcmp() function.
2013-08-23 LoRd_MuldeRIgnore case when sorting file names.
2013-08-23 LoRd_MuldeRSome improvements (hopefully) to the strnatcmp() function.
2013-08-22 LoRd_MuldeRImplemented "natural ordering" for sorting the input...
2013-08-21 LoRd_MuldeRUpdated GnuPG binary to v1.4.14 (2013-07-25), compiled...
2013-07-22 LoRd_MuldeRUpdated Opus encoder/decoder libraries to v1.1-beta...
2013-07-14 LoRd_MuldeRRefactored AAC encoder selection code.
2013-07-14 LoRd_MuldeRSome code refactoring.
2013-07-14 LoRd_MuldeRAdded GUI option to reset all encoder settings.
2013-07-14 LoRd_MuldeRImplemented caching for settings model.
2013-07-12 LoRd_MuldeRUpdated GNU Wget binary to v1.13.4 (2011-09-17).
2013-07-12 LoRd_MuldeRUpdated list of known hosts.
next