- 07 Oct, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 01 Jun, 2009 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 12 Mar, 2009 1 commit
-
-
Dylan Smith authored
This behaviour was tested against native winhlp32 by pressing down the left mouse button and holding it while over the link to avoid having WM_LBUTTONUP sent. I noticed that the action for clicking the link happened right away, without waiting for me to release the mouse button.
-
- 11 Mar, 2009 1 commit
-
-
Dylan Smith authored
Previously the cursor was being set by winhlp32 on WM_MOUSEMOVE, then the richedit control would change it again on WM_SETCURSOR. Since the cursor set in both of these places was different, the cursor would flicker from being frequently changed. The reason winhlp32 is setting the cursor, rather than letting the richedit control set the cursor, is that winhlp32 needs the hand cursor to be shown over a link. My first instinct was to just add the CFE_LINK effect to the link characters, however this also forced a colour for the link that was inconsistent with native winhlp32. Native winhlp32 doesn't seem to load any richedit dll, so this doesn't imply that there is an undocumented way of changing the colour of characters with CFE_LINK. This patch has winhlp32 override the WNDPROC for the richedit control to handle the WM_SETCURSOR. It simply sets the cursor to the hand if the cursor is over the link, otherwise it just calls the original richedit window proc.
-
- 08 Jan, 2009 1 commit
-
-
Francois Gouget authored
-
- 14 Jul, 2008 1 commit
-
-
Eric Pouech authored
-
- 07 Jul, 2008 1 commit
-
-
Eric Pouech authored
-
- 13 May, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 02 May, 2008 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 24 Apr, 2008 1 commit
-
-
Eric Pouech authored
-
- 23 Apr, 2008 7 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
winhelp: Added the notion of WINHELP_WNDPAGE and use it to move the history to the global variables.
-
- 21 Apr, 2008 3 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
- 13 Dec, 2007 1 commit
-
-
Kirill K. Smirnov authored
-
- 06 Nov, 2006 1 commit
-
-
Kirill K. Smirnov authored
Add ability for user to find file himself if winhelp cannot find it. Update resources.
-
- 27 Oct, 2006 1 commit
-
-
Kirill K Smirnov authored
-
- 18 Oct, 2006 1 commit
-
-
Kirill K. Smirnov authored
-
- 14 Oct, 2006 1 commit
-
-
Kirill K. Smirnov authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 13 Dec, 2004 1 commit
-
-
Eric Pouech authored
- 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
-
- 07 Sep, 2004 1 commit
-
-
Yvon Belleau authored
- 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).
-
- 04 May, 2004 1 commit
-
-
Francois Gouget authored
Remove a couple string variables that were used only once and use the string literal directly.
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 16 Dec, 2002 1 commit
-
-
Eric Pouech authored
- link information is now shared between file & presentation - first try at handling metafiles
-
- 20 Nov, 2002 1 commit
-
-
Eric Pouech authored
Correctly implemented << and >> buttons. Added support for page level macros.
-
- 18 Nov, 2002 1 commit
-
-
Eric Pouech authored
Added support for window numbers in link.
-
- 15 Nov, 2002 1 commit
-
-
Eric Pouech authored
Wrote RegisterRoutine and IsBook macros.
-
- 21 Oct, 2002 1 commit
-
-
Eric Pouech authored
and support for link to a macro).
-
- 16 Jul, 2002 1 commit
-
-
Eric Pouech authored
-
- 14 May, 2002 1 commit
-
-
Sylvain Petreolle authored
- Minor bugfix - Disable support of Va.rc for now (rumantsch swiss)
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-