Commit Graph

112 Commits

Author SHA1 Message Date
Jacek Caban cf403fa484 mshtml: Use get_nsinterface in exec_print and do_ns_command. 2007-09-27 11:11:21 +02:00
Jacek Caban 124f0290e4 mshtml: Added IDM_COPY in browse mode implementation. 2007-09-27 11:11:10 +02:00
Jacek Caban c66843693f mshtml: Call Exec in show_context_menu only if user selected menu item. 2007-09-10 16:14:47 +02:00
Jacek Caban 5766b55e40 mshtml: Call Exec(CGID_ShellDocView, 37) in exec_editmode. 2007-06-11 20:20:46 +02:00
Jacek Caban 371b0edb8e mshtml: Added edit mode IDM_CUT implementation. 2007-06-11 15:22:35 +02:00
Jacek Caban 775425b24b mshtml: Added edit mode IDM_PASTE implementation. 2007-06-11 15:22:31 +02:00
Jacek Caban 4231c9e2ee mshtml: Added edit mode IDM_COPY implementation. 2007-06-11 15:22:27 +02:00
Jacek Caban 2aa419e809 mshtml: Added IDM_RESPECTVISIBILITY_INDESIGN command stub implementation. 2007-06-11 15:19:25 +02:00
Jacek Caban 86e224c12d mshtml: Call update_doc in exec_editmode. 2007-06-11 15:13:47 +02:00
Jacek Caban 0334291828 mshtml: Use IOleCommandTarget::Exec to implement context menu. 2007-06-11 15:06:32 +02:00
Jacek Caban 239b86fe8f mshtml: Don't do anything in exec_editmode if edit mode is already set. 2007-06-11 15:06:24 +02:00
Jacek Caban 791b868ce7 mshtml: Move setup_ns_editing to nsembed.c. 2007-06-11 15:06:02 +02:00
Jacek Caban 78509882e7 mshtml: Move remaining status queries to command tables. 2007-06-11 15:05:42 +02:00
Jacek Caban 2e12e7e4de mshtml: Move edit command queries to the command table. 2007-06-11 15:05:32 +02:00
Jacek Caban ca82a1eb0e mshtml: Move justify queries to command table. 2007-06-11 15:05:18 +02:00
Jacek Caban 7d336240d4 mshtml: Use command table for IDM_COPY, IDM_CUT and IDM_PASTE query. 2007-06-11 15:04:53 +02:00
Jacek Caban eb8b3417e0 mshtml: Move remaining commands to tables. 2007-06-11 15:04:44 +02:00
Jacek Caban d42c252883 mshtml: Move more commands to editor command table. 2007-06-11 15:04:35 +02:00
Jacek Caban 34f1f61acf mshtml: Move more commands to command table. 2007-06-11 15:04:24 +02:00
Jacek Caban 7a0e06b9e2 mshtml: Move IDM_FONTSIZE, IDM_FONTNAME and IDM_FORECOLOR to edit state command table.
This patch temporary adds code duplication.
2007-06-11 15:04:17 +02:00
Jacek Caban 510481b70c mshtml: Added command table for CGID_MSHTML commands. 2007-06-11 15:03:59 +02:00
Jacek Caban 757192ebce mshtml: Improve some exec command stubs. 2007-05-15 12:43:07 +02:00
Jacek Caban fa355572a2 mshtml: Added IDM_COMPOSESETTINGS and IDM_HTMLEDITMODE stub implementation. 2007-04-13 11:38:26 +02:00
James Hawkins d06ff0ea69 mshtml: Use the correct variable in the FIXME. 2007-01-11 12:05:40 +01:00
Francois Gouget bbb2b7fd98 Assorted spelling fixes. 2007-01-04 11:27:31 +01:00
Jacek Caban 902a39f0bd mshtml: Use pvaIn in exec_print. 2006-12-15 12:18:24 +01:00
Jacek Caban cc6e4e2525 mshtml: Set default print template in exec_print. 2006-12-14 12:52:10 +01:00
Jacek Caban 7aa9ea4ec0 mshtml: Added beginning of IDM_PRINT implementation. 2006-12-13 16:51:48 +01:00
Jacek Caban 958596b70a mshtml: Added Exec(IDM_FONTSIZE) implementation. 2006-11-24 11:50:58 +01:00
Jacek Caban 2a78268430 mshtml: Added IDM_ORDERLIST implementation. 2006-11-13 12:51:52 +01:00
Jacek Caban 8d76b3deed mshtml: Added IDM_UNORDERLIST implementation. 2006-11-13 12:51:47 +01:00
Jacek Caban 80db14763d mshtml: Added IDM_HORIZONTALLINE implementation. 2006-11-13 12:51:40 +01:00
Jacek Caban 6f4146a30b mshtml: Added IDM_INDENT and IDM_OUTDENT implementation. 2006-11-13 12:51:34 +01:00
Jacek Caban 4769950d66 mshtml: Added QueryStatus(IDM_JUSTIFY*) implementation. 2006-11-09 14:34:25 +01:00
Jacek Caban c64326e62c mshtml: Code clean up. 2006-11-09 14:34:18 +01:00
Jacek Caban 95cc9db828 mshtml: Added Exec(IDM_JUSTIFYLEFT) and Exec(IDM_JUSTIFYRIGHT) implementataion. 2006-11-09 14:34:12 +01:00
Jacek Caban 8968c399e6 mshtml: Added Exec(IDM_JUSTIFYCENTER) implementation. 2006-11-09 14:34:04 +01:00
Jacek Caban 40d31d869b mshtml: Added IDM_FORECOLOR implementation. 2006-11-09 14:33:56 +01:00
Jacek Caban f0871b5814 mshtml: Added Exec(IDM_FONTSIZE) stub. 2006-11-09 14:33:50 +01:00
Jacek Caban fd5da1a7b9 mshtml: Added QueryStatus(IDM_FONTSIZE) implementation. 2006-11-09 14:33:42 +01:00
Jacek Caban cab25424d2 mshtml: Added QueryStatus(IDM_FONTNAME) implementation. 2006-11-09 14:33:35 +01:00
Jacek Caban 53fe2d1531 mshtml: Fixed query_edit_status when Gecko is not available. 2006-11-06 12:24:07 +01:00
Jacek Caban 64fe277428 mshtml: Added implementation of QueryStatus(IDM_UNDERLINE). 2006-11-02 21:03:58 +01:00
Jacek Caban 5e0d749c2f mshtml: Added implementation of QueryStatus(IDM_ITALIC). 2006-11-02 21:03:47 +01:00
Jacek Caban 227be057c2 mshtml: Added implementation of QueryStatus(IDM_BOLD). 2006-11-02 21:03:31 +01:00
Jacek Caban cf075bdf00 mshtml: Load about:blank in exec_editmode. 2006-11-02 21:03:10 +01:00
Marcus Meissner 2074a2314a mshtml: Moved release of dom_window to right place. 2006-10-26 13:04:52 +02:00
Jacek Caban 0c74c0a95b mshtml: Win64 printf format warning fixes. 2006-10-06 12:54:45 +02:00
Jacek Caban 8b125182c1 mshtml: Added get_readyState implementation. 2006-09-28 11:55:23 +02:00
Jacek Caban fd79923100 mshtml: Added IDM_UNDERLINE implementation. 2006-08-28 11:40:46 +02:00
Jacek Caban 9fb9ca0d5d mshtml: Added IDM_ITALIC implementation. 2006-08-28 11:40:39 +02:00
Jacek Caban 5f9078040a mshtml: Added IDM_FONTNAME implementation. 2006-08-28 11:40:27 +02:00
Jacek Caban 4c4c583f53 mshtml: Better stub for QueryStatus(CGID_MSHTML). 2006-08-26 19:16:14 +02:00
Jacek Caban beaa66f17e mshtml: Added nsICommandParams argument to do_ns_command. 2006-08-26 18:55:42 +02:00
Jacek Caban 593e897655 mshtml: Use IPropertyNotifySink connection point. 2006-08-23 11:58:45 +02:00
Jacek Caban 4e418499ca mshtml: Added IDM_BOLD implementation. 2006-08-21 12:14:39 +02:00
Jacek Caban e3990ddf7b mshtml: Switch nsWebBrowset to editing mode in exec_editmod. 2006-08-18 11:35:01 +02:00
Jacek Caban 2405002403 mshtml: Added beginning implementation of IDM_EDITMODE. 2006-08-17 11:20:54 +02:00
Jacek Caban 6e7e6efedd mshtml: Return S_OK in Exec(IDM_BASELINEFONT3). 2006-07-06 12:45:32 +02:00
Jacek Caban 346d5bc7d0 mshtml: Added beginning IDM_BROWSEMODE implementation. 2006-07-03 11:54:25 +02:00
Jacek Caban e82be4ba63 mshtml: Added CGID_MSHTML to IOleCommandTarget::Exec. 2006-06-23 10:46:34 +02:00
Jacek Caban a2f715e536 mshtml: Move IOleCommandTarget implementation to separate file. 2006-06-20 20:38:31 +02:00