Sign in
goma
/
wine
/
c957f8a921154c293f1dda53595f45a396477d1f
/
programs
/
winhlp32
/
macro.c
efc3507
winhlp32: Added support for some keyword support in external DLL support (RegisterRoutine parameters).
by Eric Pouech
· 13 years ago
e12d39d
winhlp32: Avoid Unicode macros.
by Alexandre Julliard
· 13 years ago
d3fd3d7
winhlp32: Better protect macros against not finding a help file.
by Eric Pouech
· 14 years ago
2b12e89
winhlp32: Implement MACRO_HelpOnTop() and thus the corresponding menu.
by Francois Gouget
· 14 years ago
5d69141
winhlp32: Use a standard About dialog, with the proper icon.
by Alexandre Julliard
· 14 years ago
3b07c85
winhelp: Avoid accessing a window in global window list after it has been freed.
by Eric Pouech
· 15 years ago
2d20a1a
winhelp: Fix trailing space in window name for JumpID macro.
by Eric Pouech
· 15 years ago
d18d251
winhelp: Implemented ExecFile macro.
by Eric Pouech
· 15 years ago
15751f2
winhlp32: Don't use FARPROC for functions that take variable number of arguments.
by Alexandre Julliard
· 15 years ago
e2d22db
winhlp32: Use explicit prototypes for the dll callbacks.
by Alexandre Julliard
· 15 years ago
b4f2c55
winhlp32: Ensure win->page is not NULL when selecting Help on Help.
by Owen Rudge
· 16 years ago
82ffc04
winhlp32: Now manage windows with refcounts.
by Eric Pouech
· 16 years ago
e3beef0
winhlp32: Remove the lpszName field from the window structure, as it's given by the window info.
by Eric Pouech
· 16 years ago
aba7b3d
winhlp32: Use current file when no file is specified in JumpHash.
by Eric Pouech
· 16 years ago
29f865c
winhlp32: Make use of the hlpfile for the running macro to handle correctly some macro implementations.
by Eric Pouech
· 16 years ago
042bbf9
winhlp32: Force the handling of a current help window while processing a macro.
by Eric Pouech
· 16 years ago
ae20d47
winhlp32: NoShow macro has NS as shortcut.
by Eric Pouech
· 16 years ago
e7f8aa7
winhlp32: Use Win32 APIs instead of strdup().
by Francois Gouget
· 16 years ago
4967984
winhlp32: Make some functions static in macro.c.
by Francois Gouget
· 16 years ago
ef35bfd
winhlp32: Reorder some functions to avoid forward declarations in macro.c.
by Francois Gouget
· 16 years ago
7d0b6bd
winhelp: Implemented SetPopupColor macro.
by Eric Pouech
· 17 years ago
448fed2
winhelp: Implemented SetHelpOnFile macro.
by Eric Pouech
· 17 years ago
841720e
winhelp: Removed the topics button, and forward search and topics to the same prop sheet.
by Eric Pouech
· 17 years ago
a795f36
winhelp.exe: Renamed to winhlp32.exe.
by Alexandre Julliard
· 17 years ago
[Renamed from programs/winhelp/macro.c]
3f1b62f
winhelp: Simplify most of the helpers dealing with window creation.
by Eric Pouech
· 17 years ago
a448036
winhelp: Added ability to locate information within a page (and to store it inside WNDPAGE).
by Eric Pouech
· 17 years ago
3ae5ad8
winhelp: Enable/Disable prev/next buttons if there's a prev/next page.
by Eric Pouech
· 17 years ago
7ae1bb2
winhelp: Fixed JumpId and JumpKeyword with correct signature and implementation.
by Eric Pouech
· 17 years ago
951926e
winhelp: Replaced an erroneous FIXME by a TRACE in MACRO_DisableButton().
by Eric Pouech
· 17 years ago
4a89d29
winhelp: Don't add a page to the history when using the back button.
by Eric Pouech
· 17 years ago
ccd7535
winhelp: Properly handle the back button (in multiple windows, in empty stack...).
by Eric Pouech
· 17 years ago
6d40dbe
winhelp: Added the notion of WINHELP_WNDPAGE and use it to move the history to the global variables.
by Eric Pouech
· 17 years ago
d58ab51
winhelp: Get rid of the WM_USER message.
by Eric Pouech
· 17 years ago
d72cfb7
winhelp: Display keywords index dialog box.
by Kirill K. Smirnov
· 17 years ago
306c1dc
winhelp: Fix some comparisons between signed and unsigned.
by Michael Stefaniuc
· 18 years ago
4f2819f
winhelp: Rewrite LookupHelpFile function.
by Kirill K. Smirnov
· 18 years ago
dc6731e
winhelp: Add missing '\n' in Wine trace.
by Francois Gouget
· 18 years ago
8e0bc11
winhelp: Properly implement context help and JumpContext macro.
by Kirill K Smirnov
· 18 years ago
3dbe715
winhelp: Win64 printf format warning fixes.
by Michael Stefaniuc
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
002e143
programs: Use WIN32_LEAN_AND_MEAN.
by Mike McCormack
· 19 years ago
ae51135
Fixes for -Wmissing-declarations and -Wwrite-strings warnings.
by Mike McCormack
· 20 years ago
dff8de6
- added support plug-in DLLs for winhelp
by Eric Pouech
· 20 years ago
cea5e75
Stub MACRO_JumpContext to at least bring up the help file.
by Jon Griffiths
· 21 years ago
76f13de
Use INVALID_FILE_ATTRIBUTES to test for failure of
by Rolf Kalbermatter
· 21 years ago
921df71
Fix some instances of memory allocation through HeapReAlloc().
by Dimitrie O. Paun
· 21 years ago
c8e3a50
Correctly set openfilename.lStructSize before calling GetOpenFileName().
by Pavel Roskin
· 22 years ago
2b855de
Wrote back & history support.
by Eric Pouech
· 22 years ago
7d75cfe
Added support for window information from the .hlp file.
by Eric Pouech
· 22 years ago
81b7b91
Rewrote macro engine for adding dynamic macro loading capability.
by Eric Pouech
· 22 years ago
644949d
No longer using explicit values for resource identification.
by Eric Pouech
· 22 years ago
1cf1b5e
Implemented a few more macros for button manipulation
by Eric Pouech
· 22 years ago
7579287
Bring winhelp back to life, with mainly support for Win95 help files.
by Eric Pouech
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
efbe9c5
- Converted Winhelp for use of NLS
by Sylvain Petreolle
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
74af67e
Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
by Alexandre Julliard
· 25 years ago
9cc9d59
Fix a crash in winhelp caused by hmemcpy16 without prototype.
by Rein Klazes
· 25 years ago
27b790b
Compile fix.
by Alexandre Julliard
· 25 years ago
6d77d3a
Use min/max instead of MIN/MAX.
by Francois Gouget
· 25 years ago
52be93c
Fixed some compiler errors and warnings.
by Niels Kristian Bech Jensen
· 25 years ago
a099a55
Converted to the new debug interface, using script written by Patrik Stridvall.
by Alexandre Julliard
· 26 years ago
54c2711
Release 980329
by Alexandre Julliard
· 27 years ago
wine-980329
9ea19e5
Release 970101
by Alexandre Julliard
· 28 years ago
wine-970101
1285c2f
Release 960506
by Alexandre Julliard
· 29 years ago
wine-960506