2002-03-10 00:29:33 +01:00
|
|
|
/*
|
|
|
|
* Copyright 2000 Juergen Schmied
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2002-03-10 00:29:33 +01:00
|
|
|
*/
|
|
|
|
|
Release 980822
Sat Aug 22 17:46:19 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* [include/dosexe.h] [include/module.h] [include/pe_image.h]
[include/process.h] [include/windows.h] [loader/dos/module.c]
[loader/module.c] [loader/ne/module.c] [loader/pe_image.c]
[scheduler/process.c] [win32/process.c]
Partially implemented CreateProcess32.
* [win32/device.c] [relay32/kernel32.spec] [scheduler/k32obj.c]
[misc/registry.c] [win32/file.c]
Partially implemented VxDCall (VMM registry services).
* [files/dos_fs.c]
DOSFS_FindNext made thread-safe.
* [include/sig_context.h] [include/syslevel.h] [loader/signal.c]
[scheduler/syslevel.c] [tools/build.c]
Replaced CALLTO16_Current_fs by SYSLEVEL_Win16CurrentTeb.
* [win32/kernel32.c]
Bugfix: QT_Thunk/FT_Thunk should return 'long' in DX:AX, not EAX.
* [if1632/relay.c] [relay32/builtin32.c] [windows/msgbox.c]
[msdos/int20.c] [msdos/int21.c]
Use ExitProcess instead of TASK_KillCurrentTask.
* [include/task.h] [include/thread.h] [loader/task.c]
[scheduler/thread.c] [include/queue.h] [windows/message.c]
[windows/queue.c] [windows/win.c]
Prevent Win32 threads from entering the TASK_Reschedule loop.
(Note: Win32 messaging still doesn't work correctly; this patch
is just preventing the system from crashing when Win32 threads
call messaging functions. Messages will probably still get lost.)
* [scheduler/critsection.c]
Deactivated the use of SEM_UNDO for the SYSTEM_LOCK semaphore;
for some reason, this leads to problems after threads terminate...
Sat Aug 22 15:00:00 1998 Jürgen Schmied <juergen.schmied@metronet.de>
* [include/authors.h]
New file, includes all names of the developer (former shell.c)
* [Makefile.in][configure][configure.in][dlls/Makefile.in]
[dlls/shell32/Makefile.in][shres.rc]
Created dlls/shell32 and moved the shell32 stuff in it.
Started to create internal resources.
* [dlls/shell32/*]
Split the shell32 implementation into smaller files.
New classes: IContextMenu, IExtractIcon, IShellView.
Implemented Shell_GetImageList().
shell32 links to comctl32 now dynamically so it can use
internal/external implementations.
* [documentation/internal-dll] [documentation/shell32]
New, could anybody do a spellcheck?
* [include/commctrl.h]
Many new LV constants, structures, functions.
* [controls/comctl32undoc.c]
Rewrote the DSA* functions.
* [windows/winpos.c]
SetShellWindow32, GetShellWindow32.
Sat Aug 22 14:02:15 1998 Alexander Lukyanov <lav@long.yar.ru>
* [loader/resource.c]
Mark last accelerator as such in LoadAccelerators32W.
* [relay32/shell32.spec] [misc/shell.c]
Add stubs for SHGetSpecialFolderPath[AW].
Sat Aug 22 02:07:42 1998 Adrian Harvey <adrian@select.com.au>
* [include/file.h] [file/file.c] [msdos/int21.c] [msdos/vxd.c]
[misc/lzexpand.c] [win32/kernel32.c] [documentation/filehandles]
Fixed file handle handling. Created universal HFILE16 to HFILE32
translation macro from msdos/int21 code by Ove Kaaven.
Used macro in all Win16 functions so that win32 handles are translated
to avoid DOS/Win16 stdxx handles.
Removed handle translation from int21.c where Win16 functions are
called. Changed remaining calls to use new macro names.
Documented filehandle handling and differences between win 16 & 32.
Fri Aug 21 20:32:49 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [server/process.c] [server/thread.c]
Implemented object wait queues and synchronization.
Fri Aug 21 18:40:02 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
* [graphics/psdrv/*]
DEVMODE dmPaper{Width|Length} fields are in 0.1mm.
Select a 100 pixel default font in CreateDC.
Thu Aug 20 22:47:39 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
* [objects/bitmap.c]
Handle bits=32 in SetBitmapBits32 and GetBitmapBits32.
* [msdos/int21.c]
Add handling of Int21 0A and 37.
* [misc/commdlg.c]
Use MapHModuleLS and MapHModuleSL when translating HINSTANCE16 to
HINSTANCE32 and vice versa.
* [win32/file.c]
CreateFile32A: Abort if filename == NULL.
Thu Aug 20 12:28:31 1998 Marcus Meissner <marcus@jet.franken.de>
* [*/*]
Lots of missing prototypes added, some parameter types adapted to match
SDK.
* [debugger/stabs.c]
Don't loop forever if we don't find wine or one of the libxxx.so.
* [loader/ne/module.c]
Implemented MapHModuleLS,MapHModuleSL,MapHinstLS,MapHinstSL.
* [misc/network.c]
Implemented WNetGetUser32A.
* [misc/shellord.c]
Implemented ILRemoveLastID.
* [multimedia/dsound.c]
Fixed StarCraft memory leak.
* [graphics/ddraw.c]
Removed some unnecessary simple relaying functions, tried polishing
up the Xlib implementation (still doesn't work), temp. removed Xshm
code (to be remerged with working Xlib code).
Tue Aug 18 22:29:17 1998 Ove Kaaven <ovek@arcticnet.no>
* [multimedia/mmio.c] [multimedia/mmsystem.c]
Fixed most mmio bugs, fully implementing mmioSetBuffer
buffering, ability to read memory files, and the
sndPlaySound() SND_MEMORY flag. Most mmio-using programs
now work fine.
* [include/dosexe.h] [include/miscemu.h] [include/module.h]
[loader/module.c] [loader/task.c] [msdos/dosmem.c]
Improved DOS VM flexibility and portability somewhat. (Did
I get the #ifdefs right this time, BSD-ers?)
* [msdos/int21.c]
Made "Get Current PSP address" work as expected in a DOS VM.
* [loader/dos/*]
Began improving flexibility and portability somewhat. It
should be easier to add DPMI RMCB callbacks now. The
DOS VM no longer leaves big files lying around in /tmp
after a crash.
Tue Aug 18 12:38:31 1998 Turchanov Sergey <turchanov@usa.net>
* [relay32/winmm.spec]
This patch allows WinAmp to play WAV files (at least in PCM
format).
Sun Aug 16 05:34:13 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
* [windows/keyboard.c]
Corrected keyboard code to properly handle keys : ? ~ and "
on non US keyboards.
Sat Aug 15 18:47:14 1998 Brian Craft <bcboy@dorothy.wanglab.brandeis.edu>
* [windows/win.c]
Fixed severe bug in EnumChildWindwos().
Thu Aug 13 21:05:35 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
* [controls/tooltips.c]
Fixed some bugs. Added subclassing support.
* [controls/toolbar.c]
Improved tooltip integration. Fixed some bugs.
* [controls/commctrl.c]
Changed control registration and added some documentation.
Fixed ShowHideMenuCtl.
* [controls/rebar.c][include/rebar.h][include/commctrl.h]
Improved rebar implementation (still no display).
* [controls/pager.c][include/pager.h][include/commctrl.h]
Improved pager implementation (still no display).
* [misc/imagelist.c]
Fixed a bug.
* [documentation/common_controls]
Updated.
Sun Aug 9 19:50:20 1998 James Juran <jrj120@psu.edu>
* [Makefile.in] [documentation/Makefile.in]
[programs/Makefile.in] [programs/*/Makefile.in]
Added uninstall rules, cleaned up install rules a little bit.
Sun Aug 9 13:21:35 1998 Andreas Mohr <100.30936@germany.net>
* [loader/ne/module.c] [if1632/kernel.spec]
Added the undocumented HIWORD of GetModuleHandle (hFirstModule).
* [loader/ne/segment.c]
Wine forgot to set some NE_SEGFLAGS_*.
Combined with another loader change, this fixed the
"BLINKER -- error in loading module" or ghost MessageBox problem
that about 1% of all Windows programs have.
Some BLINKER programs still don't work, though.
But I'm working on it, with great help from Blinkinc.
* [loader/task.c]
InitTask needs to decrement the SP register by two as Win95 does.
Sun Aug 9 02:41:28 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* [if1632/kernel.spec] [relay32/kernel32.spec] [scheduler/syslevel.c]
[loader/main.c] [win32/ordinals.c] [include/syslevel.h]
[scheduler/Makefile.in]
Implemented Win95 'syslevel' routines (including Win16Lock).
* [if1632/relay.c] [if1632/thunk.c] [tools/build.c] [loader/task.c]
[loader/ne/segment.c] [win32/kernel32.c] [memory/selector.c]
[include/stackframe.h] [include/thread.h]
16-bit %fs handling revised. Use Win16Lock where appropriate.
* [include/thread.h] [scheduler/synchro.c] [windows/message.c]
[windows/queue.c] [win32/process.c]
Implemented MsgWaitForMultipleObjects.
* [files/change.c] [files/Makefile.in] [scheduler/k32obj.c]
[win32/newfns.c]
Implemented (dummy) file change notification objects.
* [debugger/dbg.y] [scheduler/process.c] [scheduler/thread.c]
[include/process.h] [include/thread.h]
Suspend all threads except current when hitting debugger break point.
* [objects/dib.c]
Bugfix for CreateDIBSection.
1998-08-22 21:03:56 +02:00
|
|
|
#ifndef __WINE_SHELL_RES_H
|
|
|
|
#define __WINE_SHELL_RES_H
|
|
|
|
|
2009-07-02 00:28:19 +02:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
#include <winnls.h>
|
|
|
|
#include <shlobj.h>
|
|
|
|
#include <dlgs.h>
|
|
|
|
|
1999-08-15 16:31:36 +02:00
|
|
|
/*
|
|
|
|
columntitles for the shellview
|
|
|
|
*/
|
|
|
|
#define IDS_SHV_COLUMN1 7
|
|
|
|
#define IDS_SHV_COLUMN2 8
|
|
|
|
#define IDS_SHV_COLUMN3 9
|
|
|
|
#define IDS_SHV_COLUMN4 10
|
|
|
|
#define IDS_SHV_COLUMN5 11
|
|
|
|
#define IDS_SHV_COLUMN6 12
|
1999-11-14 22:33:23 +01:00
|
|
|
#define IDS_SHV_COLUMN7 13
|
2004-01-16 05:46:05 +01:00
|
|
|
#define IDS_SHV_COLUMN8 14
|
|
|
|
#define IDS_SHV_COLUMN9 15
|
2006-08-03 19:04:11 +02:00
|
|
|
#define IDS_SHV_COLUMN_DELFROM 18
|
|
|
|
#define IDS_SHV_COLUMN_DELDATE 19
|
2010-04-18 16:00:31 +02:00
|
|
|
#define IDS_SHV_COL_DOCS 80
|
|
|
|
#define IDS_SHV_COL_STATUS 81
|
|
|
|
#define IDS_SHV_COL_LOCATION 82
|
|
|
|
#define IDS_SHV_COL_MODEL 83
|
Release 980822
Sat Aug 22 17:46:19 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* [include/dosexe.h] [include/module.h] [include/pe_image.h]
[include/process.h] [include/windows.h] [loader/dos/module.c]
[loader/module.c] [loader/ne/module.c] [loader/pe_image.c]
[scheduler/process.c] [win32/process.c]
Partially implemented CreateProcess32.
* [win32/device.c] [relay32/kernel32.spec] [scheduler/k32obj.c]
[misc/registry.c] [win32/file.c]
Partially implemented VxDCall (VMM registry services).
* [files/dos_fs.c]
DOSFS_FindNext made thread-safe.
* [include/sig_context.h] [include/syslevel.h] [loader/signal.c]
[scheduler/syslevel.c] [tools/build.c]
Replaced CALLTO16_Current_fs by SYSLEVEL_Win16CurrentTeb.
* [win32/kernel32.c]
Bugfix: QT_Thunk/FT_Thunk should return 'long' in DX:AX, not EAX.
* [if1632/relay.c] [relay32/builtin32.c] [windows/msgbox.c]
[msdos/int20.c] [msdos/int21.c]
Use ExitProcess instead of TASK_KillCurrentTask.
* [include/task.h] [include/thread.h] [loader/task.c]
[scheduler/thread.c] [include/queue.h] [windows/message.c]
[windows/queue.c] [windows/win.c]
Prevent Win32 threads from entering the TASK_Reschedule loop.
(Note: Win32 messaging still doesn't work correctly; this patch
is just preventing the system from crashing when Win32 threads
call messaging functions. Messages will probably still get lost.)
* [scheduler/critsection.c]
Deactivated the use of SEM_UNDO for the SYSTEM_LOCK semaphore;
for some reason, this leads to problems after threads terminate...
Sat Aug 22 15:00:00 1998 Jürgen Schmied <juergen.schmied@metronet.de>
* [include/authors.h]
New file, includes all names of the developer (former shell.c)
* [Makefile.in][configure][configure.in][dlls/Makefile.in]
[dlls/shell32/Makefile.in][shres.rc]
Created dlls/shell32 and moved the shell32 stuff in it.
Started to create internal resources.
* [dlls/shell32/*]
Split the shell32 implementation into smaller files.
New classes: IContextMenu, IExtractIcon, IShellView.
Implemented Shell_GetImageList().
shell32 links to comctl32 now dynamically so it can use
internal/external implementations.
* [documentation/internal-dll] [documentation/shell32]
New, could anybody do a spellcheck?
* [include/commctrl.h]
Many new LV constants, structures, functions.
* [controls/comctl32undoc.c]
Rewrote the DSA* functions.
* [windows/winpos.c]
SetShellWindow32, GetShellWindow32.
Sat Aug 22 14:02:15 1998 Alexander Lukyanov <lav@long.yar.ru>
* [loader/resource.c]
Mark last accelerator as such in LoadAccelerators32W.
* [relay32/shell32.spec] [misc/shell.c]
Add stubs for SHGetSpecialFolderPath[AW].
Sat Aug 22 02:07:42 1998 Adrian Harvey <adrian@select.com.au>
* [include/file.h] [file/file.c] [msdos/int21.c] [msdos/vxd.c]
[misc/lzexpand.c] [win32/kernel32.c] [documentation/filehandles]
Fixed file handle handling. Created universal HFILE16 to HFILE32
translation macro from msdos/int21 code by Ove Kaaven.
Used macro in all Win16 functions so that win32 handles are translated
to avoid DOS/Win16 stdxx handles.
Removed handle translation from int21.c where Win16 functions are
called. Changed remaining calls to use new macro names.
Documented filehandle handling and differences between win 16 & 32.
Fri Aug 21 20:32:49 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [server/process.c] [server/thread.c]
Implemented object wait queues and synchronization.
Fri Aug 21 18:40:02 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
* [graphics/psdrv/*]
DEVMODE dmPaper{Width|Length} fields are in 0.1mm.
Select a 100 pixel default font in CreateDC.
Thu Aug 20 22:47:39 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
* [objects/bitmap.c]
Handle bits=32 in SetBitmapBits32 and GetBitmapBits32.
* [msdos/int21.c]
Add handling of Int21 0A and 37.
* [misc/commdlg.c]
Use MapHModuleLS and MapHModuleSL when translating HINSTANCE16 to
HINSTANCE32 and vice versa.
* [win32/file.c]
CreateFile32A: Abort if filename == NULL.
Thu Aug 20 12:28:31 1998 Marcus Meissner <marcus@jet.franken.de>
* [*/*]
Lots of missing prototypes added, some parameter types adapted to match
SDK.
* [debugger/stabs.c]
Don't loop forever if we don't find wine or one of the libxxx.so.
* [loader/ne/module.c]
Implemented MapHModuleLS,MapHModuleSL,MapHinstLS,MapHinstSL.
* [misc/network.c]
Implemented WNetGetUser32A.
* [misc/shellord.c]
Implemented ILRemoveLastID.
* [multimedia/dsound.c]
Fixed StarCraft memory leak.
* [graphics/ddraw.c]
Removed some unnecessary simple relaying functions, tried polishing
up the Xlib implementation (still doesn't work), temp. removed Xshm
code (to be remerged with working Xlib code).
Tue Aug 18 22:29:17 1998 Ove Kaaven <ovek@arcticnet.no>
* [multimedia/mmio.c] [multimedia/mmsystem.c]
Fixed most mmio bugs, fully implementing mmioSetBuffer
buffering, ability to read memory files, and the
sndPlaySound() SND_MEMORY flag. Most mmio-using programs
now work fine.
* [include/dosexe.h] [include/miscemu.h] [include/module.h]
[loader/module.c] [loader/task.c] [msdos/dosmem.c]
Improved DOS VM flexibility and portability somewhat. (Did
I get the #ifdefs right this time, BSD-ers?)
* [msdos/int21.c]
Made "Get Current PSP address" work as expected in a DOS VM.
* [loader/dos/*]
Began improving flexibility and portability somewhat. It
should be easier to add DPMI RMCB callbacks now. The
DOS VM no longer leaves big files lying around in /tmp
after a crash.
Tue Aug 18 12:38:31 1998 Turchanov Sergey <turchanov@usa.net>
* [relay32/winmm.spec]
This patch allows WinAmp to play WAV files (at least in PCM
format).
Sun Aug 16 05:34:13 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
* [windows/keyboard.c]
Corrected keyboard code to properly handle keys : ? ~ and "
on non US keyboards.
Sat Aug 15 18:47:14 1998 Brian Craft <bcboy@dorothy.wanglab.brandeis.edu>
* [windows/win.c]
Fixed severe bug in EnumChildWindwos().
Thu Aug 13 21:05:35 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
* [controls/tooltips.c]
Fixed some bugs. Added subclassing support.
* [controls/toolbar.c]
Improved tooltip integration. Fixed some bugs.
* [controls/commctrl.c]
Changed control registration and added some documentation.
Fixed ShowHideMenuCtl.
* [controls/rebar.c][include/rebar.h][include/commctrl.h]
Improved rebar implementation (still no display).
* [controls/pager.c][include/pager.h][include/commctrl.h]
Improved pager implementation (still no display).
* [misc/imagelist.c]
Fixed a bug.
* [documentation/common_controls]
Updated.
Sun Aug 9 19:50:20 1998 James Juran <jrj120@psu.edu>
* [Makefile.in] [documentation/Makefile.in]
[programs/Makefile.in] [programs/*/Makefile.in]
Added uninstall rules, cleaned up install rules a little bit.
Sun Aug 9 13:21:35 1998 Andreas Mohr <100.30936@germany.net>
* [loader/ne/module.c] [if1632/kernel.spec]
Added the undocumented HIWORD of GetModuleHandle (hFirstModule).
* [loader/ne/segment.c]
Wine forgot to set some NE_SEGFLAGS_*.
Combined with another loader change, this fixed the
"BLINKER -- error in loading module" or ghost MessageBox problem
that about 1% of all Windows programs have.
Some BLINKER programs still don't work, though.
But I'm working on it, with great help from Blinkinc.
* [loader/task.c]
InitTask needs to decrement the SP register by two as Win95 does.
Sun Aug 9 02:41:28 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* [if1632/kernel.spec] [relay32/kernel32.spec] [scheduler/syslevel.c]
[loader/main.c] [win32/ordinals.c] [include/syslevel.h]
[scheduler/Makefile.in]
Implemented Win95 'syslevel' routines (including Win16Lock).
* [if1632/relay.c] [if1632/thunk.c] [tools/build.c] [loader/task.c]
[loader/ne/segment.c] [win32/kernel32.c] [memory/selector.c]
[include/stackframe.h] [include/thread.h]
16-bit %fs handling revised. Use Win16Lock where appropriate.
* [include/thread.h] [scheduler/synchro.c] [windows/message.c]
[windows/queue.c] [win32/process.c]
Implemented MsgWaitForMultipleObjects.
* [files/change.c] [files/Makefile.in] [scheduler/k32obj.c]
[win32/newfns.c]
Implemented (dummy) file change notification objects.
* [debugger/dbg.y] [scheduler/process.c] [scheduler/thread.c]
[include/process.h] [include/thread.h]
Suspend all threads except current when hitting debugger break point.
* [objects/dib.c]
Bugfix for CreateDIBSection.
1998-08-22 21:03:56 +02:00
|
|
|
|
1999-08-15 16:31:36 +02:00
|
|
|
#define IDS_DESKTOP 20
|
|
|
|
#define IDS_MYCOMPUTER 21
|
2008-06-23 19:54:00 +02:00
|
|
|
#define IDS_CONTROLPANEL 22
|
Release 980822
Sat Aug 22 17:46:19 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* [include/dosexe.h] [include/module.h] [include/pe_image.h]
[include/process.h] [include/windows.h] [loader/dos/module.c]
[loader/module.c] [loader/ne/module.c] [loader/pe_image.c]
[scheduler/process.c] [win32/process.c]
Partially implemented CreateProcess32.
* [win32/device.c] [relay32/kernel32.spec] [scheduler/k32obj.c]
[misc/registry.c] [win32/file.c]
Partially implemented VxDCall (VMM registry services).
* [files/dos_fs.c]
DOSFS_FindNext made thread-safe.
* [include/sig_context.h] [include/syslevel.h] [loader/signal.c]
[scheduler/syslevel.c] [tools/build.c]
Replaced CALLTO16_Current_fs by SYSLEVEL_Win16CurrentTeb.
* [win32/kernel32.c]
Bugfix: QT_Thunk/FT_Thunk should return 'long' in DX:AX, not EAX.
* [if1632/relay.c] [relay32/builtin32.c] [windows/msgbox.c]
[msdos/int20.c] [msdos/int21.c]
Use ExitProcess instead of TASK_KillCurrentTask.
* [include/task.h] [include/thread.h] [loader/task.c]
[scheduler/thread.c] [include/queue.h] [windows/message.c]
[windows/queue.c] [windows/win.c]
Prevent Win32 threads from entering the TASK_Reschedule loop.
(Note: Win32 messaging still doesn't work correctly; this patch
is just preventing the system from crashing when Win32 threads
call messaging functions. Messages will probably still get lost.)
* [scheduler/critsection.c]
Deactivated the use of SEM_UNDO for the SYSTEM_LOCK semaphore;
for some reason, this leads to problems after threads terminate...
Sat Aug 22 15:00:00 1998 Jürgen Schmied <juergen.schmied@metronet.de>
* [include/authors.h]
New file, includes all names of the developer (former shell.c)
* [Makefile.in][configure][configure.in][dlls/Makefile.in]
[dlls/shell32/Makefile.in][shres.rc]
Created dlls/shell32 and moved the shell32 stuff in it.
Started to create internal resources.
* [dlls/shell32/*]
Split the shell32 implementation into smaller files.
New classes: IContextMenu, IExtractIcon, IShellView.
Implemented Shell_GetImageList().
shell32 links to comctl32 now dynamically so it can use
internal/external implementations.
* [documentation/internal-dll] [documentation/shell32]
New, could anybody do a spellcheck?
* [include/commctrl.h]
Many new LV constants, structures, functions.
* [controls/comctl32undoc.c]
Rewrote the DSA* functions.
* [windows/winpos.c]
SetShellWindow32, GetShellWindow32.
Sat Aug 22 14:02:15 1998 Alexander Lukyanov <lav@long.yar.ru>
* [loader/resource.c]
Mark last accelerator as such in LoadAccelerators32W.
* [relay32/shell32.spec] [misc/shell.c]
Add stubs for SHGetSpecialFolderPath[AW].
Sat Aug 22 02:07:42 1998 Adrian Harvey <adrian@select.com.au>
* [include/file.h] [file/file.c] [msdos/int21.c] [msdos/vxd.c]
[misc/lzexpand.c] [win32/kernel32.c] [documentation/filehandles]
Fixed file handle handling. Created universal HFILE16 to HFILE32
translation macro from msdos/int21 code by Ove Kaaven.
Used macro in all Win16 functions so that win32 handles are translated
to avoid DOS/Win16 stdxx handles.
Removed handle translation from int21.c where Win16 functions are
called. Changed remaining calls to use new macro names.
Documented filehandle handling and differences between win 16 & 32.
Fri Aug 21 20:32:49 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [server/process.c] [server/thread.c]
Implemented object wait queues and synchronization.
Fri Aug 21 18:40:02 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
* [graphics/psdrv/*]
DEVMODE dmPaper{Width|Length} fields are in 0.1mm.
Select a 100 pixel default font in CreateDC.
Thu Aug 20 22:47:39 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
* [objects/bitmap.c]
Handle bits=32 in SetBitmapBits32 and GetBitmapBits32.
* [msdos/int21.c]
Add handling of Int21 0A and 37.
* [misc/commdlg.c]
Use MapHModuleLS and MapHModuleSL when translating HINSTANCE16 to
HINSTANCE32 and vice versa.
* [win32/file.c]
CreateFile32A: Abort if filename == NULL.
Thu Aug 20 12:28:31 1998 Marcus Meissner <marcus@jet.franken.de>
* [*/*]
Lots of missing prototypes added, some parameter types adapted to match
SDK.
* [debugger/stabs.c]
Don't loop forever if we don't find wine or one of the libxxx.so.
* [loader/ne/module.c]
Implemented MapHModuleLS,MapHModuleSL,MapHinstLS,MapHinstSL.
* [misc/network.c]
Implemented WNetGetUser32A.
* [misc/shellord.c]
Implemented ILRemoveLastID.
* [multimedia/dsound.c]
Fixed StarCraft memory leak.
* [graphics/ddraw.c]
Removed some unnecessary simple relaying functions, tried polishing
up the Xlib implementation (still doesn't work), temp. removed Xshm
code (to be remerged with working Xlib code).
Tue Aug 18 22:29:17 1998 Ove Kaaven <ovek@arcticnet.no>
* [multimedia/mmio.c] [multimedia/mmsystem.c]
Fixed most mmio bugs, fully implementing mmioSetBuffer
buffering, ability to read memory files, and the
sndPlaySound() SND_MEMORY flag. Most mmio-using programs
now work fine.
* [include/dosexe.h] [include/miscemu.h] [include/module.h]
[loader/module.c] [loader/task.c] [msdos/dosmem.c]
Improved DOS VM flexibility and portability somewhat. (Did
I get the #ifdefs right this time, BSD-ers?)
* [msdos/int21.c]
Made "Get Current PSP address" work as expected in a DOS VM.
* [loader/dos/*]
Began improving flexibility and portability somewhat. It
should be easier to add DPMI RMCB callbacks now. The
DOS VM no longer leaves big files lying around in /tmp
after a crash.
Tue Aug 18 12:38:31 1998 Turchanov Sergey <turchanov@usa.net>
* [relay32/winmm.spec]
This patch allows WinAmp to play WAV files (at least in PCM
format).
Sun Aug 16 05:34:13 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
* [windows/keyboard.c]
Corrected keyboard code to properly handle keys : ? ~ and "
on non US keyboards.
Sat Aug 15 18:47:14 1998 Brian Craft <bcboy@dorothy.wanglab.brandeis.edu>
* [windows/win.c]
Fixed severe bug in EnumChildWindwos().
Thu Aug 13 21:05:35 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
* [controls/tooltips.c]
Fixed some bugs. Added subclassing support.
* [controls/toolbar.c]
Improved tooltip integration. Fixed some bugs.
* [controls/commctrl.c]
Changed control registration and added some documentation.
Fixed ShowHideMenuCtl.
* [controls/rebar.c][include/rebar.h][include/commctrl.h]
Improved rebar implementation (still no display).
* [controls/pager.c][include/pager.h][include/commctrl.h]
Improved pager implementation (still no display).
* [misc/imagelist.c]
Fixed a bug.
* [documentation/common_controls]
Updated.
Sun Aug 9 19:50:20 1998 James Juran <jrj120@psu.edu>
* [Makefile.in] [documentation/Makefile.in]
[programs/Makefile.in] [programs/*/Makefile.in]
Added uninstall rules, cleaned up install rules a little bit.
Sun Aug 9 13:21:35 1998 Andreas Mohr <100.30936@germany.net>
* [loader/ne/module.c] [if1632/kernel.spec]
Added the undocumented HIWORD of GetModuleHandle (hFirstModule).
* [loader/ne/segment.c]
Wine forgot to set some NE_SEGFLAGS_*.
Combined with another loader change, this fixed the
"BLINKER -- error in loading module" or ghost MessageBox problem
that about 1% of all Windows programs have.
Some BLINKER programs still don't work, though.
But I'm working on it, with great help from Blinkinc.
* [loader/task.c]
InitTask needs to decrement the SP register by two as Win95 does.
Sun Aug 9 02:41:28 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* [if1632/kernel.spec] [relay32/kernel32.spec] [scheduler/syslevel.c]
[loader/main.c] [win32/ordinals.c] [include/syslevel.h]
[scheduler/Makefile.in]
Implemented Win95 'syslevel' routines (including Win16Lock).
* [if1632/relay.c] [if1632/thunk.c] [tools/build.c] [loader/task.c]
[loader/ne/segment.c] [win32/kernel32.c] [memory/selector.c]
[include/stackframe.h] [include/thread.h]
16-bit %fs handling revised. Use Win16Lock where appropriate.
* [include/thread.h] [scheduler/synchro.c] [windows/message.c]
[windows/queue.c] [win32/process.c]
Implemented MsgWaitForMultipleObjects.
* [files/change.c] [files/Makefile.in] [scheduler/k32obj.c]
[win32/newfns.c]
Implemented (dummy) file change notification objects.
* [debugger/dbg.y] [scheduler/process.c] [scheduler/thread.c]
[include/process.h] [include/thread.h]
Suspend all threads except current when hitting debugger break point.
* [objects/dib.c]
Bugfix for CreateDIBSection.
1998-08-22 21:03:56 +02:00
|
|
|
|
2008-06-23 19:54:00 +02:00
|
|
|
#define IDS_SELECT 23
|
|
|
|
#define IDS_OPEN 24
|
|
|
|
#define IDS_VIEW_LARGE 25
|
|
|
|
#define IDS_VIEW_SMALL 26
|
|
|
|
#define IDS_VIEW_LIST 27
|
|
|
|
#define IDS_VIEW_DETAILS 28
|
Release 980822
Sat Aug 22 17:46:19 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* [include/dosexe.h] [include/module.h] [include/pe_image.h]
[include/process.h] [include/windows.h] [loader/dos/module.c]
[loader/module.c] [loader/ne/module.c] [loader/pe_image.c]
[scheduler/process.c] [win32/process.c]
Partially implemented CreateProcess32.
* [win32/device.c] [relay32/kernel32.spec] [scheduler/k32obj.c]
[misc/registry.c] [win32/file.c]
Partially implemented VxDCall (VMM registry services).
* [files/dos_fs.c]
DOSFS_FindNext made thread-safe.
* [include/sig_context.h] [include/syslevel.h] [loader/signal.c]
[scheduler/syslevel.c] [tools/build.c]
Replaced CALLTO16_Current_fs by SYSLEVEL_Win16CurrentTeb.
* [win32/kernel32.c]
Bugfix: QT_Thunk/FT_Thunk should return 'long' in DX:AX, not EAX.
* [if1632/relay.c] [relay32/builtin32.c] [windows/msgbox.c]
[msdos/int20.c] [msdos/int21.c]
Use ExitProcess instead of TASK_KillCurrentTask.
* [include/task.h] [include/thread.h] [loader/task.c]
[scheduler/thread.c] [include/queue.h] [windows/message.c]
[windows/queue.c] [windows/win.c]
Prevent Win32 threads from entering the TASK_Reschedule loop.
(Note: Win32 messaging still doesn't work correctly; this patch
is just preventing the system from crashing when Win32 threads
call messaging functions. Messages will probably still get lost.)
* [scheduler/critsection.c]
Deactivated the use of SEM_UNDO for the SYSTEM_LOCK semaphore;
for some reason, this leads to problems after threads terminate...
Sat Aug 22 15:00:00 1998 Jürgen Schmied <juergen.schmied@metronet.de>
* [include/authors.h]
New file, includes all names of the developer (former shell.c)
* [Makefile.in][configure][configure.in][dlls/Makefile.in]
[dlls/shell32/Makefile.in][shres.rc]
Created dlls/shell32 and moved the shell32 stuff in it.
Started to create internal resources.
* [dlls/shell32/*]
Split the shell32 implementation into smaller files.
New classes: IContextMenu, IExtractIcon, IShellView.
Implemented Shell_GetImageList().
shell32 links to comctl32 now dynamically so it can use
internal/external implementations.
* [documentation/internal-dll] [documentation/shell32]
New, could anybody do a spellcheck?
* [include/commctrl.h]
Many new LV constants, structures, functions.
* [controls/comctl32undoc.c]
Rewrote the DSA* functions.
* [windows/winpos.c]
SetShellWindow32, GetShellWindow32.
Sat Aug 22 14:02:15 1998 Alexander Lukyanov <lav@long.yar.ru>
* [loader/resource.c]
Mark last accelerator as such in LoadAccelerators32W.
* [relay32/shell32.spec] [misc/shell.c]
Add stubs for SHGetSpecialFolderPath[AW].
Sat Aug 22 02:07:42 1998 Adrian Harvey <adrian@select.com.au>
* [include/file.h] [file/file.c] [msdos/int21.c] [msdos/vxd.c]
[misc/lzexpand.c] [win32/kernel32.c] [documentation/filehandles]
Fixed file handle handling. Created universal HFILE16 to HFILE32
translation macro from msdos/int21 code by Ove Kaaven.
Used macro in all Win16 functions so that win32 handles are translated
to avoid DOS/Win16 stdxx handles.
Removed handle translation from int21.c where Win16 functions are
called. Changed remaining calls to use new macro names.
Documented filehandle handling and differences between win 16 & 32.
Fri Aug 21 20:32:49 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [server/process.c] [server/thread.c]
Implemented object wait queues and synchronization.
Fri Aug 21 18:40:02 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
* [graphics/psdrv/*]
DEVMODE dmPaper{Width|Length} fields are in 0.1mm.
Select a 100 pixel default font in CreateDC.
Thu Aug 20 22:47:39 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
* [objects/bitmap.c]
Handle bits=32 in SetBitmapBits32 and GetBitmapBits32.
* [msdos/int21.c]
Add handling of Int21 0A and 37.
* [misc/commdlg.c]
Use MapHModuleLS and MapHModuleSL when translating HINSTANCE16 to
HINSTANCE32 and vice versa.
* [win32/file.c]
CreateFile32A: Abort if filename == NULL.
Thu Aug 20 12:28:31 1998 Marcus Meissner <marcus@jet.franken.de>
* [*/*]
Lots of missing prototypes added, some parameter types adapted to match
SDK.
* [debugger/stabs.c]
Don't loop forever if we don't find wine or one of the libxxx.so.
* [loader/ne/module.c]
Implemented MapHModuleLS,MapHModuleSL,MapHinstLS,MapHinstSL.
* [misc/network.c]
Implemented WNetGetUser32A.
* [misc/shellord.c]
Implemented ILRemoveLastID.
* [multimedia/dsound.c]
Fixed StarCraft memory leak.
* [graphics/ddraw.c]
Removed some unnecessary simple relaying functions, tried polishing
up the Xlib implementation (still doesn't work), temp. removed Xshm
code (to be remerged with working Xlib code).
Tue Aug 18 22:29:17 1998 Ove Kaaven <ovek@arcticnet.no>
* [multimedia/mmio.c] [multimedia/mmsystem.c]
Fixed most mmio bugs, fully implementing mmioSetBuffer
buffering, ability to read memory files, and the
sndPlaySound() SND_MEMORY flag. Most mmio-using programs
now work fine.
* [include/dosexe.h] [include/miscemu.h] [include/module.h]
[loader/module.c] [loader/task.c] [msdos/dosmem.c]
Improved DOS VM flexibility and portability somewhat. (Did
I get the #ifdefs right this time, BSD-ers?)
* [msdos/int21.c]
Made "Get Current PSP address" work as expected in a DOS VM.
* [loader/dos/*]
Began improving flexibility and portability somewhat. It
should be easier to add DPMI RMCB callbacks now. The
DOS VM no longer leaves big files lying around in /tmp
after a crash.
Tue Aug 18 12:38:31 1998 Turchanov Sergey <turchanov@usa.net>
* [relay32/winmm.spec]
This patch allows WinAmp to play WAV files (at least in PCM
format).
Sun Aug 16 05:34:13 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
* [windows/keyboard.c]
Corrected keyboard code to properly handle keys : ? ~ and "
on non US keyboards.
Sat Aug 15 18:47:14 1998 Brian Craft <bcboy@dorothy.wanglab.brandeis.edu>
* [windows/win.c]
Fixed severe bug in EnumChildWindwos().
Thu Aug 13 21:05:35 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
* [controls/tooltips.c]
Fixed some bugs. Added subclassing support.
* [controls/toolbar.c]
Improved tooltip integration. Fixed some bugs.
* [controls/commctrl.c]
Changed control registration and added some documentation.
Fixed ShowHideMenuCtl.
* [controls/rebar.c][include/rebar.h][include/commctrl.h]
Improved rebar implementation (still no display).
* [controls/pager.c][include/pager.h][include/commctrl.h]
Improved pager implementation (still no display).
* [misc/imagelist.c]
Fixed a bug.
* [documentation/common_controls]
Updated.
Sun Aug 9 19:50:20 1998 James Juran <jrj120@psu.edu>
* [Makefile.in] [documentation/Makefile.in]
[programs/Makefile.in] [programs/*/Makefile.in]
Added uninstall rules, cleaned up install rules a little bit.
Sun Aug 9 13:21:35 1998 Andreas Mohr <100.30936@germany.net>
* [loader/ne/module.c] [if1632/kernel.spec]
Added the undocumented HIWORD of GetModuleHandle (hFirstModule).
* [loader/ne/segment.c]
Wine forgot to set some NE_SEGFLAGS_*.
Combined with another loader change, this fixed the
"BLINKER -- error in loading module" or ghost MessageBox problem
that about 1% of all Windows programs have.
Some BLINKER programs still don't work, though.
But I'm working on it, with great help from Blinkinc.
* [loader/task.c]
InitTask needs to decrement the SP register by two as Win95 does.
Sun Aug 9 02:41:28 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* [if1632/kernel.spec] [relay32/kernel32.spec] [scheduler/syslevel.c]
[loader/main.c] [win32/ordinals.c] [include/syslevel.h]
[scheduler/Makefile.in]
Implemented Win95 'syslevel' routines (including Win16Lock).
* [if1632/relay.c] [if1632/thunk.c] [tools/build.c] [loader/task.c]
[loader/ne/segment.c] [win32/kernel32.c] [memory/selector.c]
[include/stackframe.h] [include/thread.h]
16-bit %fs handling revised. Use Win16Lock where appropriate.
* [include/thread.h] [scheduler/synchro.c] [windows/message.c]
[windows/queue.c] [win32/process.c]
Implemented MsgWaitForMultipleObjects.
* [files/change.c] [files/Makefile.in] [scheduler/k32obj.c]
[win32/newfns.c]
Implemented (dummy) file change notification objects.
* [debugger/dbg.y] [scheduler/process.c] [scheduler/thread.c]
[include/process.h] [include/thread.h]
Suspend all threads except current when hitting debugger break point.
* [objects/dib.c]
Bugfix for CreateDIBSection.
1998-08-22 21:03:56 +02:00
|
|
|
|
2004-07-10 00:51:19 +02:00
|
|
|
#define IDS_RESTART_TITLE 40
|
|
|
|
#define IDS_RESTART_PROMPT 41
|
|
|
|
#define IDS_SHUTDOWN_TITLE 42
|
|
|
|
#define IDS_SHUTDOWN_PROMPT 43
|
|
|
|
|
2004-10-21 21:59:46 +02:00
|
|
|
#define IDS_PROGRAMS 45
|
|
|
|
#define IDS_PERSONAL 46
|
|
|
|
#define IDS_FAVORITES 47
|
|
|
|
#define IDS_STARTUP 48
|
|
|
|
#define IDS_STARTMENU 51
|
|
|
|
#define IDS_MYMUSIC 52
|
2012-01-23 15:56:35 +01:00
|
|
|
#define IDS_MYVIDEOS 53
|
2004-10-21 21:59:46 +02:00
|
|
|
#define IDS_DESKTOPDIRECTORY 54
|
|
|
|
#define IDS_NETHOOD 55
|
|
|
|
#define IDS_TEMPLATES 56
|
|
|
|
#define IDS_PRINTHOOD 58
|
|
|
|
#define IDS_HISTORY 62
|
|
|
|
#define IDS_PROGRAM_FILES 63
|
|
|
|
#define IDS_MYPICTURES 64
|
2012-01-23 18:44:50 +01:00
|
|
|
#define IDS_COMMON_FILES 65
|
2004-10-21 21:59:46 +02:00
|
|
|
#define IDS_COMMON_DOCUMENTS 66
|
|
|
|
#define IDS_ADMINTOOLS 67
|
|
|
|
#define IDS_COMMON_MUSIC 68
|
|
|
|
#define IDS_COMMON_PICTURES 69
|
2012-01-23 15:56:35 +01:00
|
|
|
#define IDS_COMMON_VIDEOS 70
|
2010-09-10 17:30:23 +02:00
|
|
|
#define IDS_PROGRAM_FILESX86 72
|
2010-09-14 17:01:14 +02:00
|
|
|
#define IDS_CONTACTS 74
|
|
|
|
#define IDS_LINKS 75
|
2012-01-23 18:44:50 +01:00
|
|
|
#define IDS_SLIDE_SHOWS 76
|
2010-09-14 17:01:14 +02:00
|
|
|
#define IDS_PLAYLISTS 78
|
|
|
|
#define IDS_SAMPLE_MUSIC 87
|
|
|
|
#define IDS_SAMPLE_PICTURES 88
|
|
|
|
#define IDS_SAMPLE_PLAYLISTS 89
|
|
|
|
#define IDS_SAMPLE_VIDEOS 90
|
|
|
|
#define IDS_SAVED_GAMES 91
|
|
|
|
#define IDS_SAVED_SEARCHES 92
|
|
|
|
#define IDS_USER_PROFILES 93
|
|
|
|
#define IDS_DOCUMENTS 95
|
|
|
|
#define IDS_DOWNLOADS 96
|
2004-10-21 21:59:46 +02:00
|
|
|
|
2006-07-19 18:36:22 +02:00
|
|
|
#define IDS_CREATEFOLDER_DENIED 128
|
|
|
|
#define IDS_CREATEFOLDER_CAPTION 129
|
|
|
|
#define IDS_DELETEITEM_CAPTION 130
|
|
|
|
#define IDS_DELETEFOLDER_CAPTION 131
|
|
|
|
#define IDS_DELETEITEM_TEXT 132
|
|
|
|
#define IDS_DELETEMULTIPLE_TEXT 133
|
|
|
|
#define IDS_OVERWRITEFILE_CAPTION 134
|
|
|
|
#define IDS_OVERWRITEFILE_TEXT 135
|
|
|
|
#define IDS_DELETESELECTED_TEXT 136
|
|
|
|
#define IDS_TRASHFOLDER_TEXT 137
|
|
|
|
#define IDS_TRASHITEM_TEXT 138
|
|
|
|
#define IDS_TRASHMULTIPLE_TEXT 139
|
2006-07-19 18:37:02 +02:00
|
|
|
#define IDS_CANTTRASH_TEXT 140
|
2007-02-09 17:13:25 +01:00
|
|
|
#define IDS_OVERWRITEFOLDER_TEXT 141
|
2006-07-19 18:36:22 +02:00
|
|
|
|
2007-12-06 10:20:48 +01:00
|
|
|
#define IDS_NEWFOLDER 142
|
|
|
|
|
2008-07-22 18:30:51 +02:00
|
|
|
#define IDS_CPANEL_TITLE 143
|
2008-07-24 23:10:33 +02:00
|
|
|
#define IDS_CPANEL_NAME 144
|
|
|
|
#define IDS_CPANEL_DESCRIPTION 145
|
2008-07-22 18:30:51 +02:00
|
|
|
|
2008-06-27 18:16:47 +02:00
|
|
|
#define IDS_RUNDLG_ERROR 160
|
|
|
|
#define IDS_RUNDLG_BROWSE_ERROR 161
|
|
|
|
#define IDS_RUNDLG_BROWSE_CAPTION 162
|
2011-01-13 12:33:44 +01:00
|
|
|
#define IDS_RUNDLG_BROWSE_FILTER_EXE 163
|
|
|
|
#define IDS_RUNDLG_BROWSE_FILTER_ALL 164
|
2008-06-27 18:16:47 +02:00
|
|
|
|
2011-01-13 12:33:44 +01:00
|
|
|
#define IDS_SHLEXEC_NOASSOC 165
|
2009-02-26 02:14:30 +01:00
|
|
|
|
2011-07-08 16:46:49 +02:00
|
|
|
#define IDS_RECYCLEBIN_ERASEITEM 166
|
|
|
|
#define IDS_RECYCLEBIN_ERASEMULTIPLE 167
|
|
|
|
#define IDS_RECYCLEBIN_ERASE_CAPTION 168
|
2011-07-08 16:47:03 +02:00
|
|
|
#define IDS_RECYCLEBIN_OVERWRITEFILE 169
|
|
|
|
#define IDS_RECYCLEBIN_OVERWRITEFOLDER 170
|
|
|
|
#define IDS_RECYCLEBIN_OVERWRITE_CAPTION 171
|
|
|
|
|
2011-07-08 16:46:49 +02:00
|
|
|
|
2008-03-26 20:51:12 +01:00
|
|
|
#define IDS_LICENSE 256
|
|
|
|
#define IDS_LICENSE_CAPTION 257
|
|
|
|
|
2007-12-01 20:47:23 +01:00
|
|
|
#define MENU_SHV_FILE 144
|
|
|
|
|
2008-07-22 18:31:03 +02:00
|
|
|
#define MENU_CPANEL 200
|
|
|
|
#define IDM_CPANEL_EXIT 201
|
|
|
|
#define IDM_CPANEL_ABOUT 202
|
|
|
|
#define IDM_CPANEL_APPLET_BASE 210
|
|
|
|
|
2011-07-08 16:47:03 +02:00
|
|
|
#define MENU_RECYCLEBIN 300
|
|
|
|
#define IDM_RECYCLEBIN_RESTORE 301
|
|
|
|
#define IDM_RECYCLEBIN_ERASE 302
|
|
|
|
|
2006-08-03 19:04:11 +02:00
|
|
|
/* Note: this string is referenced from the registry*/
|
|
|
|
#define IDS_RECYCLEBIN_FOLDER_NAME 8964
|
|
|
|
|
2018-05-08 05:30:27 +02:00
|
|
|
/* Properties dialog */
|
|
|
|
#define IDD_FILE_PROPERTIES 8
|
|
|
|
#define IDD_FOLDER_PROPERTIES 9
|
|
|
|
|
2007-02-09 16:59:43 +01:00
|
|
|
#define IDD_ICON 0x4300
|
|
|
|
#define IDD_MESSAGE 0x4301
|
|
|
|
|
|
|
|
/* these IDs are the same as on native */
|
|
|
|
#define IDD_YESTOALL 0x3207
|
2000-08-25 23:33:23 +02:00
|
|
|
/* browse for folder dialog box */
|
2007-06-07 23:55:09 +02:00
|
|
|
#define IDD_MAKENEWFOLDER 0x3746
|
|
|
|
#define IDD_FOLDERTEXT 0x3745
|
|
|
|
#define IDD_FOLDER 0x3744
|
2002-08-14 23:03:55 +02:00
|
|
|
#define IDD_STATUS 0x3743
|
|
|
|
#define IDD_TITLE 0x3742
|
|
|
|
#define IDD_TREEVIEW 0x3741
|
2000-08-25 23:33:23 +02:00
|
|
|
|
2018-08-15 06:09:56 +02:00
|
|
|
#define IDI_SHELL_FILE 1
|
2018-08-15 06:09:57 +02:00
|
|
|
#define IDI_SHELL_DOCUMENT 2
|
2018-08-15 06:09:58 +02:00
|
|
|
#define IDI_SHELL_WINDOW 3
|
2005-04-11 15:04:41 +02:00
|
|
|
#define IDI_SHELL_FOLDER 4
|
|
|
|
#define IDI_SHELL_FOLDER_OPEN 5
|
2005-04-12 14:00:40 +02:00
|
|
|
#define IDI_SHELL_5_12_FLOPPY 6
|
|
|
|
#define IDI_SHELL_3_14_FLOPPY 7
|
|
|
|
#define IDI_SHELL_FLOPPY 8
|
2005-04-11 15:04:41 +02:00
|
|
|
#define IDI_SHELL_DRIVE 9
|
|
|
|
#define IDI_SHELL_NETDRIVE 10
|
|
|
|
#define IDI_SHELL_NETDRIVE2 11
|
2018-08-29 07:47:36 +02:00
|
|
|
#define IDI_SHELL_OPTICAL_DRIVE 12
|
2005-04-11 15:04:41 +02:00
|
|
|
#define IDI_SHELL_RAMDISK 13
|
2005-04-12 14:00:40 +02:00
|
|
|
#define IDI_SHELL_ENTIRE_NETWORK 14
|
|
|
|
#define IDI_SHELL_NETWORK 15
|
|
|
|
#define IDI_SHELL_MY_COMPUTER 16
|
2005-04-11 15:04:41 +02:00
|
|
|
#define IDI_SHELL_PRINTER 17
|
2005-04-12 14:00:40 +02:00
|
|
|
#define IDI_SHELL_MY_NETWORK_PLACES 18
|
|
|
|
#define IDI_SHELL_COMPUTERS_NEAR_ME 19
|
2006-11-16 10:50:50 +01:00
|
|
|
#define IDI_SHELL_FOLDER_SMALL_XP 20
|
2018-08-20 06:45:57 +02:00
|
|
|
#define IDI_SHELL_RECENT_DOCUMENTS 21
|
2018-08-20 06:45:58 +02:00
|
|
|
#define IDI_SHELL_SETTINGS 22
|
2005-04-12 14:00:40 +02:00
|
|
|
#define IDI_SHELL_SEARCH 23
|
|
|
|
#define IDI_SHELL_HELP 24
|
2018-08-21 06:33:35 +02:00
|
|
|
#define IDI_SHELL_RUN 25
|
2018-08-21 06:33:36 +02:00
|
|
|
#define IDI_SHELL_SLEEP 26
|
2018-08-22 04:37:43 +02:00
|
|
|
#define IDI_SHELL_EJECT 27
|
2018-08-22 04:37:44 +02:00
|
|
|
#define IDI_SHELL_SHUT_DOWN 28
|
2006-11-16 10:50:50 +01:00
|
|
|
#define IDI_SHELL_FOLDER_OPEN_LARGE 29
|
2005-05-13 19:48:33 +02:00
|
|
|
#define IDI_SHELL_SHORTCUT 30
|
2006-11-16 10:50:50 +01:00
|
|
|
#define IDI_SHELL_FOLDER_OPEN_SMALL 31
|
2005-04-12 14:00:40 +02:00
|
|
|
#define IDI_SHELL_EMPTY_RECYCLE_BIN 32
|
|
|
|
#define IDI_SHELL_FULL_RECYCLE_BIN 33
|
2018-08-22 04:37:46 +02:00
|
|
|
#define IDI_SHELL_MODEM_FOLDER 34
|
2005-04-11 15:04:41 +02:00
|
|
|
#define IDI_SHELL_DESKTOP 35
|
2005-04-12 14:00:40 +02:00
|
|
|
#define IDI_SHELL_CONTROL_PANEL 36
|
2018-08-22 04:37:47 +02:00
|
|
|
#define IDI_SHELL_APP_FOLDER 37
|
2005-04-12 14:00:40 +02:00
|
|
|
#define IDI_SHELL_PRINTERS_FOLDER 38
|
|
|
|
#define IDI_SHELL_FONTS_FOLDER 39
|
2018-08-24 07:16:47 +02:00
|
|
|
#define IDI_SHELL_START_MENU 40
|
2018-08-24 07:16:49 +02:00
|
|
|
#define IDI_SHELL_MUSIC_CD 41
|
2018-08-24 07:16:50 +02:00
|
|
|
#define IDI_SHELL_TREE 42
|
2018-08-24 07:16:51 +02:00
|
|
|
#define IDI_SHELL_REMOTE_FOLDER 43
|
2018-08-27 06:20:48 +02:00
|
|
|
#define IDI_SHELL_FAVORITES 44
|
2018-08-27 06:20:49 +02:00
|
|
|
#define IDI_SHELL_LOG_OFF 45
|
2018-08-27 06:20:50 +02:00
|
|
|
#define IDI_SHELL_SEARCH_FOLDER 46
|
2018-08-27 06:20:51 +02:00
|
|
|
#define IDI_SHELL_UPDATE 47
|
2018-08-29 07:47:30 +02:00
|
|
|
#define IDI_SHELL_SECURITY 48
|
2018-08-27 06:20:53 +02:00
|
|
|
#define IDI_SHELL_CONFIRM_SHUTDOWN 49
|
2018-08-27 06:20:54 +02:00
|
|
|
#define IDI_SHELL_BLANK1 50
|
|
|
|
#define IDI_SHELL_BLANK2 51
|
|
|
|
#define IDI_SHELL_BLANK3 52
|
|
|
|
#define IDI_SHELL_BLANK4 53
|
2018-08-27 06:20:55 +02:00
|
|
|
#define IDI_SHELL_UNKNOWN_DRIVE 54
|
2018-08-27 06:20:56 +02:00
|
|
|
/* 55 - 132 not used on Windows */
|
|
|
|
#define IDI_SHELL_FILES 133
|
2018-08-27 06:20:57 +02:00
|
|
|
#define IDI_SHELL_FILE_SEARCH 134
|
2018-08-27 06:20:58 +02:00
|
|
|
#define IDI_SHELL_SYSTEM_SEARCH 135
|
2018-08-27 06:20:59 +02:00
|
|
|
/* 136 not used on Windows */
|
2018-08-31 05:41:24 +02:00
|
|
|
#define IDI_SHELL_CONTROL_PANEL_XP 137
|
2018-08-27 06:21:00 +02:00
|
|
|
#define IDI_SHELL_PRINTERS_FOLDER_XP 138
|
2018-08-27 06:21:01 +02:00
|
|
|
#define IDI_SHELL_ADD_PRINTER 139
|
2010-08-27 14:13:49 +02:00
|
|
|
#define IDI_SHELL_REMOTE_PRINTER 140
|
|
|
|
#define IDI_SHELL_TO_FILE_PRINTER 141
|
2006-07-19 18:36:22 +02:00
|
|
|
#define IDI_SHELL_TRASH_FILE 142
|
2018-08-27 06:21:04 +02:00
|
|
|
#define IDI_SHELL_TRASH_FOLDER 143
|
2018-08-27 06:21:05 +02:00
|
|
|
#define IDI_SHELL_TRASH_MIXED 144
|
2018-08-27 06:21:06 +02:00
|
|
|
#define IDI_SHELL_FILE_OVERWRITE 145
|
2018-08-27 06:21:07 +02:00
|
|
|
#define IDI_SHELL_FOLDER_OVERWRITE 146
|
2018-08-28 04:40:42 +02:00
|
|
|
#define IDI_SHELL_FOLDER_RENAME 147
|
2018-08-28 04:40:43 +02:00
|
|
|
#define IDI_SHELL_INSTALL 148
|
2018-08-28 04:40:44 +02:00
|
|
|
/* 149 - 150 not used on Windows */
|
|
|
|
#define IDI_SHELL_CONFIG_FILE 151
|
2018-08-28 04:40:45 +02:00
|
|
|
#define IDI_SHELL_TEXT_FILE 152
|
2018-08-28 04:40:46 +02:00
|
|
|
#define IDI_SHELL_BATCH_FILE 153
|
2018-08-28 04:40:47 +02:00
|
|
|
#define IDI_SHELL_LIBRARY_FILE 154
|
2018-08-28 04:40:48 +02:00
|
|
|
#define IDI_SHELL_SYSTEM_FONT 155
|
2018-08-28 04:40:49 +02:00
|
|
|
#define IDI_SHELL_TRUETYPE_FONT 156
|
2018-08-28 04:40:50 +02:00
|
|
|
#define IDI_SHELL_POSTSCRIPT_FONT 157
|
2018-08-28 04:40:51 +02:00
|
|
|
/* 158 - 159 not used on Windows */
|
|
|
|
#define IDI_SHELL_RUN2 160
|
2006-07-19 18:36:22 +02:00
|
|
|
#define IDI_SHELL_CONFIRM_DELETE 161
|
2018-08-28 04:40:53 +02:00
|
|
|
/* 162 - 164 not used on Windows */
|
|
|
|
#define IDI_SHELL_BACKUP 165
|
2018-08-28 04:40:54 +02:00
|
|
|
#define IDI_SHELL_DISK_CHECK 166
|
2018-08-28 04:40:55 +02:00
|
|
|
#define IDI_SHELL_DEFRAGMENT 167
|
2010-08-27 14:13:49 +02:00
|
|
|
#define IDI_SHELL_DEFAULT_PRINTER 168
|
|
|
|
#define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169
|
|
|
|
#define IDI_SHELL_DEFAULT_TO_FILE_PRINTER 170
|
2018-08-28 04:40:56 +02:00
|
|
|
#define IDI_SHELL_TREEVIEW 171
|
2018-08-28 04:40:57 +02:00
|
|
|
#define IDI_SHELL_NETWORK_FOLDER 172
|
2018-08-27 06:20:48 +02:00
|
|
|
#define IDI_SHELL_FAVORITES_FOLDER 173
|
2018-08-28 04:40:58 +02:00
|
|
|
#define IDI_SHELL_CHECKLIST_FOLDER 174
|
2018-08-28 04:40:59 +02:00
|
|
|
#define IDI_SHELL_NET_CONNECTIONS 175
|
2018-08-29 07:47:23 +02:00
|
|
|
#define IDI_SHELL_NEW_WEB_FOLDER 176
|
2018-08-29 07:47:24 +02:00
|
|
|
#define IDI_SHELL_VISUAL_SETTINGS 177
|
2018-08-29 07:47:23 +02:00
|
|
|
#define IDI_SHELL_NEW_WEB_PAGE 178
|
2018-08-29 07:47:25 +02:00
|
|
|
#define IDI_SHELL_REMOTE_CONNECTION 179
|
2018-08-29 07:47:26 +02:00
|
|
|
#define IDI_SHELL_WINDOW_ON_MONITOR 180
|
|
|
|
#define IDI_SHELL_DESKTOP_ON_MONITOR 181
|
2018-08-29 07:47:27 +02:00
|
|
|
#define IDI_SHELL_WINDOW_WITH_SIDEBAR 182
|
|
|
|
#define IDI_SHELL_WINDOW_WITHOUT_SIDEBAR 183
|
|
|
|
#define IDI_SHELL_MAXIMIZED_WINDOW 184
|
|
|
|
#define IDI_SHELL_FLOATING_WINDOWS 185
|
2018-08-29 07:47:28 +02:00
|
|
|
#define IDI_SHELL_ONE_CLICK_OPEN 186
|
|
|
|
#define IDI_SHELL_TWO_CLICK_OPEN 187
|
2018-08-29 07:47:29 +02:00
|
|
|
/* 188 - 190 not used on Windows */
|
|
|
|
#define IDI_SHELL_EMPTY_RECYCLE_BIN_95 191
|
|
|
|
#define IDI_SHELL_FULL_RECYCLE_BIN_95 192
|
2018-08-29 07:47:23 +02:00
|
|
|
#define IDI_SHELL_WEB_FOLDERS 193
|
2018-08-29 07:47:31 +02:00
|
|
|
#define IDI_SHELL_PASSWORDS 194
|
2018-08-29 07:47:32 +02:00
|
|
|
/* 195 not used on Windows */
|
|
|
|
#define IDI_SHELL_FAX 196
|
|
|
|
#define IDI_SHELL_DEFAULT_FAX 197
|
|
|
|
#define IDI_SHELL_DEFAULT_NETWORK_FAX 198
|
|
|
|
#define IDI_SHELL_NETWORK_FAX 199
|
2018-08-29 07:47:33 +02:00
|
|
|
#define IDI_SHELL_RESTRICTED 200
|
2018-08-29 07:47:34 +02:00
|
|
|
/* 201 - 209 not used on Windows */
|
|
|
|
#define IDI_SHELL_DEFAULT_FOLDER 210
|
2018-08-29 07:47:31 +02:00
|
|
|
/* 211 - 219 not used on Windows */
|
|
|
|
#define IDI_SHELL_USERS 220
|
2018-08-29 07:47:35 +02:00
|
|
|
#define IDI_SHELL_POWER_OFF 221
|
2018-08-29 07:47:37 +02:00
|
|
|
#define IDI_SHELL_DVD 222
|
2018-08-29 07:47:38 +02:00
|
|
|
#define IDI_SHELL_DOCUMENTS 223
|
2018-08-30 07:37:40 +02:00
|
|
|
#define IDI_SHELL_VIDEO_FILE 224
|
2018-08-30 07:37:41 +02:00
|
|
|
#define IDI_SHELL_AUDIO_FILE 225
|
2018-08-31 05:41:15 +02:00
|
|
|
#define IDI_SHELL_IMAGE_FILE 226
|
2018-08-31 05:41:16 +02:00
|
|
|
#define IDI_SHELL_MULTIMEDIA_FILE 227
|
2018-08-29 07:47:37 +02:00
|
|
|
#define IDI_SHELL_MUSIC_CD_95 228
|
2018-08-30 07:37:45 +02:00
|
|
|
#define IDI_SHELL_CARD_READER 229
|
2018-08-30 07:37:46 +02:00
|
|
|
#define IDI_SHELL_ZIP_DRIVE 230
|
2018-08-30 07:37:47 +02:00
|
|
|
#define IDI_SHELL_DOWNLOAD 231
|
|
|
|
#define IDI_SHELL_DOWNLOAD_EMBLEM 232
|
2018-08-30 07:37:48 +02:00
|
|
|
#define IDI_SHELL_REMOVABLE_DISK 233
|
|
|
|
#define IDI_SHELL_BAD_REMOVABLE_DISK 234
|
2005-08-26 12:05:34 +02:00
|
|
|
#define IDI_SHELL_MY_DOCUMENTS 235
|
2018-08-29 07:47:34 +02:00
|
|
|
#define IDI_SHELL_MY_PICTURES 236
|
|
|
|
#define IDI_SHELL_MY_MUSIC 237
|
|
|
|
#define IDI_SHELL_MY_VIDEOS 238
|
2018-08-30 07:37:49 +02:00
|
|
|
#define IDI_SHELL_MSN 239
|
2018-08-30 07:37:50 +02:00
|
|
|
#define IDI_SHELL_DELETE 240
|
2018-08-30 07:37:51 +02:00
|
|
|
#define IDI_SHELL_MOVE 241
|
2018-08-28 04:40:41 +02:00
|
|
|
#define IDI_SHELL_RENAME 242
|
2018-08-28 04:40:52 +02:00
|
|
|
#define IDI_SHELL_COPY 243
|
2018-08-30 07:37:52 +02:00
|
|
|
#define IDI_SHELL_UPLOAD 244
|
2018-08-30 07:37:53 +02:00
|
|
|
#define IDI_SHELL_PRINT 245
|
2018-08-30 07:37:54 +02:00
|
|
|
#define IDI_SHELL_PLAY 246
|
2018-08-31 05:41:18 +02:00
|
|
|
#define IDI_SHELL_INTERNET_RADIO 247
|
|
|
|
#define IDI_SHELL_UPLOAD_PHOTO 251
|
2018-08-31 05:41:19 +02:00
|
|
|
#define IDI_SHELL_PRINT_PHOTO 252
|
2018-08-29 07:47:29 +02:00
|
|
|
#define IDI_SHELL_EMPTY_RECYCLE_BIN2 254
|
2018-08-29 07:47:34 +02:00
|
|
|
#define IDI_SHELL_NEW_NETWORK_FOLDER 258
|
2018-08-29 07:47:37 +02:00
|
|
|
#define IDI_SHELL_WRITE_DISC 260
|
|
|
|
#define IDI_SHELL_DELETE_FILE 261
|
|
|
|
#define IDI_SHELL_ERASE_DISC 262
|
2018-08-31 05:41:20 +02:00
|
|
|
#define IDI_SHELL_HELP2 263
|
2018-08-29 07:47:34 +02:00
|
|
|
#define IDI_SHELL_TO_FOLDER 264
|
2018-08-29 07:47:37 +02:00
|
|
|
#define IDI_SHELL_BURN_DISC 266
|
2018-08-29 07:47:34 +02:00
|
|
|
#define IDI_SHELL_SHARED_FOLDER 267
|
2018-08-29 07:47:31 +02:00
|
|
|
#define IDI_SHELL_USERS_XP 269
|
2018-08-31 05:41:21 +02:00
|
|
|
#define IDI_SHELL_INSTALL_XP 271
|
2018-08-31 05:41:19 +02:00
|
|
|
#define IDI_SHELL_MULTIFUNCTION_PRINTER 272
|
2018-08-31 05:41:18 +02:00
|
|
|
#define IDI_SHELL_INTERNET 273
|
|
|
|
#define IDI_SHELL_WEB_CALENDAR 276
|
2018-08-29 07:47:31 +02:00
|
|
|
#define IDI_SHELL_USERS_XP2 279
|
2018-08-31 05:41:22 +02:00
|
|
|
/* 280 not used on Windows */
|
|
|
|
#define IDI_SHELL_SEARCH_WINDOW 281
|
2018-08-31 05:41:20 +02:00
|
|
|
/* 285 - 288 not used on Windows */
|
|
|
|
#define IDI_SHELL_HELP_FILE 289
|
2018-08-29 07:47:37 +02:00
|
|
|
#define IDI_SHELL_DVD_DRIVE 291
|
|
|
|
#define IDI_SHELL_HYBRID_CD 292
|
|
|
|
#define IDI_SHELL_UNKNOWN_DISC 293
|
|
|
|
#define IDI_SHELL_CD_ROM 294
|
|
|
|
#define IDI_SHELL_CD_R 295
|
|
|
|
#define IDI_SHELL_CD_RW 296
|
|
|
|
#define IDI_SHELL_DVD_RAM 297
|
|
|
|
#define IDI_SHELL_DVD_R 298
|
2018-08-24 07:16:48 +02:00
|
|
|
#define IDI_SHELL_OPTICAL_DISC 302
|
2018-08-29 07:47:37 +02:00
|
|
|
#define IDI_SHELL_DVD_ROM 304
|
2018-08-31 05:41:19 +02:00
|
|
|
#define IDI_SHELL_INTERNET_PRINTER 311
|
2018-08-31 05:41:23 +02:00
|
|
|
#define IDI_SHELL_JAZ_DRIVE 312
|
2018-08-30 07:37:46 +02:00
|
|
|
#define IDI_SHELL_ZIP_DRIVE2 313
|
2018-08-29 07:47:37 +02:00
|
|
|
#define IDI_SHELL_DVD_RW 318
|
2018-08-29 07:47:34 +02:00
|
|
|
#define IDI_SHELL_NEW_FOLDER 319
|
2018-08-29 07:47:37 +02:00
|
|
|
#define IDI_SHELL_BURN_DISC2 320
|
2018-08-31 05:41:25 +02:00
|
|
|
#define IDI_SHELL_CONTROL_PANEL_XP2 321
|
2018-08-27 06:20:48 +02:00
|
|
|
#define IDI_SHELL_FAVORITES_SMALL 322
|
2018-08-31 05:41:22 +02:00
|
|
|
#define IDI_SHELL_SEARCH_SMALL 323
|
2018-08-31 05:41:20 +02:00
|
|
|
#define IDI_SHELL_HELP_SMALL 324
|
2018-08-31 05:41:26 +02:00
|
|
|
#define IDI_SHELL_LOG_OFF_SMALL 325
|
2018-08-29 07:47:34 +02:00
|
|
|
#define IDI_SHELL_APP_FOLDER_SMALL 326
|
2018-08-31 05:41:26 +02:00
|
|
|
#define IDI_SHELL_RECENT_SMALL 327
|
|
|
|
#define IDI_SHELL_RUN_SMALL 328
|
|
|
|
#define IDI_SHELL_POWER_OFF_SMALL 329
|
2018-08-31 05:41:25 +02:00
|
|
|
#define IDI_SHELL_CONTROL_PANEL_SMALL 330
|
2018-08-31 05:41:26 +02:00
|
|
|
#define IDI_SHELL_EJECT_SMALL 331
|
2018-08-31 05:41:22 +02:00
|
|
|
/* 332 - 336 not used on Windows */
|
|
|
|
#define IDI_SHELL_SEARCH_DIRECTORY 337
|
2018-08-29 07:47:33 +02:00
|
|
|
#define IDI_SHELL_RESTRICTED2 338
|
2018-08-31 05:41:18 +02:00
|
|
|
/* 339 - 511 not used on Windows */
|
|
|
|
#define IDI_SHELL_WEB_BROWSER 512
|
2005-04-11 15:04:41 +02:00
|
|
|
|
2006-04-17 01:47:17 +02:00
|
|
|
/*
|
|
|
|
AVI resources, windows shell32 has 14 of them: 150-152 and 160-170
|
|
|
|
FIXME: Need to add them, but for now just let them use the same: searching.avi
|
|
|
|
(also to limit shell32's size)
|
|
|
|
*/
|
|
|
|
#define IDR_AVI_SEARCH 150
|
2006-03-25 12:21:55 +01:00
|
|
|
#define IDR_AVI_SEARCHING 151
|
2006-12-08 09:05:19 +01:00
|
|
|
#define IDR_AVI_FINDCOMPUTER 152
|
2006-07-22 13:34:37 +02:00
|
|
|
#define IDR_AVI_FILEMOVE 160
|
2006-04-17 01:47:17 +02:00
|
|
|
#define IDR_AVI_FILECOPY 161
|
2007-03-22 10:16:54 +01:00
|
|
|
#define IDR_AVI_FILENUKE 163
|
2007-08-04 20:33:08 +02:00
|
|
|
#define IDR_AVI_FILEDELETE 164
|
2006-03-25 12:21:55 +01:00
|
|
|
|
2008-03-21 18:38:51 +01:00
|
|
|
/* about box */
|
2008-03-26 20:51:12 +01:00
|
|
|
#define IDC_ABOUT_LICENSE 97
|
2008-03-21 18:38:51 +01:00
|
|
|
#define IDC_ABOUT_WINE_TEXT 98
|
|
|
|
#define IDC_ABOUT_LISTBOX 99
|
|
|
|
#define IDC_ABOUT_STATIC_TEXT1 100
|
|
|
|
#define IDC_ABOUT_STATIC_TEXT2 101
|
2008-03-26 20:51:12 +01:00
|
|
|
#define IDC_ABOUT_STATIC_TEXT3 102
|
2008-03-21 18:38:51 +01:00
|
|
|
|
2008-06-27 17:28:57 +02:00
|
|
|
/* run dialog */
|
2008-06-27 19:03:24 +02:00
|
|
|
#define IDC_RUNDLG_DESCRIPTION 12289
|
2008-06-27 17:28:57 +02:00
|
|
|
#define IDC_RUNDLG_BROWSE 12288
|
2008-06-27 19:03:24 +02:00
|
|
|
#define IDC_RUNDLG_ICON 12297
|
2008-06-27 17:28:57 +02:00
|
|
|
#define IDC_RUNDLG_EDITPATH 12298
|
2008-06-27 19:03:24 +02:00
|
|
|
#define IDC_RUNDLG_LABEL 12305
|
2008-06-27 17:28:57 +02:00
|
|
|
|
2018-05-08 05:30:27 +02:00
|
|
|
/* file property dialog */
|
|
|
|
#define IDC_FPROP_ICON 13000
|
|
|
|
#define IDC_FPROP_PATH 13001
|
|
|
|
#define IDC_FPROP_TYPE_LABEL 13002
|
|
|
|
#define IDC_FPROP_TYPE 13003
|
|
|
|
#define IDC_FPROP_OPENWITH_LABEL 13004
|
|
|
|
#define IDC_FPROP_PROG_ICON 13005
|
|
|
|
#define IDC_FPROP_PROG_NAME 13006
|
|
|
|
#define IDC_FPROP_PROG_CHANGE 13007
|
|
|
|
#define IDC_FPROP_LOCATION_LABEL 13008
|
|
|
|
#define IDC_FPROP_LOCATION 13009
|
|
|
|
#define IDC_FPROP_SIZE_LABEL 13010
|
|
|
|
#define IDC_FPROP_SIZE 13011
|
|
|
|
#define IDC_FPROP_CREATED_LABEL 13012
|
|
|
|
#define IDC_FPROP_CREATED 13013
|
|
|
|
#define IDC_FPROP_MODIFIED_LABEL 13014
|
|
|
|
#define IDC_FPROP_MODIFIED 13015
|
|
|
|
#define IDC_FPROP_ACCESSED_LABEL 13016
|
|
|
|
#define IDC_FPROP_ACCESSED 13017
|
|
|
|
#define IDC_FPROP_ATTRIB_LABEL 13018
|
|
|
|
#define IDC_FPROP_READONLY 13019
|
|
|
|
#define IDC_FPROP_HIDDEN 13020
|
|
|
|
#define IDC_FPROP_ARCHIVE 13021
|
|
|
|
|
2009-01-03 16:36:00 +01:00
|
|
|
/* bitmaps */
|
2018-10-24 14:28:10 +02:00
|
|
|
#define IDB_SORT_INCR 133
|
|
|
|
#define IDB_SORT_DECR 134
|
|
|
|
|
2009-01-03 16:36:00 +01:00
|
|
|
/* explorer toolbar icons
|
|
|
|
* FIXME: images are hacky and should be re-drawn; also dark and light bitmaps are same for now
|
|
|
|
*/
|
|
|
|
#define IDB_TB_LARGE_LIGHT 214
|
|
|
|
#define IDB_TB_LARGE_DARK 215
|
|
|
|
#define IDB_TB_SMALL_LIGHT 216
|
|
|
|
#define IDB_TB_SMALL_DARK 217
|
|
|
|
|
Release 980822
Sat Aug 22 17:46:19 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* [include/dosexe.h] [include/module.h] [include/pe_image.h]
[include/process.h] [include/windows.h] [loader/dos/module.c]
[loader/module.c] [loader/ne/module.c] [loader/pe_image.c]
[scheduler/process.c] [win32/process.c]
Partially implemented CreateProcess32.
* [win32/device.c] [relay32/kernel32.spec] [scheduler/k32obj.c]
[misc/registry.c] [win32/file.c]
Partially implemented VxDCall (VMM registry services).
* [files/dos_fs.c]
DOSFS_FindNext made thread-safe.
* [include/sig_context.h] [include/syslevel.h] [loader/signal.c]
[scheduler/syslevel.c] [tools/build.c]
Replaced CALLTO16_Current_fs by SYSLEVEL_Win16CurrentTeb.
* [win32/kernel32.c]
Bugfix: QT_Thunk/FT_Thunk should return 'long' in DX:AX, not EAX.
* [if1632/relay.c] [relay32/builtin32.c] [windows/msgbox.c]
[msdos/int20.c] [msdos/int21.c]
Use ExitProcess instead of TASK_KillCurrentTask.
* [include/task.h] [include/thread.h] [loader/task.c]
[scheduler/thread.c] [include/queue.h] [windows/message.c]
[windows/queue.c] [windows/win.c]
Prevent Win32 threads from entering the TASK_Reschedule loop.
(Note: Win32 messaging still doesn't work correctly; this patch
is just preventing the system from crashing when Win32 threads
call messaging functions. Messages will probably still get lost.)
* [scheduler/critsection.c]
Deactivated the use of SEM_UNDO for the SYSTEM_LOCK semaphore;
for some reason, this leads to problems after threads terminate...
Sat Aug 22 15:00:00 1998 Jürgen Schmied <juergen.schmied@metronet.de>
* [include/authors.h]
New file, includes all names of the developer (former shell.c)
* [Makefile.in][configure][configure.in][dlls/Makefile.in]
[dlls/shell32/Makefile.in][shres.rc]
Created dlls/shell32 and moved the shell32 stuff in it.
Started to create internal resources.
* [dlls/shell32/*]
Split the shell32 implementation into smaller files.
New classes: IContextMenu, IExtractIcon, IShellView.
Implemented Shell_GetImageList().
shell32 links to comctl32 now dynamically so it can use
internal/external implementations.
* [documentation/internal-dll] [documentation/shell32]
New, could anybody do a spellcheck?
* [include/commctrl.h]
Many new LV constants, structures, functions.
* [controls/comctl32undoc.c]
Rewrote the DSA* functions.
* [windows/winpos.c]
SetShellWindow32, GetShellWindow32.
Sat Aug 22 14:02:15 1998 Alexander Lukyanov <lav@long.yar.ru>
* [loader/resource.c]
Mark last accelerator as such in LoadAccelerators32W.
* [relay32/shell32.spec] [misc/shell.c]
Add stubs for SHGetSpecialFolderPath[AW].
Sat Aug 22 02:07:42 1998 Adrian Harvey <adrian@select.com.au>
* [include/file.h] [file/file.c] [msdos/int21.c] [msdos/vxd.c]
[misc/lzexpand.c] [win32/kernel32.c] [documentation/filehandles]
Fixed file handle handling. Created universal HFILE16 to HFILE32
translation macro from msdos/int21 code by Ove Kaaven.
Used macro in all Win16 functions so that win32 handles are translated
to avoid DOS/Win16 stdxx handles.
Removed handle translation from int21.c where Win16 functions are
called. Changed remaining calls to use new macro names.
Documented filehandle handling and differences between win 16 & 32.
Fri Aug 21 20:32:49 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [server/process.c] [server/thread.c]
Implemented object wait queues and synchronization.
Fri Aug 21 18:40:02 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
* [graphics/psdrv/*]
DEVMODE dmPaper{Width|Length} fields are in 0.1mm.
Select a 100 pixel default font in CreateDC.
Thu Aug 20 22:47:39 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
* [objects/bitmap.c]
Handle bits=32 in SetBitmapBits32 and GetBitmapBits32.
* [msdos/int21.c]
Add handling of Int21 0A and 37.
* [misc/commdlg.c]
Use MapHModuleLS and MapHModuleSL when translating HINSTANCE16 to
HINSTANCE32 and vice versa.
* [win32/file.c]
CreateFile32A: Abort if filename == NULL.
Thu Aug 20 12:28:31 1998 Marcus Meissner <marcus@jet.franken.de>
* [*/*]
Lots of missing prototypes added, some parameter types adapted to match
SDK.
* [debugger/stabs.c]
Don't loop forever if we don't find wine or one of the libxxx.so.
* [loader/ne/module.c]
Implemented MapHModuleLS,MapHModuleSL,MapHinstLS,MapHinstSL.
* [misc/network.c]
Implemented WNetGetUser32A.
* [misc/shellord.c]
Implemented ILRemoveLastID.
* [multimedia/dsound.c]
Fixed StarCraft memory leak.
* [graphics/ddraw.c]
Removed some unnecessary simple relaying functions, tried polishing
up the Xlib implementation (still doesn't work), temp. removed Xshm
code (to be remerged with working Xlib code).
Tue Aug 18 22:29:17 1998 Ove Kaaven <ovek@arcticnet.no>
* [multimedia/mmio.c] [multimedia/mmsystem.c]
Fixed most mmio bugs, fully implementing mmioSetBuffer
buffering, ability to read memory files, and the
sndPlaySound() SND_MEMORY flag. Most mmio-using programs
now work fine.
* [include/dosexe.h] [include/miscemu.h] [include/module.h]
[loader/module.c] [loader/task.c] [msdos/dosmem.c]
Improved DOS VM flexibility and portability somewhat. (Did
I get the #ifdefs right this time, BSD-ers?)
* [msdos/int21.c]
Made "Get Current PSP address" work as expected in a DOS VM.
* [loader/dos/*]
Began improving flexibility and portability somewhat. It
should be easier to add DPMI RMCB callbacks now. The
DOS VM no longer leaves big files lying around in /tmp
after a crash.
Tue Aug 18 12:38:31 1998 Turchanov Sergey <turchanov@usa.net>
* [relay32/winmm.spec]
This patch allows WinAmp to play WAV files (at least in PCM
format).
Sun Aug 16 05:34:13 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
* [windows/keyboard.c]
Corrected keyboard code to properly handle keys : ? ~ and "
on non US keyboards.
Sat Aug 15 18:47:14 1998 Brian Craft <bcboy@dorothy.wanglab.brandeis.edu>
* [windows/win.c]
Fixed severe bug in EnumChildWindwos().
Thu Aug 13 21:05:35 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
* [controls/tooltips.c]
Fixed some bugs. Added subclassing support.
* [controls/toolbar.c]
Improved tooltip integration. Fixed some bugs.
* [controls/commctrl.c]
Changed control registration and added some documentation.
Fixed ShowHideMenuCtl.
* [controls/rebar.c][include/rebar.h][include/commctrl.h]
Improved rebar implementation (still no display).
* [controls/pager.c][include/pager.h][include/commctrl.h]
Improved pager implementation (still no display).
* [misc/imagelist.c]
Fixed a bug.
* [documentation/common_controls]
Updated.
Sun Aug 9 19:50:20 1998 James Juran <jrj120@psu.edu>
* [Makefile.in] [documentation/Makefile.in]
[programs/Makefile.in] [programs/*/Makefile.in]
Added uninstall rules, cleaned up install rules a little bit.
Sun Aug 9 13:21:35 1998 Andreas Mohr <100.30936@germany.net>
* [loader/ne/module.c] [if1632/kernel.spec]
Added the undocumented HIWORD of GetModuleHandle (hFirstModule).
* [loader/ne/segment.c]
Wine forgot to set some NE_SEGFLAGS_*.
Combined with another loader change, this fixed the
"BLINKER -- error in loading module" or ghost MessageBox problem
that about 1% of all Windows programs have.
Some BLINKER programs still don't work, though.
But I'm working on it, with great help from Blinkinc.
* [loader/task.c]
InitTask needs to decrement the SP register by two as Win95 does.
Sun Aug 9 02:41:28 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* [if1632/kernel.spec] [relay32/kernel32.spec] [scheduler/syslevel.c]
[loader/main.c] [win32/ordinals.c] [include/syslevel.h]
[scheduler/Makefile.in]
Implemented Win95 'syslevel' routines (including Win16Lock).
* [if1632/relay.c] [if1632/thunk.c] [tools/build.c] [loader/task.c]
[loader/ne/segment.c] [win32/kernel32.c] [memory/selector.c]
[include/stackframe.h] [include/thread.h]
16-bit %fs handling revised. Use Win16Lock where appropriate.
* [include/thread.h] [scheduler/synchro.c] [windows/message.c]
[windows/queue.c] [win32/process.c]
Implemented MsgWaitForMultipleObjects.
* [files/change.c] [files/Makefile.in] [scheduler/k32obj.c]
[win32/newfns.c]
Implemented (dummy) file change notification objects.
* [debugger/dbg.y] [scheduler/process.c] [scheduler/thread.c]
[include/process.h] [include/thread.h]
Suspend all threads except current when hitting debugger break point.
* [objects/dib.c]
Bugfix for CreateDIBSection.
1998-08-22 21:03:56 +02:00
|
|
|
#endif
|