OSDN Git Service

Increase priority of "main" thread.
[lamexp/LameXP.git] / src / Main.cpp
2013-04-16 LoRd_MuldeRIncrease priority of "main" thread.
2013-02-08 LoRd_MuldeRWelcome to year 2013 ;-)
2013-01-12 LoRd_MuldeRMerge branch 'master' of github.com:lordmulder/LameXP
2013-01-12 LoRd_MuldeRAdded new function to detect the current date. Slightly...
2012-12-11 LoRd_MuldeRAdded global lamexp_fatal_exit() function.
2012-12-10 LoRd_MuldeRFixed "always recompile" problem with VS2012 project...
2012-12-07 LoRd_MuldeRImproved handling of fatal/critical messages in lamexp_...
2012-07-29 lordmulderSome refactoring of the macros. Use the "do {...} while...
2012-06-23 lordmulderExtinguished some remaining uses of argv[] or QApplicat...
2012-06-22 lordmulderNow using our own command-line parser, based on GetComm...
2012-06-21 lordmulderWhen generating the initial output-folder name for...
2012-04-09 lordmulderUpdated MediaInfo binary to v0.7.55 (2012-04-05), compi...
2012-04-06 lordmulderAdded support for the Visual Leak Detector. This effect...
2012-01-01 lordmulderHappy New Year 2012!
2011-12-29 lordmulderBetter handling of system shutdown. Now using the Qt...
2011-12-27 lordmulderExplicitly handle WM_QUERYENDSESSION and WM_ENDSESSION...
2011-12-25 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-12-25 lordmulderAdded one more "special" application icon.
2011-11-11 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-11-08 lordmulderUse qMin() and qMax() instead of min() and max() macros...
2011-11-07 lordmulderImplemented a more correct way to initialize the ITaskb...
2011-10-21 lordmulderAdded an option to hibernate the computer ("suspend...
2011-10-18 lordmulderSome refactoring: Moved tools info into a separate...
2011-09-19 lordmulderAdded CLI parameters to overwrite the CPU feature flags...
2011-08-25 lordmulderAdded warnings when LAME algorithm quality is set to...
2011-08-15 lordmulderRestored Windows 2000 support (experimental!).
2011-07-26 lordmulderAdded 'wma2wav' as WMA decoder and removed all support...
2011-06-24 lordmulderShow a warning to the use in case of "slow" startup...
2011-06-21 lordmulderUse structured exception handling.
2011-04-17 lordmulderAdded global exception handler routine.
2011-04-16 lordmulderUpdated LAME binary to v3.99 Beta-0 (2011-04-16), compi...
2011-04-13 lordmulderSlightly refactored macros.
2011-04-11 lordmulderRewrote initialization code: Instead of extracting...
2011-03-18 lordmulderUse custom Wave files instead of Beep(), as the Beep...
2011-03-18 lordmulderAdded an option to shutdown the computer as soon as...
2011-03-08 lordmulderChanged behavior of lamexp_temp_folder() function:...
2011-03-05 lordmulderDummy commit.
2011-03-05 lordmulderMerge branch 'master' of ssh://lamexp.git.sourceforge...
2011-03-05 lordmulderUpdated MediaInfo binaries to v0.7.42 (2011-03-03)...
2011-03-05 lordmulderDummy commit.
2011-03-05 lordmulderUpdated MediaInfo binaries to v0.7.42 (2011-03-03)...
2011-03-04 lordmulderOutput log messages as debug strings, if no console...
2011-03-04 lordmulderOutput log messages as debug strings, if now console...
2011-02-07 lordmulderFix a bug in the CPU detection code that could result...
2011-01-20 lordmulderIncrease expire interval for pre-release version to...
2011-01-01 lordmulderHappy new year!
2010-12-27 lordmulderSimplify compatibility mode detection + check for proce...
2010-12-22 lordmulderImplemented the DropBox widget.
2010-12-07 lordmulderImplemented a method to "detect" the user's TEMP folder...
2010-12-03 lordmulderAdded AAC encoding support.
2010-11-29 lordmulderImplement update reminder + added options to disable...
2010-11-25 lordmulderOgg Vorbis encoding support.
2010-11-24 lordmulderImplement support for Job Objects + improve log view.
2010-11-22 lordmulderImplemented logging and added a log file view.
2010-11-21 lordmulderMake "Save output files to the same location where...
2010-11-20 lordmulderCreate playlist file + serialize filename generation...
2010-11-20 lordmulderCorrectly forward meta info to MP3 encoder and apply.
2010-11-20 lordmulderActually use selected encoder in progress dialog +...
2010-11-19 lordmulderImplement multi-theaded processing in progress dialog.
2010-11-19 lordmulderMake message handler routine thread-safe.
2010-11-17 lordmulderImplemented processing dialog, no functionality yet.
2010-11-15 lordmulderAlso detect number of CPU cores and x64 support
2010-11-15 lordmulderImplement functionality for 'compression' tab + CPU...
2010-11-13 lordmulderImplemented support for adding directories via Drag...
2010-11-12 lordmulderStore graphical interface style in settings too
2010-11-09 lordmulderMove IPC sender to separate thread + implement kill...
2010-11-08 lordmulderActually implemented adding files from another instance.
2010-11-07 lordmulderImplemented option to switch GUI style at runtime
2010-11-07 lordmulderImprove about dialog + nicer method write version info...
2010-11-07 unknownFixed a memory leak.
2010-11-06 lordmulderfirst commit