Commit Graph

253 Commits

Author SHA1 Message Date
Dmitry Timoshkov 8ba66c0cc1 winhelp: Fix Win64 warnings. 2008-04-09 16:27:42 +02:00
Hwang YunSong(황윤성) 15ebbcd1a2 winhelp: Updated Korean resource. 2008-04-09 12:19:53 +02:00
Rok Mandeljc e7c6a96455 winhelp: Updated Slovenian translation. 2008-04-07 21:41:34 +02:00
Michael Stefaniuc 00489f45ef winhelp: Fix and activate the Romansh translation. 2008-03-28 09:53:04 +01:00
Michael Stefaniuc 9b767a159b winhelp: Update the German translation. 2008-03-27 11:05:29 +01:00
Alexandre Julliard 41fbacefa1 Avoid the nounistd option that doesn't exist on older flex, define YY_NO_UNISTD_H instead. 2008-02-19 15:42:49 +01:00
Rob Shearman 878ea5d2e2 Add the nounistd option to all lex source files. 2008-02-19 13:39:25 +01:00
Frans Kool 2645d89d19 winhelp: Added missing Dutch translations. 2008-02-16 13:54:54 +01:00
Mikołaj Zalewski f4b00d8a35 winhelp: Update Polish translation. 2008-02-15 09:55:12 +01:00
Francois Gouget 44b52b128c Assorted spelling fixes. 2008-01-16 12:48:29 +01:00
Kirill K. Smirnov 7c97735b09 winhelp: Fix index to handle offset value = 0 correclty. 2008-01-07 12:20:07 +01:00
Gerald Pfeifer fde4e4b608 winhelp: Remove a dead condition. 2007-12-31 19:21:01 +01:00
Kirill K. Smirnov 72c5aea600 winhelp: When we reuse window structure, old brush should not be reused. 2007-12-21 12:41:14 +01:00
Kirill K. Smirnov 8d6d9fd3ad winhelp: Avoid any keywords comparision during lookup, store pointer to listbox ITEMDATA instead. 2007-12-18 12:32:55 +01:00
Kirill K. Smirnov 6af0e45d79 winhelp: Remember last added page. 2007-12-18 12:32:55 +01:00
Lionel Debroux 14bed07c99 winhelp: Fix memory leaks (found by Smatch). 2007-12-13 14:30:40 +01:00
Kirill K. Smirnov d72cfb7342 winhelp: Display keywords index dialog box. 2007-12-13 13:09:37 +01:00
Kirill K. Smirnov 6a2ad1b479 winhelp: Read keywords. 2007-12-13 13:09:31 +01:00
Kirill K. Smirnov af21361dbf winhelp: Export enum and search B+ tree functions. 2007-12-13 13:09:25 +01:00
Kirill K. Smirnov 16cc13341f winhelp: Change font charset from ANSI to DEFAULT. 2007-12-12 13:48:11 +01:00
Alexandre Julliard 5393b7a675 winhelp: Use system colors instead of hardcoded colors. 2007-12-06 12:06:47 +01:00
Kirill K. Smirnov ae534def54 winhelp: winhelp >3.0 files always use 0x4000 as a divisor in TOPICPOS regardless of DecompressSize. 2007-12-05 12:04:33 +01:00
Kirill K. Smirnov 56ab4a20e0 winhelp: Do not confuse caller application with bogus error when we really succeeded. 2007-12-05 12:04:20 +01:00
Kirill K. Smirnov 7f2c72498a winhelp: There are files without Phrases or Phrases40 compression, add support for them. 2007-12-04 18:30:25 +01:00
Kirill K. Smirnov a9491cf0cd winhelp: Use HEAP_ZERO_MEMORY instead of setting individual fields to zero. 2007-12-04 14:32:38 +01:00
Kirill K. Smirnov 33a05f088e winhelp: Enlarge font size by 3 as native winhelp does. 2007-12-03 14:43:28 +01:00
Kirill K. Smirnov 2c52f8883d winhelp: Rewrite internal files lookup using B+ tree search. Add some sanity checks. 2007-12-03 14:43:21 +01:00
Kirill K. Smirnov f4023569b3 winhelp: Rewrite Context support using B+ tree search. 2007-12-03 14:43:15 +01:00
Kirill K. Smirnov 6e002c59ce winhelp: Implement generic B+ tree search function. 2007-12-03 14:42:37 +01:00
Kirill K. Smirnov bef9ab5dd5 winhelp: winhelp 3.0 uses page numbers instead of hash values. 2007-12-03 14:39:41 +01:00
Kirill K. Smirnov ee863153cd winhelp: Add support for winhelp 3.0 topics. 2007-12-03 14:39:29 +01:00
Kirill K. Smirnov 73e9173e7c winhelp: Add support for winhelp 3.0 phrases. 2007-12-03 14:39:18 +01:00
Kirill K. Smirnov 1fdd01966c winhelp: Correctly deal with various TopicBlockSize/Compression combinations. Simplify HLPFILE_Uncompress_Topic function. 2007-12-03 14:39:03 +01:00
Andrew Talbot ac524986df winhelp: Fix a memory leak. 2007-10-26 14:03:47 +02:00
Andrew Talbot da5a398cc3 winhelp: Fix a memory leak. 2007-10-24 15:46:53 +02:00
Daniel Nylander b4bb55bb34 winhelp: Update Swedish translation. 2007-10-16 12:36:25 +02:00
Americo Jose Melo c5ba90131e Update the Portuguese translation. 2007-09-13 13:28:26 +02:00
Alexandre Julliard 514b26d9e9 programs: Remove other obsolete ChangeLog files. 2007-08-31 12:41:33 +02:00
Kirill K. Smirnov 43860b7a6e winhelp: Add WS_EX_TOOLWINDOW style to popup windows. 2007-08-30 16:34:32 +02:00
Dmitry Timoshkov 197f4059ab include: winres.h no longer exists in PSDK, fix winresrc.h includes. 2007-08-07 14:09:09 +02:00
Michael Stefaniuc 016b8bbedd winhelp: Add missing case label "default". Found by Smatch (unreached code). 2007-07-19 11:57:26 +02:00
Kirill K. Smirnov cd20e11f4a winhelp: Fix popup window style. 2007-06-21 16:38:48 +02:00
Michael Stefaniuc 306c1dc327 winhelp: Fix some comparisons between signed and unsigned. 2007-05-22 12:26:54 +02:00
Francois Gouget aab5e5856e Don't put single quotes around '%s' when using the debugstr_*() functions. 2007-01-18 12:55:50 +01:00
Andrew Talbot bc718eec9e winhelp: Cast-qual warnings fix. 2006-12-16 17:36:44 +01:00
Francois Gouget c66628b73f Consistently use SUBLANG_NEUTRAL for Italian resources. 2006-12-05 11:28:38 +01:00
Francois Gouget 0cfa13dd3f programs: Update the Portuguese translation (contributed by Americo Jose Melo). 2006-11-24 11:49:58 +01:00
Kirill K. Smirnov 3545dc519e winhelp: Use path of parent helpfile while looking for popup window. 2006-11-13 12:45:16 +01:00
Kirill K. Smirnov 133477c276 winhelp: Fix WINHELP_DeleteWindow. 2006-11-13 12:45:10 +01:00
Kirill K. Smirnov a9ae65d2f6 winhelp: Do not create popup window if file not found. 2006-11-13 12:45:02 +01:00