Displaying 8 results from an estimated 8 matches for "hlpfile".
Did you mean:
helpfile
2007 Mar 03
0
winhelp.exe - tiny, unreadable fonts (SOLVED)
...v" as its default font, so I tried
substituting a bunch of different fonts, from "Aria" to "Courier" to
"Courier New,238" and "Times New Roman" for "Helv" and "Helvetica",
again, without effect.
Then, on line 1209 of programs/winhelp/hlpfile.c I found:
hlpfile->fonts[i].LogFont.lfHeight = -ref[dscr_offset + i * 11 + 1] / 2;
I tried changing this assignment to 24, and it finally made winhelp's
fonts readable. This is obviously not the ideal solution for all
screen resolutions. The ideal solution would probably be a
font selec...
2004 Oct 07
2
two help problems in R-2.0.0 for Windows (PR#7269)
...# does not work!
?Normal # works!
Looks like calling compiled html help does not work for aliases, but
only for the title of help pages...
And a quick fix without changing the design is to change lines
136-137 in .../src/library/utils/R/help.R as follows:
- err <- .C("Rchtml", hlpfile, topic,
- err = integer(1), PACKAGE = "")$err
+ err <- .C("Rchtml", hlpfile, rev(strsplit(file, "/")[[1]])[1],
+ err = integer(1), PACKAGE = "")$err
but I think it is a problem by design and the name of the help pages
should be returned...
2009 Jan 16
0
Wine release 1.1.13
...l: Add a trailing '\n' to an error() message.
ddrawex: Add a trailing '\n' to a Wine trace.
configure: Check for ESound, FreeType, GPhoto2 and SANE even if their 'xxx-config' tool is missing.
winhlp32: Reorder some functions to avoid forward declarations in hlpfile.c.
winhlp32: Make some functions static in hlpfile.c and remove HLPFILE_PointsToTwips().
G. Paul Ziemba (1):
ntdll: Clear IEXTEN when clearing ICANON.
Ge van Geldorp (11):
ole32/tests: Work around broken Windows urlmon.dll.
ole32/tests: Add declarations which are not prese...
2011 Nov 18
0
Wine release 1.3.33
...orce WS_CHILD style for dialog controls.
user32: Issue a warning when dialog control creation fails.
Eric Pouech (3):
expand: Remove extraneous curly braces from switch statements.
expand: No longer use Unix stdio functions, but rather the kernel32 equivalent.
winhlp32: Fix hlpfile content decompression in phrase40 mode.
Erich Hoover (1):
user32: Prioritize focus for dialog owner on EndDialog.
Francois Gouget (61):
ddraw/tests: Fix compilation on systems that don't support nameless unions.
version: Add some macros and prototypes to winver.h.
vers...
2009 Feb 13
0
Wine release 1.1.15
...winedbg: Check for buffer being NULL.
msacm32: Add missing HeapALloc failure checks (Coverity).
wrc: Free type to avoid leaks (Coverity).
dmloader: Fixed some pointer read/write checks (Coverity).
dbghelp: Check for wImageName being NULL (Coverity).
winhlp32: Check hlpfile for being NULL (Coverity).
dmstyle: Another NULL ptr check added (Coverity).
itss: Move buffer initialization a bit up (Coverity).
dmime: Added missing NULL ptr check (Coverity).
mshtml: Fixed last argument to MultiByteToWideChar.
atl: Fixed second buffer size to Multi...
2009 Jun 05
0
Wine release 1.1.23
...g: Pass NULL for some optionals parameters to MinidumpReadDumpStream.
winhlp32: Properly handle a syntax error inside a macro.
winhlp32: NoShow macro has NS as shortcut.
winhlp32: Force the handling of a current help window while processing a macro.
winhlp32: Make use of the hlpfile for the running macro to handle correctly some macro implementations.
winhlp32: Use current file when no file is specified in JumpHash.
winhlp32: Window name lookup is supposed to be insensitive.
winhlp32: Remove the lpszName field from the window structure, as it's given by t...
2008 May 02
0
Wine release 0.9.61
...s FIXME by a TRACE in MACRO_DisableButton().
winhelp: Fixed JumpId and JumpKeyword with correct signature and implementation.
winhelp: Enable/Disable prev/next buttons if there's a prev/next page.
winhelp: Simplified message box handling.
winhelp: Now use the icon out of hlpfile if any.
winhelp: Added ability to locate information within a page (and to store it inside WNDPAGE).
winhelp: Also store the relative offsets of a page in the history and back information sets.
winhelp: Simplify most of the helpers dealing with window creation.
winhelp: Stor...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...> :info:build config.status: creating programs/winhelp.exe16/Makefile
> :info:build config.status: creating programs/winhlp32/Makefile
> :info:build ../../tools/makedep -C. -S../.. -T../.. winhelp.c
> :info:build ../../tools/makedep -C. -S../.. -T../.. callback.c hlpfile.c macro.c string.c winhelp.c Bg.rc Cs.rc Da.rc De.rc En.rc Eo.rc Es.rc Fi.rc Fr.rc He.rc Hu.rc It.rc Ja.rc Ko.rc Lt.rc Nl.rc No.rc Pl.rc Pt.rc Rm.rc Ro.rc Ru.rc Si.rc Sk.rc Sr.rc Sv.rc Tr.rc Uk.rc Wa.rc Zh.rc rsrc.rc macro.lex.l
> :info:build config.status: creating programs/winold...