Commit Graph

182 Commits (22cf1c9e4de3b5c00358ff2f82282fe1c7ae43a2)

Author SHA1 Message Date
Alexandre Julliard 88c97d7284 .gitignore: Added wildcards to ignore lex and bison output files. 2006-07-10 21:40:49 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard 028ab92bf7 make_progs: Generate the .gitignore file.
Ignore generated programs from the top-level .gitignore.
2006-07-10 20:59:06 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Jonathan Ernst ce7e2e16ab Uniformization of French main menu accelerators. 2006-05-24 10:35:26 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Antonio Codazzi 826e9f0eac winhelp: Esperanto language update. 2006-04-08 20:01:48 +02:00
f_sophia fa68994ab1 winhelp: Added Esperanto language support. 2006-03-27 11:56:08 +02:00
Uwe Bonnes 69e4c4f1be winhelp: Zero out WINHELP_WINDOW in WINHELP_CreateHelpWindow. 2006-02-20 11:12:07 +01:00
Petr Tesarik 0dec5281d1 winhelp: Czech language resources encoding fix. 2006-02-13 13:30:01 +01:00
Fatih Aşıcı e3ebb3aab9 winhelp: Turkish translation. 2006-02-06 13:09:49 +01:00
Kasper Sandberg 4526997960 Danish language update. 2006-02-04 17:01:25 +01:00
Mike McCormack 002e143981 programs: Use WIN32_LEAN_AND_MEAN. 2006-01-18 14:23:11 +01:00
Alexandre Julliard 1e96455094 Remove YY_NO defines that cause warnings. 2006-01-05 12:20:05 +01:00
Alexandre Julliard 0ae2c69c7a Added some flex options to avoid compiler warnings.
Moved options from the Makefile into the source.
2006-01-03 12:16:05 +01:00
Eric Pouech e5b40ab56a winhelp: Handle '> ' on command lines. 2005-12-19 18:23:02 +01:00
Alexandre Julliard ec34a66612 Ignore symlink files too (needed for git). 2005-11-26 13:12:57 +01:00
Alexandre Julliard 0ec7e1a591 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Eric Pouech 97e2b9605e Ensure we always have a title for the .hlp file. 2005-10-10 10:27:37 +00:00
Alexandre Julliard 7e22be4d84 We are no longer generating .dbg.c files. 2005-09-29 10:35:58 +00:00
Alexander N. Sørnes 8822dbbb92 Added Norwegian translations. 2005-09-25 15:15:25 +00:00
Alexandre Julliard 1d29654355 Get rid of the hlp2sgml hack. 2005-09-22 10:52:56 +00:00
Milko Krachounov 980f817737 Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
2005-09-19 17:00:58 +00:00
Alexandre Julliard e4b2a0bbbc Use Get/SetWindowLongPtr instead of Get/SetWindowLong where
appropriate.
2005-09-09 15:20:04 +00:00
Mike McCormack d168219849 Fix gcc 4.0 warnings. 2005-09-06 10:26:13 +00:00
Daniel Remenak 423371828a Changed winhelp file->exit accelerator key from "e" to "x". 2005-07-20 10:29:42 +00:00
Mike McCormack ae51135ed9 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-02 15:11:32 +00:00
Pierre d'Herbemont 342da59b0c Remove stdlib.h inclusion if winsock.h is included. 2005-05-18 15:33:20 +00:00
Kouji Sasaki d840f2c114 Corrected RLE decompression processing. 2005-05-18 09:42:52 +00:00
Alexandre Julliard e197332fa7 Removed a few more strncpy calls. 2005-04-26 14:35:53 +00:00
Alex Villacís Lasso 18bfe6a095 Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
resources, so that Spanish locales other than Spain also use Spanish
resources.
2005-02-16 21:10:59 +00:00
Alexandre Julliard ba7a43e208 Authors: Américo José Melo <mmodem00@netvisao.pt>, Francois Gouget <fgouget@codeweavers.com>
Translate the Wine resources to Portuguese.
2005-02-10 17:14:15 +00:00
Hans Leidekker a82f1350c2 Don't use utf8 in rc files. 2005-01-26 19:42:40 +00:00
Ken Belleau 43ae5e5441 - Used wine_dbgstr_a to prevent an overflow.
- Improved support to call macros with a variable number of
  parameters.
- Put a check to prevent an out of bounds access.
2005-01-25 20:08:46 +00:00
Michael Stefaniuc 5ad7d858e0 Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
2004-12-23 17:06:43 +00:00
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
José Manuel Ferrer Ortiz 2a389a6979 Updated Spanish translations. 2004-11-21 15:49:24 +00:00
David Kredba 60865df566 New Czech resources. 2004-10-25 21:54:56 +00:00
Vincent Béron 6c644d68cf Fix various function prototypes. 2004-10-19 23:55:15 +00:00
Jon Griffiths cea5e75f56 Stub MACRO_JumpContext to at least bring up the help file. 2004-09-27 20:07:03 +00:00
Ken Belleau 8b07a8c8ba - Removed code that took the focus away from the buttons.
- Make the buttons forward WM_KEYDOWN to their parent.
2004-09-25 00:28:59 +00:00
Ken Belleau d696f21b8a - Removed the deprecated OF_SEARCH flag.
- Handle quotes in command-line parsing.
2004-09-23 22:54:12 +00:00
Piotr Caban 5590928336 Added Polish translation. 2004-09-22 19:18:15 +00:00
Hans Leidekker 719a789792 Fix signed/unsigned comparison warnings. 2004-09-22 02:46:38 +00:00
Yvon Belleau d47f5ccf3f - Implemented keyboard navigation (Up / Down / PgUp / PgDn / ESC).
- Shadow windows (behind popups) were reacting to mouse clicks and
  were going over the popup. Make them close the popup instead.
- Title was not displayed when the help file was opened by the command
  line.
- Corrected incorrect links behavior (in relation with the scrollbar).
2004-09-07 20:42:05 +00:00
Francois Gouget cfc3943c5f Make our ascii strings static const.
Remove a couple string variables that were used only once and use the
string literal directly.
2004-05-04 04:13:05 +00:00
Michael Stefaniuc 0075cdba81 Add the LDFLAGS when linking hlp2sgml. 2004-03-11 22:42:11 +00:00
Alexandre Julliard 6be39b60f5 Take advantage of the new winegcc -B support. 2004-03-09 04:54:07 +00:00
Alexandre Julliard 589e115233 We no longer use the .exe.spec.c files. 2004-03-02 21:16:37 +00:00
Alexandre Julliard 6621b2d213 Build all the programs with winegcc. 2004-03-02 21:00:00 +00:00