Chan Chilung
|
463784c5f1
|
[TRANSLATION] Chinese Traditional (zh-TW) translation update (#3954)
Also sync LOCALMON/UI translation with Wine.
|
2021-10-10 15:00:44 +03:00 |
|
Hermès Bélusca-Maïto
|
9393fc320e
|
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93 .
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
|
2021-09-13 03:52:22 +02:00 |
|
Timo Kreuzer
|
5d8e834897
|
[REACTOS] Fix a number of MSVC warnings
|
2021-07-23 22:03:48 +02:00 |
|
Kyle Katarn
|
bfd02fa107
|
[SNDVOL32] Fix GetDC/ReleaseDC error management (#2713)
GetDC() is called without properly calling ReleaseDC() as required in order to releases a device context. Similar to #2707
|
2020-05-02 18:43:30 +09:00 |
|
Bișoc George
|
3af1141a61
|
[SNDVOL32] Restore the previous placement data of the window (#2420)
Save the current coordinate data of the window to the Registry when the user closes the Sound Volume applet.
|
2020-03-14 07:33:36 +09:00 |
|
Serge Gautherie
|
92aabb07fb
|
[REACTOS] Fix remaining ' \n' typos, in *.rc (#2393)
Addendum to commit 554c41e4 (#2387).
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
|
2020-03-06 19:08:25 +01:00 |
|
Eric Kohl
|
6bf7a8edfb
|
[SNDVOL32] Fix a typo in the bass and treble slider code
|
2019-09-24 23:28:17 +02:00 |
|
Adam Słaboń
|
c81af08f51
|
[TRANSLATION] Polish translation update (#1916)
Added translation for netstat, utilman and netplwiz. Updated translation of find, reg, rapps, regedit, sndvol32, usetup, hivesys, mmsys, openglcfg, powercfg, sysdm, shellext, browseui, devmgr, msgina, netcfgx, shell32, syssetup, shortcuts and vcdcontroltool.
|
2019-09-20 21:51:47 +02:00 |
|
Erdem Ersoy
|
85917e266a
|
[TRANSLATIONS] Update Turkish translations (#1650)
Translations for Solitaire, Spider, WinMine, Notepad, Wordpad & Write, MSPaint, MPlay32, SndRec32, WinHlp32, SndVol32, TaskMgr and Calc.
|
2019-07-21 17:49:12 +02:00 |
|
Adam Słaboń
|
7047aa80ef
|
[TRANSLATION] Polish translation update
Polish translation update for calc, fltmc, magnify, notepad, osk, sndvol32, usetup, fdebug, appwiz, mmsys, sysdm, acppage, ziplfdr, browseui, cryptui, jscript, shell32, themeui and inf. Added translation for cyrptext, vcdcontroltool, and (not yet complete) getuname.
|
2019-04-05 10:34:10 +02:00 |
|
Daniele Campione
|
fc3b8d598a
|
[SNDVOL32] Small Italian translation update (#1431)
|
2019-03-23 01:07:37 +01:00 |
|
Daniele Campione
|
ee65350fcf
|
[SNDVOL32] Small Italian translation update (#1415)
|
2019-03-16 15:33:57 +01:00 |
|
Eric Kohl
|
28309096df
|
[SNDVOL32] In record mode, rename the 'Mute' autocheckbox to 'Select', turn it into a checkbox and make it behave like a radiobutton.
|
2019-03-01 22:01:14 +01:00 |
|
Bișoc George
|
8423d8b7e1
|
[SNDVOL32] Small Italian translation update
|
2019-02-26 23:04:23 +01:00 |
|
Eric Kohl
|
26b52c4e06
|
[SNDVOL32] Advanced Controls dialog: Implemented the Bass and Treble trackbars.
Please check if they are working correctly. I have no way to check them myself.
|
2019-02-24 12:50:37 +01:00 |
|
Eric Kohl
|
01c0d30f4f
|
[SNDVOL32] Remove trailing whitespace
|
2019-02-23 17:27:43 +01:00 |
|
Eric Kohl
|
fba5a8fcdb
|
[SNDVOL32] Resize the dialog and groupbox when there are two 'Other Controls'
|
2019-02-23 17:27:42 +01:00 |
|
Eric Kohl
|
2e797accd3
|
[SNDVOL32] Advanced Controls dialog: Initialize the Other Controls
|
2019-02-23 12:53:05 +01:00 |
|
Eric Kohl
|
4ba3c904a8
|
[SNDVOL32] Advanced controls dialog: Remove the TBS_AUTOTICKS style from the trackbars and initialize them properly.
|
2019-02-22 23:33:47 +01:00 |
|
Eric Kohl
|
03c3dd5ab0
|
[SNDVOL32] Move the advanced controls dialog to a separate file and update its title on creation.
|
2019-02-21 22:27:44 +01:00 |
|
Mark Jansen
|
8467d6edd1
|
[SNDVOL32] Fix parsing dialog icons
|
2019-02-20 13:57:44 +01:00 |
|
Stanislav Motylkov
|
0eaeb9de4c
|
[SNDVOL32] Add left and right balance icons
|
2019-02-20 13:57:44 +01:00 |
|
Stanislav Motylkov
|
faac9169e6
|
[SNDVOL32] Add Russian translation
Addendum to fe5c50e and e6be187 .
|
2019-02-19 18:37:28 +01:00 |
|
Eric Kohl
|
e6be187c04
|
[SNDVOL32] Add the 'Advanced Controls for Volume Control' dialog. It does nothing useful yet.
|
2019-02-19 00:02:08 +01:00 |
|
Eric Kohl
|
95ed44ef63
|
[SNDVOL32] Implement the dialog resize code for the 'Advanced Controls' menu item and prepare for clicks on the 'Advanced' button.
|
2019-02-18 00:58:28 +01:00 |
|
Eric Kohl
|
fe5c50e182
|
[SNDVOL32] Fix the window height issue when the line selection changes and implement the 'Advanced Controls' menu item.
CORE-9108 CORE-15751
|
2019-02-17 14:04:39 +01:00 |
|
Eric Kohl
|
86800fc498
|
[SNDVOL32] AUTORADIOBUTTONs are AUTORADIOBUTTONs, not PUSHBUTTONs
|
2019-02-16 20:36:46 +01:00 |
|
Eric Kohl
|
f721e03d2e
|
[SNDVOL32] Change the menu item prefix from IDC to IDM
|
2019-02-16 19:23:44 +01:00 |
|
Eric Kohl
|
0dd4b354b4
|
[SNDVOL32] Enable the balance and volume trackbars only if the line has a volume fader control.
|
2019-02-16 13:55:31 +01:00 |
|
Eric Kohl
|
cc820b7f9f
|
[SNDVOL32] Disable the Mute checkbox for all lines that do not have a mute switch control
|
2019-02-16 12:59:01 +01:00 |
|
Eric Kohl
|
f6e819fcb8
|
[SNDVOL32] Read the Style value from the registry and use it as the default display mode. The /n option is no longer needed.
CORE-15743
|
2019-02-11 23:44:01 +01:00 |
|
Eric Kohl
|
45f0d7413c
|
[SNDVOL32] Disable the balance trackbar for mono channels.
CORE-15743
|
2019-02-11 21:16:32 +01:00 |
|
Eric Kohl
|
397fe9c817
|
[SNDVOL32] Implement the volume and balance trackbar for mono and stereo lines.
|
2019-02-10 22:17:15 +01:00 |
|
Eric Kohl
|
4ac1512259
|
[SNDVOL32] Initialize and update the volume and balance trackbars. Moving the trackbars has no effect yet.
|
2019-02-10 19:34:22 +01:00 |
|
Eric Kohl
|
b995880ee4
|
[SNDVOL32] Fix coding style issues. No code changes!
|
2019-02-10 18:09:31 +01:00 |
|
Eric Kohl
|
6cf443d6d7
|
[SNDVOL32] Disable the 'Advanced Controls' menu item by default.
|
2019-02-10 12:53:08 +01:00 |
|
Eric Kohl
|
d1093e8750
|
[SNDVOL32] Fix the positions and sizes of the separators of the normal line dialog and load the master dialogs for speakers or headphones.
|
2019-02-10 00:14:05 +01:00 |
|
Eric Kohl
|
0185ee46d5
|
[SNDVOL32] Take the balance between channels into account for the volume trackbar of the tray window.
|
2019-02-05 20:33:43 +01:00 |
|
Eric Kohl
|
60c28213bc
|
[SNDVOL32] Implement the mute checkbox. The tray dialog is done.
|
2019-02-02 17:22:21 +01:00 |
|
Eric Kohl
|
c73c7cc16e
|
[SNDVOL32] Implement the volume control for the tray window.
|
2019-02-02 14:44:14 +01:00 |
|
Eric Kohl
|
dda77704dd
|
[SNDVOL32] Play the default sound when the volume or balance trackbar of the master line has been changed by the user.
|
2019-01-28 22:05:23 +01:00 |
|
Eric Kohl
|
e2d8e588bb
|
[SNDVOL32] Do the volume trackbar calculation like it is done in mmsys.cpl.
|
2019-01-28 00:59:33 +01:00 |
|
Katayama Hirofumi MZ
|
31019e8c0c
|
[TRANSLATION] Update Romanian translation (#851)
Translation from Stefan Fulea.
CORE-15023
|
2018-09-14 11:04:36 +02:00 |
|
Timo Kreuzer
|
6f13066647
|
[APPLICATIONS] Fix 64 bit issues
|
2018-08-04 19:19:34 +02:00 |
|
Eric Kohl
|
29955aa231
|
[SNDVOL32] Create small speaker icons from the default sndvol32 icon
|
2018-03-25 14:50:02 +02:00 |
|
Li Keqing
|
5ddbd37371
|
[TRANSLATION] Update Simplified Chinese Translations (#417)
|
2018-03-21 22:27:04 +01:00 |
|
Eric Kohl
|
745ef8bf3a
|
[SNDVOL32] Remove the TBS_AUTOTICKS style from the trackbars
|
2018-03-19 20:22:06 +01:00 |
|
Eric Kohl
|
5b2ff8a3f9
|
[SNDVOL32] Add the ability to select the record mode by using the /r option and select the right mixer after changing the mixer preferences
|
2018-03-18 14:15:12 +01:00 |
|
Eric Kohl
|
ad3bda1c8d
|
[SNDVOL32] Set the ranges, pagesize and ticks for the balance and volume trackbars and fix the conversion between trackbar position and volume value
|
2018-03-15 22:03:33 +01:00 |
|
Eric Kohl
|
4ddb1bfd96
|
[SNDVOL32] Add the small line dialog
|
2018-03-11 10:41:41 +01:00 |
|