Sign in
goma
/
wine
/
e15caca5c421868b6f9605ab42899d8bd1cae3e0
/
programs
/
winhlp32
4fe37b9
winhlp32: Update Italian translation.
by Luca Bennati
· 15 years ago
9ce0ae1
winhlp32: Fix Dutch translation.
by Sven Baars
· 15 years ago
84412cb
winhlp32: Get rid of the shadow window, it's ugly and causes z-order issues.
by Alexandre Julliard
· 15 years ago
0737431
winhlp32: Remove variable keyDelta which is not really used from WINHELP_MainWndProc.
by Gerald Pfeifer
· 15 years ago
bbbd723
winhlp32: Remove a hunk of dead code from HLPFILE_BrowsePage.
by Gerald Pfeifer
· 15 years ago
b33d0d5
winhlp32: Remove not really used id from WINHELP_IndexDlgProc.
by Gerald Pfeifer
· 15 years ago
0763861
winhlp32: Set the window class small icon for all classes.
by Alexandre Julliard
· 15 years ago
1aed5d3
winhlp32: Replaced progam icon with a Tango compliant icon.
by Joel Holdsworth
· 15 years ago
93d9d8a
programs: Fix compiler warnings with flag -Wcast-qual.
by Mikhail Maroukhine
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
3fac812
winhlp32: Added support for macros as hotspots' target.
by Eric Pouech
· 15 years ago
dd4804c
winhlp32: Restore the original window proc for the richedit control before freeing the winhelp window memory.
by Rob Shearman
· 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
3d0475e
winhelp: Added support for hotspot links in graphical objects.
by Eric Pouech
· 16 years ago
a60ff23
winhlp32: Italian translation update.
by Davide Pizzetti
· 16 years ago
03566d6
winhlp32: Add the Romanian translation.
by Michael Stefaniuc
· 16 years ago
e726a5c
winhlp32: Update German translation.
by André Hentschel
· 16 years ago
d5eeba3
winhlp32: Add the UTF-8 pragma for the Italian resources.
by Paul Vriens
· 16 years ago
fb8ead9
winhlp32: Add the UTF-8 pragma for the Romansh resources.
by Paul Vriens
· 16 years ago
395acfc
winhlp32: Ensure Open dialog is modal.
by Owen Rudge
· 16 years ago
664cfe0
winhlp32: Convert the Russian resources to UTF-8.
by Vladimir Pankratov
· 16 years ago
b4f2c55
winhlp32: Ensure win->page is not NULL when selecting Help on Help.
by Owen Rudge
· 16 years ago
f0f5489
winhlp32: Update Portuguese translation and convert to UTF8.
by Ricardo Filipe
· 16 years ago
61796c2
winhlp32: Convert the German resources to UTF-8.
by Michael Stefaniuc
· 16 years ago
7cc7e7b
winhlp32: Improve Dutch translations and convert to UTF8.
by Paul Vriens
· 16 years ago
7ceb4e7
winhlp32: Add English neutral translations.
by Huw Davies
· 16 years ago
9595b13
winhlp32: Fix French translation.
by Frédéric Delanoy
· 16 years ago
99e1794
winhlp32: Build language resource files separately.
by Michael Stefaniuc
· 16 years ago
d238d3e
winhlp32: Add Lithuanian translation.
by Aurimas Fišeras
· 16 years ago
a99ab94
winhlp32: Fixed some cases where winhlp32 didn't shutdown as expected.
by Eric Pouech
· 16 years ago
432139c
winhlp32: Update Italian translation.
by Davide Pizzetti
· 16 years ago
1a0a47d
winhlp32: Fix crash on launch.
by Stefan Stranz
· 16 years ago
a105f92
winhlp32: Fix typo in color init.
by Eric Pouech
· 16 years ago
d67df82
winhlp32: Correctly set the window's title when no window information is present.
by Eric Pouech
· 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
a610430
winhlp32: Window name lookup is supposed to be insensitive.
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
b936855
winhlp32: Properly handle a syntax error inside a macro.
by Eric Pouech
· 16 years ago
e7f8aa7
winhlp32: Use Win32 APIs instead of strdup().
by Francois Gouget
· 16 years ago
9e8f2a7
programs: Make some of the open file dialogs of a few programs resizable.
by Rein Klazes
· 16 years ago
cd4a7c3
winhlp32: Remove superfluous casts.
by Michael Stefaniuc
· 16 years ago
2592fea
winhlp32: Invalidate scrollbar when changing pages.
by Dylan Smith
· 16 years ago
cbf820a
winhlp32: Links are clicked on WM_LBUTTONDOWN not WM_LBUTTONUP.
by Dylan Smith
· 16 years ago
a36b408
winhlp32: Prevent cursor flicker on mouse moves over richedit control.
by Dylan Smith
· 16 years ago
fb63cd0
winhlp32: Use EM_SCROLL to scroll richedit control.
by Dylan Smith
· 16 years ago
1cd730b
winhlp32: Fix a crash when started without arguments.
by Alexandre Julliard
· 16 years ago
55ae86c
winhlp32: Check hlpfile for being NULL (Coverity).
by Marcus Meissner
· 16 years ago
4e733f9
winhlp32: Update Swedish translation.
by Anders Jonsson
· 16 years ago
41e9dd3
winhlp32: Make some functions static in hlpfile.c and remove HLPFILE_PointsToTwips().
by Francois Gouget
· 16 years ago
ffdf89c
winhlp32: Reorder some functions to avoid forward declarations in hlpfile.c.
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
3248476
winhlp32: Use GetWindowLongPtr to retrieve a pointer, and make sure there is enough space for it.
by Alexandre Julliard
· 16 years ago
aacdc9a
winhlp32: Use LONG instead of long for data loaded from a file.
by Alexandre Julliard
· 16 years ago
7d81ca1
winhlp32: Make some functions static in winhelp.c.
by Francois Gouget
· 16 years ago
2364498
winhlp32: Reorder some functions to avoid forward declarations in winhelp.c.
by Francois Gouget
· 16 years ago
4823e2e
winhlp32: Updated French translation.
by Jonathan Ernst
· 16 years ago
70d96c7
winhlp32: WINE->Wine.
by Jonathan Ernst
· 16 years ago
5f3287d
*Ko.rc: Update Korean resource.
by ByeongSik Jeon
· 16 years ago
8e02da9
winhlp32: Fix German translation.
by Rico Schüller
· 16 years ago
7ac9175
winhlp32: Updated Swedish translation.
by Daniel Nylander
· 16 years ago
9217652
winhlp32: Updated Slovenian translation.
by Rok Mandeljc
· 16 years ago
1d9354f0
winhlp32: Convert Japanese resource to UTF-8.
by Muneyuki Noguchi
· 16 years ago
323e6a2
winhlp32: Use "MS Shell Dlg" 9 in Japanese resources.
by Muneyuki Noguchi
· 17 years ago
5a127ad
winhlp32: Remove spaces before '...' in the Chinese resources.
by Francois Gouget
· 17 years ago
a2efa42
winhlp32: Add traditional Chinese resource.
by Hongbo Ni
· 17 years ago
746981a
winhlp32: Convert simplified Chinese resource to utf8.
by Hongbo Ni
· 17 years ago
757f347
winhlp32: Add Japanese resources.
by Muneyuki Noguchi
· 17 years ago
3f83493
winhlp32: Update simplified Chinese resource.
by Hongbo Ni
· 17 years ago
237b410
winhlp32: Update Norwegian Bokmål translation.
by Alexander Nicolaysen Sørnes
· 17 years ago
2bca1c8
winhlp32: Use TopicOffset mapping and get rid of unused function.
by Kirill K. Smirnov
· 17 years ago
4c387a9
winhlp32: Fix offsets handling for old 3.0 files.
by Kirill K. Smirnov
· 17 years ago
deb98a4
winhlp32: Load internal file containing pagenum->topicoffset mapping.
by Kirill K. Smirnov
· 17 years ago
e8eb6d1
winhlp32: Set correct font size while generating rtf stream.
by Kirill K. Smirnov
· 17 years ago
520ab5c
winhlp32: Clear richedit area before setting text.
by Kirill K. Smirnov
· 17 years ago
5208139
winhlp32: Fix off-by-one error.
by Kirill K. Smirnov
· 17 years ago
7377856
winhlp32: Fix parsing system header of win3.0 help file.
by Kirill K. Smirnov
· 17 years ago
a7cb435
winhlp32: Remove outdated comment.
by Kirill K. Smirnov
· 17 years ago
c7eec67
winhlp32: Remove superfluous buttons from propsheet dialog templates.
by Kirill K. Smirnov
· 17 years ago
d168078
winhlp32: Update Russian translation.
by Vladimir Pankratov
· 17 years ago
fb0e728
winhlp32: Updated Korean resource.
by Hwang YunSong(황윤성)
· 17 years ago
9d2e509
winhlp32: Fixed Dutch translations.
by Frans Kool
· 17 years ago
8291034
winhelp: Double clicking in the index list should open the page.
by Eric Pouech
· 17 years ago
cdd235e
winhelp: Constify the internal .hlp file parsing.
by Eric Pouech
· 17 years ago
ace5171
winhelp: Move the check about correct RLE decoding inside the decoding routine itself.
by Eric Pouech
· 17 years ago
8116829
winhelp: Allow MACRO_Execute to be called recursively.
by Eric Pouech
· 17 years ago
7d0b6bd
winhelp: Implemented SetPopupColor macro.
by Eric Pouech
· 17 years ago
448fed2
winhelp: Implemented SetHelpOnFile macro.
by Eric Pouech
· 17 years ago
f6e93ea
winhelp: Fixed memory leak in macro handling.
by Eric Pouech
· 17 years ago
6346250
winhelp: Pick nicer fonts for buttons.
by Eric Pouech
· 17 years ago
bfc133f
winhlp32: Remove spaces before '...'.
by Francois Gouget
· 17 years ago
eebed38
winhlp32: Updated Korean resource.
by Hwang YunSong(황윤성)
· 17 years ago
8a3f21f
winhlp32: Update Norwegian Bokmål translation.
by Alexander Nicolaysen Sørnes
· 17 years ago
28a2179
Add noinput directive to all lex files to avoid a compiler warning.
by Alexandre Julliard
· 17 years ago
fa25f18
winhelp: Remove the search button, hook the index button to the Finder, and add a new summary button to go back to main page.
by Eric Pouech
· 17 years ago
Next »