Pavel Roskin
6c1785d88a
Make inactive LED segments dimmer to make numbers easier to read.
2003-12-08 21:48:18 +00:00
Dimitrie O. Paun
573b389053
Move include/bitmaps/*.xpm where they belong.
2003-12-08 21:44:24 +00:00
Francois Gouget
46f11eda58
Print error messages to stderr as is customary.
2003-12-05 04:42:06 +00:00
Filip Navara
d4baf37085
Fixed some flags in calls to CreateWindowEx.
...
Fixed color of the splitter.
2003-12-05 00:09:54 +00:00
Alexandre Julliard
9f71bd9824
Authors: Jakob Eriksson <jakov@vmlinux.org>, Dimitrie O. Paun <dpaun@rogers.com>, Ferenc Wagner <wferi@afavant.elte.hu>
...
New Wine test shell utility.
2003-12-04 02:01:39 +00:00
Alexandre Julliard
358cc8b02b
Use delayed imports instead of explicit GetProcAddress calls.
2003-12-03 22:29:05 +00:00
Alexandre Julliard
4175fdb7c6
Added support for loading 16-bit dlls.
2003-12-03 20:29:24 +00:00
Dimitrie O. Paun
9142f7730b
Added support for editing strings.
2003-12-03 20:25:24 +00:00
Richard Cohen
fa7060cba4
- Properly disable the second hand.
...
- Remove unneeded #include "winnls", #define MIN.
- Get the digital clock working.
2003-12-03 04:44:18 +00:00
Richard Cohen
260b6149f2
- Use resource ids IDM_*, IDS_* instead of numbers.
...
- Move ... from toplevel "Info..." onto sub items (eg "About").
2003-12-03 03:58:29 +00:00
Alexandre Julliard
db70ec8ea1
Use normal dll imports instead of GetProcAddress hacks.
2003-12-02 05:33:26 +00:00
Peter Berg Larsen
4d6c59e153
- the last event was not looked at when compressing console events
...
- better compression for UPDATE_EVENTs as they are not influenced by
CURSOR_POS or CURSOR_GEOM
- added debug traces
2003-12-02 03:52:35 +00:00
Jon Griffiths
78b2610544
Thai translation of notepad. Fix spelling in clock translations.
2003-12-01 22:43:20 +00:00
Alexandre Julliard
2ea7a80965
Added make_progs tool to generate the programs makefile.
...
Create symlinks for all the Winelib apps.
2003-11-30 06:18:43 +00:00
Andrew de Quincey
fc0968d4d1
Fixed one more HeapReAlloc call.
2003-11-30 02:53:29 +00:00
Richard Cohen
3a3ace6e14
Remove some unused code.
2003-11-30 02:52:23 +00:00
Alexandre Julliard
177f3d1e25
Removed some no longer used programs.
2003-11-30 01:55:54 +00:00
Stefan Leichter
ee33c001ac
Changed the version resource to be created in the common way.
2003-11-30 01:42:26 +00:00
Stefan Leichter
2835ebee12
Added version info resource.
2003-11-28 23:11:30 +00:00
Alexandre Julliard
402b79a1e8
Porting fixes.
2003-11-27 00:59:36 +00:00
Alexandre Julliard
49a98285ed
Fixed one more HeapReAlloc call.
2003-11-26 04:10:08 +00:00
Alexandre Julliard
b7976c00a0
Fixed declarations of BroadcastSystemMessage and TranslateAccelerator
...
in winuser.h. Added GetWindowModuleFileName.
2003-11-26 04:09:00 +00:00
Dimitrie O. Paun
c0232546bd
Make the winehq.org domain the official one.
2003-11-26 03:55:01 +00:00
Joshua Thielen
5c4caa6669
Fixed incorrect labeling of question boxes.
...
Removed incorrect email address in copyright.
2003-11-26 03:40:01 +00:00
Jon Griffiths
b82f98cb90
Thai language translation.
2003-11-25 00:08:18 +00:00
Ivan Leo Murray-Smith
3976f4632c
Added/updated Italian resources.
2003-11-21 21:33:02 +00:00
Dimitrie O. Paun
e81dedf1a7
HeapReAlloc() does not allocate memory.
2003-11-20 23:43:12 +00:00
Ivan Leo Murray-Smith
5a2f3c1f1f
Added/updated Italian resources.
2003-11-20 22:07:35 +00:00
Marcelo Duarte
61cbe6672a
Localization to Portuguese.
2003-11-17 20:03:11 +00:00
Ivan Leo Murray-Smith
e2b29cc65f
Improved Italian translations.
2003-11-17 20:00:33 +00:00
Marcelo Duarte
8defcd386c
Localization to the Portuguese of Brazil.
2003-11-05 23:27:01 +00:00
Rein Klazes
8404438f71
Let "info wnd" print the client rectangle in screen coordinates.
2003-11-05 00:36:23 +00:00
Francois Gouget
f405629e8e
Weekly spelling fixes.
2003-10-28 21:45:30 +00:00
Hans Leidekker
5474ad83b1
- Dutch translations of Wine programs.
...
- Correct grammar error in winefile.
2003-10-27 22:03:28 +00:00
Hans Leidekker
5ebcb8a48d
- Added Dutch translation.
...
- Make an example's description consistent with the example.
2003-10-27 22:02:37 +00:00
Mike Hearn
5454282946
Minor GUI relayout.
2003-10-24 04:18:17 +00:00
Mike Hearn
dec10f8a18
Complete support DOS version and winelook settings.
2003-10-22 03:02:26 +00:00
Mike Hearn
f388977f75
- Clear screen depth combo box on page init.
...
- Some appdefaults support.
- Rename hDlg to dialog in some places so enable/disable macros work.
- Don't update registry when the GUI is being initially configured.
2003-10-22 00:01:46 +00:00
Alexandre Julliard
2aa8a8390a
Replaced a few more 0xffffffff by the appropriate constants.
2003-10-16 19:31:11 +00:00
Rolf Kalbermatter
76f13deb26
Use INVALID_FILE_ATTRIBUTES to test for failure of
...
GetFileAttributesA/W and not -1 or 0xFFFFFFFF.
2003-10-16 19:12:49 +00:00
Alexandre Julliard
a167c3bb68
Get rid of the memory allocation macros, use real functions instead.
2003-10-15 21:14:08 +00:00
Oleg Prokhorov
cf8b84c19f
Another portion of HeapReAlloc fixes.
2003-10-15 21:01:05 +00:00
Gerald Pfeifer
d395f6260c
Remove unused variable commandSaveRegistry.
2003-10-15 20:50:56 +00:00
Daniel Marmier
f95be92d24
Fixed warnings with gcc option "-Wwrite-strings".
2003-10-15 03:35:54 +00:00
Michal Janusz Miroslaw
f3ed10a246
Extend displays: now one can add displays active only in specified
...
function; displays now can be enabled/disabled like in gdb.
2003-10-14 20:25:16 +00:00
Gerald Pfeifer
fc60c1e195
Remove unused variable debug_channels.
2003-10-14 20:10:36 +00:00
Dimitrie O. Paun
921df719e5
Fix some instances of memory allocation through HeapReAlloc().
2003-10-11 05:25:31 +00:00
Alexandre Julliard
6ac34ac6ab
Define an LDDLL command to link dlls, instead of using LDDLLFLAGS.
2003-10-11 01:05:18 +00:00
Peter Berg Larsen
7515680a7d
Changed debug channel to "curses" to seperate it from wineconsole.c
...
and added some trace infomation.
2003-10-10 00:01:21 +00:00
Mike McCormack
a300682f53
Handle quoting on the command line in uninstaller.
2003-10-09 19:45:54 +00:00
Daniel Marmier
8e5bb20542
Fixed warnings with gcc option "-Wwrite-strings".
2003-10-09 04:39:01 +00:00
Peter Berg Larsen
ae3b9bb66a
Use CONSOLE_RENDERER_NONE_EVENT to compress an event instead of
...
deleting it with a memmove.
2003-10-09 04:27:08 +00:00
Peter Berg Larsen
09f71d08ec
The Tab key was considered a ctrl-key and Shift-Tab was ignored.
2003-10-09 04:26:29 +00:00
Alexandre Julliard
c93c27f420
Removed useless WINE_TRACE_ON tests.
2003-10-08 19:20:11 +00:00
Peter Berg Larsen
5ca049a4ad
Moved debug output up before calling the backend.
2003-10-08 19:18:33 +00:00
Mike McCormack
0a96e52ca2
When registering a dll, search the dll's directory for dll
...
dependencies too.
2003-10-07 22:49:44 +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
Pavel Roskin
16ffa577a9
Use a better icon. Comment out the binary resource.
2003-10-04 03:10:59 +00:00
Hans Leidekker
c9d30a46f1
Dutch translation of progman.
...
Correct typo in English resources.
2003-10-04 03:09:06 +00:00
Pavel Roskin
e3f6ed2d68
Don't pass unused pointers to RegCreateKeyEx() - this prevents score
...
saving on Windows 2000.
2003-10-04 03:07:16 +00:00
Pavel Roskin
954765e0cc
Set win_style of the main window to WS_OVERLAPPEDWINDOW.
2003-10-04 03:06:39 +00:00
Dimitrie O. Paun
54e6b0d938
Extract binary resources to files, to fit the standard.
2003-10-03 05:01:33 +00:00
Gerald Pfeifer
ee94596da3
This is actually a /bin/sh script, /bin/bash is not needed.
...
Check whether the two input files exists instead of assuming they do.
2003-10-03 03:34:29 +00:00
Hans Leidekker
4c37f7db05
Added Dutch translation.
2003-10-02 04:27:45 +00:00
Hans Leidekker
d31d27f716
Dutch translation of clock and cmdlgtst.
2003-10-01 03:04:32 +00:00
Pavel Roskin
c8e3a50197
Correctly set openfilename.lStructSize before calling
...
GetOpenFileName().
2003-10-01 03:04:14 +00:00
Alexandre Julliard
c30cefb2d5
Store module names in Unicode in the server.
2003-09-30 01:04:19 +00:00
Mike Hearn
498e1ce039
Move Applications tab before Libraries tab.
...
Improve return_if_fail.
Partly implement appdefaults UI.
Replace usage of EnableWindow with clearer enable/disable macros.
2003-09-30 00:27:55 +00:00
Pavel Roskin
16b85af4ac
Widen the "About" dialog to prevent wrapping of text.
2003-09-29 20:13:30 +00:00
Pavel Roskin
50a4503c30
Fix processing of IDCANCEL command.
...
Don't change settings if the user canceled the "Custom" dialog.
2003-09-29 20:13:14 +00:00
Alexandre Julliard
90dc6580f5
Make sure all 16-bit system drivers are loaded for 16-bit apps.
2003-09-27 02:34:07 +00:00
Michael Stefaniuc
81a7aade60
Fix some memory leaks found by smatch.
2003-09-27 02:25:21 +00:00
José Manuel Ferrer Ortiz
1bae93d63f
Added Spanish resources.
2003-09-27 02:21:33 +00:00
Pavel Roskin
dbebaf6729
Fix checkboxes in the "Color dialog flags" dialogs. They would not
...
change state.
2003-09-25 23:48:18 +00:00
Pavel Roskin
3a82706e54
Call HeapAlloc() on entries before HeapReAlloc() to avoid crash on
...
Windows 2000.
2003-09-25 20:21:47 +00:00
Pavel Roskin
1341e9ae2b
Fix processing of the command line.
2003-09-25 20:21:32 +00:00
Alexandre Julliard
16cd86197a
Moved DLLFLAGS to a separate variable instead of including it in
...
DEFS.
2003-09-24 19:01:44 +00:00
Jon Griffiths
09fefeed7a
Not everyone has <unistd.h>, some files need <io.h> too (msvc).
2003-09-23 22:54:57 +00:00
Mike Hearn
fae915f0bf
Remove Managed option. Add DXGrab, DesktopDoubleBuffer, UseTakeFocus.
2003-09-22 21:13:51 +00:00
Michal Janusz Miroslaw
bf3de5ed6b
DEBUG_cmp_sym: micro optimization/cleanup.
2003-09-22 21:12:44 +00:00
Vincent Béron
221aa8d2a5
Another batch of French resources updates.
2003-09-22 19:48:29 +00:00
Eric Pouech
71a71b301d
- win32 console's window cannot be larger than curses' stdscr
...
- correctly manage backspace
- various cleanup
2003-09-22 19:31:32 +00:00
Mike Hearn
81be7f7892
Add screen depth option and remove "Allocated System Colors" setting.
2003-09-22 19:26:10 +00:00
Hans Leidekker
8b40f19ad0
Added Dutch translation.
2003-09-22 19:24:33 +00:00
Mike Hearn
5d249cb225
- Implement "managed mode" setting.
...
- Make system colors setting work.
- Disable DGA setting, as enabling it breaks wine.
2003-09-18 04:32:01 +00:00
Mike Hearn
5a2cde6532
- All settings in the drive edit dialog are now instant apply.
...
- Replace OK/Cancel buttons on the right with a close button on the
bottom.
- Warn the user when a C drive is not present.
- Add drive functionality will now always create a C drive if one
isn't present.
- Misc crasher fixes.
- Drive list box now reflects drives that take their data from a
device correctly.
- Various code cleanups.
2003-09-17 22:40:38 +00:00
Mike Hearn
9e849c0044
Implemented mouse wheel support.
2003-09-17 22:38:12 +00:00
Igor Stepin
f638678830
Added a lot of Russian translations.
2003-09-17 20:08:20 +00:00
José Manuel Ferrer Ortiz
cbc1fd3698
Updated Spanish translation.
2003-09-17 20:03:26 +00:00
Mike Hearn
6d4f4ac54e
Normalize win2000, nt2k, nt2000 to win2k, normalize win2k3 to win2003
...
(spotted by Vincent Béron).
2003-09-16 01:08:02 +00:00
Vincent Béron
481701b7b3
Updates for various French resources.
2003-09-16 01:02:11 +00:00
Ivan Leo Murray-Smith
9c2fb80d94
Added/improved Italian translations.
2003-09-15 22:21:18 +00:00
Mike Hearn
2184030c9a
Added a simple TODO list.
2003-09-15 22:09:03 +00:00
Ferenc Wagner
b129a1489f
Implement >> style (append) output redirection.
2003-09-11 20:41:26 +00:00
Oleg Prokhorov
7b2d01357e
Small grammar fix.
2003-09-11 01:04:03 +00:00
Alexandre Julliard
cf52644a1c
Removed the A/W constants for builtin cursors, icons and resource
...
types since they don't exist on Windows, and added typecasts
everywhere instead.
2003-09-10 03:56:47 +00:00
Pavel Roskin
3f8b3a1837
Compile Walon resources only if LANG_WALON is defined.
2003-09-10 03:43:16 +00:00
Mike Hearn
0f4c6c9727
- Bugfixes to the transaction system.
...
- Better protection against incomplete config sections.
- Implement "Add Drive".
- Partly reactivate edit drive dialog.
2003-09-10 03:41:44 +00:00
Francois Gouget
ae50013017
Fix the case of product and company names.
2003-09-08 19:38:45 +00:00
Mike Hearn
1136408fc6
- Removed the central configuration structure, all changes are
...
committed instantly now.
- Updated the drive handling code so it loads direct from the
registry.
- Removed DRIVE_DESC, drives are keyed by drive letter now.
- Documented drive_available_mask.
- Simplified the code somewhat.
2003-09-08 19:29:28 +00:00