Commit Graph

973 Commits

Author SHA1 Message Date
Eric Pouech dff8de638c - added support plug-in DLLs for winhelp
- added preliminary support for plug-in callback into winhelp
- rewrote all the macros accordingly (macro entry-point has to have
  WINAPI calling convention)
- some fixes for embedded images decompression
- misc cleanups
2004-12-13 21:06:46 +00:00
Alexandre Julliard ebe3c529b1 Janitorial: C booleans must not be compared against TRUE. 2004-12-09 14:07:59 +00:00
Eric Pouech 294835a839 Another round of const correctness fixes. 2004-12-06 20:43:55 +00:00
Jeremy White 193c83f646 Properly respect a disassemble x,y command (prior behavior would do
y-x instructions, no matter how wide each instruction was).
2004-12-06 16:35:33 +00:00
Juan Lang e55b943802 Send EM_SETMODIFY after saving. 2004-12-06 16:14:44 +00:00
Robert Shearman cba8763c33 Remove unnecessary WNDPROC casts. 2004-12-06 11:51:29 +00:00
Eric Pouech 0a258964c2 Const correctness fixes. 2004-11-30 21:38:57 +00:00
Gerald Pfeifer 61f8e1236d Again rename getkey() and setkey() for FreeBSD. 2004-11-30 21:03:36 +00:00
Eric Pouech 5c2a891c43 Made some functions and variables static. 2004-11-29 18:00:10 +00:00
Jacek Caban 441becf85b Added some options to popup menu. 2004-11-29 17:02:28 +00:00
Gerald Pfeifer 1635947fe0 Fix compilation on systems which do not have <mntent.h>. 2004-11-28 14:53:03 +00:00
Alexandre Julliard a79c534c0e Avoid using the MAKEPOINTS macro, it's broken on big endian. 2004-11-24 18:28:31 +00:00
Mike Hearn 7d8711e15f - More heapification.
- Split drive code into core, UI and autodetect.
- Implement drive autodetection.
- Slight redesign of drive tab.
- Code cleanup.
2004-11-23 13:50:23 +00:00
Hans Leidekker 4af7bc87ec Use string functions that are Windows locale aware. 2004-11-23 12:12:31 +00:00
Eric Pouech 25cdb4c236 Fixed regressions introduced when moving addresses as 64bit values. 2004-11-22 18:30:10 +00:00
Hans Leidekker 625583efee Handle unknown parameters more gracefully. 2004-11-22 18:27:39 +00:00
Martin Fuchs 578f9f5a3d Unicodify string constants. 2004-11-22 18:24:09 +00:00
Martin Fuchs 3980fd4e63 splitpath maintainance. 2004-11-22 18:23:03 +00:00
José Manuel Ferrer Ortiz 2a389a6979 Updated Spanish translations. 2004-11-21 15:49:24 +00:00
Martin Fuchs f00691ce71 Fix English menu text. 2004-11-19 18:18:27 +00:00
Eric Pouech 99e07b5bf2 - fixed regression in watchpoint setting (by addr)
- in backtrace, show at least module when no symbol is found
- protect event parsing from command line (when no real number)
2004-11-08 20:25:55 +00:00
Robert Shearman abfcc0bdad Limit StackWalk iterations to prevent infinite loop. 2004-11-06 03:44:44 +00:00
David Kredba 60865df566 New Czech resources. 2004-10-25 21:54:56 +00:00
Martin Fuchs 69746f3c9d Fix indenting of last patch (tabs instead of spaces). 2004-10-22 19:52:50 +00:00
Martin Fuchs 1573382dd6 - use ID_SELECT_FONT in german menu
- move string constants into string resources
2004-10-21 19:51:31 +00:00
Vincent Béron 6c644d68cf Fix various function prototypes. 2004-10-19 23:55:15 +00:00
Anish Mistry edf17b518e Rename getkey and setkey for FreeBSD. 2004-10-19 23:51:16 +00:00
Vincent Béron 1f504141b7 Use a new DLLDEFS variable in configure/Makefiles to actually remove
all the debug messages (minus ERRs) if the user decides so.
2004-10-19 23:06:11 +00:00
Vincent Béron 2c1b35dd17 Add some more Alpha asm code and Alpha-specific parts. 2004-10-18 21:27:52 +00:00
David Kredba c9eefced36 Added some Czech resources. 2004-10-18 19:42:43 +00:00
Marcus Meissner 1b7f954a41 Return out of the default case, assert() is removed with -DNDEBUG. 2004-10-18 19:36:55 +00:00
Robert Shearman 6c50556e8b Fix function and structure field types so we are compatible with the
native dbghelp.
2004-10-11 21:00:17 +00:00
Sylvain Petreolle 0479b97190 Update French translation. 2004-10-08 20:50:34 +00:00
Francois Gouget d4779e20c8 Bring up the File->Save dialog when receiving WM_QUERYENDSESSION. 2004-10-08 20:49:24 +00:00
Martin Fuchs 9bfcbefd13 - remove unused IDS_FILE_MOVE_ERROR
- use SetWindowFont() instead of SendMessage(WM_SETFONT)
- remove unused comment
- use GET_X_LPARAM() instead of GET_X_LPARAM()
- remove old _ROS_ preprocessor statements
2004-10-07 17:35:23 +00:00
Martin Fuchs d1dceca69f Fix "move file" implementation, in detail:
- use TCHAR to make the code UNICODE compatible
- pass return string buffer to the dialog procedure
- call display_error() in case of errors to display the WIN32 error
  message
- use slash instead of back slash for unix file system compatibility
- format the code equally to the remaining winefile code
2004-10-07 04:25:29 +00:00
Martin Fuchs e5d414ea38 Immediately refresh child windows after changing the font. 2004-10-07 04:20:04 +00:00
Francois Gouget 486d020c1b Don't define COBJMACROS in objbase.h.
Update the Wine sources accordingly.
2004-10-07 03:06:48 +00:00
Martin Fuchs 016ac8877b Fix sigsegv when double clicking directory entries. 2004-10-07 02:58:57 +00:00
Martin Fuchs 1b2dd4ba35 - remove trailing semicolons from constant definitions
- add some comments
- make time_to_filetime() a static function
2004-10-06 18:52:30 +00:00
Jacek Caban e1143d7d16 Added/updated Polish translations. 2004-10-05 18:09:34 +00:00
Ferenc Wagner ffc30c808e Quote everything for consistency.
RFC 2068 got superseded by RFC 2616.
2004-10-05 02:10:37 +00:00
Ferenc Wagner fbf77db884 Do not offer submitting the report if the -o option was given. 2004-10-04 19:32:20 +00:00
Piotr Caban 304e0796cd Added Polish translation. 2004-10-04 19:31:50 +00:00
Kevin Koltzau 0d2cb29952 Correct problem with /i argument handling. 2004-10-04 19:30:18 +00:00
Ferenc Wagner 5853c9ede5 - Use a more unique separator string.
- Add some quoting to please CGI.pm-3.05.
2004-10-04 19:28:59 +00:00
Mike Hearn 02e850efdf - switch x11drvdlg to kernel_style, and clean up some superflous code
- more win32 heapification
- move getDialogItemText into header and rename, use some more in
  x11drv page
- make label phrasing consistent in x11drv page
2004-09-28 04:05:55 +00:00
Mike Hearn 0af614e77b - rewrite the transaction system to be based on a settings overlay,
to have a nicer API, and to actually work (always a bonus)
- change the libraries page to be based on a listbox rather than a
  treeview, clean up and shrink the code
- add accelerator keys to the libraries page, focus management
- make the window title reflect what the user is currently editing
- remove bogus root warning
- remove some unused control IDs in resource.h
- start converting the x11drv dialog to kernel_style from javaStyle
- bugfixing
2004-09-28 03:55:16 +00:00
Mike Hearn a5ce4ee7aa - introduce keypath() function
- rewrite and clean up appdefaults.c, use a listview rather than
  treeview
- usability tweak: reverse windows version combo so more recent
  versions come first
- usability tweak: improve the add application open dialog box
- add accelerator keys
- enable/disable controls correctly
- begin to standardise on underscore_style for consistency with the
  rest of wine
- comment out the translations for now, the UI will be changing more
- begin phasing out libc malloc in favour of the win32 heap
2004-09-28 03:16:43 +00:00
Ivan Leo Puoti c10e3cbfa2 Translation update. 2004-09-28 03:14:48 +00:00