Alexandre Julliard
da35622b83
makefiles: Disable use of Unicode macros globally for all the programs.
2012-01-20 13:14:16 +01:00
Alexandre Julliard
3dc628c636
regedit: Merge accelerators into the main resource file.
2011-12-19 20:15:53 +01:00
Alexandre Julliard
b9aed40111
regedit: Convert dialogs to po files.
2011-11-08 15:28:49 +01:00
Andrew Nguyen
3c0af2fcd1
regedit: Convert the treeview code to Unicode.
2011-04-18 11:50:39 +02:00
Alexandre Julliard
30b5e22def
regedit: Convert menu and string tables resources to po files.
2011-01-14 18:26:06 +01:00
Alexandre Julliard
15ccabc9a8
makefiles: Add common rules for installing the main man page.
2010-12-05 16:17:58 +01:00
Austin English
76725fbb68
regedit: Add a manpage.
2010-11-26 12:13:18 +01:00
Alexandre Julliard
bd9852cd6f
makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions.
2010-09-19 12:40:12 +02:00
Alexandre Julliard
81b8ee863e
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
2010-09-19 12:36:48 +02:00
Yaron Shahrabani
49eebf9557
regedit: Added Hebrew translation.
2010-08-16 13:40:54 +02:00
Alexandre Julliard
6fb39dfe4a
programs: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:37 +02:00
Igor Paliychuk
32e6007010
regedit: Add Ukrainian translation.
2010-07-19 14:38:17 +02:00
Michael Stefaniuc
11f367f6a5
regedit: Add the Romanian translation.
...
Translation by Claudia Cotună.
2010-07-12 11:36:08 +02:00
Alexandre Julliard
bef5645eb1
makefiles: Remove the no longer needed explicit separators for dependencies.
2010-03-16 13:28:19 +01:00
Michael Stefaniuc
13455d31ca
regedit: Build language resource files separately.
...
Do not include them from an other rc file.
2009-07-02 11:42:03 +02:00
Alexandre Julliard
0e3eda3425
programs: Use the Wine import libraries when compiling with MinGW.
2008-05-26 19:26:06 +02:00
Herve Chanal
c440322647
regedit: A nicer icon.
2008-03-25 16:14:23 +01:00
Alexandre Julliard
f6366e2d00
regedit.exe: We can now store binary files in the repository.
2007-09-18 13:35:16 +02:00
Alexandre Julliard
32ab895e46
makefiles: Generate the dependencies line to avoid some code duplication.
2006-09-14 09:38:16 +02:00
Mike McCormack
b744372231
Turn off gcc 4.0's builtin wchar inlines.
2005-08-11 17:12:18 +00:00
Alexandre Julliard
6625b63b53
Get rid of the no longer used regedit test.
2005-08-03 19:36:51 +00:00
Robert Shearman
828aff306c
- Add neutral English resources.
...
- Add a control for editing binary data.
- Add a binary value editor dialog.
2005-04-14 11:30:31 +00:00
Zimler Attila
61197df74c
Add delete key support.
2004-03-12 19:44:47 +00:00
Alexandre Julliard
6be39b60f5
Take advantage of the new winegcc -B support.
2004-03-09 04:54:07 +00:00
Alexandre Julliard
6621b2d213
Build all the programs with winegcc.
2004-03-02 21:00:00 +00:00
Thomas Weidenmueller
a34dc5b53a
Regedit GUI enhancements with new Windows-like icons.
2004-01-20 01:33:02 +00:00
Thomas Weidenmueller
8461c77082
Simplify the About dialog code.
2004-01-16 01:58:48 +00:00
Alexandre Julliard
358cc8b02b
Use delayed imports instead of explicit GetProcAddress calls.
2003-12-03 22:29:05 +00:00
Dimitrie O. Paun
9142f7730b
Added support for editing strings.
2003-12-03 20:25:24 +00:00
Pavel Roskin
7035adcae4
Convert resources to standard format without embedded binary data.
...
Fixes to be compatible with windres.
2003-10-04 04:21:19 +00:00
Dimitrie O. Paun
54e6b0d938
Extract binary resources to files, to fit the standard.
2003-10-03 05:01:33 +00:00
Alexandre Julliard
f752b1246b
Authors: Robert Dickenson <robd@reactos.org>, Steven Edwards <Steven_Ed4153@yahoo.com>, Mike McCormack <mike@codeweavers.com>
...
Implemented GUI for regedit.
2003-08-07 03:10:13 +00:00
Alexandre Julliard
e7a44d18cd
Make sure we don't use libwine_port functions when linking with
...
msvcrt.
2003-04-02 01:43:33 +00:00
Andriy Palamarchuk
fe61065cd7
Linked regedit against msvcrt instead of the platform I/O library, so
...
it can handle full Windows paths.
2002-08-15 21:45:28 +00:00
Andriy Palamarchuk
f5aad76936
Added regedit unit test, a couple minor changes to regedit.
2002-06-20 23:09:33 +00:00
Andriy Palamarchuk
2da362f5b6
Use native libc functions instead of msvcrt ones.
2002-05-31 18:22:11 +00:00
Alexandre Julliard
cc2ee7636d
Renamed Winelib apps to .exe.so to follow the dll naming convention.
2002-05-21 19:42:29 +00:00
Alexandre Julliard
2ab7625934
Removed most imports of ntdll since we no longer import Wine internal
...
functions from there.
2002-05-17 03:37:12 +00:00
Alexandre Julliard
67371bcc8d
Added -res option to specify resources on winebuild command-line.
...
Added -exe mode to generate a .spec.c for an exe without having to
provide a .spec.
Removed some no longer needed spec files.
Removed .dll extension in makefiles import specifications.
2002-05-11 23:06:32 +00:00
Alexandre Julliard
32459912dc
Moved imports specification from the .spec into the Makefile so that
...
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00
Andriy Palamarchuk
4e2e176c2f
Created regedit replacement. Fixed some bugs.
2002-04-11 23:58:40 +00:00