Commit Graph

45728 Commits

Author SHA1 Message Date
Eric Pouech 857d0e063c winhelp: Also store the relative offsets of a page in the history and back information sets. 2008-04-23 12:28:22 +02:00
Eric Pouech a4480365d7 winhelp: Added ability to locate information within a page (and to store it inside WNDPAGE). 2008-04-23 12:28:11 +02:00
Eric Pouech 61cc510623 winhelp: Now use the icon out of hlpfile if any. 2008-04-23 12:28:00 +02:00
Eric Pouech c631bb0b56 winhelp: Simplified message box handling. 2008-04-23 12:27:51 +02:00
Eric Pouech 3ae5ad8ede winhelp: Enable/Disable prev/next buttons if there's a prev/next page. 2008-04-23 12:27:24 +02:00
Eric Pouech 7ae1bb28fe winhelp: Fixed JumpId and JumpKeyword with correct signature and implementation. 2008-04-23 12:27:13 +02:00
Eric Pouech 951926e6e5 winhelp: Replaced an erroneous FIXME by a TRACE in MACRO_DisableButton(). 2008-04-23 12:27:05 +02:00
Eric Pouech 4a89d29104 winhelp: Don't add a page to the history when using the back button. 2008-04-23 12:26:20 +02:00
Eric Pouech 07cf778b2b winhelp: Properly display the page title. 2008-04-23 12:26:11 +02:00
Eric Pouech e862e7d84c winhelp: Fix the loading of a row in a table (especially, for multiple paragraphs in a single cell). 2008-04-23 12:26:01 +02:00
Eric Pouech e0032f0ceb winhelp: Fix window caption index in |SYSTEM. 2008-04-23 12:25:50 +02:00
Eric Pouech ccd75350dd winhelp: Properly handle the back button (in multiple windows, in empty stack...). 2008-04-23 12:25:17 +02:00
Eric Pouech d95bcb73a9 winhelp: Present correctly the history when dealing with multiple files. 2008-04-23 12:25:02 +02:00
Eric Pouech db5902baee winhelp: Store the history in correct order. 2008-04-23 12:24:52 +02:00
Eric Pouech 6d40dbe3da winhelp: Added the notion of WINHELP_WNDPAGE and use it to move the history to the global variables. 2008-04-23 12:24:31 +02:00
Eric Pouech 7a608ea627 winhelp: Get rid of the reuse concept for Windows and refactor the code a bit for window creation / deletion. 2008-04-23 12:24:07 +02:00
Dan Kegel faaccca59b winecfg: Restrict dpi slider to sane values. 2008-04-23 12:23:45 +02:00
Dan Hipschman a1ebffb452 wininet: Remove custom content-length/type headers from redirects. 2008-04-23 12:23:39 +02:00
Andrew Talbot 34480aef09 netapi32: Remove unused variable. 2008-04-23 12:23:33 +02:00
Andrew Talbot 664349eacc ntdll: Remove unused variables. 2008-04-23 12:23:29 +02:00
Andrew Talbot ba742868e5 oleaut32: Remove unused variables. 2008-04-23 12:23:27 +02:00
Andrew Talbot bacd4516d6 msvcrt: Remove unused variable. 2008-04-23 12:23:23 +02:00
Andrew Talbot 7b0c084e50 msvfw32: Remove unused variable. 2008-04-23 12:23:20 +02:00
Paul Vriens 55902e0ce0 gdi32/tests: Run tests on win9x again. 2008-04-23 12:23:15 +02:00
Joris Huizer 1a0bf043bc mshtml: Fixed copy/paste mistake. 2008-04-23 12:23:07 +02:00
Frans Kool 30a00e8dfd start: Fixed Dutch translations. 2008-04-23 12:22:55 +02:00
Jeff Latimer 41e757c812 user32/tests: Fix typedefs & function definitions so that the code compiles in visual C++ 2005. 2008-04-23 12:22:48 +02:00
ByeongSik Jeon fcbc9fad96 shdoclc: Update Korean translation. 2008-04-23 12:22:34 +02:00
ByeongSik Jeon 2440834b42 net: Update Korean translation. 2008-04-23 12:22:31 +02:00
ByeongSik Jeon 651ec32174 reg: Add Korean translation. 2008-04-23 12:22:28 +02:00
ByeongSik Jeon 4183a1dcaf start: Update Korean translation. 2008-04-23 12:22:22 +02:00
Erik de Castro Lopo fc9f8dac17 include: Fix "warning: cast from pointer to integer of different size". 2008-04-23 12:22:17 +02:00
Alexandre Julliard aa4775ef94 localspl: Avoid creating zero-length string values in the registry. 2008-04-22 17:05:10 +02:00
Alexandre Julliard 06bf8ea291 msi: Avoid creating zero-length string values in the registry. 2008-04-22 17:05:05 +02:00
Alexandre Julliard 31ed6473be winex11: Moved the ConfigureNotify handler to event.c. 2008-04-22 16:56:31 +02:00
Rob Shearman 1a0d28bf02 widl: Remove duplicated code in the form of the write_struct_expr function by enhancing write_expr to allow toplevel identifiers to be prefixed by a string, if specified. 2008-04-22 13:05:18 +02:00
Rob Shearman 39a1fa672a widl: Use expr_resolve_type to get the type of the identifier in write_conf_or_var_desc.
Remove the conversion of pointer types into base types as this was only 
needed due to lack of proper type resolving.
2008-04-22 13:05:04 +02:00
Rob Shearman 80ab2a7c6d widl: Move expression functions to a new file, expr.c. 2008-04-22 13:04:58 +02:00
Rob Shearman 6244565df3 widl: Check that expressions resolve so that expressions in generated code will compile.
Also check that expressions return the correct type for the attribute.
2008-04-22 13:04:45 +02:00
Rob Shearman b88d82a14b widl: Pass the actual type into check_remoting_fields and check_field_common instead of the type name. 2008-04-22 13:04:31 +02:00
Rob Shearman b81904b8ee widl: Don't free input_name in pop_import as we keep pointers to it in the var_t type now. 2008-04-22 13:04:24 +02:00
Rob Shearman 95ac84e20b widl: Remove EXPR_MEMBERPTR and implement it using EXPR_PPTR and EXPR_MEMBER instead. 2008-04-22 13:04:19 +02:00
Rob Shearman cc3682cf12 widl: Add support for comparison, exclusive or, logical not and positive operators in expressions. 2008-04-22 13:04:03 +02:00
Rob Shearman 6f9020290b widl: Require a constant expression for case statements. 2008-04-22 13:03:39 +02:00
Rob Shearman b599d2596b widl: Fix operator precedence in expressions. 2008-04-22 13:03:34 +02:00
Maarten Lankhorst 9c02e01dcb explorer/mountmgr.sys: Move device hotplug code over to mount manager. 2008-04-22 12:37:02 +02:00
Austin English 6e59cd2c34 Spelling fixes. 2008-04-22 12:20:12 +02:00
Alex Villacís Lasso 1706d0d63e uxtheme: Speed up UXTHEME_SizedBlt in the ST_TILE by building an appropriately-sized memory bitmap out of the tile instead of iterating with UXTHEME_Blt() directly. 2008-04-22 12:03:14 +02:00
Alexander Nicolaysen Sørnes 2e798b52ef xcopy: Add Norwegian Bokmål resource. 2008-04-22 12:00:10 +02:00
Alexander Nicolaysen Sørnes 69cf2fc5c1 start: Update Norwegian Bokmål resource. 2008-04-22 11:59:37 +02:00