Commit Graph

710 Commits (72ecbb0675360e173a1d93b3af43cdbb59849a40)

Author SHA1 Message Date
Francois Gouget 826ff13385 Improve error reporting. 2004-01-06 20:39:17 +00:00
Dimitrie O. Paun b3130b9f6d Add new value support. Misc improvements and cleanups. 2004-01-06 20:38:56 +00:00
Ivan Leo Murray-Smith 1c875a4f4f Updated Italian resources. 2004-01-06 00:37:29 +00:00
Eric Pouech 5bf3a2669b Made wine_get_unix_file_name take a Unicode string pointer. 2004-01-05 23:42:09 +00:00
Dimitrie O. Paun 4352892f60 Add value delete, and dword edit support. 2004-01-05 21:14:19 +00:00
Zimler Attila 071b7dae8a Added support for creating new keys. 2004-01-03 00:33:56 +00:00
Ivan Leo Murray-Smith edeb27b09c Added Italian resources. 2004-01-02 01:50:05 +00:00
Mike McCormack bbe0e2ce80 Sort the output of wcmd's set command. 2003-12-30 19:17:31 +00:00
Ivan Leo Murray-Smith 5d7957a36d Updated Italian translations. 2003-12-30 19:12:38 +00:00
Ferenc Wagner 9644428385 Solaris sh portability fix. 2003-12-30 19:09:25 +00:00
Eric Pouech 48f97983d7 - get rid of winedbg internal channels for output
- move all standard (old MESG channel) output to stdout
- move all other outputs (TRACE, WARN...) to a new wine debugging
  channel (winedbg)
- replaced quite a few #ifdef:ed out output to new channels (mainly in
  symbol management area...)
- added a new maintenance commands to ease up debugging
- updated documentation accordingly
2003-12-15 19:53:08 +00:00
Alexandre Julliard 647dec8403 Removed useless #ifdef WINELIB. 2003-12-13 03:22:02 +00:00
Alexandre Julliard cf83c1254a Define __WINE__ to enable extensions (spotted by Martin Fuchs). 2003-12-13 03:21:30 +00:00
Martin Fuchs 17b9837af4 Fixed missing initializations of struct SHELLEXECUTEINFO. 2003-12-12 04:11:25 +00:00
Dimitrie O. Paun 166145385d Remove most string size limitations.
Better error handling. Less listview flicker.
A bunch of style fixes and improvements.
2003-12-12 04:08:59 +00:00
Richard Cohen 5ac00719c8 - Fix obsolete comments about windowsx, commdlg.
- Increase filename length to MAX_PATH.
- Set the windows extent before playing the metafile.
- Don't hardcode logpixels to 96.
2003-12-11 04:24:38 +00:00
Jon Griffiths 979d543368 Sort the listview when clicking the Name or Type headers. 2003-12-10 02:10:52 +00:00
Dimitrie O. Paun 58c185ecf0 Reformat regedit in a consistent manner. 2003-12-08 22:48:07 +00:00
Richard Cohen cc8c205adb - Implement 'Choose font', 'No title', 'Always on Top'.
- Paint to offscreen bitmap to eliminate flicker.
- Put 'Always on top' on the main menu not the system menu.
- Date format should be DATE_LONGDATE.
- L button drag to move.
- Cosmetic adjustments.
2003-12-08 22:23:03 +00:00
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