#
38f21f93 |
| 11-Oct-2024 |
Joachim Henze <joachim.henze@reactos.org> |
[DESK] *.rc: Tweak AUTOCHECKBOXES (#7403)
Tweaks all AUTOCHECKBOXes in desk.cpl
no functional change intended, it seems to work well when testing it locally
Makes the rcs shorter
it also make
[DESK] *.rc: Tweak AUTOCHECKBOXES (#7403)
Tweaks all AUTOCHECKBOXes in desk.cpl
no functional change intended, it seems to work well when testing it locally
Makes the rcs shorter
it also makes the binaries a few bytes smaller:
GCC8.4.0dbg RosBEWin2.2.2 DESK.CPL shrinks 650.240 bytes -> 647.168 bytes
it prettifies also the display in reshacker
show more ...
|
#
55e4e2b9 |
| 28-Sep-2024 |
Joachim Henze <joachim.henze@reactos.org> |
[DESK] *.rc: Tweak comboboxes WS_CHILD, CBS_SORT (#7399)
We had a mixup between languages regarding WS_CHILD, CBS_SORT for some comboboxes.
Harmonize that by:
- Strip explicit WS_CHILD from all
[DESK] *.rc: Tweak comboboxes WS_CHILD, CBS_SORT (#7399)
We had a mixup between languages regarding WS_CHILD, CBS_SORT for some comboboxes.
Harmonize that by:
- Strip explicit WS_CHILD from all comboboxes (because it is implicitly available)
- Strip CBS_SORT from IDC_EFFAPPEARANCE_ANIMATIONTYPE and IDC_EFFAPPEARANCE_SMOOTHINGTYPE because Windows does not sort them.
This fixes the wrong order in those controls
show more ...
|
#
cf26321e |
| 10-Sep-2024 |
Joachim Henze <joachim.henze@reactos.org> |
[DESK] *.rc: Strip ", 0, 0" from the only font-line which is doing that (#7337)
Each language had exactly one dlg which specified its font like that.
All other dialogs didn't use that style.
T
[DESK] *.rc: Strip ", 0, 0" from the only font-line which is doing that (#7337)
Each language had exactly one dlg which specified its font like that.
All other dialogs didn't use that style.
This doesn't fix anything. It also doesn't shrink the binary.
It just saves a few keystrokes in the rc's.
Shorter is better. Pure janitorial.
show more ...
|
Revision tags: 0.4.16-dev, 0.4.15 |
|
#
0604640c |
| 10-Sep-2024 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[DESK][STOBJECT] Minor UI fixes.
- Fix "icone" typo in French (must be "icône"); - Add missing trailing semicolons for options introducing a choice; - Tweak the IDC_EFFAPPEARANCE_KEYBOARDCUES transl
[DESK][STOBJECT] Minor UI fixes.
- Fix "icone" typo in French (must be "icône"); - Add missing trailing semicolons for options introducing a choice; - Tweak the IDC_EFFAPPEARANCE_KEYBOARDCUES translation to make it a little bit shorter and allowing to reduce the dialog a bit more (not yet "perfect" but towards the goal).
show more ...
|
#
945e8560 |
| 09-Sep-2024 |
Joachim Henze <joachim.henze@reactos.org> |
[DESK] _countof and rc-trivia (#7298)
- use _countof() consistently throughout the module instead of mixed ARRAYSIZE/countof.
In *.rc:
- the 3 AUTORADIOBUTTONS should not end with dots. In Win
[DESK] _countof and rc-trivia (#7298)
- use _countof() consistently throughout the module instead of mixed ARRAYSIZE/countof.
In *.rc:
- the 3 AUTORADIOBUTTONS should not end with dots. In Windows 2k3sp2 ARB do never end with dots, I double-checked that here also in desk.cpl
- all 3 ARB should have an accel. I added the german ones, and added FIXMEs where I didn't know the correct accels
- the GROUPBOX IDC_SCREENS_DUMMY2 should not have an accel, but the only button in there PUSHBUTTON IDC_SCREENS_POWER_BUTTON should have an accel. This fixes a few existing accel collisions, e.g. in nl-NL.rc
- add a few additional FIXMEs for missing accels where I stumbled over them (most of them I fixed by guessing in the older branches, but I think it makes sense to let the actual native speakers fix them with the same accel that would be used in the 2k3sp2-version of *their* language)
- ro-RO.rc: Fix the forbidden characters according to the romanian-translation-rules
I noticed those glitches while porting back stuff, and acted on the FIXMEs in the backport instead of just fingerpointing to them (what I did on master).
show more ...
|
#
e60c0f69 |
| 13-Feb-2023 |
Tibor Lajos Füzi <tibor.fuzi@gmail.com> |
[DESK] Update Hungarian (hu-HU) translation (#5060)
|
#
769fcd89 |
| 15-Oct-2022 |
Stanislav Motylkov <x86corez@gmail.com> |
[DESK] Add desktop icon change feature
- All functions now implemented, except no support for themes. - Fixed listview height to avoid vertical scrollbar in Windows. - Refactored existing code for s
[DESK] Add desktop icon change feature
- All functions now implemented, except no support for themes. - Fixed listview height to avoid vertical scrollbar in Windows. - Refactored existing code for show/hide desktop icons.
CORE-3567 CORE-8427
show more ...
|
Revision tags: 0.4.14-release, 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC |
|
#
bb433634 |
| 14-Apr-2018 |
Stanislav Motylkov <x86corez@gmail.com> |
[DESK] Implement dialog to manipulate desktop icons (#4766)
For now only add ability to show or hide desktop icons.
CORE-8427
|
#
092fc8ed |
| 03-Oct-2022 |
Stanislav Motylkov <x86corez@gmail.com> |
[DESK] Show screensaver preview in a monitor
Reuse the same monitor bitmap for the top preview control. Also use Windows-compatible class name for it.
CORE-10606
|
#
12526424 |
| 03-Oct-2022 |
Stanislav Motylkov <x86corez@gmail.com> |
[DESK] Fix screensaver layouts for all translations
Also remove trailing "0" for the preview static control styles.
|
#
3aa5e8b8 |
| 01-Oct-2022 |
Stanislav Motylkov <x86corez@gmail.com> |
[DESK] Show monitor on "Settings" page when only one monitor detected
Hide multiple monitor selection controls in this case. Otherwise, show them when multiple monitors are detected and hide the mon
[DESK] Show monitor on "Settings" page when only one monitor detected
Hide multiple monitor selection controls in this case. Otherwise, show them when multiple monitors are detected and hide the monitor preview bitmap.
This fixes the focus on the resolution slider when tested in Windows XP.
Also use the monitor bitmap globally, because it's used on multiple pages.
CORE-17939 CORE-10606
show more ...
|
#
6dc17389 |
| 22-May-2022 |
Stanislav Motylkov <x86corez@gmail.com> |
[DESK] Synchronize translations
- Fix differences in punctuation - pt-PT had something out of place that other translations didn't had at all
|
#
1a4d5dbe |
| 05-Jan-2022 |
Tibor Lajos Füzi <tibor.fuzi@gmail.com> |
[TRANSLATION] Update Hungarian (hu-HU) translation (#4220)
[LABEL] Improve existing and add missing translations
[NOTEPAD] Fix a typo
[FORMAT] Improve existing translation
[REGSVR32] Improve exis
[TRANSLATION] Update Hungarian (hu-HU) translation (#4220)
[LABEL] Improve existing and add missing translations
[NOTEPAD] Fix a typo
[FORMAT] Improve existing translation
[REGSVR32] Improve existing translation
[RUNDLL32] Improve existing translation
[CPL:DESK] Fix typos
show more ...
|
#
2608f280 |
| 13-Jan-2021 |
Tibor Lajos Füzi <tibor.fuzi@gmail.com> |
[TRANSLATION] update hungarian translation of cpl/timedate, cpl/main, cpl/desk
|
#
e1574684 |
| 25-Apr-2020 |
Kyle Katarn <contact@kcsoftwares.com> |
[DESK][THEMEUI] Update French translation (#2591)
Co-authored-by: Sylvain Deverre <deverre.sylv@gmail.com>
|
#
d05f621f |
| 28-Jan-2020 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[CPL][DESK] Add "Themes" Tab resource data (#2280)
CORE-14537
|
#
6f138e28 |
| 29-Sep-2018 |
Abdulganiev Rafael <40519766+A-Rafael@users.noreply.github.com> |
[DESK.CPL] Remove monitor resource scaling (#876)
|
#
877dffa9 |
| 12-Sep-2018 |
Stanislav Motylkov <x86corez@gmail.com> |
[DESK.CPL] Settings: Fixup control positions
|
#
8df45999 |
| 12-Sep-2018 |
Stanislav Motylkov <x86corez@gmail.com> |
[DESK.CPL] Screensaver: Fixup control positions
|
#
36bebe74 |
| 12-Sep-2018 |
Stanislav Motylkov <x86corez@gmail.com> |
[DESK.CPL] Background: Fixup control positions after font metrics fix
|
#
432788b5 |
| 12-Sep-2018 |
Stanislav Motylkov <x86corez@gmail.com> |
[DESK.CPL] Appearance: Fixup control positions after font metrics fix
CORE-14274
|
Revision tags: 0.4.8-release, 0.4.8-RC, 0.4.9-dev |
|
#
25955385 |
| 29-Jan-2018 |
Stanislav Motylkov <x86corez@gmail.com> |
[DESK.CPL] Fix dialog appearance in 640x480 resolution
CORE-14274
|
#
46c40d4c |
| 22-Jan-2018 |
Stanislav Motylkov <x86corez@gmail.com> |
[DESK.CPL] Add flat menus option to effects dialog
|
Revision tags: 0.4.7-release, v0.4.7, 0.4.8-dev, 0.4.7-rc1 |
|
#
11284471 |
| 13-Oct-2017 |
Waritnan Sookbuntherng <lion328@hotmail.co.th> |
[WIN32K][DESK.CPL]: Add fit and fill background placement options (#28)
- WIN32K and DESK.CPL: Add fit and fill background placement options.
- DESK.CPL: Define wallpaper placement constants; updat
[WIN32K][DESK.CPL]: Add fit and fill background placement options (#28)
- WIN32K and DESK.CPL: Add fit and fill background placement options.
- DESK.CPL: Define wallpaper placement constants; update translations.
- WIN32K: Fix coding style.
CORE-13360
show more ...
|
#
c2c66aff |
| 03-Oct-2017 |
Colin Finck <colin@reactos.org> |
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
|