winhelp: Properly decode the keep bit in paragraph style.
[wine] / programs / winhelp / hlpfile.c
2008-04-25  Eric Pouechwinhelp: Properly decode the keep bit in paragraph...
2008-04-25  Eric Pouechwinhelp: Set the borders of a paragraph in richedit.
2008-04-25  Eric Pouechwinhelp: Set the alignment of paragraph in richedit.
2008-04-25  Eric Pouechwinhelp: Added support for paragraph information.
2008-04-25  Eric Pouechwinhelp: Added support for richedit tabs in paragraph...
2008-04-24  Eric Pouechwinhelp: Setup a better font size for the richedit...
2008-04-24  Eric Pouechwinhelp: Implement the first round of support for links...
2008-04-24  Eric Pouechwinhelp: Added proper RTF conversion for non breakable...
2008-04-24  Eric Pouechwinhelp: Add proper support for charset from headers...
2008-04-24  Eric Pouechwinhelp: Start feeding the richedit control with releva...
2008-04-23  Eric Pouechwinhelp: Fix the link kind (and color) of the 0xEA...
2008-04-23  Eric Pouechwinhelp: Simplify most of the helpers dealing with...
2008-04-23  Eric Pouechwinhelp: Added ability to locate information within...
2008-04-23  Eric Pouechwinhelp: Now use the icon out of hlpfile if any.
2008-04-23  Eric Pouechwinhelp: Fix the loading of a row in a table (especiall...
2008-04-23  Eric Pouechwinhelp: Fix window caption index in |SYSTEM.
2008-04-22  Austin EnglishSpelling fixes.
2008-04-21  Eric Pouechwinhelp: Silencing the copyright system record entry...
2008-04-21  Eric Pouechwinhelp: Instead of loading all pages at once, allow...
2008-04-21  Eric Pouechwinhelp: Fixed the parsing of a link containing both...
2008-04-21  Eric Pouechwinhelp: Moved all static data used when parsing HLP...
2008-04-18  Eric Pouechwinhelp: Fix regression introduced by Win64 warning...
2008-04-09  Dmitry Timoshkovwinhelp: Fix Win64 warnings.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-12-18  Kirill K. Smirnovwinhelp: Remember last added page.
2007-12-13  Lionel Debrouxwinhelp: Fix memory leaks (found by Smatch).
2007-12-13  Kirill K. Smirnovwinhelp: Read keywords.
2007-12-13  Kirill K. Smirnovwinhelp: Export enum and search B+ tree functions.
2007-12-12  Kirill K. Smirnovwinhelp: Change font charset from ANSI to DEFAULT.
2007-12-05  Kirill K. Smirnovwinhelp: winhelp >3.0 files always use 0x4000 as a...
2007-12-04  Kirill K. Smirnovwinhelp: There are files without Phrases or Phrases40...
2007-12-04  Kirill K. Smirnovwinhelp: Use HEAP_ZERO_MEMORY instead of setting indivi...
2007-12-03  Kirill K. Smirnovwinhelp: Enlarge font size by 3 as native winhelp does.
2007-12-03  Kirill K. Smirnovwinhelp: Rewrite internal files lookup using B+ tree...
2007-12-03  Kirill K. Smirnovwinhelp: Rewrite Context support using B+ tree search.
2007-12-03  Kirill K. Smirnovwinhelp: Implement generic B+ tree search function.
2007-12-03  Kirill K. Smirnovwinhelp: winhelp 3.0 uses page numbers instead of hash...
2007-12-03  Kirill K. Smirnovwinhelp: Add support for winhelp 3.0 topics.
2007-12-03  Kirill K. Smirnovwinhelp: Add support for winhelp 3.0 phrases.
2007-12-03  Kirill K. Smirnovwinhelp: Correctly deal with various TopicBlockSize...
2007-10-26  Andrew Talbotwinhelp: Fix a memory leak.
2007-10-24  Andrew Talbotwinhelp: Fix a memory leak.
2007-05-22  Michael Stefaniucwinhelp: Fix some comparisons between signed and unsigned.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2006-12-16  Andrew Talbotwinhelp: Cast-qual warnings fix.
2006-10-27  Kirill K Smirnovwinhelp: Properly implement context help and JumpContex...
2006-10-18  Kirill K. Smirnovwinhelp: Improved metafile support.
2006-10-14  Kirill K. Smirnovwinhelp: Window style has not been initialized.
2006-10-03  Michael Stefaniucwinhelp: Win64 printf format warning fixes.
2006-08-11  Kirill K. Smirnovwinhelp: Fix LZ77 decompressor.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-10-10  Eric PouechEnsure we always have a title for the .hlp file.
2005-09-06  Mike McCormackFix gcc 4.0 warnings.
2005-05-18  Kouji SasakiCorrected RLE decompression processing.
2005-04-26  Alexandre JulliardRemoved a few more strncpy calls.
2005-01-25  Ken Belleau- Used wine_dbgstr_a to prevent an overflow.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-13  Eric Pouech- added support plug-in DLLs for winhelp
2004-09-23  Ken Belleau- Removed the deprecated OF_SEARCH flag.
2003-10-15  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-04  Eric Pouech- added some missing strings to resources
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-12-16  Eric Pouech- links can now spread across several elements
2002-11-20  Eric PouechWrote back & history support.
2002-11-18  Eric PouechAdded support for window information from the .hlp...
2002-11-13  Eric PouechFixed several bugs in:
2002-11-11  Eric PouechFixed loading HCW 4.0 files without phrase image compre...
2002-10-21  Eric PouechImproved a bit link handling (a few more link types...
2002-10-19  Eric PouechAdded support for BTrees in file header reading.
2002-07-16  Eric PouechBring winhelp back to life, with mainly support for...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2000-06-20  Rein KlazesFix a crash in winhelp caused by hmemcpy16 without...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-19  Niels Kristian Bec... Fixed some compiler errors and warnings.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1997-01-01  Alexandre JulliardRelease 970101 wine-970101
1996-07-17  Alexandre JulliardRelease 960717 wine-960717
1996-05-21  Alexandre JulliardRelease 960521 wine-960521
1996-05-06  Alexandre JulliardRelease 960506 wine-960506