Simple-x264-Launcher/src
2013-12-16 22:58:21 +01:00
..
3rd_party Added BLAKE2 checksum code. Also moved some files. 2013-11-23 15:19:17 +01:00
checksum.cpp Added BLAKE2 checksum code. Also moved some files. 2013-11-23 15:19:17 +01:00
checksum.h Added BLAKE2 checksum code. Also moved some files. 2013-11-23 15:19:17 +01:00
global.cpp Some updates to the updater dialog. 2013-12-13 15:25:36 +01:00
global.h Some updates to the updater dialog. 2013-12-13 15:25:36 +01:00
job_object.cpp Improved JobObject::addProcessToJob() function. 2013-11-03 18:59:29 +01:00
job_object.h Added JobObject class. 2013-11-03 18:35:17 +01:00
main.cpp Switched the method for including the UIC header files to "Using a Pointer Member Variable". 2013-11-14 02:29:18 +01:00
model_jobList.cpp Massive clean up: Removed Win32 API dependency from "global.h". All Win32 API calls are now wrapped in custom functions in "global.cpp". 2013-11-03 18:34:20 +01:00
model_jobList.h Some more refactoring. 2013-07-03 21:52:19 +02:00
model_logFile.cpp Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice. 2013-05-11 21:52:07 +02:00
model_logFile.h Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice. 2013-05-11 21:52:07 +02:00
model_options.cpp Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice. 2013-05-11 21:52:07 +02:00
model_options.h Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice. 2013-05-11 21:52:07 +02:00
model_preferences.cpp Implemented update reminder to main window. Also added option to disable update reminder to preferences dialog. 2013-12-14 22:30:19 +01:00
model_preferences.h Implemented update reminder to main window. Also added option to disable update reminder to preferences dialog. 2013-12-14 22:30:19 +01:00
model_recently.cpp Implemented update reminder to main window. Also added option to disable update reminder to preferences dialog. 2013-12-14 22:30:19 +01:00
model_recently.h Implemented update reminder to main window. Also added option to disable update reminder to preferences dialog. 2013-12-14 22:30:19 +01:00
model_status.h Some more refactoring. 2013-07-03 21:52:19 +02:00
resource.h Added sound effect when a job has completed or failed (optionally, disabled by default). 2013-07-01 03:03:21 +02:00
targetver.h Initial commit. 2012-01-28 16:40:14 +01:00
taskbar7.cpp Massive clean up: Removed Win32 API dependency from "global.h". All Win32 API calls are now wrapped in custom functions in "global.cpp". 2013-11-03 18:34:20 +01:00
taskbar7.h Massive clean up: Removed Win32 API dependency from "global.h". All Win32 API calls are now wrapped in custom functions in "global.cpp". 2013-11-03 18:34:20 +01:00
thread_avisynth.cpp Added BLAKE2 checksum code. Also moved some files. 2013-11-23 15:19:17 +01:00
thread_avisynth.h Refactored VapourSynth detection code into a separate thread, similar to Avisynth. 2013-08-07 15:34:02 +02:00
thread_encode.cpp More VapourSynth path fixes: We now store the VapourSynth path *including* the "core" or "core32" postfix. 2013-11-29 20:27:45 +01:00
thread_encode.h Massive clean up: Removed Win32 API dependency from "global.h". All Win32 API calls are now wrapped in custom functions in "global.cpp". 2013-11-03 18:34:20 +01:00
thread_ipc.cpp Massive clean up: Removed Win32 API dependency from "global.h". All Win32 API calls are now wrapped in custom functions in "global.cpp". 2013-11-03 18:34:20 +01:00
thread_ipc.h Massive clean up: Removed Win32 API dependency from "global.h". All Win32 API calls are now wrapped in custom functions in "global.cpp". 2013-11-03 18:34:20 +01:00
thread_updater.cpp Some updates to the updater dialog. 2013-12-13 15:25:36 +01:00
thread_updater.h Actually use updater thread in the update dialog (not completed yet!) 2013-12-09 22:19:32 +01:00
thread_vapoursynth.cpp More VapourSynth path fixes: We now store the VapourSynth path *including* the "core" or "core32" postfix. 2013-11-29 20:27:45 +01:00
thread_vapoursynth.h Refactored VapourSynth detection code into a separate thread, similar to Avisynth. 2013-08-07 15:34:02 +02:00
version.h Implemented update reminder to main window. Also added option to disable update reminder to preferences dialog. 2013-12-14 22:30:19 +01:00
win_addJob.cpp Switched the method for including the UIC header files to "Using a Pointer Member Variable". 2013-11-14 02:29:18 +01:00
win_addJob.h Switched the method for including the UIC header files to "Using a Pointer Member Variable". 2013-11-14 02:29:18 +01:00
win_editor.cpp Switched the method for including the UIC header files to "Using a Pointer Member Variable". 2013-11-14 02:29:18 +01:00
win_editor.h Switched the method for including the UIC header files to "Using a Pointer Member Variable". 2013-11-14 02:29:18 +01:00
win_help.cpp Switched the method for including the UIC header files to "Using a Pointer Member Variable". 2013-11-14 02:29:18 +01:00
win_help.h Switched the method for including the UIC header files to "Using a Pointer Member Variable". 2013-11-14 02:29:18 +01:00
win_main.cpp Implemented update reminder to main window. Also added option to disable update reminder to preferences dialog. 2013-12-14 22:30:19 +01:00
win_main.h First mock-up of the upcoming updater dialog. 2013-11-22 17:01:13 +01:00
win_preferences.cpp Implemented update reminder to main window. Also added option to disable update reminder to preferences dialog. 2013-12-14 22:30:19 +01:00
win_preferences.h Implemented update reminder to main window. Also added option to disable update reminder to preferences dialog. 2013-12-14 22:30:19 +01:00
win_updater.cpp Some fixes for updater dialog. 2013-12-16 22:58:21 +01:00
win_updater.h Implemented update reminder to main window. Also added option to disable update reminder to preferences dialog. 2013-12-14 22:30:19 +01:00