Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | /* vi:set ts=8 sts=4 sw=4: |
| 2 | * |
| 3 | * VIM - Vi IMproved by Bram Moolenaar |
| 4 | * GUI support by Robert Webb |
| 5 | * |
| 6 | * Do ":help uganda" in Vim to read copying and usage conditions. |
| 7 | * Do ":help credits" in Vim to see a list of people who contributed. |
| 8 | * See README.txt for an overview of the Vim source code. |
| 9 | */ |
| 10 | /* |
| 11 | * gui_w48.c: This file is included in gui_w16.c and gui_w32.c. |
| 12 | * |
| 13 | * GUI support for Microsoft Windows (Win16 + Win32 = Win48 :-) |
| 14 | * |
| 15 | * The combined efforts of: |
| 16 | * George V. Reilly <george@reilly.org> |
| 17 | * Robert Webb |
| 18 | * Vince Negri |
| 19 | * ...and contributions from many others |
| 20 | * |
| 21 | */ |
| 22 | |
| 23 | #include "vim.h" |
| 24 | #include "version.h" /* used by dialog box routine for default title */ |
| 25 | #ifdef DEBUG |
| 26 | # include <tchar.h> |
| 27 | #endif |
Bram Moolenaar | 8288149 | 2012-11-20 16:53:39 +0100 | [diff] [blame] | 28 | |
| 29 | /* cproto fails on missing include files */ |
| 30 | #ifndef PROTO |
| 31 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 32 | #ifndef __MINGW32__ |
| 33 | # include <shellapi.h> |
| 34 | #endif |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 35 | #if defined(FEAT_TOOLBAR) || defined(FEAT_BEVAL) || defined(FEAT_GUI_TABLINE) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 36 | # include <commctrl.h> |
| 37 | #endif |
| 38 | #ifdef WIN16 |
| 39 | # include <commdlg.h> |
| 40 | # include <shellapi.h> |
| 41 | # ifdef WIN16_3DLOOK |
| 42 | # include <ctl3d.h> |
| 43 | # endif |
| 44 | #endif |
| 45 | #include <windowsx.h> |
| 46 | |
| 47 | #ifdef GLOBAL_IME |
| 48 | # include "glbl_ime.h" |
| 49 | #endif |
| 50 | |
Bram Moolenaar | 8288149 | 2012-11-20 16:53:39 +0100 | [diff] [blame] | 51 | #endif /* PROTO */ |
| 52 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 53 | #ifdef FEAT_MENU |
| 54 | # define MENUHINTS /* show menu hints in command line */ |
| 55 | #endif |
| 56 | |
| 57 | /* Some parameters for dialog boxes. All in pixels. */ |
| 58 | #define DLG_PADDING_X 10 |
| 59 | #define DLG_PADDING_Y 10 |
| 60 | #define DLG_OLD_STYLE_PADDING_X 5 |
| 61 | #define DLG_OLD_STYLE_PADDING_Y 5 |
| 62 | #define DLG_VERT_PADDING_X 4 /* For vertical buttons */ |
| 63 | #define DLG_VERT_PADDING_Y 4 |
| 64 | #define DLG_ICON_WIDTH 34 |
| 65 | #define DLG_ICON_HEIGHT 34 |
| 66 | #define DLG_MIN_WIDTH 150 |
| 67 | #define DLG_FONT_NAME "MS Sans Serif" |
| 68 | #define DLG_FONT_POINT_SIZE 8 |
| 69 | #define DLG_MIN_MAX_WIDTH 400 |
Bram Moolenaar | 748bf03 | 2005-02-02 23:04:36 +0000 | [diff] [blame] | 70 | #define DLG_MIN_MAX_HEIGHT 400 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 71 | |
| 72 | #define DLG_NONBUTTON_CONTROL 5000 /* First ID of non-button controls */ |
| 73 | |
| 74 | #ifndef WM_XBUTTONDOWN /* For Win2K / winME ONLY */ |
| 75 | # define WM_XBUTTONDOWN 0x020B |
| 76 | # define WM_XBUTTONUP 0x020C |
| 77 | # define WM_XBUTTONDBLCLK 0x020D |
| 78 | # define MK_XBUTTON1 0x0020 |
| 79 | # define MK_XBUTTON2 0x0040 |
| 80 | #endif |
| 81 | |
| 82 | #ifdef PROTO |
| 83 | /* |
| 84 | * Define a few things for generating prototypes. This is just to avoid |
| 85 | * syntax errors, the defines do not need to be correct. |
| 86 | */ |
| 87 | # define APIENTRY |
| 88 | # define CALLBACK |
| 89 | # define CONST |
| 90 | # define FAR |
| 91 | # define NEAR |
| 92 | # define _cdecl |
| 93 | typedef int BOOL; |
| 94 | typedef int BYTE; |
| 95 | typedef int DWORD; |
| 96 | typedef int WCHAR; |
| 97 | typedef int ENUMLOGFONT; |
| 98 | typedef int FINDREPLACE; |
| 99 | typedef int HANDLE; |
| 100 | typedef int HBITMAP; |
| 101 | typedef int HBRUSH; |
| 102 | typedef int HDROP; |
| 103 | typedef int INT; |
| 104 | typedef int LOGFONT[]; |
| 105 | typedef int LPARAM; |
| 106 | typedef int LPCREATESTRUCT; |
| 107 | typedef int LPCSTR; |
| 108 | typedef int LPCTSTR; |
| 109 | typedef int LPRECT; |
| 110 | typedef int LPSTR; |
| 111 | typedef int LPWINDOWPOS; |
| 112 | typedef int LPWORD; |
| 113 | typedef int LRESULT; |
Bram Moolenaar | e344bea | 2005-09-01 20:46:49 +0000 | [diff] [blame] | 114 | typedef int HRESULT; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 115 | # undef MSG |
| 116 | typedef int MSG; |
| 117 | typedef int NEWTEXTMETRIC; |
| 118 | typedef int OSVERSIONINFO; |
| 119 | typedef int PWORD; |
| 120 | typedef int RECT; |
| 121 | typedef int UINT; |
| 122 | typedef int WORD; |
| 123 | typedef int WPARAM; |
| 124 | typedef int POINT; |
| 125 | typedef void *HINSTANCE; |
| 126 | typedef void *HMENU; |
| 127 | typedef void *HWND; |
| 128 | typedef void *HDC; |
| 129 | typedef void VOID; |
| 130 | typedef int LPNMHDR; |
| 131 | typedef int LONG; |
Bram Moolenaar | 3b1db36 | 2013-08-10 15:00:24 +0200 | [diff] [blame] | 132 | typedef int WNDPROC; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 133 | #endif |
| 134 | |
| 135 | #ifndef GET_X_LPARAM |
| 136 | # define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp)) |
| 137 | #endif |
| 138 | |
| 139 | static void _OnPaint( HWND hwnd); |
| 140 | static void clear_rect(RECT *rcp); |
| 141 | static int gui_mswin_get_menu_height(int fix_window); |
| 142 | |
| 143 | static WORD s_dlgfntheight; /* height of the dialog font */ |
| 144 | static WORD s_dlgfntwidth; /* width of the dialog font */ |
| 145 | |
| 146 | #ifdef FEAT_MENU |
| 147 | static HMENU s_menuBar = NULL; |
| 148 | #endif |
| 149 | #ifdef FEAT_TEAROFF |
| 150 | static void rebuild_tearoff(vimmenu_T *menu); |
| 151 | static HBITMAP s_htearbitmap; /* bitmap used to indicate tearoff */ |
| 152 | #endif |
| 153 | |
Bram Moolenaar | 4868726 | 2007-05-10 17:17:07 +0000 | [diff] [blame] | 154 | /* Flag that is set while processing a message that must not be interrupted by |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 155 | * processing another message. */ |
| 156 | static int s_busy_processing = FALSE; |
| 157 | |
| 158 | static int destroying = FALSE; /* call DestroyWindow() ourselves */ |
| 159 | |
| 160 | #ifdef MSWIN_FIND_REPLACE |
| 161 | static UINT s_findrep_msg = 0; /* set in gui_w[16/32].c */ |
| 162 | static FINDREPLACE s_findrep_struct; |
Bram Moolenaar | 3ca9a8a | 2009-01-28 20:23:17 +0000 | [diff] [blame] | 163 | # if defined(FEAT_MBYTE) && defined(WIN3264) |
| 164 | static FINDREPLACEW s_findrep_struct_w; |
| 165 | # endif |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 166 | static HWND s_findrep_hwnd = NULL; |
| 167 | static int s_findrep_is_find; /* TRUE for find dialog, FALSE |
| 168 | for find/replace dialog */ |
| 169 | #endif |
| 170 | |
| 171 | static HINSTANCE s_hinst = NULL; |
| 172 | #if !defined(FEAT_SNIFF) && !defined(FEAT_GUI) |
| 173 | static |
| 174 | #endif |
| 175 | HWND s_hwnd = NULL; |
| 176 | static HDC s_hdc = NULL; |
| 177 | static HBRUSH s_brush = NULL; |
| 178 | |
| 179 | #ifdef FEAT_TOOLBAR |
| 180 | static HWND s_toolbarhwnd = NULL; |
Bram Moolenaar | 5f919ee | 2013-07-21 17:46:43 +0200 | [diff] [blame] | 181 | static WNDPROC s_toolbar_wndproc = NULL; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 182 | #endif |
| 183 | |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 184 | #ifdef FEAT_GUI_TABLINE |
| 185 | static HWND s_tabhwnd = NULL; |
Bram Moolenaar | 5f919ee | 2013-07-21 17:46:43 +0200 | [diff] [blame] | 186 | static WNDPROC s_tabline_wndproc = NULL; |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 187 | static int showing_tabline = 0; |
| 188 | #endif |
| 189 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 190 | static WPARAM s_wParam = 0; |
| 191 | static LPARAM s_lParam = 0; |
| 192 | |
| 193 | static HWND s_textArea = NULL; |
| 194 | static UINT s_uMsg = 0; |
| 195 | |
| 196 | static char_u *s_textfield; /* Used by dialogs to pass back strings */ |
| 197 | |
| 198 | static int s_need_activate = FALSE; |
| 199 | |
| 200 | /* This variable is set when waiting for an event, which is the only moment |
| 201 | * scrollbar dragging can be done directly. It's not allowed while commands |
| 202 | * are executed, because it may move the cursor and that may cause unexpected |
| 203 | * problems (e.g., while ":s" is working). |
| 204 | */ |
| 205 | static int allow_scrollbar = FALSE; |
| 206 | |
| 207 | #ifdef GLOBAL_IME |
| 208 | # define MyTranslateMessage(x) global_ime_TranslateMessage(x) |
| 209 | #else |
| 210 | # define MyTranslateMessage(x) TranslateMessage(x) |
| 211 | #endif |
| 212 | |
| 213 | #if (defined(WIN3264) && defined(FEAT_MBYTE)) || defined(GLOBAL_IME) |
| 214 | /* use of WindowProc depends on wide_WindowProc */ |
| 215 | # define MyWindowProc vim_WindowProc |
| 216 | #else |
| 217 | /* use ordinary WindowProc */ |
| 218 | # define MyWindowProc DefWindowProc |
| 219 | #endif |
| 220 | |
| 221 | extern int current_font_height; /* this is in os_mswin.c */ |
| 222 | |
| 223 | static struct |
| 224 | { |
| 225 | UINT key_sym; |
| 226 | char_u vim_code0; |
| 227 | char_u vim_code1; |
| 228 | } special_keys[] = |
| 229 | { |
| 230 | {VK_UP, 'k', 'u'}, |
| 231 | {VK_DOWN, 'k', 'd'}, |
| 232 | {VK_LEFT, 'k', 'l'}, |
| 233 | {VK_RIGHT, 'k', 'r'}, |
| 234 | |
| 235 | {VK_F1, 'k', '1'}, |
| 236 | {VK_F2, 'k', '2'}, |
| 237 | {VK_F3, 'k', '3'}, |
| 238 | {VK_F4, 'k', '4'}, |
| 239 | {VK_F5, 'k', '5'}, |
| 240 | {VK_F6, 'k', '6'}, |
| 241 | {VK_F7, 'k', '7'}, |
| 242 | {VK_F8, 'k', '8'}, |
| 243 | {VK_F9, 'k', '9'}, |
| 244 | {VK_F10, 'k', ';'}, |
| 245 | |
| 246 | {VK_F11, 'F', '1'}, |
| 247 | {VK_F12, 'F', '2'}, |
| 248 | {VK_F13, 'F', '3'}, |
| 249 | {VK_F14, 'F', '4'}, |
| 250 | {VK_F15, 'F', '5'}, |
| 251 | {VK_F16, 'F', '6'}, |
| 252 | {VK_F17, 'F', '7'}, |
| 253 | {VK_F18, 'F', '8'}, |
| 254 | {VK_F19, 'F', '9'}, |
| 255 | {VK_F20, 'F', 'A'}, |
| 256 | |
| 257 | {VK_F21, 'F', 'B'}, |
| 258 | #ifdef FEAT_NETBEANS_INTG |
| 259 | {VK_PAUSE, 'F', 'B'}, /* Pause == F21 (see gui_gtk_x11.c) */ |
| 260 | #endif |
| 261 | {VK_F22, 'F', 'C'}, |
| 262 | {VK_F23, 'F', 'D'}, |
| 263 | {VK_F24, 'F', 'E'}, /* winuser.h defines up to F24 */ |
| 264 | |
| 265 | {VK_HELP, '%', '1'}, |
| 266 | {VK_BACK, 'k', 'b'}, |
| 267 | {VK_INSERT, 'k', 'I'}, |
| 268 | {VK_DELETE, 'k', 'D'}, |
| 269 | {VK_HOME, 'k', 'h'}, |
| 270 | {VK_END, '@', '7'}, |
| 271 | {VK_PRIOR, 'k', 'P'}, |
| 272 | {VK_NEXT, 'k', 'N'}, |
| 273 | {VK_PRINT, '%', '9'}, |
| 274 | {VK_ADD, 'K', '6'}, |
| 275 | {VK_SUBTRACT, 'K', '7'}, |
| 276 | {VK_DIVIDE, 'K', '8'}, |
| 277 | {VK_MULTIPLY, 'K', '9'}, |
| 278 | {VK_SEPARATOR, 'K', 'A'}, /* Keypad Enter */ |
| 279 | {VK_DECIMAL, 'K', 'B'}, |
| 280 | |
| 281 | {VK_NUMPAD0, 'K', 'C'}, |
| 282 | {VK_NUMPAD1, 'K', 'D'}, |
| 283 | {VK_NUMPAD2, 'K', 'E'}, |
| 284 | {VK_NUMPAD3, 'K', 'F'}, |
| 285 | {VK_NUMPAD4, 'K', 'G'}, |
| 286 | {VK_NUMPAD5, 'K', 'H'}, |
| 287 | {VK_NUMPAD6, 'K', 'I'}, |
| 288 | {VK_NUMPAD7, 'K', 'J'}, |
| 289 | {VK_NUMPAD8, 'K', 'K'}, |
| 290 | {VK_NUMPAD9, 'K', 'L'}, |
| 291 | |
| 292 | /* Keys that we want to be able to use any modifier with: */ |
| 293 | {VK_SPACE, ' ', NUL}, |
| 294 | {VK_TAB, TAB, NUL}, |
| 295 | {VK_ESCAPE, ESC, NUL}, |
| 296 | {NL, NL, NUL}, |
| 297 | {CAR, CAR, NUL}, |
| 298 | |
| 299 | /* End of list marker: */ |
| 300 | {0, 0, 0} |
| 301 | }; |
| 302 | |
| 303 | /* Local variables */ |
Bram Moolenaar | 25b2b94 | 2016-01-17 20:53:12 +0100 | [diff] [blame] | 304 | static int s_button_pending = -1; |
Bram Moolenaar | ea40888 | 2007-12-03 21:21:03 +0000 | [diff] [blame] | 305 | |
| 306 | /* s_getting_focus is set when we got focus but didn't see mouse-up event yet, |
| 307 | * so don't reset s_button_pending. */ |
Bram Moolenaar | 25b2b94 | 2016-01-17 20:53:12 +0100 | [diff] [blame] | 308 | static int s_getting_focus = FALSE; |
Bram Moolenaar | ea40888 | 2007-12-03 21:21:03 +0000 | [diff] [blame] | 309 | |
Bram Moolenaar | 25b2b94 | 2016-01-17 20:53:12 +0100 | [diff] [blame] | 310 | static int s_x_pending; |
| 311 | static int s_y_pending; |
| 312 | static UINT s_kFlags_pending; |
| 313 | static UINT s_wait_timer = 0; /* Timer for get char from user */ |
| 314 | static int s_timed_out = FALSE; |
| 315 | static int dead_key = 0; /* 0: no dead key, 1: dead key pressed */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 316 | |
| 317 | #ifdef WIN3264 |
| 318 | static OSVERSIONINFO os_version; /* like it says. Init in gui_mch_init() */ |
| 319 | #endif |
| 320 | |
| 321 | #ifdef FEAT_BEVAL |
| 322 | /* balloon-eval WM_NOTIFY_HANDLER */ |
| 323 | static void Handle_WM_Notify __ARGS((HWND hwnd, LPNMHDR pnmh)); |
| 324 | static void TrackUserActivity __ARGS((UINT uMsg)); |
| 325 | #endif |
| 326 | |
| 327 | /* |
| 328 | * For control IME. |
Bram Moolenaar | 0f27212 | 2013-01-23 18:37:40 +0100 | [diff] [blame] | 329 | * |
| 330 | * These LOGFONT used for IME. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 331 | */ |
| 332 | #ifdef FEAT_MBYTE |
| 333 | # ifdef USE_IM_CONTROL |
Bram Moolenaar | 0f27212 | 2013-01-23 18:37:40 +0100 | [diff] [blame] | 334 | /* holds LOGFONT for 'guifontwide' if available, otherwise 'guifont' */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 335 | static LOGFONT norm_logfont; |
Bram Moolenaar | 0f27212 | 2013-01-23 18:37:40 +0100 | [diff] [blame] | 336 | /* holds LOGFONT for 'guifont' always. */ |
| 337 | static LOGFONT sub_logfont; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 338 | # endif |
| 339 | #endif |
| 340 | |
| 341 | #ifdef FEAT_MBYTE_IME |
| 342 | static LRESULT _OnImeNotify(HWND hWnd, DWORD dwCommand, DWORD dwData); |
| 343 | #endif |
| 344 | |
Bram Moolenaar | 3ef7cdf | 2012-01-20 17:57:51 +0100 | [diff] [blame] | 345 | #if defined(FEAT_MBYTE) && defined(WIN3264) |
| 346 | static char_u *convert_filter(char_u *s); |
| 347 | #endif |
| 348 | |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 349 | #ifdef DEBUG_PRINT_ERROR |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 350 | /* |
| 351 | * Print out the last Windows error message |
| 352 | */ |
| 353 | static void |
| 354 | print_windows_error(void) |
| 355 | { |
| 356 | LPVOID lpMsgBuf; |
| 357 | |
| 358 | FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, |
| 359 | NULL, GetLastError(), |
| 360 | MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), |
| 361 | (LPTSTR) &lpMsgBuf, 0, NULL); |
| 362 | TRACE1("Error: %s\n", lpMsgBuf); |
| 363 | LocalFree(lpMsgBuf); |
| 364 | } |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 365 | #endif |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 366 | |
| 367 | /* |
| 368 | * Cursor blink functions. |
| 369 | * |
| 370 | * This is a simple state machine: |
| 371 | * BLINK_NONE not blinking at all |
| 372 | * BLINK_OFF blinking, cursor is not shown |
| 373 | * BLINK_ON blinking, cursor is shown |
| 374 | */ |
| 375 | |
| 376 | #define BLINK_NONE 0 |
| 377 | #define BLINK_OFF 1 |
| 378 | #define BLINK_ON 2 |
| 379 | |
| 380 | static int blink_state = BLINK_NONE; |
| 381 | static long_u blink_waittime = 700; |
| 382 | static long_u blink_ontime = 400; |
| 383 | static long_u blink_offtime = 250; |
| 384 | static UINT blink_timer = 0; |
| 385 | |
| 386 | void |
| 387 | gui_mch_set_blinking(long wait, long on, long off) |
| 388 | { |
| 389 | blink_waittime = wait; |
| 390 | blink_ontime = on; |
| 391 | blink_offtime = off; |
| 392 | } |
| 393 | |
| 394 | /* ARGSUSED */ |
| 395 | static VOID CALLBACK |
| 396 | _OnBlinkTimer( |
| 397 | HWND hwnd, |
| 398 | UINT uMsg, |
| 399 | UINT idEvent, |
| 400 | DWORD dwTime) |
| 401 | { |
| 402 | MSG msg; |
| 403 | |
| 404 | /* |
| 405 | TRACE2("Got timer event, id %d, blink_timer %d\n", idEvent, blink_timer); |
| 406 | */ |
| 407 | |
| 408 | KillTimer(NULL, idEvent); |
| 409 | |
| 410 | /* Eat spurious WM_TIMER messages */ |
Bram Moolenaar | 8c85fa3 | 2011-08-10 17:08:03 +0200 | [diff] [blame] | 411 | while (pPeekMessage(&msg, hwnd, WM_TIMER, WM_TIMER, PM_REMOVE)) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 412 | ; |
| 413 | |
| 414 | if (blink_state == BLINK_ON) |
| 415 | { |
| 416 | gui_undraw_cursor(); |
| 417 | blink_state = BLINK_OFF; |
| 418 | blink_timer = (UINT) SetTimer(NULL, 0, (UINT)blink_offtime, |
| 419 | (TIMERPROC)_OnBlinkTimer); |
| 420 | } |
| 421 | else |
| 422 | { |
| 423 | gui_update_cursor(TRUE, FALSE); |
| 424 | blink_state = BLINK_ON; |
| 425 | blink_timer = (UINT) SetTimer(NULL, 0, (UINT)blink_ontime, |
| 426 | (TIMERPROC)_OnBlinkTimer); |
| 427 | } |
| 428 | } |
| 429 | |
| 430 | static void |
| 431 | gui_mswin_rm_blink_timer(void) |
| 432 | { |
| 433 | MSG msg; |
| 434 | |
| 435 | if (blink_timer != 0) |
| 436 | { |
| 437 | KillTimer(NULL, blink_timer); |
| 438 | /* Eat spurious WM_TIMER messages */ |
Bram Moolenaar | 8c85fa3 | 2011-08-10 17:08:03 +0200 | [diff] [blame] | 439 | while (pPeekMessage(&msg, s_hwnd, WM_TIMER, WM_TIMER, PM_REMOVE)) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 440 | ; |
| 441 | blink_timer = 0; |
| 442 | } |
| 443 | } |
| 444 | |
| 445 | /* |
| 446 | * Stop the cursor blinking. Show the cursor if it wasn't shown. |
| 447 | */ |
| 448 | void |
| 449 | gui_mch_stop_blink(void) |
| 450 | { |
| 451 | gui_mswin_rm_blink_timer(); |
| 452 | if (blink_state == BLINK_OFF) |
| 453 | gui_update_cursor(TRUE, FALSE); |
| 454 | blink_state = BLINK_NONE; |
| 455 | } |
| 456 | |
| 457 | /* |
| 458 | * Start the cursor blinking. If it was already blinking, this restarts the |
| 459 | * waiting time and shows the cursor. |
| 460 | */ |
| 461 | void |
| 462 | gui_mch_start_blink(void) |
| 463 | { |
| 464 | gui_mswin_rm_blink_timer(); |
| 465 | |
| 466 | /* Only switch blinking on if none of the times is zero */ |
| 467 | if (blink_waittime && blink_ontime && blink_offtime && gui.in_focus) |
| 468 | { |
| 469 | blink_timer = (UINT)SetTimer(NULL, 0, (UINT)blink_waittime, |
| 470 | (TIMERPROC)_OnBlinkTimer); |
| 471 | blink_state = BLINK_ON; |
| 472 | gui_update_cursor(TRUE, FALSE); |
| 473 | } |
| 474 | } |
| 475 | |
| 476 | /* |
| 477 | * Call-back routines. |
| 478 | */ |
| 479 | |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 480 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 481 | static VOID CALLBACK |
| 482 | _OnTimer( |
| 483 | HWND hwnd, |
| 484 | UINT uMsg, |
| 485 | UINT idEvent, |
| 486 | DWORD dwTime) |
| 487 | { |
| 488 | MSG msg; |
| 489 | |
| 490 | /* |
| 491 | TRACE2("Got timer event, id %d, s_wait_timer %d\n", idEvent, s_wait_timer); |
| 492 | */ |
| 493 | KillTimer(NULL, idEvent); |
| 494 | s_timed_out = TRUE; |
| 495 | |
| 496 | /* Eat spurious WM_TIMER messages */ |
Bram Moolenaar | 8c85fa3 | 2011-08-10 17:08:03 +0200 | [diff] [blame] | 497 | while (pPeekMessage(&msg, hwnd, WM_TIMER, WM_TIMER, PM_REMOVE)) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 498 | ; |
| 499 | if (idEvent == s_wait_timer) |
| 500 | s_wait_timer = 0; |
| 501 | } |
| 502 | |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 503 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 504 | static void |
| 505 | _OnDeadChar( |
| 506 | HWND hwnd, |
| 507 | UINT ch, |
| 508 | int cRepeat) |
| 509 | { |
| 510 | dead_key = 1; |
| 511 | } |
| 512 | |
| 513 | /* |
| 514 | * Convert Unicode character "ch" to bytes in "string[slen]". |
Bram Moolenaar | 85a3e5c | 2007-11-20 16:22:16 +0000 | [diff] [blame] | 515 | * When "had_alt" is TRUE the ALT key was included in "ch". |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 516 | * Return the length. |
| 517 | */ |
| 518 | static int |
Bram Moolenaar | 85a3e5c | 2007-11-20 16:22:16 +0000 | [diff] [blame] | 519 | char_to_string(int ch, char_u *string, int slen, int had_alt) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 520 | { |
| 521 | int len; |
| 522 | int i; |
| 523 | #ifdef FEAT_MBYTE |
| 524 | WCHAR wstring[2]; |
| 525 | char_u *ws = NULL;; |
| 526 | |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 527 | if (os_version.dwPlatformId != VER_PLATFORM_WIN32_NT) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 528 | { |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 529 | /* On Windows 95/98 we apparently get the character in the active |
| 530 | * codepage, not in UCS-2. If conversion is needed convert it to |
| 531 | * UCS-2 first. */ |
| 532 | if ((int)GetACP() == enc_codepage) |
| 533 | len = 0; /* no conversion required */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 534 | else |
| 535 | { |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 536 | string[0] = ch; |
| 537 | len = MultiByteToWideChar(GetACP(), 0, string, 1, wstring, 2); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 538 | } |
| 539 | } |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 540 | else |
| 541 | { |
| 542 | wstring[0] = ch; |
| 543 | len = 1; |
| 544 | } |
| 545 | |
| 546 | if (len > 0) |
| 547 | { |
| 548 | /* "ch" is a UTF-16 character. Convert it to a string of bytes. When |
| 549 | * "enc_codepage" is non-zero use the standard Win32 function, |
| 550 | * otherwise use our own conversion function (e.g., for UTF-8). */ |
| 551 | if (enc_codepage > 0) |
Bram Moolenaar | 85a3e5c | 2007-11-20 16:22:16 +0000 | [diff] [blame] | 552 | { |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 553 | len = WideCharToMultiByte(enc_codepage, 0, wstring, len, |
| 554 | string, slen, 0, NULL); |
Bram Moolenaar | 85a3e5c | 2007-11-20 16:22:16 +0000 | [diff] [blame] | 555 | /* If we had included the ALT key into the character but now the |
| 556 | * upper bit is no longer set, that probably means the conversion |
| 557 | * failed. Convert the original character and set the upper bit |
| 558 | * afterwards. */ |
| 559 | if (had_alt && len == 1 && ch >= 0x80 && string[0] < 0x80) |
| 560 | { |
| 561 | wstring[0] = ch & 0x7f; |
| 562 | len = WideCharToMultiByte(enc_codepage, 0, wstring, len, |
| 563 | string, slen, 0, NULL); |
| 564 | if (len == 1) /* safety check */ |
| 565 | string[0] |= 0x80; |
| 566 | } |
| 567 | } |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 568 | else |
| 569 | { |
| 570 | len = 1; |
Bram Moolenaar | 36f692d | 2008-11-20 16:10:17 +0000 | [diff] [blame] | 571 | ws = utf16_to_enc(wstring, &len); |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 572 | if (ws == NULL) |
| 573 | len = 0; |
| 574 | else |
| 575 | { |
| 576 | if (len > slen) /* just in case */ |
| 577 | len = slen; |
| 578 | mch_memmove(string, ws, len); |
| 579 | vim_free(ws); |
| 580 | } |
| 581 | } |
| 582 | } |
| 583 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 584 | if (len == 0) |
| 585 | #endif |
| 586 | { |
| 587 | string[0] = ch; |
| 588 | len = 1; |
| 589 | } |
| 590 | |
| 591 | for (i = 0; i < len; ++i) |
| 592 | if (string[i] == CSI && len <= slen - 2) |
| 593 | { |
| 594 | /* Insert CSI as K_CSI. */ |
| 595 | mch_memmove(string + i + 3, string + i + 1, len - i - 1); |
| 596 | string[++i] = KS_EXTRA; |
| 597 | string[++i] = (int)KE_CSI; |
| 598 | len += 2; |
| 599 | } |
| 600 | |
| 601 | return len; |
| 602 | } |
| 603 | |
| 604 | /* |
| 605 | * Key hit, add it to the input buffer. |
| 606 | */ |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 607 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 608 | static void |
| 609 | _OnChar( |
| 610 | HWND hwnd, |
| 611 | UINT ch, |
| 612 | int cRepeat) |
| 613 | { |
| 614 | char_u string[40]; |
| 615 | int len = 0; |
| 616 | |
Bram Moolenaar | d2e8087 | 2014-08-22 18:44:33 +0200 | [diff] [blame] | 617 | dead_key = 0; |
| 618 | |
Bram Moolenaar | 85a3e5c | 2007-11-20 16:22:16 +0000 | [diff] [blame] | 619 | len = char_to_string(ch, string, 40, FALSE); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 620 | if (len == 1 && string[0] == Ctrl_C && ctrl_c_interrupts) |
| 621 | { |
| 622 | trash_input_buf(); |
| 623 | got_int = TRUE; |
| 624 | } |
| 625 | |
| 626 | add_to_input_buf(string, len); |
| 627 | } |
| 628 | |
| 629 | /* |
| 630 | * Alt-Key hit, add it to the input buffer. |
| 631 | */ |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 632 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 633 | static void |
| 634 | _OnSysChar( |
| 635 | HWND hwnd, |
| 636 | UINT cch, |
| 637 | int cRepeat) |
| 638 | { |
| 639 | char_u string[40]; /* Enough for multibyte character */ |
| 640 | int len; |
| 641 | int modifiers; |
| 642 | int ch = cch; /* special keys are negative */ |
| 643 | |
Bram Moolenaar | 25b2b94 | 2016-01-17 20:53:12 +0100 | [diff] [blame] | 644 | dead_key = 0; |
| 645 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 646 | /* TRACE("OnSysChar(%d, %c)\n", ch, ch); */ |
| 647 | |
| 648 | /* OK, we have a character key (given by ch) which was entered with the |
| 649 | * ALT key pressed. Eg, if the user presses Alt-A, then ch == 'A'. Note |
| 650 | * that the system distinguishes Alt-a and Alt-A (Alt-Shift-a unless |
| 651 | * CAPSLOCK is pressed) at this point. |
| 652 | */ |
| 653 | modifiers = MOD_MASK_ALT; |
| 654 | if (GetKeyState(VK_SHIFT) & 0x8000) |
| 655 | modifiers |= MOD_MASK_SHIFT; |
| 656 | if (GetKeyState(VK_CONTROL) & 0x8000) |
| 657 | modifiers |= MOD_MASK_CTRL; |
| 658 | |
| 659 | ch = simplify_key(ch, &modifiers); |
| 660 | /* remove the SHIFT modifier for keys where it's already included, e.g., |
| 661 | * '(' and '*' */ |
| 662 | if (ch < 0x100 && !isalpha(ch) && isprint(ch)) |
| 663 | modifiers &= ~MOD_MASK_SHIFT; |
| 664 | |
| 665 | /* Interpret the ALT key as making the key META, include SHIFT, etc. */ |
| 666 | ch = extract_modifiers(ch, &modifiers); |
| 667 | if (ch == CSI) |
| 668 | ch = K_CSI; |
| 669 | |
| 670 | len = 0; |
| 671 | if (modifiers) |
| 672 | { |
| 673 | string[len++] = CSI; |
| 674 | string[len++] = KS_MODIFIER; |
| 675 | string[len++] = modifiers; |
| 676 | } |
| 677 | |
| 678 | if (IS_SPECIAL((int)ch)) |
| 679 | { |
| 680 | string[len++] = CSI; |
| 681 | string[len++] = K_SECOND((int)ch); |
| 682 | string[len++] = K_THIRD((int)ch); |
| 683 | } |
| 684 | else |
| 685 | { |
| 686 | /* Although the documentation isn't clear about it, we assume "ch" is |
| 687 | * a Unicode character. */ |
Bram Moolenaar | 85a3e5c | 2007-11-20 16:22:16 +0000 | [diff] [blame] | 688 | len += char_to_string(ch, string + len, 40 - len, TRUE); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 689 | } |
| 690 | |
| 691 | add_to_input_buf(string, len); |
| 692 | } |
| 693 | |
| 694 | static void |
| 695 | _OnMouseEvent( |
| 696 | int button, |
| 697 | int x, |
| 698 | int y, |
| 699 | int repeated_click, |
| 700 | UINT keyFlags) |
| 701 | { |
| 702 | int vim_modifiers = 0x0; |
| 703 | |
Bram Moolenaar | ea40888 | 2007-12-03 21:21:03 +0000 | [diff] [blame] | 704 | s_getting_focus = FALSE; |
| 705 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 706 | if (keyFlags & MK_SHIFT) |
| 707 | vim_modifiers |= MOUSE_SHIFT; |
| 708 | if (keyFlags & MK_CONTROL) |
| 709 | vim_modifiers |= MOUSE_CTRL; |
| 710 | if (GetKeyState(VK_MENU) & 0x8000) |
| 711 | vim_modifiers |= MOUSE_ALT; |
| 712 | |
| 713 | gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers); |
| 714 | } |
| 715 | |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 716 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 717 | static void |
| 718 | _OnMouseButtonDown( |
| 719 | HWND hwnd, |
| 720 | BOOL fDoubleClick, |
| 721 | int x, |
| 722 | int y, |
| 723 | UINT keyFlags) |
| 724 | { |
| 725 | static LONG s_prevTime = 0; |
| 726 | |
| 727 | LONG currentTime = GetMessageTime(); |
| 728 | int button = -1; |
| 729 | int repeated_click; |
| 730 | |
| 731 | /* Give main window the focus: this is so the cursor isn't hollow. */ |
| 732 | (void)SetFocus(s_hwnd); |
| 733 | |
| 734 | if (s_uMsg == WM_LBUTTONDOWN || s_uMsg == WM_LBUTTONDBLCLK) |
| 735 | button = MOUSE_LEFT; |
| 736 | else if (s_uMsg == WM_MBUTTONDOWN || s_uMsg == WM_MBUTTONDBLCLK) |
| 737 | button = MOUSE_MIDDLE; |
| 738 | else if (s_uMsg == WM_RBUTTONDOWN || s_uMsg == WM_RBUTTONDBLCLK) |
| 739 | button = MOUSE_RIGHT; |
| 740 | #ifndef WIN16 /*<VN>*/ |
| 741 | else if (s_uMsg == WM_XBUTTONDOWN || s_uMsg == WM_XBUTTONDBLCLK) |
| 742 | { |
| 743 | #ifndef GET_XBUTTON_WPARAM |
| 744 | # define GET_XBUTTON_WPARAM(wParam) (HIWORD(wParam)) |
| 745 | #endif |
| 746 | button = ((GET_XBUTTON_WPARAM(s_wParam) == 1) ? MOUSE_X1 : MOUSE_X2); |
| 747 | } |
| 748 | else if (s_uMsg == WM_CAPTURECHANGED) |
| 749 | { |
| 750 | /* on W95/NT4, somehow you get in here with an odd Msg |
| 751 | * if you press one button while holding down the other..*/ |
| 752 | if (s_button_pending == MOUSE_LEFT) |
| 753 | button = MOUSE_RIGHT; |
| 754 | else |
| 755 | button = MOUSE_LEFT; |
| 756 | } |
| 757 | #endif |
| 758 | if (button >= 0) |
| 759 | { |
| 760 | repeated_click = ((int)(currentTime - s_prevTime) < p_mouset); |
| 761 | |
| 762 | /* |
| 763 | * Holding down the left and right buttons simulates pushing the middle |
| 764 | * button. |
| 765 | */ |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 766 | if (repeated_click |
| 767 | && ((button == MOUSE_LEFT && s_button_pending == MOUSE_RIGHT) |
| 768 | || (button == MOUSE_RIGHT |
| 769 | && s_button_pending == MOUSE_LEFT))) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 770 | { |
| 771 | /* |
| 772 | * Hmm, gui.c will ignore more than one button down at a time, so |
| 773 | * pretend we let go of it first. |
| 774 | */ |
| 775 | gui_send_mouse_event(MOUSE_RELEASE, x, y, FALSE, 0x0); |
| 776 | button = MOUSE_MIDDLE; |
| 777 | repeated_click = FALSE; |
| 778 | s_button_pending = -1; |
| 779 | _OnMouseEvent(button, x, y, repeated_click, keyFlags); |
| 780 | } |
| 781 | else if ((repeated_click) |
| 782 | || (mouse_model_popup() && (button == MOUSE_RIGHT))) |
| 783 | { |
| 784 | if (s_button_pending > -1) |
| 785 | { |
| 786 | _OnMouseEvent(s_button_pending, x, y, FALSE, keyFlags); |
| 787 | s_button_pending = -1; |
| 788 | } |
| 789 | /* TRACE("Button down at x %d, y %d\n", x, y); */ |
| 790 | _OnMouseEvent(button, x, y, repeated_click, keyFlags); |
| 791 | } |
| 792 | else |
| 793 | { |
| 794 | /* |
| 795 | * If this is the first press (i.e. not a multiple click) don't |
| 796 | * action immediately, but store and wait for: |
| 797 | * i) button-up |
| 798 | * ii) mouse move |
| 799 | * iii) another button press |
| 800 | * before using it. |
| 801 | * This enables us to make left+right simulate middle button, |
| 802 | * without left or right being actioned first. The side-effect is |
| 803 | * that if you click and hold the mouse without dragging, the |
| 804 | * cursor doesn't move until you release the button. In practice |
| 805 | * this is hardly a problem. |
| 806 | */ |
| 807 | s_button_pending = button; |
| 808 | s_x_pending = x; |
| 809 | s_y_pending = y; |
| 810 | s_kFlags_pending = keyFlags; |
| 811 | } |
| 812 | |
| 813 | s_prevTime = currentTime; |
| 814 | } |
| 815 | } |
| 816 | |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 817 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 818 | static void |
| 819 | _OnMouseMoveOrRelease( |
| 820 | HWND hwnd, |
| 821 | int x, |
| 822 | int y, |
| 823 | UINT keyFlags) |
| 824 | { |
| 825 | int button; |
| 826 | |
Bram Moolenaar | ea40888 | 2007-12-03 21:21:03 +0000 | [diff] [blame] | 827 | s_getting_focus = FALSE; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 828 | if (s_button_pending > -1) |
| 829 | { |
| 830 | /* Delayed action for mouse down event */ |
| 831 | _OnMouseEvent(s_button_pending, s_x_pending, |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 832 | s_y_pending, FALSE, s_kFlags_pending); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 833 | s_button_pending = -1; |
| 834 | } |
| 835 | if (s_uMsg == WM_MOUSEMOVE) |
| 836 | { |
| 837 | /* |
| 838 | * It's only a MOUSE_DRAG if one or more mouse buttons are being held |
| 839 | * down. |
| 840 | */ |
| 841 | if (!(keyFlags & (MK_LBUTTON | MK_MBUTTON | MK_RBUTTON |
| 842 | | MK_XBUTTON1 | MK_XBUTTON2))) |
| 843 | { |
| 844 | gui_mouse_moved(x, y); |
| 845 | return; |
| 846 | } |
| 847 | |
| 848 | /* |
| 849 | * While button is down, keep grabbing mouse move events when |
| 850 | * the mouse goes outside the window |
| 851 | */ |
| 852 | SetCapture(s_textArea); |
| 853 | button = MOUSE_DRAG; |
| 854 | /* TRACE(" move at x %d, y %d\n", x, y); */ |
| 855 | } |
| 856 | else |
| 857 | { |
| 858 | ReleaseCapture(); |
| 859 | button = MOUSE_RELEASE; |
| 860 | /* TRACE(" up at x %d, y %d\n", x, y); */ |
| 861 | } |
| 862 | |
| 863 | _OnMouseEvent(button, x, y, FALSE, keyFlags); |
| 864 | } |
| 865 | |
| 866 | #ifdef FEAT_MENU |
| 867 | /* |
| 868 | * Find the vimmenu_T with the given id |
| 869 | */ |
| 870 | static vimmenu_T * |
| 871 | gui_mswin_find_menu( |
| 872 | vimmenu_T *pMenu, |
| 873 | int id) |
| 874 | { |
| 875 | vimmenu_T *pChildMenu; |
| 876 | |
| 877 | while (pMenu) |
| 878 | { |
| 879 | if (pMenu->id == (UINT)id) |
| 880 | break; |
| 881 | if (pMenu->children != NULL) |
| 882 | { |
| 883 | pChildMenu = gui_mswin_find_menu(pMenu->children, id); |
| 884 | if (pChildMenu) |
| 885 | { |
| 886 | pMenu = pChildMenu; |
| 887 | break; |
| 888 | } |
| 889 | } |
| 890 | pMenu = pMenu->next; |
| 891 | } |
| 892 | return pMenu; |
| 893 | } |
| 894 | |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 895 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 896 | static void |
| 897 | _OnMenu( |
| 898 | HWND hwnd, |
| 899 | int id, |
| 900 | HWND hwndCtl, |
| 901 | UINT codeNotify) |
| 902 | { |
| 903 | vimmenu_T *pMenu; |
| 904 | |
| 905 | pMenu = gui_mswin_find_menu(root_menu, id); |
| 906 | if (pMenu) |
| 907 | gui_menu_cb(pMenu); |
| 908 | } |
| 909 | #endif |
| 910 | |
| 911 | #ifdef MSWIN_FIND_REPLACE |
Bram Moolenaar | 3ca9a8a | 2009-01-28 20:23:17 +0000 | [diff] [blame] | 912 | # if defined(FEAT_MBYTE) && defined(WIN3264) |
| 913 | /* |
| 914 | * copy useful data from structure LPFINDREPLACE to structure LPFINDREPLACEW |
| 915 | */ |
| 916 | static void |
| 917 | findrep_atow(LPFINDREPLACEW lpfrw, LPFINDREPLACE lpfr) |
| 918 | { |
| 919 | WCHAR *wp; |
| 920 | |
| 921 | lpfrw->hwndOwner = lpfr->hwndOwner; |
| 922 | lpfrw->Flags = lpfr->Flags; |
| 923 | |
| 924 | wp = enc_to_utf16(lpfr->lpstrFindWhat, NULL); |
| 925 | wcsncpy(lpfrw->lpstrFindWhat, wp, lpfrw->wFindWhatLen - 1); |
| 926 | vim_free(wp); |
| 927 | |
| 928 | /* the field "lpstrReplaceWith" doesn't need to be copied */ |
| 929 | } |
| 930 | |
| 931 | /* |
| 932 | * copy useful data from structure LPFINDREPLACEW to structure LPFINDREPLACE |
| 933 | */ |
| 934 | static void |
| 935 | findrep_wtoa(LPFINDREPLACE lpfr, LPFINDREPLACEW lpfrw) |
| 936 | { |
| 937 | char_u *p; |
| 938 | |
| 939 | lpfr->Flags = lpfrw->Flags; |
| 940 | |
| 941 | p = utf16_to_enc(lpfrw->lpstrFindWhat, NULL); |
| 942 | vim_strncpy(lpfr->lpstrFindWhat, p, lpfr->wFindWhatLen - 1); |
| 943 | vim_free(p); |
| 944 | |
| 945 | p = utf16_to_enc(lpfrw->lpstrReplaceWith, NULL); |
| 946 | vim_strncpy(lpfr->lpstrReplaceWith, p, lpfr->wReplaceWithLen - 1); |
| 947 | vim_free(p); |
| 948 | } |
| 949 | # endif |
| 950 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 951 | /* |
| 952 | * Handle a Find/Replace window message. |
| 953 | */ |
| 954 | static void |
| 955 | _OnFindRepl(void) |
| 956 | { |
| 957 | int flags = 0; |
| 958 | int down; |
| 959 | |
Bram Moolenaar | 3ca9a8a | 2009-01-28 20:23:17 +0000 | [diff] [blame] | 960 | # if defined(FEAT_MBYTE) && defined(WIN3264) |
| 961 | /* If the OS is Windows NT, and 'encoding' differs from active codepage: |
| 962 | * convert text from wide string. */ |
| 963 | if (os_version.dwPlatformId == VER_PLATFORM_WIN32_NT |
| 964 | && enc_codepage >= 0 && (int)GetACP() != enc_codepage) |
| 965 | { |
Bram Moolenaar | cc448b3 | 2010-07-14 16:52:17 +0200 | [diff] [blame] | 966 | findrep_wtoa(&s_findrep_struct, &s_findrep_struct_w); |
Bram Moolenaar | 3ca9a8a | 2009-01-28 20:23:17 +0000 | [diff] [blame] | 967 | } |
| 968 | # endif |
| 969 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 970 | if (s_findrep_struct.Flags & FR_DIALOGTERM) |
| 971 | /* Give main window the focus back. */ |
| 972 | (void)SetFocus(s_hwnd); |
| 973 | |
| 974 | if (s_findrep_struct.Flags & FR_FINDNEXT) |
| 975 | { |
| 976 | flags = FRD_FINDNEXT; |
| 977 | |
| 978 | /* Give main window the focus back: this is so the cursor isn't |
| 979 | * hollow. */ |
| 980 | (void)SetFocus(s_hwnd); |
| 981 | } |
| 982 | else if (s_findrep_struct.Flags & FR_REPLACE) |
| 983 | { |
| 984 | flags = FRD_REPLACE; |
| 985 | |
| 986 | /* Give main window the focus back: this is so the cursor isn't |
| 987 | * hollow. */ |
| 988 | (void)SetFocus(s_hwnd); |
| 989 | } |
| 990 | else if (s_findrep_struct.Flags & FR_REPLACEALL) |
| 991 | { |
| 992 | flags = FRD_REPLACEALL; |
| 993 | } |
| 994 | |
| 995 | if (flags != 0) |
| 996 | { |
| 997 | /* Call the generic GUI function to do the actual work. */ |
| 998 | if (s_findrep_struct.Flags & FR_WHOLEWORD) |
| 999 | flags |= FRD_WHOLE_WORD; |
| 1000 | if (s_findrep_struct.Flags & FR_MATCHCASE) |
| 1001 | flags |= FRD_MATCH_CASE; |
| 1002 | down = (s_findrep_struct.Flags & FR_DOWN) != 0; |
| 1003 | gui_do_findrepl(flags, s_findrep_struct.lpstrFindWhat, |
| 1004 | s_findrep_struct.lpstrReplaceWith, down); |
| 1005 | } |
| 1006 | } |
| 1007 | #endif |
| 1008 | |
| 1009 | static void |
| 1010 | HandleMouseHide(UINT uMsg, LPARAM lParam) |
| 1011 | { |
| 1012 | static LPARAM last_lParam = 0L; |
| 1013 | |
| 1014 | /* We sometimes get a mousemove when the mouse didn't move... */ |
Bram Moolenaar | 268b55b | 2013-09-22 15:43:37 +0200 | [diff] [blame] | 1015 | if (uMsg == WM_MOUSEMOVE || uMsg == WM_NCMOUSEMOVE) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1016 | { |
| 1017 | if (lParam == last_lParam) |
| 1018 | return; |
| 1019 | last_lParam = lParam; |
| 1020 | } |
| 1021 | |
| 1022 | /* Handle specially, to centralise coding. We need to be sure we catch all |
| 1023 | * possible events which should cause us to restore the cursor (as it is a |
| 1024 | * shared resource, we take full responsibility for it). |
| 1025 | */ |
| 1026 | switch (uMsg) |
| 1027 | { |
| 1028 | case WM_KEYUP: |
| 1029 | case WM_CHAR: |
| 1030 | /* |
| 1031 | * blank out the pointer if necessary |
| 1032 | */ |
| 1033 | if (p_mh) |
| 1034 | gui_mch_mousehide(TRUE); |
| 1035 | break; |
| 1036 | |
| 1037 | case WM_SYSKEYUP: /* show the pointer when a system-key is pressed */ |
| 1038 | case WM_SYSCHAR: |
| 1039 | case WM_MOUSEMOVE: /* show the pointer on any mouse action */ |
| 1040 | case WM_LBUTTONDOWN: |
| 1041 | case WM_LBUTTONUP: |
| 1042 | case WM_MBUTTONDOWN: |
| 1043 | case WM_MBUTTONUP: |
| 1044 | case WM_RBUTTONDOWN: |
| 1045 | case WM_RBUTTONUP: |
| 1046 | case WM_XBUTTONDOWN: |
| 1047 | case WM_XBUTTONUP: |
| 1048 | case WM_NCMOUSEMOVE: |
| 1049 | case WM_NCLBUTTONDOWN: |
| 1050 | case WM_NCLBUTTONUP: |
| 1051 | case WM_NCMBUTTONDOWN: |
| 1052 | case WM_NCMBUTTONUP: |
| 1053 | case WM_NCRBUTTONDOWN: |
| 1054 | case WM_NCRBUTTONUP: |
| 1055 | case WM_KILLFOCUS: |
| 1056 | /* |
| 1057 | * if the pointer is currently hidden, then we should show it. |
| 1058 | */ |
| 1059 | gui_mch_mousehide(FALSE); |
| 1060 | break; |
| 1061 | } |
| 1062 | } |
| 1063 | |
| 1064 | static LRESULT CALLBACK |
| 1065 | _TextAreaWndProc( |
| 1066 | HWND hwnd, |
| 1067 | UINT uMsg, |
| 1068 | WPARAM wParam, |
| 1069 | LPARAM lParam) |
| 1070 | { |
| 1071 | /* |
| 1072 | TRACE("TextAreaWndProc: hwnd = %08x, msg = %x, wParam = %x, lParam = %x\n", |
| 1073 | hwnd, uMsg, wParam, lParam); |
| 1074 | */ |
| 1075 | |
| 1076 | HandleMouseHide(uMsg, lParam); |
| 1077 | |
| 1078 | s_uMsg = uMsg; |
| 1079 | s_wParam = wParam; |
| 1080 | s_lParam = lParam; |
| 1081 | |
| 1082 | #ifdef FEAT_BEVAL |
| 1083 | TrackUserActivity(uMsg); |
| 1084 | #endif |
| 1085 | |
| 1086 | switch (uMsg) |
| 1087 | { |
| 1088 | HANDLE_MSG(hwnd, WM_LBUTTONDBLCLK,_OnMouseButtonDown); |
| 1089 | HANDLE_MSG(hwnd, WM_LBUTTONDOWN,_OnMouseButtonDown); |
| 1090 | HANDLE_MSG(hwnd, WM_LBUTTONUP, _OnMouseMoveOrRelease); |
| 1091 | HANDLE_MSG(hwnd, WM_MBUTTONDBLCLK,_OnMouseButtonDown); |
| 1092 | HANDLE_MSG(hwnd, WM_MBUTTONDOWN,_OnMouseButtonDown); |
| 1093 | HANDLE_MSG(hwnd, WM_MBUTTONUP, _OnMouseMoveOrRelease); |
| 1094 | HANDLE_MSG(hwnd, WM_MOUSEMOVE, _OnMouseMoveOrRelease); |
| 1095 | HANDLE_MSG(hwnd, WM_PAINT, _OnPaint); |
| 1096 | HANDLE_MSG(hwnd, WM_RBUTTONDBLCLK,_OnMouseButtonDown); |
| 1097 | HANDLE_MSG(hwnd, WM_RBUTTONDOWN,_OnMouseButtonDown); |
| 1098 | HANDLE_MSG(hwnd, WM_RBUTTONUP, _OnMouseMoveOrRelease); |
| 1099 | #ifndef WIN16 /*<VN>*/ |
| 1100 | HANDLE_MSG(hwnd, WM_XBUTTONDBLCLK,_OnMouseButtonDown); |
| 1101 | HANDLE_MSG(hwnd, WM_XBUTTONDOWN,_OnMouseButtonDown); |
| 1102 | HANDLE_MSG(hwnd, WM_XBUTTONUP, _OnMouseMoveOrRelease); |
| 1103 | #endif |
| 1104 | |
| 1105 | #ifdef FEAT_BEVAL |
| 1106 | case WM_NOTIFY: Handle_WM_Notify(hwnd, (LPNMHDR)lParam); |
| 1107 | return TRUE; |
| 1108 | #endif |
Bram Moolenaar | 4d526ad | 2010-02-03 12:23:24 +0100 | [diff] [blame] | 1109 | default: |
| 1110 | return MyWindowProc(hwnd, uMsg, wParam, lParam); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1111 | } |
| 1112 | } |
| 1113 | |
| 1114 | #if (defined(WIN3264) && defined(FEAT_MBYTE)) \ |
| 1115 | || defined(GLOBAL_IME) \ |
| 1116 | || defined(PROTO) |
| 1117 | # ifdef PROTO |
| 1118 | typedef int WINAPI; |
| 1119 | # endif |
| 1120 | |
| 1121 | LRESULT WINAPI |
| 1122 | vim_WindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
| 1123 | { |
| 1124 | # ifdef GLOBAL_IME |
| 1125 | return global_ime_DefWindowProc(hwnd, message, wParam, lParam); |
| 1126 | # else |
| 1127 | if (wide_WindowProc) |
| 1128 | return DefWindowProcW(hwnd, message, wParam, lParam); |
| 1129 | return DefWindowProc(hwnd, message, wParam, lParam); |
| 1130 | #endif |
| 1131 | } |
| 1132 | #endif |
| 1133 | |
| 1134 | /* |
| 1135 | * Called when the foreground or background color has been changed. |
| 1136 | */ |
| 1137 | void |
| 1138 | gui_mch_new_colors(void) |
| 1139 | { |
| 1140 | /* nothing to do? */ |
| 1141 | } |
| 1142 | |
| 1143 | /* |
| 1144 | * Set the colors to their default values. |
| 1145 | */ |
| 1146 | void |
| 1147 | gui_mch_def_colors() |
| 1148 | { |
| 1149 | gui.norm_pixel = GetSysColor(COLOR_WINDOWTEXT); |
| 1150 | gui.back_pixel = GetSysColor(COLOR_WINDOW); |
| 1151 | gui.def_norm_pixel = gui.norm_pixel; |
| 1152 | gui.def_back_pixel = gui.back_pixel; |
| 1153 | } |
| 1154 | |
| 1155 | /* |
| 1156 | * Open the GUI window which was created by a call to gui_mch_init(). |
| 1157 | */ |
| 1158 | int |
| 1159 | gui_mch_open(void) |
| 1160 | { |
| 1161 | #ifndef SW_SHOWDEFAULT |
| 1162 | # define SW_SHOWDEFAULT 10 /* Borland 5.0 doesn't have it */ |
| 1163 | #endif |
| 1164 | /* Actually open the window, if not already visible |
| 1165 | * (may be done already in gui_mch_set_shellsize) */ |
| 1166 | if (!IsWindowVisible(s_hwnd)) |
| 1167 | ShowWindow(s_hwnd, SW_SHOWDEFAULT); |
| 1168 | |
Bram Moolenaar | e2f98b9 | 2006-03-29 21:18:24 +0000 | [diff] [blame] | 1169 | #ifdef MSWIN_FIND_REPLACE |
| 1170 | /* Init replace string here, so that we keep it when re-opening the |
| 1171 | * dialog. */ |
| 1172 | s_findrep_struct.lpstrReplaceWith[0] = NUL; |
| 1173 | #endif |
| 1174 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1175 | return OK; |
| 1176 | } |
| 1177 | |
| 1178 | /* |
| 1179 | * Get the position of the top left corner of the window. |
| 1180 | */ |
| 1181 | int |
| 1182 | gui_mch_get_winpos(int *x, int *y) |
| 1183 | { |
| 1184 | RECT rect; |
| 1185 | |
| 1186 | GetWindowRect(s_hwnd, &rect); |
| 1187 | *x = rect.left; |
| 1188 | *y = rect.top; |
| 1189 | return OK; |
| 1190 | } |
| 1191 | |
| 1192 | /* |
| 1193 | * Set the position of the top left corner of the window to the given |
| 1194 | * coordinates. |
| 1195 | */ |
| 1196 | void |
| 1197 | gui_mch_set_winpos(int x, int y) |
| 1198 | { |
| 1199 | SetWindowPos(s_hwnd, NULL, x, y, 0, 0, |
| 1200 | SWP_NOZORDER | SWP_NOSIZE | SWP_NOACTIVATE); |
| 1201 | } |
| 1202 | void |
| 1203 | gui_mch_set_text_area_pos(int x, int y, int w, int h) |
| 1204 | { |
| 1205 | static int oldx = 0; |
| 1206 | static int oldy = 0; |
| 1207 | |
| 1208 | SetWindowPos(s_textArea, NULL, x, y, w, h, SWP_NOZORDER | SWP_NOACTIVATE); |
| 1209 | |
| 1210 | #ifdef FEAT_TOOLBAR |
| 1211 | if (vim_strchr(p_go, GO_TOOLBAR) != NULL) |
| 1212 | SendMessage(s_toolbarhwnd, WM_SIZE, |
Bram Moolenaar | 5555acc | 2006-04-07 21:33:12 +0000 | [diff] [blame] | 1213 | (WPARAM)0, (LPARAM)(w + ((long)(TOOLBAR_BUTTON_HEIGHT+8)<<16))); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1214 | #endif |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 1215 | #if defined(FEAT_GUI_TABLINE) |
| 1216 | if (showing_tabline) |
| 1217 | { |
Bram Moolenaar | 2e2a281 | 2006-03-27 20:55:21 +0000 | [diff] [blame] | 1218 | int top = 0; |
Bram Moolenaar | c6fe919 | 2006-04-09 21:54:49 +0000 | [diff] [blame] | 1219 | RECT rect; |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 1220 | |
Bram Moolenaar | 551dbcc | 2006-04-25 22:13:59 +0000 | [diff] [blame] | 1221 | # ifdef FEAT_TOOLBAR |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 1222 | if (vim_strchr(p_go, GO_TOOLBAR) != NULL) |
| 1223 | top = TOOLBAR_BUTTON_HEIGHT + TOOLBAR_BORDER_HEIGHT; |
Bram Moolenaar | 551dbcc | 2006-04-25 22:13:59 +0000 | [diff] [blame] | 1224 | # endif |
Bram Moolenaar | 5555acc | 2006-04-07 21:33:12 +0000 | [diff] [blame] | 1225 | GetClientRect(s_hwnd, &rect); |
Bram Moolenaar | 551dbcc | 2006-04-25 22:13:59 +0000 | [diff] [blame] | 1226 | MoveWindow(s_tabhwnd, 0, top, rect.right, gui.tabline_height, TRUE); |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 1227 | } |
| 1228 | #endif |
| 1229 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1230 | /* When side scroll bar is unshown, the size of window will change. |
| 1231 | * then, the text area move left or right. thus client rect should be |
Bram Moolenaar | 84a05ac | 2013-05-06 04:24:17 +0200 | [diff] [blame] | 1232 | * forcedly redrawn. (Yasuhiro Matsumoto) */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1233 | if (oldx != x || oldy != y) |
| 1234 | { |
| 1235 | InvalidateRect(s_hwnd, NULL, FALSE); |
| 1236 | oldx = x; |
| 1237 | oldy = y; |
| 1238 | } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1239 | } |
| 1240 | |
| 1241 | |
| 1242 | /* |
| 1243 | * Scrollbar stuff: |
| 1244 | */ |
| 1245 | |
| 1246 | void |
| 1247 | gui_mch_enable_scrollbar( |
| 1248 | scrollbar_T *sb, |
| 1249 | int flag) |
| 1250 | { |
| 1251 | ShowScrollBar(sb->id, SB_CTL, flag); |
| 1252 | |
| 1253 | /* TODO: When the window is maximized, the size of the window stays the |
| 1254 | * same, thus the size of the text area changes. On Win98 it's OK, on Win |
| 1255 | * NT 4.0 it's not... */ |
| 1256 | } |
| 1257 | |
| 1258 | void |
| 1259 | gui_mch_set_scrollbar_pos( |
| 1260 | scrollbar_T *sb, |
| 1261 | int x, |
| 1262 | int y, |
| 1263 | int w, |
| 1264 | int h) |
| 1265 | { |
Bram Moolenaar | 0274363 | 2005-07-25 20:42:36 +0000 | [diff] [blame] | 1266 | SetWindowPos(sb->id, NULL, x, y, w, h, |
| 1267 | SWP_NOZORDER | SWP_NOACTIVATE | SWP_SHOWWINDOW); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1268 | } |
| 1269 | |
| 1270 | void |
| 1271 | gui_mch_create_scrollbar( |
| 1272 | scrollbar_T *sb, |
| 1273 | int orient) /* SBAR_VERT or SBAR_HORIZ */ |
| 1274 | { |
| 1275 | sb->id = CreateWindow( |
| 1276 | "SCROLLBAR", "Scrollbar", |
| 1277 | WS_CHILD | ((orient == SBAR_VERT) ? SBS_VERT : SBS_HORZ), 0, 0, |
| 1278 | 10, /* Any value will do for now */ |
| 1279 | 10, /* Any value will do for now */ |
| 1280 | s_hwnd, NULL, |
| 1281 | s_hinst, NULL); |
| 1282 | } |
| 1283 | |
| 1284 | /* |
| 1285 | * Find the scrollbar with the given hwnd. |
| 1286 | */ |
| 1287 | static scrollbar_T * |
| 1288 | gui_mswin_find_scrollbar(HWND hwnd) |
| 1289 | { |
| 1290 | win_T *wp; |
| 1291 | |
| 1292 | if (gui.bottom_sbar.id == hwnd) |
| 1293 | return &gui.bottom_sbar; |
| 1294 | FOR_ALL_WINDOWS(wp) |
| 1295 | { |
| 1296 | if (wp->w_scrollbars[SBAR_LEFT].id == hwnd) |
| 1297 | return &wp->w_scrollbars[SBAR_LEFT]; |
| 1298 | if (wp->w_scrollbars[SBAR_RIGHT].id == hwnd) |
| 1299 | return &wp->w_scrollbars[SBAR_RIGHT]; |
| 1300 | } |
| 1301 | return NULL; |
| 1302 | } |
| 1303 | |
| 1304 | /* |
| 1305 | * Get the character size of a font. |
| 1306 | */ |
| 1307 | static void |
| 1308 | GetFontSize(GuiFont font) |
| 1309 | { |
| 1310 | HWND hwnd = GetDesktopWindow(); |
| 1311 | HDC hdc = GetWindowDC(hwnd); |
| 1312 | HFONT hfntOld = SelectFont(hdc, (HFONT)font); |
| 1313 | TEXTMETRIC tm; |
| 1314 | |
| 1315 | GetTextMetrics(hdc, &tm); |
| 1316 | gui.char_width = tm.tmAveCharWidth + tm.tmOverhang; |
| 1317 | |
| 1318 | gui.char_height = tm.tmHeight |
| 1319 | #ifndef MSWIN16_FASTTEXT |
Bram Moolenaar | 0274363 | 2005-07-25 20:42:36 +0000 | [diff] [blame] | 1320 | + p_linespace |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1321 | #endif |
Bram Moolenaar | 0274363 | 2005-07-25 20:42:36 +0000 | [diff] [blame] | 1322 | ; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1323 | |
| 1324 | SelectFont(hdc, hfntOld); |
| 1325 | |
| 1326 | ReleaseDC(hwnd, hdc); |
| 1327 | } |
| 1328 | |
Bram Moolenaar | 0274363 | 2005-07-25 20:42:36 +0000 | [diff] [blame] | 1329 | /* |
| 1330 | * Adjust gui.char_height (after 'linespace' was changed). |
| 1331 | */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1332 | int |
Bram Moolenaar | 0274363 | 2005-07-25 20:42:36 +0000 | [diff] [blame] | 1333 | gui_mch_adjust_charheight(void) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1334 | { |
| 1335 | GetFontSize(gui.norm_font); |
| 1336 | return OK; |
| 1337 | } |
| 1338 | |
| 1339 | static GuiFont |
| 1340 | get_font_handle(LOGFONT *lf) |
| 1341 | { |
| 1342 | HFONT font = NULL; |
| 1343 | |
| 1344 | /* Load the font */ |
| 1345 | font = CreateFontIndirect(lf); |
| 1346 | |
| 1347 | if (font == NULL) |
| 1348 | return NOFONT; |
| 1349 | |
| 1350 | return (GuiFont)font; |
| 1351 | } |
| 1352 | |
| 1353 | static int |
| 1354 | pixels_to_points(int pixels, int vertical) |
| 1355 | { |
| 1356 | int points; |
| 1357 | HWND hwnd; |
| 1358 | HDC hdc; |
| 1359 | |
| 1360 | hwnd = GetDesktopWindow(); |
| 1361 | hdc = GetWindowDC(hwnd); |
| 1362 | |
| 1363 | points = MulDiv(pixels, 72, |
| 1364 | GetDeviceCaps(hdc, vertical ? LOGPIXELSY : LOGPIXELSX)); |
| 1365 | |
| 1366 | ReleaseDC(hwnd, hdc); |
| 1367 | |
| 1368 | return points; |
| 1369 | } |
| 1370 | |
| 1371 | GuiFont |
| 1372 | gui_mch_get_font( |
| 1373 | char_u *name, |
| 1374 | int giveErrorIfMissing) |
| 1375 | { |
| 1376 | LOGFONT lf; |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 1377 | GuiFont font = NOFONT; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1378 | |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 1379 | if (get_logfont(&lf, name, NULL, giveErrorIfMissing) == OK) |
| 1380 | font = get_font_handle(&lf); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1381 | if (font == NOFONT && giveErrorIfMissing) |
| 1382 | EMSG2(_(e_font), name); |
| 1383 | return font; |
| 1384 | } |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 1385 | |
Bram Moolenaar | dfccaf0 | 2004-12-31 20:56:11 +0000 | [diff] [blame] | 1386 | #if defined(FEAT_EVAL) || defined(PROTO) |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 1387 | /* |
| 1388 | * Return the name of font "font" in allocated memory. |
| 1389 | * Don't know how to get the actual name, thus use the provided name. |
| 1390 | */ |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 1391 | /*ARGSUSED*/ |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 1392 | char_u * |
| 1393 | gui_mch_get_fontname(font, name) |
| 1394 | GuiFont font; |
| 1395 | char_u *name; |
| 1396 | { |
| 1397 | if (name == NULL) |
| 1398 | return NULL; |
| 1399 | return vim_strsave(name); |
| 1400 | } |
Bram Moolenaar | dfccaf0 | 2004-12-31 20:56:11 +0000 | [diff] [blame] | 1401 | #endif |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 1402 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1403 | void |
| 1404 | gui_mch_free_font(GuiFont font) |
| 1405 | { |
| 1406 | if (font) |
| 1407 | DeleteObject((HFONT)font); |
| 1408 | } |
| 1409 | |
| 1410 | static int |
| 1411 | hex_digit(int c) |
| 1412 | { |
| 1413 | if (VIM_ISDIGIT(c)) |
| 1414 | return c - '0'; |
| 1415 | c = TOLOWER_ASC(c); |
| 1416 | if (c >= 'a' && c <= 'f') |
| 1417 | return c - 'a' + 10; |
| 1418 | return -1000; |
| 1419 | } |
| 1420 | /* |
| 1421 | * Return the Pixel value (color) for the given color name. |
| 1422 | * Return INVALCOLOR for error. |
| 1423 | */ |
| 1424 | guicolor_T |
| 1425 | gui_mch_get_color(char_u *name) |
| 1426 | { |
| 1427 | typedef struct guicolor_tTable |
| 1428 | { |
| 1429 | char *name; |
| 1430 | COLORREF color; |
| 1431 | } guicolor_tTable; |
| 1432 | |
| 1433 | static guicolor_tTable table[] = |
| 1434 | { |
| 1435 | {"Black", RGB(0x00, 0x00, 0x00)}, |
Bram Moolenaar | 092e3c8 | 2011-09-07 18:58:29 +0200 | [diff] [blame] | 1436 | {"DarkGray", RGB(0xA9, 0xA9, 0xA9)}, |
| 1437 | {"DarkGrey", RGB(0xA9, 0xA9, 0xA9)}, |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1438 | {"Gray", RGB(0xC0, 0xC0, 0xC0)}, |
| 1439 | {"Grey", RGB(0xC0, 0xC0, 0xC0)}, |
Bram Moolenaar | 092e3c8 | 2011-09-07 18:58:29 +0200 | [diff] [blame] | 1440 | {"LightGray", RGB(0xD3, 0xD3, 0xD3)}, |
| 1441 | {"LightGrey", RGB(0xD3, 0xD3, 0xD3)}, |
Bram Moolenaar | b21e584 | 2006-04-16 18:30:08 +0000 | [diff] [blame] | 1442 | {"Gray10", RGB(0x1A, 0x1A, 0x1A)}, |
| 1443 | {"Grey10", RGB(0x1A, 0x1A, 0x1A)}, |
| 1444 | {"Gray20", RGB(0x33, 0x33, 0x33)}, |
| 1445 | {"Grey20", RGB(0x33, 0x33, 0x33)}, |
| 1446 | {"Gray30", RGB(0x4D, 0x4D, 0x4D)}, |
| 1447 | {"Grey30", RGB(0x4D, 0x4D, 0x4D)}, |
| 1448 | {"Gray40", RGB(0x66, 0x66, 0x66)}, |
| 1449 | {"Grey40", RGB(0x66, 0x66, 0x66)}, |
| 1450 | {"Gray50", RGB(0x7F, 0x7F, 0x7F)}, |
| 1451 | {"Grey50", RGB(0x7F, 0x7F, 0x7F)}, |
| 1452 | {"Gray60", RGB(0x99, 0x99, 0x99)}, |
| 1453 | {"Grey60", RGB(0x99, 0x99, 0x99)}, |
| 1454 | {"Gray70", RGB(0xB3, 0xB3, 0xB3)}, |
| 1455 | {"Grey70", RGB(0xB3, 0xB3, 0xB3)}, |
| 1456 | {"Gray80", RGB(0xCC, 0xCC, 0xCC)}, |
| 1457 | {"Grey80", RGB(0xCC, 0xCC, 0xCC)}, |
Bram Moolenaar | e2f98b9 | 2006-03-29 21:18:24 +0000 | [diff] [blame] | 1458 | {"Gray90", RGB(0xE5, 0xE5, 0xE5)}, |
| 1459 | {"Grey90", RGB(0xE5, 0xE5, 0xE5)}, |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1460 | {"White", RGB(0xFF, 0xFF, 0xFF)}, |
| 1461 | {"DarkRed", RGB(0x80, 0x00, 0x00)}, |
| 1462 | {"Red", RGB(0xFF, 0x00, 0x00)}, |
| 1463 | {"LightRed", RGB(0xFF, 0xA0, 0xA0)}, |
| 1464 | {"DarkBlue", RGB(0x00, 0x00, 0x80)}, |
| 1465 | {"Blue", RGB(0x00, 0x00, 0xFF)}, |
Bram Moolenaar | 092e3c8 | 2011-09-07 18:58:29 +0200 | [diff] [blame] | 1466 | {"LightBlue", RGB(0xAD, 0xD8, 0xE6)}, |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1467 | {"DarkGreen", RGB(0x00, 0x80, 0x00)}, |
| 1468 | {"Green", RGB(0x00, 0xFF, 0x00)}, |
Bram Moolenaar | 092e3c8 | 2011-09-07 18:58:29 +0200 | [diff] [blame] | 1469 | {"LightGreen", RGB(0x90, 0xEE, 0x90)}, |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1470 | {"DarkCyan", RGB(0x00, 0x80, 0x80)}, |
| 1471 | {"Cyan", RGB(0x00, 0xFF, 0xFF)}, |
Bram Moolenaar | 092e3c8 | 2011-09-07 18:58:29 +0200 | [diff] [blame] | 1472 | {"LightCyan", RGB(0xE0, 0xFF, 0xFF)}, |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1473 | {"DarkMagenta", RGB(0x80, 0x00, 0x80)}, |
| 1474 | {"Magenta", RGB(0xFF, 0x00, 0xFF)}, |
| 1475 | {"LightMagenta", RGB(0xFF, 0xA0, 0xFF)}, |
| 1476 | {"Brown", RGB(0x80, 0x40, 0x40)}, |
| 1477 | {"Yellow", RGB(0xFF, 0xFF, 0x00)}, |
Bram Moolenaar | 092e3c8 | 2011-09-07 18:58:29 +0200 | [diff] [blame] | 1478 | {"LightYellow", RGB(0xFF, 0xFF, 0xE0)}, |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1479 | {"DarkYellow", RGB(0xBB, 0xBB, 0x00)}, |
| 1480 | {"SeaGreen", RGB(0x2E, 0x8B, 0x57)}, |
| 1481 | {"Orange", RGB(0xFF, 0xA5, 0x00)}, |
| 1482 | {"Purple", RGB(0xA0, 0x20, 0xF0)}, |
| 1483 | {"SlateBlue", RGB(0x6A, 0x5A, 0xCD)}, |
| 1484 | {"Violet", RGB(0xEE, 0x82, 0xEE)}, |
| 1485 | }; |
| 1486 | |
| 1487 | typedef struct SysColorTable |
| 1488 | { |
| 1489 | char *name; |
| 1490 | int color; |
| 1491 | } SysColorTable; |
| 1492 | |
| 1493 | static SysColorTable sys_table[] = |
| 1494 | { |
| 1495 | #ifdef WIN3264 |
| 1496 | {"SYS_3DDKSHADOW", COLOR_3DDKSHADOW}, |
| 1497 | {"SYS_3DHILIGHT", COLOR_3DHILIGHT}, |
| 1498 | #ifndef __MINGW32__ |
| 1499 | {"SYS_3DHIGHLIGHT", COLOR_3DHIGHLIGHT}, |
| 1500 | #endif |
| 1501 | {"SYS_BTNHILIGHT", COLOR_BTNHILIGHT}, |
| 1502 | {"SYS_BTNHIGHLIGHT", COLOR_BTNHIGHLIGHT}, |
| 1503 | {"SYS_3DLIGHT", COLOR_3DLIGHT}, |
| 1504 | {"SYS_3DSHADOW", COLOR_3DSHADOW}, |
| 1505 | {"SYS_DESKTOP", COLOR_DESKTOP}, |
| 1506 | {"SYS_INFOBK", COLOR_INFOBK}, |
| 1507 | {"SYS_INFOTEXT", COLOR_INFOTEXT}, |
| 1508 | {"SYS_3DFACE", COLOR_3DFACE}, |
| 1509 | #endif |
| 1510 | {"SYS_BTNFACE", COLOR_BTNFACE}, |
| 1511 | {"SYS_BTNSHADOW", COLOR_BTNSHADOW}, |
| 1512 | {"SYS_ACTIVEBORDER", COLOR_ACTIVEBORDER}, |
| 1513 | {"SYS_ACTIVECAPTION", COLOR_ACTIVECAPTION}, |
| 1514 | {"SYS_APPWORKSPACE", COLOR_APPWORKSPACE}, |
| 1515 | {"SYS_BACKGROUND", COLOR_BACKGROUND}, |
| 1516 | {"SYS_BTNTEXT", COLOR_BTNTEXT}, |
| 1517 | {"SYS_CAPTIONTEXT", COLOR_CAPTIONTEXT}, |
| 1518 | {"SYS_GRAYTEXT", COLOR_GRAYTEXT}, |
| 1519 | {"SYS_HIGHLIGHT", COLOR_HIGHLIGHT}, |
| 1520 | {"SYS_HIGHLIGHTTEXT", COLOR_HIGHLIGHTTEXT}, |
| 1521 | {"SYS_INACTIVEBORDER", COLOR_INACTIVEBORDER}, |
| 1522 | {"SYS_INACTIVECAPTION", COLOR_INACTIVECAPTION}, |
| 1523 | {"SYS_INACTIVECAPTIONTEXT", COLOR_INACTIVECAPTIONTEXT}, |
| 1524 | {"SYS_MENU", COLOR_MENU}, |
| 1525 | {"SYS_MENUTEXT", COLOR_MENUTEXT}, |
| 1526 | {"SYS_SCROLLBAR", COLOR_SCROLLBAR}, |
| 1527 | {"SYS_WINDOW", COLOR_WINDOW}, |
| 1528 | {"SYS_WINDOWFRAME", COLOR_WINDOWFRAME}, |
| 1529 | {"SYS_WINDOWTEXT", COLOR_WINDOWTEXT} |
| 1530 | }; |
| 1531 | |
| 1532 | int r, g, b; |
| 1533 | int i; |
| 1534 | |
| 1535 | if (name[0] == '#' && strlen(name) == 7) |
| 1536 | { |
| 1537 | /* Name is in "#rrggbb" format */ |
| 1538 | r = hex_digit(name[1]) * 16 + hex_digit(name[2]); |
| 1539 | g = hex_digit(name[3]) * 16 + hex_digit(name[4]); |
| 1540 | b = hex_digit(name[5]) * 16 + hex_digit(name[6]); |
| 1541 | if (r < 0 || g < 0 || b < 0) |
| 1542 | return INVALCOLOR; |
| 1543 | return RGB(r, g, b); |
| 1544 | } |
| 1545 | else |
| 1546 | { |
| 1547 | /* Check if the name is one of the colors we know */ |
| 1548 | for (i = 0; i < sizeof(table) / sizeof(table[0]); i++) |
| 1549 | if (STRICMP(name, table[i].name) == 0) |
| 1550 | return table[i].color; |
| 1551 | } |
| 1552 | |
| 1553 | /* |
| 1554 | * Try to look up a system colour. |
| 1555 | */ |
| 1556 | for (i = 0; i < sizeof(sys_table) / sizeof(sys_table[0]); i++) |
| 1557 | if (STRICMP(name, sys_table[i].name) == 0) |
| 1558 | return GetSysColor(sys_table[i].color); |
| 1559 | |
| 1560 | /* |
| 1561 | * Last attempt. Look in the file "$VIMRUNTIME/rgb.txt". |
| 1562 | */ |
| 1563 | { |
| 1564 | #define LINE_LEN 100 |
| 1565 | FILE *fd; |
| 1566 | char line[LINE_LEN]; |
| 1567 | char_u *fname; |
| 1568 | |
| 1569 | fname = expand_env_save((char_u *)"$VIMRUNTIME/rgb.txt"); |
| 1570 | if (fname == NULL) |
| 1571 | return INVALCOLOR; |
| 1572 | |
Bram Moolenaar | 5555acc | 2006-04-07 21:33:12 +0000 | [diff] [blame] | 1573 | fd = mch_fopen((char *)fname, "rt"); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1574 | vim_free(fname); |
| 1575 | if (fd == NULL) |
| 1576 | return INVALCOLOR; |
| 1577 | |
| 1578 | while (!feof(fd)) |
| 1579 | { |
| 1580 | int len; |
| 1581 | int pos; |
| 1582 | char *color; |
| 1583 | |
| 1584 | fgets(line, LINE_LEN, fd); |
| 1585 | len = (int)STRLEN(line); |
| 1586 | |
| 1587 | if (len <= 1 || line[len-1] != '\n') |
| 1588 | continue; |
| 1589 | |
| 1590 | line[len-1] = '\0'; |
| 1591 | |
| 1592 | i = sscanf(line, "%d %d %d %n", &r, &g, &b, &pos); |
| 1593 | if (i != 3) |
| 1594 | continue; |
| 1595 | |
| 1596 | color = line + pos; |
| 1597 | |
| 1598 | if (STRICMP(color, name) == 0) |
| 1599 | { |
| 1600 | fclose(fd); |
| 1601 | return (guicolor_T) RGB(r, g, b); |
| 1602 | } |
| 1603 | } |
| 1604 | |
| 1605 | fclose(fd); |
| 1606 | } |
| 1607 | |
| 1608 | return INVALCOLOR; |
| 1609 | } |
| 1610 | /* |
| 1611 | * Return OK if the key with the termcap name "name" is supported. |
| 1612 | */ |
| 1613 | int |
| 1614 | gui_mch_haskey(char_u *name) |
| 1615 | { |
| 1616 | int i; |
| 1617 | |
| 1618 | for (i = 0; special_keys[i].vim_code1 != NUL; i++) |
| 1619 | if (name[0] == special_keys[i].vim_code0 && |
| 1620 | name[1] == special_keys[i].vim_code1) |
| 1621 | return OK; |
| 1622 | return FAIL; |
| 1623 | } |
| 1624 | |
| 1625 | void |
| 1626 | gui_mch_beep(void) |
| 1627 | { |
| 1628 | MessageBeep(MB_OK); |
| 1629 | } |
| 1630 | /* |
| 1631 | * Invert a rectangle from row r, column c, for nr rows and nc columns. |
| 1632 | */ |
| 1633 | void |
| 1634 | gui_mch_invert_rectangle( |
| 1635 | int r, |
| 1636 | int c, |
| 1637 | int nr, |
| 1638 | int nc) |
| 1639 | { |
| 1640 | RECT rc; |
| 1641 | |
| 1642 | /* |
| 1643 | * Note: InvertRect() excludes right and bottom of rectangle. |
| 1644 | */ |
| 1645 | rc.left = FILL_X(c); |
| 1646 | rc.top = FILL_Y(r); |
| 1647 | rc.right = rc.left + nc * gui.char_width; |
| 1648 | rc.bottom = rc.top + nr * gui.char_height; |
| 1649 | InvertRect(s_hdc, &rc); |
| 1650 | } |
| 1651 | |
| 1652 | /* |
| 1653 | * Iconify the GUI window. |
| 1654 | */ |
| 1655 | void |
| 1656 | gui_mch_iconify(void) |
| 1657 | { |
| 1658 | ShowWindow(s_hwnd, SW_MINIMIZE); |
| 1659 | } |
| 1660 | |
| 1661 | /* |
| 1662 | * Draw a cursor without focus. |
| 1663 | */ |
| 1664 | void |
| 1665 | gui_mch_draw_hollow_cursor(guicolor_T color) |
| 1666 | { |
| 1667 | HBRUSH hbr; |
| 1668 | RECT rc; |
| 1669 | |
| 1670 | /* |
| 1671 | * Note: FrameRect() excludes right and bottom of rectangle. |
| 1672 | */ |
| 1673 | rc.left = FILL_X(gui.col); |
| 1674 | rc.top = FILL_Y(gui.row); |
| 1675 | rc.right = rc.left + gui.char_width; |
| 1676 | #ifdef FEAT_MBYTE |
| 1677 | if (mb_lefthalve(gui.row, gui.col)) |
| 1678 | rc.right += gui.char_width; |
| 1679 | #endif |
| 1680 | rc.bottom = rc.top + gui.char_height; |
| 1681 | hbr = CreateSolidBrush(color); |
| 1682 | FrameRect(s_hdc, &rc, hbr); |
| 1683 | DeleteBrush(hbr); |
| 1684 | } |
| 1685 | /* |
| 1686 | * Draw part of a cursor, "w" pixels wide, and "h" pixels high, using |
| 1687 | * color "color". |
| 1688 | */ |
| 1689 | void |
| 1690 | gui_mch_draw_part_cursor( |
| 1691 | int w, |
| 1692 | int h, |
| 1693 | guicolor_T color) |
| 1694 | { |
| 1695 | HBRUSH hbr; |
| 1696 | RECT rc; |
| 1697 | |
| 1698 | /* |
| 1699 | * Note: FillRect() excludes right and bottom of rectangle. |
| 1700 | */ |
| 1701 | rc.left = |
| 1702 | #ifdef FEAT_RIGHTLEFT |
| 1703 | /* vertical line should be on the right of current point */ |
| 1704 | CURSOR_BAR_RIGHT ? FILL_X(gui.col + 1) - w : |
| 1705 | #endif |
| 1706 | FILL_X(gui.col); |
| 1707 | rc.top = FILL_Y(gui.row) + gui.char_height - h; |
| 1708 | rc.right = rc.left + w; |
| 1709 | rc.bottom = rc.top + h; |
| 1710 | hbr = CreateSolidBrush(color); |
| 1711 | FillRect(s_hdc, &rc, hbr); |
| 1712 | DeleteBrush(hbr); |
| 1713 | } |
| 1714 | |
Bram Moolenaar | 25b2b94 | 2016-01-17 20:53:12 +0100 | [diff] [blame] | 1715 | |
| 1716 | /* |
| 1717 | * Generates a VK_SPACE when the internal dead_key flag is set to output the |
| 1718 | * dead key's nominal character and re-post the original message. |
| 1719 | */ |
| 1720 | static void |
| 1721 | outputDeadKey_rePost(MSG originalMsg) |
| 1722 | { |
| 1723 | static MSG deadCharExpel; |
| 1724 | |
| 1725 | if (!dead_key) |
| 1726 | return; |
| 1727 | |
| 1728 | dead_key = 0; |
| 1729 | |
| 1730 | /* Make Windows generate the dead key's character */ |
| 1731 | deadCharExpel.message = originalMsg.message; |
| 1732 | deadCharExpel.hwnd = originalMsg.hwnd; |
| 1733 | deadCharExpel.wParam = VK_SPACE; |
| 1734 | |
| 1735 | MyTranslateMessage(&deadCharExpel); |
| 1736 | |
| 1737 | /* re-generate the current character free of the dead char influence */ |
| 1738 | PostMessage(originalMsg.hwnd, originalMsg.message, originalMsg.wParam, |
| 1739 | originalMsg.lParam); |
| 1740 | } |
| 1741 | |
| 1742 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1743 | /* |
| 1744 | * Process a single Windows message. |
| 1745 | * If one is not available we hang until one is. |
| 1746 | */ |
| 1747 | static void |
| 1748 | process_message(void) |
| 1749 | { |
| 1750 | MSG msg; |
| 1751 | UINT vk = 0; /* Virtual key */ |
| 1752 | char_u string[40]; |
| 1753 | int i; |
| 1754 | int modifiers = 0; |
| 1755 | int key; |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 1756 | #ifdef FEAT_MENU |
| 1757 | static char_u k10[] = {K_SPECIAL, 'k', ';', 0}; |
| 1758 | #endif |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1759 | |
Bram Moolenaar | 8c85fa3 | 2011-08-10 17:08:03 +0200 | [diff] [blame] | 1760 | pGetMessage(&msg, NULL, 0, 0); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1761 | |
| 1762 | #ifdef FEAT_OLE |
| 1763 | /* Look after OLE Automation commands */ |
| 1764 | if (msg.message == WM_OLE) |
| 1765 | { |
| 1766 | char_u *str = (char_u *)msg.lParam; |
Bram Moolenaar | 370feaf | 2009-01-28 13:18:26 +0000 | [diff] [blame] | 1767 | if (str == NULL || *str == NUL) |
| 1768 | { |
| 1769 | /* Message can't be ours, forward it. Fixes problem with Ultramon |
| 1770 | * 3.0.4 */ |
Bram Moolenaar | 8c85fa3 | 2011-08-10 17:08:03 +0200 | [diff] [blame] | 1771 | pDispatchMessage(&msg); |
Bram Moolenaar | 370feaf | 2009-01-28 13:18:26 +0000 | [diff] [blame] | 1772 | } |
| 1773 | else |
| 1774 | { |
| 1775 | add_to_input_buf(str, (int)STRLEN(str)); |
| 1776 | vim_free(str); /* was allocated in CVim::SendKeys() */ |
| 1777 | } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1778 | return; |
| 1779 | } |
| 1780 | #endif |
| 1781 | |
Bram Moolenaar | d04a020 | 2016-01-26 23:30:18 +0100 | [diff] [blame] | 1782 | #ifdef FEAT_CHANNEL |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1783 | if (msg.message == WM_NETBEANS) |
| 1784 | { |
Bram Moolenaar | 85be35f | 2016-01-27 21:08:18 +0100 | [diff] [blame^] | 1785 | int channel_idx = channel_socket2idx((sock_T)msg.wParam); |
| 1786 | |
| 1787 | if (channel_idx >= 0) |
| 1788 | channel_read(channel_idx); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1789 | return; |
| 1790 | } |
| 1791 | #endif |
| 1792 | |
| 1793 | #ifdef FEAT_SNIFF |
| 1794 | if (sniff_request_waiting && want_sniff_request) |
| 1795 | { |
| 1796 | static char_u bytes[3] = {CSI, (char_u)KS_EXTRA, (char_u)KE_SNIFF}; |
| 1797 | add_to_input_buf(bytes, 3); /* K_SNIFF */ |
| 1798 | sniff_request_waiting = 0; |
| 1799 | want_sniff_request = 0; |
| 1800 | /* request is handled in normal.c */ |
| 1801 | } |
| 1802 | if (msg.message == WM_USER) |
Bram Moolenaar | 35c9291 | 2006-06-22 17:34:26 +0000 | [diff] [blame] | 1803 | { |
Bram Moolenaar | d8a92d7 | 2006-06-23 14:44:06 +0000 | [diff] [blame] | 1804 | MyTranslateMessage(&msg); |
Bram Moolenaar | 8c85fa3 | 2011-08-10 17:08:03 +0200 | [diff] [blame] | 1805 | pDispatchMessage(&msg); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1806 | return; |
Bram Moolenaar | 35c9291 | 2006-06-22 17:34:26 +0000 | [diff] [blame] | 1807 | } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1808 | #endif |
| 1809 | |
| 1810 | #ifdef MSWIN_FIND_REPLACE |
| 1811 | /* Don't process messages used by the dialog */ |
Bram Moolenaar | 8c85fa3 | 2011-08-10 17:08:03 +0200 | [diff] [blame] | 1812 | if (s_findrep_hwnd != NULL && pIsDialogMessage(s_findrep_hwnd, &msg)) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1813 | { |
| 1814 | HandleMouseHide(msg.message, msg.lParam); |
| 1815 | return; |
| 1816 | } |
| 1817 | #endif |
| 1818 | |
| 1819 | /* |
| 1820 | * Check if it's a special key that we recognise. If not, call |
| 1821 | * TranslateMessage(). |
| 1822 | */ |
| 1823 | if (msg.message == WM_KEYDOWN || msg.message == WM_SYSKEYDOWN) |
| 1824 | { |
| 1825 | vk = (int) msg.wParam; |
Bram Moolenaar | 25b2b94 | 2016-01-17 20:53:12 +0100 | [diff] [blame] | 1826 | |
Bram Moolenaar | d2e8087 | 2014-08-22 18:44:33 +0200 | [diff] [blame] | 1827 | /* |
Bram Moolenaar | 25b2b94 | 2016-01-17 20:53:12 +0100 | [diff] [blame] | 1828 | * Handle dead keys in special conditions in other cases we let Windows |
| 1829 | * handle them and do not interfere. |
Bram Moolenaar | d2e8087 | 2014-08-22 18:44:33 +0200 | [diff] [blame] | 1830 | * |
Bram Moolenaar | 25b2b94 | 2016-01-17 20:53:12 +0100 | [diff] [blame] | 1831 | * The dead_key flag must be reset on several occasions: |
| 1832 | * - in _OnChar() (or _OnSysChar()) as any dead key was necessarily |
| 1833 | * consumed at that point (This is when we let Windows combine the |
| 1834 | * dead character on its own) |
| 1835 | * |
| 1836 | * - Before doing something special such as regenerating keypresses to |
| 1837 | * expel the dead character as this could trigger an infinite loop if |
| 1838 | * for some reason MyTranslateMessage() do not trigger a call |
| 1839 | * immediately to _OnChar() (or _OnSysChar()). |
Bram Moolenaar | d2e8087 | 2014-08-22 18:44:33 +0200 | [diff] [blame] | 1840 | */ |
Bram Moolenaar | 25b2b94 | 2016-01-17 20:53:12 +0100 | [diff] [blame] | 1841 | if (dead_key) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1842 | { |
Bram Moolenaar | 25b2b94 | 2016-01-17 20:53:12 +0100 | [diff] [blame] | 1843 | /* |
| 1844 | * If a dead key was pressed and the user presses VK_SPACE, |
| 1845 | * VK_BACK, or VK_ESCAPE it means that he actually wants to deal |
| 1846 | * with the dead char now, so do nothing special and let Windows |
| 1847 | * handle it. |
| 1848 | * |
| 1849 | * Note that VK_SPACE combines with the dead_key's character and |
| 1850 | * only one WM_CHAR will be generated by TranslateMessage(), in |
| 1851 | * the two other cases two WM_CHAR will be generated: the dead |
| 1852 | * char and VK_BACK or VK_ESCAPE. That is most likely what the |
| 1853 | * user expects. |
| 1854 | */ |
| 1855 | if ((vk == VK_SPACE || vk == VK_BACK || vk == VK_ESCAPE)) |
| 1856 | { |
| 1857 | dead_key = 0; |
| 1858 | MyTranslateMessage(&msg); |
| 1859 | return; |
| 1860 | } |
| 1861 | /* In modes where we are not typing, dead keys should behave |
| 1862 | * normally */ |
| 1863 | else if (!(get_real_state() & (INSERT | CMDLINE | SELECTMODE))) |
| 1864 | { |
| 1865 | outputDeadKey_rePost(msg); |
| 1866 | return; |
| 1867 | } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1868 | } |
| 1869 | |
| 1870 | /* Check for CTRL-BREAK */ |
| 1871 | if (vk == VK_CANCEL) |
| 1872 | { |
| 1873 | trash_input_buf(); |
| 1874 | got_int = TRUE; |
| 1875 | string[0] = Ctrl_C; |
| 1876 | add_to_input_buf(string, 1); |
| 1877 | } |
| 1878 | |
| 1879 | for (i = 0; special_keys[i].key_sym != 0; i++) |
| 1880 | { |
| 1881 | /* ignore VK_SPACE when ALT key pressed: system menu */ |
| 1882 | if (special_keys[i].key_sym == vk |
| 1883 | && (vk != VK_SPACE || !(GetKeyState(VK_MENU) & 0x8000))) |
| 1884 | { |
Bram Moolenaar | 25b2b94 | 2016-01-17 20:53:12 +0100 | [diff] [blame] | 1885 | /* |
| 1886 | * Behave as exected if we have a dead key and the special key |
| 1887 | * is a key that would normally trigger the dead key nominal |
| 1888 | * character output (such as a NUMPAD printable character or |
| 1889 | * the TAB key, etc...). |
| 1890 | */ |
| 1891 | if (dead_key && (special_keys[i].vim_code0 == 'K' |
| 1892 | || vk == VK_TAB || vk == CAR)) |
| 1893 | { |
| 1894 | outputDeadKey_rePost(msg); |
| 1895 | return; |
| 1896 | } |
| 1897 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1898 | #ifdef FEAT_MENU |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 1899 | /* Check for <F10>: Windows selects the menu. When <F10> is |
| 1900 | * mapped we want to use the mapping instead. */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1901 | if (vk == VK_F10 |
| 1902 | && gui.menu_is_active |
Bram Moolenaar | bd74325 | 2010-10-20 21:23:33 +0200 | [diff] [blame] | 1903 | && check_map(k10, State, FALSE, TRUE, FALSE, |
| 1904 | NULL, NULL) == NULL) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1905 | break; |
| 1906 | #endif |
| 1907 | if (GetKeyState(VK_SHIFT) & 0x8000) |
| 1908 | modifiers |= MOD_MASK_SHIFT; |
| 1909 | /* |
| 1910 | * Don't use caps-lock as shift, because these are special keys |
| 1911 | * being considered here, and we only want letters to get |
| 1912 | * shifted -- webb |
| 1913 | */ |
| 1914 | /* |
| 1915 | if (GetKeyState(VK_CAPITAL) & 0x0001) |
| 1916 | modifiers ^= MOD_MASK_SHIFT; |
| 1917 | */ |
| 1918 | if (GetKeyState(VK_CONTROL) & 0x8000) |
| 1919 | modifiers |= MOD_MASK_CTRL; |
| 1920 | if (GetKeyState(VK_MENU) & 0x8000) |
| 1921 | modifiers |= MOD_MASK_ALT; |
| 1922 | |
| 1923 | if (special_keys[i].vim_code1 == NUL) |
| 1924 | key = special_keys[i].vim_code0; |
| 1925 | else |
| 1926 | key = TO_SPECIAL(special_keys[i].vim_code0, |
| 1927 | special_keys[i].vim_code1); |
| 1928 | key = simplify_key(key, &modifiers); |
| 1929 | if (key == CSI) |
| 1930 | key = K_CSI; |
| 1931 | |
| 1932 | if (modifiers) |
| 1933 | { |
| 1934 | string[0] = CSI; |
| 1935 | string[1] = KS_MODIFIER; |
| 1936 | string[2] = modifiers; |
| 1937 | add_to_input_buf(string, 3); |
| 1938 | } |
| 1939 | |
| 1940 | if (IS_SPECIAL(key)) |
| 1941 | { |
| 1942 | string[0] = CSI; |
| 1943 | string[1] = K_SECOND(key); |
| 1944 | string[2] = K_THIRD(key); |
| 1945 | add_to_input_buf(string, 3); |
| 1946 | } |
| 1947 | else |
| 1948 | { |
| 1949 | int len; |
| 1950 | |
| 1951 | /* Handle "key" as a Unicode character. */ |
Bram Moolenaar | 85a3e5c | 2007-11-20 16:22:16 +0000 | [diff] [blame] | 1952 | len = char_to_string(key, string, 40, FALSE); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1953 | add_to_input_buf(string, len); |
| 1954 | } |
| 1955 | break; |
| 1956 | } |
| 1957 | } |
| 1958 | if (special_keys[i].key_sym == 0) |
| 1959 | { |
| 1960 | /* Some keys need C-S- where they should only need C-. |
| 1961 | * Ignore 0xff, Windows XP sends it when NUMLOCK has changed since |
| 1962 | * system startup (Helmut Stiegler, 2003 Oct 3). */ |
| 1963 | if (vk != 0xff |
| 1964 | && (GetKeyState(VK_CONTROL) & 0x8000) |
| 1965 | && !(GetKeyState(VK_SHIFT) & 0x8000) |
| 1966 | && !(GetKeyState(VK_MENU) & 0x8000)) |
| 1967 | { |
| 1968 | /* CTRL-6 is '^'; Japanese keyboard maps '^' to vk == 0xDE */ |
| 1969 | if (vk == '6' || MapVirtualKey(vk, 2) == (UINT)'^') |
| 1970 | { |
| 1971 | string[0] = Ctrl_HAT; |
| 1972 | add_to_input_buf(string, 1); |
| 1973 | } |
| 1974 | /* vk == 0xBD AZERTY for CTRL-'-', but CTRL-[ for * QWERTY! */ |
| 1975 | else if (vk == 0xBD) /* QWERTY for CTRL-'-' */ |
| 1976 | { |
| 1977 | string[0] = Ctrl__; |
| 1978 | add_to_input_buf(string, 1); |
| 1979 | } |
| 1980 | /* CTRL-2 is '@'; Japanese keyboard maps '@' to vk == 0xC0 */ |
| 1981 | else if (vk == '2' || MapVirtualKey(vk, 2) == (UINT)'@') |
| 1982 | { |
| 1983 | string[0] = Ctrl_AT; |
| 1984 | add_to_input_buf(string, 1); |
| 1985 | } |
| 1986 | else |
| 1987 | MyTranslateMessage(&msg); |
| 1988 | } |
| 1989 | else |
| 1990 | MyTranslateMessage(&msg); |
| 1991 | } |
| 1992 | } |
| 1993 | #ifdef FEAT_MBYTE_IME |
| 1994 | else if (msg.message == WM_IME_NOTIFY) |
| 1995 | _OnImeNotify(msg.hwnd, (DWORD)msg.wParam, (DWORD)msg.lParam); |
| 1996 | else if (msg.message == WM_KEYUP && im_get_status()) |
| 1997 | /* added for non-MS IME (Yasuhiro Matsumoto) */ |
| 1998 | MyTranslateMessage(&msg); |
| 1999 | #endif |
| 2000 | #if !defined(FEAT_MBYTE_IME) && defined(GLOBAL_IME) |
| 2001 | /* GIME_TEST */ |
| 2002 | else if (msg.message == WM_IME_STARTCOMPOSITION) |
| 2003 | { |
| 2004 | POINT point; |
| 2005 | |
| 2006 | global_ime_set_font(&norm_logfont); |
| 2007 | point.x = FILL_X(gui.col); |
| 2008 | point.y = FILL_Y(gui.row); |
| 2009 | MapWindowPoints(s_textArea, s_hwnd, &point, 1); |
| 2010 | global_ime_set_position(&point); |
| 2011 | } |
| 2012 | #endif |
| 2013 | |
| 2014 | #ifdef FEAT_MENU |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 2015 | /* Check for <F10>: Default effect is to select the menu. When <F10> is |
| 2016 | * mapped we need to stop it here to avoid strange effects (e.g., for the |
| 2017 | * key-up event) */ |
Bram Moolenaar | bd74325 | 2010-10-20 21:23:33 +0200 | [diff] [blame] | 2018 | if (vk != VK_F10 || check_map(k10, State, FALSE, TRUE, FALSE, |
| 2019 | NULL, NULL) == NULL) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2020 | #endif |
Bram Moolenaar | 8c85fa3 | 2011-08-10 17:08:03 +0200 | [diff] [blame] | 2021 | pDispatchMessage(&msg); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2022 | } |
| 2023 | |
| 2024 | /* |
| 2025 | * Catch up with any queued events. This may put keyboard input into the |
| 2026 | * input buffer, call resize call-backs, trigger timers etc. If there is |
| 2027 | * nothing in the event queue (& no timers pending), then we return |
| 2028 | * immediately. |
| 2029 | */ |
| 2030 | void |
| 2031 | gui_mch_update(void) |
| 2032 | { |
| 2033 | MSG msg; |
| 2034 | |
| 2035 | if (!s_busy_processing) |
Bram Moolenaar | 8c85fa3 | 2011-08-10 17:08:03 +0200 | [diff] [blame] | 2036 | while (pPeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2037 | && !vim_is_input_buf_full()) |
| 2038 | process_message(); |
| 2039 | } |
| 2040 | |
| 2041 | /* |
| 2042 | * GUI input routine called by gui_wait_for_chars(). Waits for a character |
| 2043 | * from the keyboard. |
| 2044 | * wtime == -1 Wait forever. |
| 2045 | * wtime == 0 This should never happen. |
| 2046 | * wtime > 0 Wait wtime milliseconds for a character. |
| 2047 | * Returns OK if a character was found to be available within the given time, |
| 2048 | * or FAIL otherwise. |
| 2049 | */ |
| 2050 | int |
| 2051 | gui_mch_wait_for_chars(int wtime) |
| 2052 | { |
| 2053 | MSG msg; |
| 2054 | int focus; |
| 2055 | |
| 2056 | s_timed_out = FALSE; |
| 2057 | |
| 2058 | if (wtime > 0) |
| 2059 | { |
| 2060 | /* Don't do anything while processing a (scroll) message. */ |
| 2061 | if (s_busy_processing) |
| 2062 | return FAIL; |
| 2063 | s_wait_timer = (UINT)SetTimer(NULL, 0, (UINT)wtime, |
| 2064 | (TIMERPROC)_OnTimer); |
| 2065 | } |
| 2066 | |
| 2067 | allow_scrollbar = TRUE; |
| 2068 | |
| 2069 | focus = gui.in_focus; |
| 2070 | while (!s_timed_out) |
| 2071 | { |
| 2072 | /* Stop or start blinking when focus changes */ |
| 2073 | if (gui.in_focus != focus) |
| 2074 | { |
| 2075 | if (gui.in_focus) |
| 2076 | gui_mch_start_blink(); |
| 2077 | else |
| 2078 | gui_mch_stop_blink(); |
| 2079 | focus = gui.in_focus; |
| 2080 | } |
| 2081 | |
| 2082 | if (s_need_activate) |
| 2083 | { |
| 2084 | #ifdef WIN32 |
| 2085 | (void)SetForegroundWindow(s_hwnd); |
| 2086 | #else |
| 2087 | (void)SetActiveWindow(s_hwnd); |
| 2088 | #endif |
| 2089 | s_need_activate = FALSE; |
| 2090 | } |
| 2091 | |
Bram Moolenaar | 93c88e0 | 2015-09-15 14:12:05 +0200 | [diff] [blame] | 2092 | #ifdef MESSAGE_QUEUE |
| 2093 | parse_queued_messages(); |
Bram Moolenaar | 61665aa | 2008-12-24 11:20:53 +0000 | [diff] [blame] | 2094 | #endif |
| 2095 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2096 | /* |
| 2097 | * Don't use gui_mch_update() because then we will spin-lock until a |
| 2098 | * char arrives, instead we use GetMessage() to hang until an |
| 2099 | * event arrives. No need to check for input_buf_full because we are |
| 2100 | * returning as soon as it contains a single char -- webb |
| 2101 | */ |
| 2102 | process_message(); |
| 2103 | |
| 2104 | if (input_available()) |
| 2105 | { |
| 2106 | if (s_wait_timer != 0 && !s_timed_out) |
| 2107 | { |
| 2108 | KillTimer(NULL, s_wait_timer); |
| 2109 | |
| 2110 | /* Eat spurious WM_TIMER messages */ |
Bram Moolenaar | 8c85fa3 | 2011-08-10 17:08:03 +0200 | [diff] [blame] | 2111 | while (pPeekMessage(&msg, s_hwnd, WM_TIMER, WM_TIMER, PM_REMOVE)) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2112 | ; |
| 2113 | s_wait_timer = 0; |
| 2114 | } |
| 2115 | allow_scrollbar = FALSE; |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 2116 | |
| 2117 | /* Clear pending mouse button, the release event may have been |
Bram Moolenaar | ea40888 | 2007-12-03 21:21:03 +0000 | [diff] [blame] | 2118 | * taken by the dialog window. But don't do this when getting |
| 2119 | * focus, we need the mouse-up event then. */ |
| 2120 | if (!s_getting_focus) |
| 2121 | s_button_pending = -1; |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 2122 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2123 | return OK; |
| 2124 | } |
| 2125 | } |
| 2126 | allow_scrollbar = FALSE; |
| 2127 | return FAIL; |
| 2128 | } |
| 2129 | |
| 2130 | /* |
| 2131 | * Clear a rectangular region of the screen from text pos (row1, col1) to |
| 2132 | * (row2, col2) inclusive. |
| 2133 | */ |
| 2134 | void |
| 2135 | gui_mch_clear_block( |
| 2136 | int row1, |
| 2137 | int col1, |
| 2138 | int row2, |
| 2139 | int col2) |
| 2140 | { |
| 2141 | RECT rc; |
| 2142 | |
| 2143 | /* |
| 2144 | * Clear one extra pixel at the far right, for when bold characters have |
| 2145 | * spilled over to the window border. |
| 2146 | * Note: FillRect() excludes right and bottom of rectangle. |
| 2147 | */ |
| 2148 | rc.left = FILL_X(col1); |
| 2149 | rc.top = FILL_Y(row1); |
| 2150 | rc.right = FILL_X(col2 + 1) + (col2 == Columns - 1); |
| 2151 | rc.bottom = FILL_Y(row2 + 1); |
| 2152 | clear_rect(&rc); |
| 2153 | } |
| 2154 | |
| 2155 | /* |
| 2156 | * Clear the whole text window. |
| 2157 | */ |
| 2158 | void |
| 2159 | gui_mch_clear_all(void) |
| 2160 | { |
| 2161 | RECT rc; |
| 2162 | |
| 2163 | rc.left = 0; |
| 2164 | rc.top = 0; |
| 2165 | rc.right = Columns * gui.char_width + 2 * gui.border_width; |
| 2166 | rc.bottom = Rows * gui.char_height + 2 * gui.border_width; |
| 2167 | clear_rect(&rc); |
| 2168 | } |
| 2169 | /* |
| 2170 | * Menu stuff. |
| 2171 | */ |
| 2172 | |
| 2173 | void |
| 2174 | gui_mch_enable_menu(int flag) |
| 2175 | { |
| 2176 | #ifdef FEAT_MENU |
| 2177 | SetMenu(s_hwnd, flag ? s_menuBar : NULL); |
| 2178 | #endif |
| 2179 | } |
| 2180 | |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 2181 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2182 | void |
| 2183 | gui_mch_set_menu_pos( |
| 2184 | int x, |
| 2185 | int y, |
| 2186 | int w, |
| 2187 | int h) |
| 2188 | { |
| 2189 | /* It will be in the right place anyway */ |
| 2190 | } |
| 2191 | |
| 2192 | #if defined(FEAT_MENU) || defined(PROTO) |
| 2193 | /* |
| 2194 | * Make menu item hidden or not hidden |
| 2195 | */ |
| 2196 | void |
| 2197 | gui_mch_menu_hidden( |
| 2198 | vimmenu_T *menu, |
| 2199 | int hidden) |
| 2200 | { |
| 2201 | /* |
| 2202 | * This doesn't do what we want. Hmm, just grey the menu items for now. |
| 2203 | */ |
| 2204 | /* |
| 2205 | if (hidden) |
| 2206 | EnableMenuItem(s_menuBar, menu->id, MF_BYCOMMAND | MF_DISABLED); |
| 2207 | else |
| 2208 | EnableMenuItem(s_menuBar, menu->id, MF_BYCOMMAND | MF_ENABLED); |
| 2209 | */ |
| 2210 | gui_mch_menu_grey(menu, hidden); |
| 2211 | } |
| 2212 | |
| 2213 | /* |
| 2214 | * This is called after setting all the menus to grey/hidden or not. |
| 2215 | */ |
| 2216 | void |
| 2217 | gui_mch_draw_menubar(void) |
| 2218 | { |
| 2219 | DrawMenuBar(s_hwnd); |
| 2220 | } |
| 2221 | #endif /*FEAT_MENU*/ |
| 2222 | |
| 2223 | #ifndef PROTO |
| 2224 | void |
| 2225 | #ifdef VIMDLL |
| 2226 | _export |
| 2227 | #endif |
| 2228 | _cdecl |
| 2229 | SaveInst(HINSTANCE hInst) |
| 2230 | { |
| 2231 | s_hinst = hInst; |
| 2232 | } |
| 2233 | #endif |
| 2234 | |
| 2235 | /* |
| 2236 | * Return the RGB value of a pixel as a long. |
| 2237 | */ |
| 2238 | long_u |
| 2239 | gui_mch_get_rgb(guicolor_T pixel) |
| 2240 | { |
| 2241 | return (GetRValue(pixel) << 16) + (GetGValue(pixel) << 8) |
| 2242 | + GetBValue(pixel); |
| 2243 | } |
| 2244 | |
| 2245 | #if defined(FEAT_GUI_DIALOG) || defined(PROTO) |
| 2246 | /* Convert pixels in X to dialog units */ |
| 2247 | static WORD |
| 2248 | PixelToDialogX(int numPixels) |
| 2249 | { |
| 2250 | return (WORD)((numPixels * 4) / s_dlgfntwidth); |
| 2251 | } |
| 2252 | |
| 2253 | /* Convert pixels in Y to dialog units */ |
| 2254 | static WORD |
| 2255 | PixelToDialogY(int numPixels) |
| 2256 | { |
| 2257 | return (WORD)((numPixels * 8) / s_dlgfntheight); |
| 2258 | } |
| 2259 | |
| 2260 | /* Return the width in pixels of the given text in the given DC. */ |
| 2261 | static int |
| 2262 | GetTextWidth(HDC hdc, char_u *str, int len) |
| 2263 | { |
| 2264 | SIZE size; |
| 2265 | |
| 2266 | GetTextExtentPoint(hdc, str, len, &size); |
| 2267 | return size.cx; |
| 2268 | } |
| 2269 | |
| 2270 | #ifdef FEAT_MBYTE |
| 2271 | /* |
| 2272 | * Return the width in pixels of the given text in the given DC, taking care |
| 2273 | * of 'encoding' to active codepage conversion. |
| 2274 | */ |
| 2275 | static int |
| 2276 | GetTextWidthEnc(HDC hdc, char_u *str, int len) |
| 2277 | { |
| 2278 | SIZE size; |
| 2279 | WCHAR *wstr; |
| 2280 | int n; |
| 2281 | int wlen = len; |
| 2282 | |
| 2283 | if (enc_codepage >= 0 && (int)GetACP() != enc_codepage) |
| 2284 | { |
| 2285 | /* 'encoding' differs from active codepage: convert text and use wide |
| 2286 | * function */ |
Bram Moolenaar | 36f692d | 2008-11-20 16:10:17 +0000 | [diff] [blame] | 2287 | wstr = enc_to_utf16(str, &wlen); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2288 | if (wstr != NULL) |
| 2289 | { |
| 2290 | n = GetTextExtentPointW(hdc, wstr, wlen, &size); |
| 2291 | vim_free(wstr); |
| 2292 | if (n) |
| 2293 | return size.cx; |
| 2294 | } |
| 2295 | } |
| 2296 | |
| 2297 | return GetTextWidth(hdc, str, len); |
| 2298 | } |
| 2299 | #else |
| 2300 | # define GetTextWidthEnc(h, s, l) GetTextWidth((h), (s), (l)) |
| 2301 | #endif |
| 2302 | |
| 2303 | /* |
| 2304 | * A quick little routine that will center one window over another, handy for |
| 2305 | * dialog boxes. Taken from the Win32SDK samples. |
| 2306 | */ |
| 2307 | static BOOL |
| 2308 | CenterWindow( |
| 2309 | HWND hwndChild, |
| 2310 | HWND hwndParent) |
| 2311 | { |
| 2312 | RECT rChild, rParent; |
| 2313 | int wChild, hChild, wParent, hParent; |
| 2314 | int wScreen, hScreen, xNew, yNew; |
| 2315 | HDC hdc; |
| 2316 | |
| 2317 | GetWindowRect(hwndChild, &rChild); |
| 2318 | wChild = rChild.right - rChild.left; |
| 2319 | hChild = rChild.bottom - rChild.top; |
| 2320 | |
| 2321 | /* If Vim is minimized put the window in the middle of the screen. */ |
Bram Moolenaar | 9e54a0e | 2006-04-14 20:42:25 +0000 | [diff] [blame] | 2322 | if (hwndParent == NULL || IsMinimized(hwndParent)) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2323 | { |
| 2324 | #ifdef WIN16 |
| 2325 | rParent.left = 0; |
| 2326 | rParent.top = 0; |
| 2327 | rParent.right = GetSystemMetrics(SM_CXSCREEN); |
| 2328 | rParent.bottom = GetSystemMetrics(SM_CYFULLSCREEN); |
| 2329 | #else |
| 2330 | SystemParametersInfo(SPI_GETWORKAREA, 0, &rParent, 0); |
| 2331 | #endif |
| 2332 | } |
| 2333 | else |
| 2334 | GetWindowRect(hwndParent, &rParent); |
| 2335 | wParent = rParent.right - rParent.left; |
| 2336 | hParent = rParent.bottom - rParent.top; |
| 2337 | |
| 2338 | hdc = GetDC(hwndChild); |
| 2339 | wScreen = GetDeviceCaps (hdc, HORZRES); |
| 2340 | hScreen = GetDeviceCaps (hdc, VERTRES); |
| 2341 | ReleaseDC(hwndChild, hdc); |
| 2342 | |
| 2343 | xNew = rParent.left + ((wParent - wChild) /2); |
| 2344 | if (xNew < 0) |
| 2345 | { |
| 2346 | xNew = 0; |
| 2347 | } |
| 2348 | else if ((xNew+wChild) > wScreen) |
| 2349 | { |
| 2350 | xNew = wScreen - wChild; |
| 2351 | } |
| 2352 | |
| 2353 | yNew = rParent.top + ((hParent - hChild) /2); |
| 2354 | if (yNew < 0) |
| 2355 | yNew = 0; |
| 2356 | else if ((yNew+hChild) > hScreen) |
| 2357 | yNew = hScreen - hChild; |
| 2358 | |
| 2359 | return SetWindowPos(hwndChild, NULL, xNew, yNew, 0, 0, |
| 2360 | SWP_NOSIZE | SWP_NOZORDER); |
| 2361 | } |
| 2362 | #endif /* FEAT_GUI_DIALOG */ |
| 2363 | |
| 2364 | void |
| 2365 | gui_mch_activate_window(void) |
| 2366 | { |
| 2367 | (void)SetActiveWindow(s_hwnd); |
| 2368 | } |
| 2369 | |
| 2370 | #if defined(FEAT_TOOLBAR) || defined(PROTO) |
| 2371 | void |
| 2372 | gui_mch_show_toolbar(int showit) |
| 2373 | { |
| 2374 | if (s_toolbarhwnd == NULL) |
| 2375 | return; |
| 2376 | |
| 2377 | if (showit) |
Bram Moolenaar | 8f2ff9f | 2006-08-29 19:26:50 +0000 | [diff] [blame] | 2378 | { |
| 2379 | # ifdef FEAT_MBYTE |
| 2380 | # ifndef TB_SETUNICODEFORMAT |
| 2381 | /* For older compilers. We assume this never changes. */ |
| 2382 | # define TB_SETUNICODEFORMAT 0x2005 |
| 2383 | # endif |
| 2384 | /* Enable/disable unicode support */ |
| 2385 | int uu = (enc_codepage >= 0 && (int)GetACP() != enc_codepage); |
| 2386 | SendMessage(s_toolbarhwnd, TB_SETUNICODEFORMAT, (WPARAM)uu, (LPARAM)0); |
| 2387 | # endif |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2388 | ShowWindow(s_toolbarhwnd, SW_SHOW); |
Bram Moolenaar | 8f2ff9f | 2006-08-29 19:26:50 +0000 | [diff] [blame] | 2389 | } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2390 | else |
| 2391 | ShowWindow(s_toolbarhwnd, SW_HIDE); |
| 2392 | } |
| 2393 | |
| 2394 | /* Then number of bitmaps is fixed. Exit is missing! */ |
| 2395 | #define TOOLBAR_BITMAP_COUNT 31 |
| 2396 | |
| 2397 | #endif |
| 2398 | |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 2399 | #if defined(FEAT_GUI_TABLINE) || defined(PROTO) |
Bram Moolenaar | 2e2a281 | 2006-03-27 20:55:21 +0000 | [diff] [blame] | 2400 | static void |
Bram Moolenaar | 908d53a | 2006-11-07 18:05:31 +0000 | [diff] [blame] | 2401 | add_tabline_popup_menu_entry(HMENU pmenu, UINT item_id, char_u *item_text) |
| 2402 | { |
| 2403 | #ifdef FEAT_MBYTE |
| 2404 | WCHAR *wn = NULL; |
| 2405 | int n; |
| 2406 | |
| 2407 | if (enc_codepage >= 0 && (int)GetACP() != enc_codepage) |
| 2408 | { |
| 2409 | /* 'encoding' differs from active codepage: convert menu name |
| 2410 | * and use wide function */ |
Bram Moolenaar | 36f692d | 2008-11-20 16:10:17 +0000 | [diff] [blame] | 2411 | wn = enc_to_utf16(item_text, NULL); |
Bram Moolenaar | 908d53a | 2006-11-07 18:05:31 +0000 | [diff] [blame] | 2412 | if (wn != NULL) |
| 2413 | { |
| 2414 | MENUITEMINFOW infow; |
| 2415 | |
| 2416 | infow.cbSize = sizeof(infow); |
| 2417 | infow.fMask = MIIM_TYPE | MIIM_ID; |
| 2418 | infow.wID = item_id; |
| 2419 | infow.fType = MFT_STRING; |
| 2420 | infow.dwTypeData = wn; |
| 2421 | infow.cch = (UINT)wcslen(wn); |
| 2422 | n = InsertMenuItemW(pmenu, item_id, FALSE, &infow); |
| 2423 | vim_free(wn); |
| 2424 | if (n == 0 && GetLastError() == ERROR_CALL_NOT_IMPLEMENTED) |
| 2425 | /* Failed, try using non-wide function. */ |
| 2426 | wn = NULL; |
| 2427 | } |
| 2428 | } |
| 2429 | |
| 2430 | if (wn == NULL) |
| 2431 | #endif |
| 2432 | { |
| 2433 | MENUITEMINFO info; |
| 2434 | |
| 2435 | info.cbSize = sizeof(info); |
| 2436 | info.fMask = MIIM_TYPE | MIIM_ID; |
| 2437 | info.wID = item_id; |
| 2438 | info.fType = MFT_STRING; |
| 2439 | info.dwTypeData = item_text; |
| 2440 | info.cch = (UINT)STRLEN(item_text); |
| 2441 | InsertMenuItem(pmenu, item_id, FALSE, &info); |
| 2442 | } |
| 2443 | } |
| 2444 | |
| 2445 | static void |
Bram Moolenaar | 2e2a281 | 2006-03-27 20:55:21 +0000 | [diff] [blame] | 2446 | show_tabline_popup_menu(void) |
| 2447 | { |
| 2448 | HMENU tab_pmenu; |
Bram Moolenaar | 2e2a281 | 2006-03-27 20:55:21 +0000 | [diff] [blame] | 2449 | long rval; |
| 2450 | POINT pt; |
Bram Moolenaar | 2e2a281 | 2006-03-27 20:55:21 +0000 | [diff] [blame] | 2451 | |
Bram Moolenaar | f193fff | 2006-04-27 00:02:13 +0000 | [diff] [blame] | 2452 | /* When ignoring events don't show the menu. */ |
| 2453 | if (hold_gui_events |
| 2454 | # ifdef FEAT_CMDWIN |
| 2455 | || cmdwin_type != 0 |
| 2456 | # endif |
| 2457 | ) |
| 2458 | return; |
| 2459 | |
Bram Moolenaar | 2e2a281 | 2006-03-27 20:55:21 +0000 | [diff] [blame] | 2460 | tab_pmenu = CreatePopupMenu(); |
| 2461 | if (tab_pmenu == NULL) |
| 2462 | return; |
| 2463 | |
Bram Moolenaar | 7098ee5 | 2015-06-09 19:14:24 +0200 | [diff] [blame] | 2464 | if (first_tabpage->tp_next != NULL) |
Bram Moolenaar | 3b59755 | 2015-09-15 17:58:29 +0200 | [diff] [blame] | 2465 | add_tabline_popup_menu_entry(tab_pmenu, |
Bram Moolenaar | 7098ee5 | 2015-06-09 19:14:24 +0200 | [diff] [blame] | 2466 | TABLINE_MENU_CLOSE, _("Close tab")); |
Bram Moolenaar | 908d53a | 2006-11-07 18:05:31 +0000 | [diff] [blame] | 2467 | add_tabline_popup_menu_entry(tab_pmenu, TABLINE_MENU_NEW, _("New tab")); |
| 2468 | add_tabline_popup_menu_entry(tab_pmenu, TABLINE_MENU_OPEN, |
| 2469 | _("Open tab...")); |
Bram Moolenaar | 2e2a281 | 2006-03-27 20:55:21 +0000 | [diff] [blame] | 2470 | |
| 2471 | GetCursorPos(&pt); |
| 2472 | rval = TrackPopupMenuEx(tab_pmenu, TPM_RETURNCMD, pt.x, pt.y, s_tabhwnd, |
| 2473 | NULL); |
| 2474 | |
| 2475 | DestroyMenu(tab_pmenu); |
| 2476 | |
| 2477 | /* Add the string cmd into input buffer */ |
| 2478 | if (rval > 0) |
| 2479 | { |
| 2480 | TCHITTESTINFO htinfo; |
| 2481 | int idx; |
| 2482 | |
| 2483 | if (ScreenToClient(s_tabhwnd, &pt) == 0) |
| 2484 | return; |
| 2485 | |
| 2486 | htinfo.pt.x = pt.x; |
| 2487 | htinfo.pt.y = pt.y; |
| 2488 | idx = TabCtrl_HitTest(s_tabhwnd, &htinfo); |
| 2489 | if (idx == -1) |
| 2490 | idx = 0; |
| 2491 | else |
| 2492 | idx += 1; |
| 2493 | |
Bram Moolenaar | c6fe919 | 2006-04-09 21:54:49 +0000 | [diff] [blame] | 2494 | send_tabline_menu_event(idx, (int)rval); |
Bram Moolenaar | 2e2a281 | 2006-03-27 20:55:21 +0000 | [diff] [blame] | 2495 | } |
| 2496 | } |
| 2497 | |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 2498 | /* |
| 2499 | * Show or hide the tabline. |
| 2500 | */ |
| 2501 | void |
| 2502 | gui_mch_show_tabline(int showit) |
| 2503 | { |
| 2504 | if (s_tabhwnd == NULL) |
| 2505 | return; |
| 2506 | |
| 2507 | if (!showit != !showing_tabline) |
| 2508 | { |
| 2509 | if (showit) |
| 2510 | ShowWindow(s_tabhwnd, SW_SHOW); |
| 2511 | else |
| 2512 | ShowWindow(s_tabhwnd, SW_HIDE); |
| 2513 | showing_tabline = showit; |
| 2514 | } |
| 2515 | } |
| 2516 | |
| 2517 | /* |
| 2518 | * Return TRUE when tabline is displayed. |
| 2519 | */ |
| 2520 | int |
| 2521 | gui_mch_showing_tabline(void) |
| 2522 | { |
| 2523 | return s_tabhwnd != NULL && showing_tabline; |
| 2524 | } |
| 2525 | |
| 2526 | /* |
| 2527 | * Update the labels of the tabline. |
| 2528 | */ |
| 2529 | void |
| 2530 | gui_mch_update_tabline(void) |
| 2531 | { |
| 2532 | tabpage_T *tp; |
| 2533 | TCITEM tie; |
| 2534 | int nr = 0; |
| 2535 | int curtabidx = 0; |
Bram Moolenaar | 86f931e | 2013-08-07 21:13:23 +0200 | [diff] [blame] | 2536 | int tabadded = 0; |
Bram Moolenaar | 8424a62 | 2006-04-19 21:23:36 +0000 | [diff] [blame] | 2537 | #ifdef FEAT_MBYTE |
Bram Moolenaar | fc1421e | 2006-04-20 22:17:20 +0000 | [diff] [blame] | 2538 | static int use_unicode = FALSE; |
| 2539 | int uu; |
Bram Moolenaar | 8424a62 | 2006-04-19 21:23:36 +0000 | [diff] [blame] | 2540 | WCHAR *wstr = NULL; |
| 2541 | #endif |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 2542 | |
| 2543 | if (s_tabhwnd == NULL) |
| 2544 | return; |
| 2545 | |
Bram Moolenaar | fc1421e | 2006-04-20 22:17:20 +0000 | [diff] [blame] | 2546 | #if defined(FEAT_MBYTE) |
| 2547 | # ifndef CCM_SETUNICODEFORMAT |
| 2548 | /* For older compilers. We assume this never changes. */ |
| 2549 | # define CCM_SETUNICODEFORMAT 0x2005 |
| 2550 | # endif |
| 2551 | uu = (enc_codepage >= 0 && (int)GetACP() != enc_codepage); |
| 2552 | if (uu != use_unicode) |
| 2553 | { |
| 2554 | /* Enable/disable unicode support */ |
| 2555 | SendMessage(s_tabhwnd, CCM_SETUNICODEFORMAT, (WPARAM)uu, (LPARAM)0); |
| 2556 | use_unicode = uu; |
| 2557 | } |
Bram Moolenaar | 8424a62 | 2006-04-19 21:23:36 +0000 | [diff] [blame] | 2558 | #endif |
| 2559 | |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 2560 | tie.mask = TCIF_TEXT; |
| 2561 | tie.iImage = -1; |
| 2562 | |
Bram Moolenaar | 4b166d0 | 2012-12-12 17:12:25 +0100 | [diff] [blame] | 2563 | /* Disable redraw for tab updates to eliminate O(N^2) draws. */ |
| 2564 | SendMessage(s_tabhwnd, WM_SETREDRAW, (WPARAM)FALSE, 0); |
| 2565 | |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 2566 | /* Add a label for each tab page. They all contain the same text area. */ |
| 2567 | for (tp = first_tabpage; tp != NULL; tp = tp->tp_next, ++nr) |
| 2568 | { |
| 2569 | if (tp == curtab) |
| 2570 | curtabidx = nr; |
| 2571 | |
Bram Moolenaar | 4b166d0 | 2012-12-12 17:12:25 +0100 | [diff] [blame] | 2572 | if (nr >= TabCtrl_GetItemCount(s_tabhwnd)) |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 2573 | { |
| 2574 | /* Add the tab */ |
| 2575 | tie.pszText = "-Empty-"; |
| 2576 | TabCtrl_InsertItem(s_tabhwnd, nr, &tie); |
Bram Moolenaar | 86f931e | 2013-08-07 21:13:23 +0200 | [diff] [blame] | 2577 | tabadded = 1; |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 2578 | } |
| 2579 | |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 2580 | get_tabline_label(tp, FALSE); |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 2581 | tie.pszText = NameBuff; |
Bram Moolenaar | 8424a62 | 2006-04-19 21:23:36 +0000 | [diff] [blame] | 2582 | #ifdef FEAT_MBYTE |
| 2583 | wstr = NULL; |
Bram Moolenaar | fc1421e | 2006-04-20 22:17:20 +0000 | [diff] [blame] | 2584 | if (use_unicode) |
Bram Moolenaar | 8424a62 | 2006-04-19 21:23:36 +0000 | [diff] [blame] | 2585 | { |
| 2586 | /* Need to go through Unicode. */ |
Bram Moolenaar | 36f692d | 2008-11-20 16:10:17 +0000 | [diff] [blame] | 2587 | wstr = enc_to_utf16(NameBuff, NULL); |
Bram Moolenaar | 8424a62 | 2006-04-19 21:23:36 +0000 | [diff] [blame] | 2588 | if (wstr != NULL) |
| 2589 | { |
| 2590 | TCITEMW tiw; |
| 2591 | |
| 2592 | tiw.mask = TCIF_TEXT; |
| 2593 | tiw.iImage = -1; |
| 2594 | tiw.pszText = wstr; |
Bram Moolenaar | 85f868c | 2006-11-28 16:16:58 +0000 | [diff] [blame] | 2595 | SendMessage(s_tabhwnd, TCM_SETITEMW, (WPARAM)nr, (LPARAM)&tiw); |
Bram Moolenaar | 8424a62 | 2006-04-19 21:23:36 +0000 | [diff] [blame] | 2596 | vim_free(wstr); |
| 2597 | } |
| 2598 | } |
| 2599 | if (wstr == NULL) |
| 2600 | #endif |
| 2601 | { |
| 2602 | TabCtrl_SetItem(s_tabhwnd, nr, &tie); |
| 2603 | } |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 2604 | } |
| 2605 | |
| 2606 | /* Remove any old labels. */ |
Bram Moolenaar | 4b166d0 | 2012-12-12 17:12:25 +0100 | [diff] [blame] | 2607 | while (nr < TabCtrl_GetItemCount(s_tabhwnd)) |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 2608 | TabCtrl_DeleteItem(s_tabhwnd, nr); |
| 2609 | |
Bram Moolenaar | 86f931e | 2013-08-07 21:13:23 +0200 | [diff] [blame] | 2610 | if (!tabadded && TabCtrl_GetCurSel(s_tabhwnd) != curtabidx) |
| 2611 | TabCtrl_SetCurSel(s_tabhwnd, curtabidx); |
| 2612 | |
Bram Moolenaar | 14e2881 | 2012-12-16 12:50:39 +0100 | [diff] [blame] | 2613 | /* Re-enable redraw and redraw. */ |
Bram Moolenaar | 4b166d0 | 2012-12-12 17:12:25 +0100 | [diff] [blame] | 2614 | SendMessage(s_tabhwnd, WM_SETREDRAW, (WPARAM)TRUE, 0); |
Bram Moolenaar | 14e2881 | 2012-12-16 12:50:39 +0100 | [diff] [blame] | 2615 | RedrawWindow(s_tabhwnd, NULL, NULL, |
| 2616 | RDW_ERASE | RDW_FRAME | RDW_INVALIDATE | RDW_ALLCHILDREN); |
Bram Moolenaar | a8f9639 | 2013-07-17 21:59:13 +0200 | [diff] [blame] | 2617 | |
Bram Moolenaar | 86f931e | 2013-08-07 21:13:23 +0200 | [diff] [blame] | 2618 | if (tabadded && TabCtrl_GetCurSel(s_tabhwnd) != curtabidx) |
Bram Moolenaar | a8f9639 | 2013-07-17 21:59:13 +0200 | [diff] [blame] | 2619 | TabCtrl_SetCurSel(s_tabhwnd, curtabidx); |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 2620 | } |
| 2621 | |
| 2622 | /* |
| 2623 | * Set the current tab to "nr". First tab is 1. |
| 2624 | */ |
| 2625 | void |
| 2626 | gui_mch_set_curtab(nr) |
| 2627 | int nr; |
| 2628 | { |
| 2629 | if (s_tabhwnd == NULL) |
| 2630 | return; |
| 2631 | |
Bram Moolenaar | a8f9639 | 2013-07-17 21:59:13 +0200 | [diff] [blame] | 2632 | if (TabCtrl_GetCurSel(s_tabhwnd) != nr - 1) |
| 2633 | TabCtrl_SetCurSel(s_tabhwnd, nr - 1); |
Bram Moolenaar | 3991dab | 2006-03-27 17:01:56 +0000 | [diff] [blame] | 2634 | } |
| 2635 | |
| 2636 | #endif |
| 2637 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2638 | /* |
| 2639 | * ":simalt" command. |
| 2640 | */ |
| 2641 | void |
| 2642 | ex_simalt(exarg_T *eap) |
| 2643 | { |
| 2644 | char_u *keys = eap->arg; |
| 2645 | |
| 2646 | PostMessage(s_hwnd, WM_SYSCOMMAND, (WPARAM)SC_KEYMENU, (LPARAM)0); |
| 2647 | while (*keys) |
| 2648 | { |
| 2649 | if (*keys == '~') |
| 2650 | *keys = ' '; /* for showing system menu */ |
| 2651 | PostMessage(s_hwnd, WM_CHAR, (WPARAM)*keys, (LPARAM)0); |
| 2652 | keys++; |
| 2653 | } |
| 2654 | } |
| 2655 | |
| 2656 | /* |
| 2657 | * Create the find & replace dialogs. |
| 2658 | * You can't have both at once: ":find" when replace is showing, destroys |
| 2659 | * the replace dialog first, and the other way around. |
| 2660 | */ |
| 2661 | #ifdef MSWIN_FIND_REPLACE |
| 2662 | static void |
| 2663 | initialise_findrep(char_u *initial_string) |
| 2664 | { |
| 2665 | int wword = FALSE; |
| 2666 | int mcase = !p_ic; |
| 2667 | char_u *entry_text; |
| 2668 | |
| 2669 | /* Get the search string to use. */ |
| 2670 | entry_text = get_find_dialog_text(initial_string, &wword, &mcase); |
| 2671 | |
| 2672 | s_findrep_struct.hwndOwner = s_hwnd; |
| 2673 | s_findrep_struct.Flags = FR_DOWN; |
| 2674 | if (mcase) |
| 2675 | s_findrep_struct.Flags |= FR_MATCHCASE; |
| 2676 | if (wword) |
| 2677 | s_findrep_struct.Flags |= FR_WHOLEWORD; |
| 2678 | if (entry_text != NULL && *entry_text != NUL) |
Bram Moolenaar | fe3ca8d | 2005-07-18 21:43:02 +0000 | [diff] [blame] | 2679 | vim_strncpy(s_findrep_struct.lpstrFindWhat, entry_text, |
| 2680 | s_findrep_struct.wFindWhatLen - 1); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2681 | vim_free(entry_text); |
| 2682 | } |
| 2683 | #endif |
| 2684 | |
Bram Moolenaar | 908d53a | 2006-11-07 18:05:31 +0000 | [diff] [blame] | 2685 | static void |
| 2686 | set_window_title(HWND hwnd, char *title) |
| 2687 | { |
| 2688 | #ifdef FEAT_MBYTE |
| 2689 | if (title != NULL && enc_codepage >= 0 && enc_codepage != (int)GetACP()) |
| 2690 | { |
| 2691 | WCHAR *wbuf; |
| 2692 | int n; |
| 2693 | |
Bram Moolenaar | 36f692d | 2008-11-20 16:10:17 +0000 | [diff] [blame] | 2694 | /* Convert the title from 'encoding' to UTF-16. */ |
| 2695 | wbuf = (WCHAR *)enc_to_utf16((char_u *)title, NULL); |
Bram Moolenaar | 908d53a | 2006-11-07 18:05:31 +0000 | [diff] [blame] | 2696 | if (wbuf != NULL) |
| 2697 | { |
| 2698 | n = SetWindowTextW(hwnd, wbuf); |
| 2699 | vim_free(wbuf); |
| 2700 | if (n != 0 || GetLastError() != ERROR_CALL_NOT_IMPLEMENTED) |
| 2701 | return; |
| 2702 | /* Retry with non-wide function (for Windows 98). */ |
| 2703 | } |
| 2704 | } |
| 2705 | #endif |
| 2706 | (void)SetWindowText(hwnd, (LPCSTR)title); |
| 2707 | } |
| 2708 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2709 | void |
| 2710 | gui_mch_find_dialog(exarg_T *eap) |
| 2711 | { |
| 2712 | #ifdef MSWIN_FIND_REPLACE |
| 2713 | if (s_findrep_msg != 0) |
| 2714 | { |
| 2715 | if (IsWindow(s_findrep_hwnd) && !s_findrep_is_find) |
| 2716 | DestroyWindow(s_findrep_hwnd); |
| 2717 | |
| 2718 | if (!IsWindow(s_findrep_hwnd)) |
| 2719 | { |
| 2720 | initialise_findrep(eap->arg); |
Bram Moolenaar | 3ca9a8a | 2009-01-28 20:23:17 +0000 | [diff] [blame] | 2721 | # if defined(FEAT_MBYTE) && defined(WIN3264) |
| 2722 | /* If the OS is Windows NT, and 'encoding' differs from active |
| 2723 | * codepage: convert text and use wide function. */ |
| 2724 | if (os_version.dwPlatformId == VER_PLATFORM_WIN32_NT |
| 2725 | && enc_codepage >= 0 && (int)GetACP() != enc_codepage) |
| 2726 | { |
Bram Moolenaar | cc448b3 | 2010-07-14 16:52:17 +0200 | [diff] [blame] | 2727 | findrep_atow(&s_findrep_struct_w, &s_findrep_struct); |
Bram Moolenaar | 3ca9a8a | 2009-01-28 20:23:17 +0000 | [diff] [blame] | 2728 | s_findrep_hwnd = FindTextW( |
| 2729 | (LPFINDREPLACEW) &s_findrep_struct_w); |
| 2730 | } |
| 2731 | else |
| 2732 | # endif |
| 2733 | s_findrep_hwnd = FindText((LPFINDREPLACE) &s_findrep_struct); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2734 | } |
| 2735 | |
Bram Moolenaar | 908d53a | 2006-11-07 18:05:31 +0000 | [diff] [blame] | 2736 | set_window_title(s_findrep_hwnd, |
| 2737 | _("Find string (use '\\\\' to find a '\\')")); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2738 | (void)SetFocus(s_findrep_hwnd); |
| 2739 | |
| 2740 | s_findrep_is_find = TRUE; |
| 2741 | } |
| 2742 | #endif |
| 2743 | } |
| 2744 | |
| 2745 | |
| 2746 | void |
| 2747 | gui_mch_replace_dialog(exarg_T *eap) |
| 2748 | { |
| 2749 | #ifdef MSWIN_FIND_REPLACE |
| 2750 | if (s_findrep_msg != 0) |
| 2751 | { |
| 2752 | if (IsWindow(s_findrep_hwnd) && s_findrep_is_find) |
| 2753 | DestroyWindow(s_findrep_hwnd); |
| 2754 | |
| 2755 | if (!IsWindow(s_findrep_hwnd)) |
| 2756 | { |
| 2757 | initialise_findrep(eap->arg); |
Bram Moolenaar | 3ca9a8a | 2009-01-28 20:23:17 +0000 | [diff] [blame] | 2758 | # if defined(FEAT_MBYTE) && defined(WIN3264) |
| 2759 | if (os_version.dwPlatformId == VER_PLATFORM_WIN32_NT |
| 2760 | && enc_codepage >= 0 && (int)GetACP() != enc_codepage) |
| 2761 | { |
| 2762 | findrep_atow(&s_findrep_struct_w, &s_findrep_struct); |
| 2763 | s_findrep_hwnd = ReplaceTextW( |
| 2764 | (LPFINDREPLACEW) &s_findrep_struct_w); |
| 2765 | } |
| 2766 | else |
| 2767 | # endif |
| 2768 | s_findrep_hwnd = ReplaceText( |
| 2769 | (LPFINDREPLACE) &s_findrep_struct); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2770 | } |
| 2771 | |
Bram Moolenaar | 908d53a | 2006-11-07 18:05:31 +0000 | [diff] [blame] | 2772 | set_window_title(s_findrep_hwnd, |
| 2773 | _("Find & Replace (use '\\\\' to find a '\\')")); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2774 | (void)SetFocus(s_findrep_hwnd); |
| 2775 | |
| 2776 | s_findrep_is_find = FALSE; |
| 2777 | } |
| 2778 | #endif |
| 2779 | } |
| 2780 | |
| 2781 | |
| 2782 | /* |
| 2783 | * Set visibility of the pointer. |
| 2784 | */ |
| 2785 | void |
| 2786 | gui_mch_mousehide(int hide) |
| 2787 | { |
| 2788 | if (hide != gui.pointer_hidden) |
| 2789 | { |
| 2790 | ShowCursor(!hide); |
| 2791 | gui.pointer_hidden = hide; |
| 2792 | } |
| 2793 | } |
| 2794 | |
| 2795 | #ifdef FEAT_MENU |
| 2796 | static void |
| 2797 | gui_mch_show_popupmenu_at(vimmenu_T *menu, int x, int y) |
| 2798 | { |
| 2799 | /* Unhide the mouse, we don't get move events here. */ |
| 2800 | gui_mch_mousehide(FALSE); |
| 2801 | |
| 2802 | (void)TrackPopupMenu( |
| 2803 | (HMENU)menu->submenu_id, |
| 2804 | TPM_LEFTALIGN | TPM_LEFTBUTTON, |
| 2805 | x, y, |
| 2806 | (int)0, /*reserved param*/ |
| 2807 | s_hwnd, |
| 2808 | NULL); |
| 2809 | /* |
| 2810 | * NOTE: The pop-up menu can eat the mouse up event. |
| 2811 | * We deal with this in normal.c. |
| 2812 | */ |
| 2813 | } |
| 2814 | #endif |
| 2815 | |
| 2816 | /* |
| 2817 | * Got a message when the system will go down. |
| 2818 | */ |
| 2819 | static void |
| 2820 | _OnEndSession(void) |
| 2821 | { |
| 2822 | getout_preserve_modified(1); |
| 2823 | } |
| 2824 | |
| 2825 | /* |
| 2826 | * Get this message when the user clicks on the cross in the top right corner |
| 2827 | * of a Windows95 window. |
| 2828 | */ |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 2829 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2830 | static void |
| 2831 | _OnClose( |
| 2832 | HWND hwnd) |
| 2833 | { |
| 2834 | gui_shell_closed(); |
| 2835 | } |
| 2836 | |
| 2837 | /* |
| 2838 | * Get a message when the window is being destroyed. |
| 2839 | */ |
| 2840 | static void |
| 2841 | _OnDestroy( |
| 2842 | HWND hwnd) |
| 2843 | { |
| 2844 | #ifdef WIN16_3DLOOK |
| 2845 | Ctl3dUnregister(s_hinst); |
| 2846 | #endif |
| 2847 | if (!destroying) |
| 2848 | _OnClose(hwnd); |
| 2849 | } |
| 2850 | |
| 2851 | static void |
| 2852 | _OnPaint( |
| 2853 | HWND hwnd) |
| 2854 | { |
| 2855 | if (!IsMinimized(hwnd)) |
| 2856 | { |
| 2857 | PAINTSTRUCT ps; |
| 2858 | |
| 2859 | out_flush(); /* make sure all output has been processed */ |
| 2860 | (void)BeginPaint(hwnd, &ps); |
Bram Moolenaar | b5a7a8b | 2014-08-06 14:52:30 +0200 | [diff] [blame] | 2861 | #if defined(FEAT_DIRECTX) |
| 2862 | if (IS_ENABLE_DIRECTX()) |
| 2863 | DWriteContext_BeginDraw(s_dwc); |
| 2864 | #endif |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2865 | |
| 2866 | #ifdef FEAT_MBYTE |
| 2867 | /* prevent multi-byte characters from misprinting on an invalid |
| 2868 | * rectangle */ |
| 2869 | if (has_mbyte) |
| 2870 | { |
| 2871 | RECT rect; |
| 2872 | |
| 2873 | GetClientRect(hwnd, &rect); |
| 2874 | ps.rcPaint.left = rect.left; |
| 2875 | ps.rcPaint.right = rect.right; |
| 2876 | } |
| 2877 | #endif |
| 2878 | |
| 2879 | if (!IsRectEmpty(&ps.rcPaint)) |
Bram Moolenaar | b5a7a8b | 2014-08-06 14:52:30 +0200 | [diff] [blame] | 2880 | { |
| 2881 | #if defined(FEAT_DIRECTX) |
| 2882 | if (IS_ENABLE_DIRECTX()) |
| 2883 | DWriteContext_BindDC(s_dwc, s_hdc, &ps.rcPaint); |
| 2884 | #endif |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2885 | gui_redraw(ps.rcPaint.left, ps.rcPaint.top, |
| 2886 | ps.rcPaint.right - ps.rcPaint.left + 1, |
| 2887 | ps.rcPaint.bottom - ps.rcPaint.top + 1); |
Bram Moolenaar | b5a7a8b | 2014-08-06 14:52:30 +0200 | [diff] [blame] | 2888 | } |
| 2889 | |
| 2890 | #if defined(FEAT_DIRECTX) |
| 2891 | if (IS_ENABLE_DIRECTX()) |
| 2892 | DWriteContext_EndDraw(s_dwc); |
| 2893 | #endif |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2894 | EndPaint(hwnd, &ps); |
| 2895 | } |
| 2896 | } |
| 2897 | |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 2898 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2899 | static void |
| 2900 | _OnSize( |
| 2901 | HWND hwnd, |
| 2902 | UINT state, |
| 2903 | int cx, |
| 2904 | int cy) |
| 2905 | { |
| 2906 | if (!IsMinimized(hwnd)) |
| 2907 | { |
| 2908 | gui_resize_shell(cx, cy); |
| 2909 | |
| 2910 | #ifdef FEAT_MENU |
| 2911 | /* Menu bar may wrap differently now */ |
| 2912 | gui_mswin_get_menu_height(TRUE); |
| 2913 | #endif |
| 2914 | } |
| 2915 | } |
| 2916 | |
| 2917 | static void |
| 2918 | _OnSetFocus( |
| 2919 | HWND hwnd, |
| 2920 | HWND hwndOldFocus) |
| 2921 | { |
| 2922 | gui_focus_change(TRUE); |
Bram Moolenaar | ea40888 | 2007-12-03 21:21:03 +0000 | [diff] [blame] | 2923 | s_getting_focus = TRUE; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2924 | (void)MyWindowProc(hwnd, WM_SETFOCUS, (WPARAM)hwndOldFocus, 0); |
| 2925 | } |
| 2926 | |
| 2927 | static void |
| 2928 | _OnKillFocus( |
| 2929 | HWND hwnd, |
| 2930 | HWND hwndNewFocus) |
| 2931 | { |
| 2932 | gui_focus_change(FALSE); |
Bram Moolenaar | ea40888 | 2007-12-03 21:21:03 +0000 | [diff] [blame] | 2933 | s_getting_focus = FALSE; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2934 | (void)MyWindowProc(hwnd, WM_KILLFOCUS, (WPARAM)hwndNewFocus, 0); |
| 2935 | } |
| 2936 | |
| 2937 | /* |
| 2938 | * Get a message when the user switches back to vim |
| 2939 | */ |
| 2940 | #ifdef WIN16 |
| 2941 | static BOOL |
| 2942 | #else |
| 2943 | static LRESULT |
| 2944 | #endif |
| 2945 | _OnActivateApp( |
| 2946 | HWND hwnd, |
| 2947 | BOOL fActivate, |
| 2948 | #ifdef WIN16 |
| 2949 | HTASK dwThreadId |
| 2950 | #else |
| 2951 | DWORD dwThreadId |
| 2952 | #endif |
| 2953 | ) |
| 2954 | { |
| 2955 | /* we call gui_focus_change() in _OnSetFocus() */ |
| 2956 | /* gui_focus_change((int)fActivate); */ |
| 2957 | return MyWindowProc(hwnd, WM_ACTIVATEAPP, fActivate, (DWORD)dwThreadId); |
| 2958 | } |
| 2959 | |
| 2960 | #if defined(FEAT_WINDOWS) || defined(PROTO) |
| 2961 | void |
| 2962 | gui_mch_destroy_scrollbar(scrollbar_T *sb) |
| 2963 | { |
| 2964 | DestroyWindow(sb->id); |
| 2965 | } |
| 2966 | #endif |
| 2967 | |
| 2968 | /* |
Bram Moolenaar | 9588a0f | 2005-01-08 21:45:39 +0000 | [diff] [blame] | 2969 | * Get current mouse coordinates in text window. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2970 | */ |
Bram Moolenaar | 9588a0f | 2005-01-08 21:45:39 +0000 | [diff] [blame] | 2971 | void |
Bram Moolenaar | a40c500 | 2005-01-09 21:16:21 +0000 | [diff] [blame] | 2972 | gui_mch_getmouse(int *x, int *y) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2973 | { |
| 2974 | RECT rct; |
| 2975 | POINT mp; |
| 2976 | |
| 2977 | (void)GetWindowRect(s_textArea, &rct); |
| 2978 | (void)GetCursorPos((LPPOINT)&mp); |
Bram Moolenaar | 9588a0f | 2005-01-08 21:45:39 +0000 | [diff] [blame] | 2979 | *x = (int)(mp.x - rct.left); |
| 2980 | *y = (int)(mp.y - rct.top); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2981 | } |
| 2982 | |
| 2983 | /* |
| 2984 | * Move mouse pointer to character at (x, y). |
| 2985 | */ |
| 2986 | void |
| 2987 | gui_mch_setmouse(int x, int y) |
| 2988 | { |
| 2989 | RECT rct; |
| 2990 | |
| 2991 | (void)GetWindowRect(s_textArea, &rct); |
| 2992 | (void)SetCursorPos(x + gui.border_offset + rct.left, |
| 2993 | y + gui.border_offset + rct.top); |
| 2994 | } |
| 2995 | |
| 2996 | static void |
| 2997 | gui_mswin_get_valid_dimensions( |
| 2998 | int w, |
| 2999 | int h, |
| 3000 | int *valid_w, |
| 3001 | int *valid_h) |
| 3002 | { |
| 3003 | int base_width, base_height; |
| 3004 | |
| 3005 | base_width = gui_get_base_width() |
Bram Moolenaar | 9d48895 | 2013-07-21 17:53:58 +0200 | [diff] [blame] | 3006 | + (GetSystemMetrics(SM_CXFRAME) + |
Bram Moolenaar | 3b59755 | 2015-09-15 17:58:29 +0200 | [diff] [blame] | 3007 | GetSystemMetrics(SM_CXPADDEDBORDER)) * 2; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3008 | base_height = gui_get_base_height() |
Bram Moolenaar | 9d48895 | 2013-07-21 17:53:58 +0200 | [diff] [blame] | 3009 | + (GetSystemMetrics(SM_CYFRAME) + |
Bram Moolenaar | 3b59755 | 2015-09-15 17:58:29 +0200 | [diff] [blame] | 3010 | GetSystemMetrics(SM_CXPADDEDBORDER)) * 2 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3011 | + GetSystemMetrics(SM_CYCAPTION) |
| 3012 | #ifdef FEAT_MENU |
| 3013 | + gui_mswin_get_menu_height(FALSE) |
| 3014 | #endif |
| 3015 | ; |
| 3016 | *valid_w = base_width + |
| 3017 | ((w - base_width) / gui.char_width) * gui.char_width; |
| 3018 | *valid_h = base_height + |
| 3019 | ((h - base_height) / gui.char_height) * gui.char_height; |
| 3020 | } |
| 3021 | |
| 3022 | void |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3023 | gui_mch_flash(int msec) |
| 3024 | { |
| 3025 | RECT rc; |
| 3026 | |
| 3027 | /* |
| 3028 | * Note: InvertRect() excludes right and bottom of rectangle. |
| 3029 | */ |
| 3030 | rc.left = 0; |
| 3031 | rc.top = 0; |
| 3032 | rc.right = gui.num_cols * gui.char_width; |
| 3033 | rc.bottom = gui.num_rows * gui.char_height; |
| 3034 | InvertRect(s_hdc, &rc); |
| 3035 | gui_mch_flush(); /* make sure it's displayed */ |
| 3036 | |
| 3037 | ui_delay((long)msec, TRUE); /* wait for a few msec */ |
| 3038 | |
| 3039 | InvertRect(s_hdc, &rc); |
| 3040 | } |
| 3041 | |
| 3042 | /* |
| 3043 | * Return flags used for scrolling. |
| 3044 | * The SW_INVALIDATE is required when part of the window is covered or |
| 3045 | * off-screen. Refer to MS KB Q75236. |
| 3046 | */ |
| 3047 | static int |
| 3048 | get_scroll_flags(void) |
| 3049 | { |
| 3050 | HWND hwnd; |
| 3051 | RECT rcVim, rcOther, rcDest; |
| 3052 | |
| 3053 | GetWindowRect(s_hwnd, &rcVim); |
Bram Moolenaar | 0d40699 | 2005-05-22 22:03:39 +0000 | [diff] [blame] | 3054 | |
| 3055 | /* Check if the window is partly above or below the screen. We don't care |
| 3056 | * about partly left or right of the screen, it is not relevant when |
| 3057 | * scrolling up or down. */ |
| 3058 | if (rcVim.top < 0 || rcVim.bottom > GetSystemMetrics(SM_CYFULLSCREEN)) |
| 3059 | return SW_INVALIDATE; |
| 3060 | |
| 3061 | /* Check if there is an window (partly) on top of us. */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3062 | for (hwnd = s_hwnd; (hwnd = GetWindow(hwnd, GW_HWNDPREV)) != (HWND)0; ) |
| 3063 | if (IsWindowVisible(hwnd)) |
| 3064 | { |
| 3065 | GetWindowRect(hwnd, &rcOther); |
| 3066 | if (IntersectRect(&rcDest, &rcVim, &rcOther)) |
| 3067 | return SW_INVALIDATE; |
| 3068 | } |
| 3069 | return 0; |
| 3070 | } |
| 3071 | |
| 3072 | /* |
Bram Moolenaar | 3b59755 | 2015-09-15 17:58:29 +0200 | [diff] [blame] | 3073 | * On some Intel GPUs, the regions drawn just prior to ScrollWindowEx() |
| 3074 | * may not be scrolled out properly. |
| 3075 | * For gVim, when _OnScroll() is repeated, the character at the |
| 3076 | * previous cursor position may be left drawn after scroll. |
| 3077 | * The problem can be avoided by calling GetPixel() to get a pixel in |
| 3078 | * the region before ScrollWindowEx(). |
| 3079 | */ |
| 3080 | static void |
| 3081 | intel_gpu_workaround(void) |
| 3082 | { |
| 3083 | GetPixel(s_hdc, FILL_X(gui.col), FILL_Y(gui.row)); |
| 3084 | } |
| 3085 | |
| 3086 | /* |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3087 | * Delete the given number of lines from the given row, scrolling up any |
| 3088 | * text further down within the scroll region. |
| 3089 | */ |
| 3090 | void |
| 3091 | gui_mch_delete_lines( |
| 3092 | int row, |
| 3093 | int num_lines) |
| 3094 | { |
| 3095 | RECT rc; |
| 3096 | |
Bram Moolenaar | 3b59755 | 2015-09-15 17:58:29 +0200 | [diff] [blame] | 3097 | intel_gpu_workaround(); |
| 3098 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3099 | rc.left = FILL_X(gui.scroll_region_left); |
| 3100 | rc.right = FILL_X(gui.scroll_region_right + 1); |
| 3101 | rc.top = FILL_Y(row); |
| 3102 | rc.bottom = FILL_Y(gui.scroll_region_bot + 1); |
| 3103 | |
| 3104 | ScrollWindowEx(s_textArea, 0, -num_lines * gui.char_height, |
| 3105 | &rc, &rc, NULL, NULL, get_scroll_flags()); |
| 3106 | |
| 3107 | UpdateWindow(s_textArea); |
| 3108 | /* This seems to be required to avoid the cursor disappearing when |
| 3109 | * scrolling such that the cursor ends up in the top-left character on |
| 3110 | * the screen... But why? (Webb) */ |
| 3111 | /* It's probably fixed by disabling drawing the cursor while scrolling. */ |
| 3112 | /* gui.cursor_is_valid = FALSE; */ |
| 3113 | |
| 3114 | gui_clear_block(gui.scroll_region_bot - num_lines + 1, |
| 3115 | gui.scroll_region_left, |
| 3116 | gui.scroll_region_bot, gui.scroll_region_right); |
| 3117 | } |
| 3118 | |
| 3119 | /* |
| 3120 | * Insert the given number of lines before the given row, scrolling down any |
| 3121 | * following text within the scroll region. |
| 3122 | */ |
| 3123 | void |
| 3124 | gui_mch_insert_lines( |
| 3125 | int row, |
| 3126 | int num_lines) |
| 3127 | { |
| 3128 | RECT rc; |
| 3129 | |
Bram Moolenaar | 3b59755 | 2015-09-15 17:58:29 +0200 | [diff] [blame] | 3130 | intel_gpu_workaround(); |
| 3131 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3132 | rc.left = FILL_X(gui.scroll_region_left); |
| 3133 | rc.right = FILL_X(gui.scroll_region_right + 1); |
| 3134 | rc.top = FILL_Y(row); |
| 3135 | rc.bottom = FILL_Y(gui.scroll_region_bot + 1); |
| 3136 | /* The SW_INVALIDATE is required when part of the window is covered or |
| 3137 | * off-screen. How do we avoid it when it's not needed? */ |
| 3138 | ScrollWindowEx(s_textArea, 0, num_lines * gui.char_height, |
| 3139 | &rc, &rc, NULL, NULL, get_scroll_flags()); |
| 3140 | |
| 3141 | UpdateWindow(s_textArea); |
| 3142 | |
| 3143 | gui_clear_block(row, gui.scroll_region_left, |
| 3144 | row + num_lines - 1, gui.scroll_region_right); |
| 3145 | } |
| 3146 | |
| 3147 | |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 3148 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3149 | void |
| 3150 | gui_mch_exit(int rc) |
| 3151 | { |
Bram Moolenaar | b5a7a8b | 2014-08-06 14:52:30 +0200 | [diff] [blame] | 3152 | #if defined(FEAT_DIRECTX) |
| 3153 | DWriteContext_Close(s_dwc); |
| 3154 | DWrite_Final(); |
| 3155 | s_dwc = NULL; |
| 3156 | #endif |
| 3157 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3158 | ReleaseDC(s_textArea, s_hdc); |
| 3159 | DeleteObject(s_brush); |
| 3160 | |
| 3161 | #ifdef FEAT_TEAROFF |
| 3162 | /* Unload the tearoff bitmap */ |
| 3163 | (void)DeleteObject((HGDIOBJ)s_htearbitmap); |
| 3164 | #endif |
| 3165 | |
| 3166 | /* Destroy our window (if we have one). */ |
| 3167 | if (s_hwnd != NULL) |
| 3168 | { |
| 3169 | destroying = TRUE; /* ignore WM_DESTROY message now */ |
| 3170 | DestroyWindow(s_hwnd); |
| 3171 | } |
| 3172 | |
| 3173 | #ifdef GLOBAL_IME |
| 3174 | global_ime_end(); |
| 3175 | #endif |
| 3176 | } |
| 3177 | |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3178 | static char_u * |
| 3179 | logfont2name(LOGFONT lf) |
| 3180 | { |
| 3181 | char *p; |
| 3182 | char *res; |
| 3183 | char *charset_name; |
Bram Moolenaar | b1692e2 | 2014-03-12 19:24:37 +0100 | [diff] [blame] | 3184 | char *font_name = lf.lfFaceName; |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3185 | |
| 3186 | charset_name = charset_id2name((int)lf.lfCharSet); |
Bram Moolenaar | b1692e2 | 2014-03-12 19:24:37 +0100 | [diff] [blame] | 3187 | #ifdef FEAT_MBYTE |
| 3188 | /* Convert a font name from the current codepage to 'encoding'. |
| 3189 | * TODO: Use Wide APIs (including LOGFONTW) instead of ANSI APIs. */ |
| 3190 | if (enc_codepage >= 0 && (int)GetACP() != enc_codepage) |
| 3191 | { |
| 3192 | int len; |
Bram Moolenaar | a0844a1 | 2014-03-19 12:37:22 +0100 | [diff] [blame] | 3193 | acp_to_enc(lf.lfFaceName, (int)strlen(lf.lfFaceName), |
Bram Moolenaar | b1692e2 | 2014-03-12 19:24:37 +0100 | [diff] [blame] | 3194 | (char_u **)&font_name, &len); |
| 3195 | } |
| 3196 | #endif |
| 3197 | res = alloc((unsigned)(strlen(font_name) + 20 |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3198 | + (charset_name == NULL ? 0 : strlen(charset_name) + 2))); |
| 3199 | if (res != NULL) |
| 3200 | { |
| 3201 | p = res; |
| 3202 | /* make a normal font string out of the lf thing:*/ |
Bram Moolenaar | b1692e2 | 2014-03-12 19:24:37 +0100 | [diff] [blame] | 3203 | sprintf((char *)p, "%s:h%d", font_name, pixels_to_points( |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3204 | lf.lfHeight < 0 ? -lf.lfHeight : lf.lfHeight, TRUE)); |
| 3205 | while (*p) |
| 3206 | { |
| 3207 | if (*p == ' ') |
| 3208 | *p = '_'; |
| 3209 | ++p; |
| 3210 | } |
| 3211 | #ifndef MSWIN16_FASTTEXT |
| 3212 | if (lf.lfItalic) |
| 3213 | STRCAT(p, ":i"); |
| 3214 | if (lf.lfWeight >= FW_BOLD) |
| 3215 | STRCAT(p, ":b"); |
| 3216 | #endif |
| 3217 | if (lf.lfUnderline) |
| 3218 | STRCAT(p, ":u"); |
| 3219 | if (lf.lfStrikeOut) |
| 3220 | STRCAT(p, ":s"); |
| 3221 | if (charset_name != NULL) |
| 3222 | { |
| 3223 | STRCAT(p, ":c"); |
| 3224 | STRCAT(p, charset_name); |
| 3225 | } |
| 3226 | } |
| 3227 | |
Bram Moolenaar | b1692e2 | 2014-03-12 19:24:37 +0100 | [diff] [blame] | 3228 | #ifdef FEAT_MBYTE |
| 3229 | if (font_name != lf.lfFaceName) |
| 3230 | vim_free(font_name); |
| 3231 | #endif |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3232 | return res; |
| 3233 | } |
| 3234 | |
Bram Moolenaar | 0f27212 | 2013-01-23 18:37:40 +0100 | [diff] [blame] | 3235 | |
| 3236 | #ifdef FEAT_MBYTE_IME |
| 3237 | /* |
| 3238 | * Set correct LOGFONT to IME. Use 'guifontwide' if available, otherwise use |
| 3239 | * 'guifont' |
| 3240 | */ |
| 3241 | static void |
Bram Moolenaar | fb97f28 | 2013-07-09 17:42:46 +0200 | [diff] [blame] | 3242 | update_im_font(void) |
Bram Moolenaar | 0f27212 | 2013-01-23 18:37:40 +0100 | [diff] [blame] | 3243 | { |
| 3244 | LOGFONT lf_wide; |
| 3245 | |
| 3246 | if (p_guifontwide != NULL && *p_guifontwide != NUL |
Bram Moolenaar | 826763f | 2013-01-25 19:28:38 +0100 | [diff] [blame] | 3247 | && gui.wide_font != NOFONT |
| 3248 | && GetObject((HFONT)gui.wide_font, sizeof(lf_wide), &lf_wide)) |
Bram Moolenaar | 0f27212 | 2013-01-23 18:37:40 +0100 | [diff] [blame] | 3249 | norm_logfont = lf_wide; |
| 3250 | else |
| 3251 | norm_logfont = sub_logfont; |
| 3252 | im_set_font(&norm_logfont); |
| 3253 | } |
| 3254 | #endif |
| 3255 | |
| 3256 | #ifdef FEAT_MBYTE |
| 3257 | /* |
| 3258 | * Handler of gui.wide_font (p_guifontwide) changed notification. |
| 3259 | */ |
| 3260 | void |
| 3261 | gui_mch_wide_font_changed() |
| 3262 | { |
Bram Moolenaar | db25052 | 2013-06-17 22:43:25 +0200 | [diff] [blame] | 3263 | # ifndef MSWIN16_FASTTEXT |
| 3264 | LOGFONT lf; |
| 3265 | # endif |
| 3266 | |
Bram Moolenaar | 0f27212 | 2013-01-23 18:37:40 +0100 | [diff] [blame] | 3267 | # ifdef FEAT_MBYTE_IME |
| 3268 | update_im_font(); |
| 3269 | # endif |
Bram Moolenaar | db25052 | 2013-06-17 22:43:25 +0200 | [diff] [blame] | 3270 | |
| 3271 | # ifndef MSWIN16_FASTTEXT |
| 3272 | gui_mch_free_font(gui.wide_ital_font); |
| 3273 | gui.wide_ital_font = NOFONT; |
| 3274 | gui_mch_free_font(gui.wide_bold_font); |
| 3275 | gui.wide_bold_font = NOFONT; |
| 3276 | gui_mch_free_font(gui.wide_boldital_font); |
| 3277 | gui.wide_boldital_font = NOFONT; |
| 3278 | |
| 3279 | if (gui.wide_font |
| 3280 | && GetObject((HFONT)gui.wide_font, sizeof(lf), &lf)) |
| 3281 | { |
| 3282 | if (!lf.lfItalic) |
| 3283 | { |
| 3284 | lf.lfItalic = TRUE; |
| 3285 | gui.wide_ital_font = get_font_handle(&lf); |
| 3286 | lf.lfItalic = FALSE; |
| 3287 | } |
| 3288 | if (lf.lfWeight < FW_BOLD) |
| 3289 | { |
| 3290 | lf.lfWeight = FW_BOLD; |
| 3291 | gui.wide_bold_font = get_font_handle(&lf); |
| 3292 | if (!lf.lfItalic) |
| 3293 | { |
| 3294 | lf.lfItalic = TRUE; |
| 3295 | gui.wide_boldital_font = get_font_handle(&lf); |
| 3296 | } |
| 3297 | } |
| 3298 | } |
| 3299 | # endif |
Bram Moolenaar | 0f27212 | 2013-01-23 18:37:40 +0100 | [diff] [blame] | 3300 | } |
| 3301 | #endif |
| 3302 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3303 | /* |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3304 | * Initialise vim to use the font with the given name. |
| 3305 | * Return FAIL if the font could not be loaded, OK otherwise. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3306 | */ |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 3307 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3308 | int |
| 3309 | gui_mch_init_font(char_u *font_name, int fontset) |
| 3310 | { |
| 3311 | LOGFONT lf; |
| 3312 | GuiFont font = NOFONT; |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3313 | char_u *p; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3314 | |
| 3315 | /* Load the font */ |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3316 | if (get_logfont(&lf, font_name, NULL, TRUE) == OK) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3317 | font = get_font_handle(&lf); |
| 3318 | if (font == NOFONT) |
| 3319 | return FAIL; |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3320 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3321 | if (font_name == NULL) |
| 3322 | font_name = lf.lfFaceName; |
| 3323 | #if defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME) |
| 3324 | norm_logfont = lf; |
Bram Moolenaar | 0f27212 | 2013-01-23 18:37:40 +0100 | [diff] [blame] | 3325 | sub_logfont = lf; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3326 | #endif |
| 3327 | #ifdef FEAT_MBYTE_IME |
Bram Moolenaar | 0f27212 | 2013-01-23 18:37:40 +0100 | [diff] [blame] | 3328 | update_im_font(); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3329 | #endif |
| 3330 | gui_mch_free_font(gui.norm_font); |
| 3331 | gui.norm_font = font; |
| 3332 | current_font_height = lf.lfHeight; |
| 3333 | GetFontSize(font); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3334 | |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3335 | p = logfont2name(lf); |
| 3336 | if (p != NULL) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3337 | { |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3338 | hl_set_font_name(p); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3339 | |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3340 | /* When setting 'guifont' to "*" replace it with the actual font name. |
| 3341 | * */ |
| 3342 | if (STRCMP(font_name, "*") == 0 && STRCMP(p_guifont, "*") == 0) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3343 | { |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3344 | vim_free(p_guifont); |
| 3345 | p_guifont = p; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3346 | } |
Bram Moolenaar | d8b0cf1 | 2004-12-12 11:33:30 +0000 | [diff] [blame] | 3347 | else |
| 3348 | vim_free(p); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3349 | } |
| 3350 | |
| 3351 | #ifndef MSWIN16_FASTTEXT |
| 3352 | gui_mch_free_font(gui.ital_font); |
| 3353 | gui.ital_font = NOFONT; |
| 3354 | gui_mch_free_font(gui.bold_font); |
| 3355 | gui.bold_font = NOFONT; |
| 3356 | gui_mch_free_font(gui.boldital_font); |
| 3357 | gui.boldital_font = NOFONT; |
| 3358 | |
| 3359 | if (!lf.lfItalic) |
| 3360 | { |
| 3361 | lf.lfItalic = TRUE; |
| 3362 | gui.ital_font = get_font_handle(&lf); |
| 3363 | lf.lfItalic = FALSE; |
| 3364 | } |
| 3365 | if (lf.lfWeight < FW_BOLD) |
| 3366 | { |
| 3367 | lf.lfWeight = FW_BOLD; |
| 3368 | gui.bold_font = get_font_handle(&lf); |
| 3369 | if (!lf.lfItalic) |
| 3370 | { |
| 3371 | lf.lfItalic = TRUE; |
| 3372 | gui.boldital_font = get_font_handle(&lf); |
| 3373 | } |
| 3374 | } |
| 3375 | #endif |
| 3376 | |
| 3377 | return OK; |
| 3378 | } |
| 3379 | |
Bram Moolenaar | 85f868c | 2006-11-28 16:16:58 +0000 | [diff] [blame] | 3380 | #ifndef WPF_RESTORETOMAXIMIZED |
| 3381 | # define WPF_RESTORETOMAXIMIZED 2 /* just in case someone doesn't have it */ |
| 3382 | #endif |
| 3383 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3384 | /* |
| 3385 | * Return TRUE if the GUI window is maximized, filling the whole screen. |
| 3386 | */ |
| 3387 | int |
| 3388 | gui_mch_maximized() |
| 3389 | { |
Bram Moolenaar | 85f868c | 2006-11-28 16:16:58 +0000 | [diff] [blame] | 3390 | WINDOWPLACEMENT wp; |
| 3391 | |
| 3392 | wp.length = sizeof(WINDOWPLACEMENT); |
| 3393 | if (GetWindowPlacement(s_hwnd, &wp)) |
| 3394 | return wp.showCmd == SW_SHOWMAXIMIZED |
| 3395 | || (wp.showCmd == SW_SHOWMINIMIZED |
| 3396 | && wp.flags == WPF_RESTORETOMAXIMIZED); |
| 3397 | |
| 3398 | return 0; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3399 | } |
| 3400 | |
| 3401 | /* |
| 3402 | * Called when the font changed while the window is maximized. Compute the |
| 3403 | * new Rows and Columns. This is like resizing the window. |
| 3404 | */ |
| 3405 | void |
| 3406 | gui_mch_newfont() |
| 3407 | { |
| 3408 | RECT rect; |
| 3409 | |
| 3410 | GetWindowRect(s_hwnd, &rect); |
Bram Moolenaar | 8919554 | 2015-09-25 15:00:31 +0200 | [diff] [blame] | 3411 | if (win_socket_id == 0) |
| 3412 | { |
| 3413 | gui_resize_shell(rect.right - rect.left |
| 3414 | - (GetSystemMetrics(SM_CXFRAME) + |
| 3415 | GetSystemMetrics(SM_CXPADDEDBORDER)) * 2, |
| 3416 | rect.bottom - rect.top |
| 3417 | - (GetSystemMetrics(SM_CYFRAME) + |
| 3418 | GetSystemMetrics(SM_CXPADDEDBORDER)) * 2 |
| 3419 | - GetSystemMetrics(SM_CYCAPTION) |
| 3420 | #ifdef FEAT_MENU |
| 3421 | - gui_mswin_get_menu_height(FALSE) |
| 3422 | #endif |
| 3423 | ); |
| 3424 | } |
| 3425 | else |
| 3426 | { |
| 3427 | /* Inside another window, don't use the frame and border. */ |
| 3428 | gui_resize_shell(rect.right - rect.left, |
| 3429 | rect.bottom - rect.top |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3430 | #ifdef FEAT_MENU |
| 3431 | - gui_mswin_get_menu_height(FALSE) |
| 3432 | #endif |
Bram Moolenaar | 8919554 | 2015-09-25 15:00:31 +0200 | [diff] [blame] | 3433 | ); |
| 3434 | } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3435 | } |
| 3436 | |
| 3437 | /* |
| 3438 | * Set the window title |
| 3439 | */ |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 3440 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3441 | void |
| 3442 | gui_mch_settitle( |
| 3443 | char_u *title, |
| 3444 | char_u *icon) |
| 3445 | { |
Bram Moolenaar | 908d53a | 2006-11-07 18:05:31 +0000 | [diff] [blame] | 3446 | set_window_title(s_hwnd, (title == NULL ? "VIM" : (char *)title)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3447 | } |
| 3448 | |
| 3449 | #ifdef FEAT_MOUSESHAPE |
| 3450 | /* Table for shape IDCs. Keep in sync with the mshape_names[] table in |
| 3451 | * misc2.c! */ |
| 3452 | static LPCSTR mshape_idcs[] = |
| 3453 | { |
Bram Moolenaar | af62ff3 | 2013-03-19 14:48:29 +0100 | [diff] [blame] | 3454 | IDC_ARROW, /* arrow */ |
| 3455 | MAKEINTRESOURCE(0), /* blank */ |
| 3456 | IDC_IBEAM, /* beam */ |
| 3457 | IDC_SIZENS, /* updown */ |
| 3458 | IDC_SIZENS, /* udsizing */ |
| 3459 | IDC_SIZEWE, /* leftright */ |
| 3460 | IDC_SIZEWE, /* lrsizing */ |
| 3461 | IDC_WAIT, /* busy */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3462 | #ifdef WIN3264 |
Bram Moolenaar | af62ff3 | 2013-03-19 14:48:29 +0100 | [diff] [blame] | 3463 | IDC_NO, /* no */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3464 | #else |
Bram Moolenaar | af62ff3 | 2013-03-19 14:48:29 +0100 | [diff] [blame] | 3465 | IDC_ICON, /* no */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3466 | #endif |
Bram Moolenaar | af62ff3 | 2013-03-19 14:48:29 +0100 | [diff] [blame] | 3467 | IDC_ARROW, /* crosshair */ |
| 3468 | IDC_ARROW, /* hand1 */ |
| 3469 | IDC_ARROW, /* hand2 */ |
| 3470 | IDC_ARROW, /* pencil */ |
| 3471 | IDC_ARROW, /* question */ |
| 3472 | IDC_ARROW, /* right-arrow */ |
| 3473 | IDC_UPARROW, /* up-arrow */ |
| 3474 | IDC_ARROW /* last one */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3475 | }; |
| 3476 | |
| 3477 | void |
| 3478 | mch_set_mouse_shape(int shape) |
| 3479 | { |
| 3480 | LPCSTR idc; |
| 3481 | |
| 3482 | if (shape == MSHAPE_HIDE) |
| 3483 | ShowCursor(FALSE); |
| 3484 | else |
| 3485 | { |
| 3486 | if (shape >= MSHAPE_NUMBERED) |
Bram Moolenaar | af62ff3 | 2013-03-19 14:48:29 +0100 | [diff] [blame] | 3487 | idc = IDC_ARROW; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3488 | else |
| 3489 | idc = mshape_idcs[shape]; |
Bram Moolenaar | e6a91fd | 2008-07-24 18:51:11 +0000 | [diff] [blame] | 3490 | #ifdef SetClassLongPtr |
| 3491 | SetClassLongPtr(s_textArea, GCLP_HCURSOR, (__int3264)(LONG_PTR)LoadCursor(NULL, idc)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3492 | #else |
| 3493 | # ifdef WIN32 |
Bram Moolenaar | e6a91fd | 2008-07-24 18:51:11 +0000 | [diff] [blame] | 3494 | SetClassLong(s_textArea, GCL_HCURSOR, (long_u)LoadCursor(NULL, idc)); |
| 3495 | # else /* Win16 */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3496 | SetClassWord(s_textArea, GCW_HCURSOR, (WORD)LoadCursor(NULL, idc)); |
| 3497 | # endif |
| 3498 | #endif |
| 3499 | if (!p_mh) |
| 3500 | { |
| 3501 | POINT mp; |
| 3502 | |
| 3503 | /* Set the position to make it redrawn with the new shape. */ |
| 3504 | (void)GetCursorPos((LPPOINT)&mp); |
| 3505 | (void)SetCursorPos(mp.x, mp.y); |
| 3506 | ShowCursor(TRUE); |
| 3507 | } |
| 3508 | } |
| 3509 | } |
| 3510 | #endif |
| 3511 | |
| 3512 | #ifdef FEAT_BROWSE |
| 3513 | /* |
| 3514 | * The file browser exists in two versions: with "W" uses wide characters, |
| 3515 | * without "W" the current codepage. When FEAT_MBYTE is defined and on |
| 3516 | * Windows NT/2000/XP the "W" functions are used. |
| 3517 | */ |
| 3518 | |
| 3519 | # if defined(FEAT_MBYTE) && defined(WIN3264) |
| 3520 | /* |
Bram Moolenaar | 3ef7cdf | 2012-01-20 17:57:51 +0100 | [diff] [blame] | 3521 | * Wide version of convert_filter(). |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3522 | */ |
| 3523 | static WCHAR * |
| 3524 | convert_filterW(char_u *s) |
| 3525 | { |
Bram Moolenaar | 3ef7cdf | 2012-01-20 17:57:51 +0100 | [diff] [blame] | 3526 | char_u *tmp; |
| 3527 | int len; |
Bram Moolenaar | 90b2800 | 2012-01-20 20:54:19 +0100 | [diff] [blame] | 3528 | WCHAR *res; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3529 | |
Bram Moolenaar | 3ef7cdf | 2012-01-20 17:57:51 +0100 | [diff] [blame] | 3530 | tmp = convert_filter(s); |
| 3531 | if (tmp == NULL) |
| 3532 | return NULL; |
| 3533 | len = (int)STRLEN(s) + 3; |
| 3534 | res = enc_to_utf16(tmp, &len); |
| 3535 | vim_free(tmp); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3536 | return res; |
| 3537 | } |
| 3538 | |
| 3539 | /* |
| 3540 | * Wide version of gui_mch_browse(). Keep in sync! |
| 3541 | */ |
| 3542 | static char_u * |
| 3543 | gui_mch_browseW( |
| 3544 | int saving, |
| 3545 | char_u *title, |
| 3546 | char_u *dflt, |
| 3547 | char_u *ext, |
| 3548 | char_u *initdir, |
| 3549 | char_u *filter) |
| 3550 | { |
Bram Moolenaar | 36f692d | 2008-11-20 16:10:17 +0000 | [diff] [blame] | 3551 | /* We always use the wide function. This means enc_to_utf16() must work, |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3552 | * otherwise it fails miserably! */ |
| 3553 | OPENFILENAMEW fileStruct; |
| 3554 | WCHAR fileBuf[MAXPATHL]; |
| 3555 | WCHAR *wp; |
| 3556 | int i; |
| 3557 | WCHAR *titlep = NULL; |
| 3558 | WCHAR *extp = NULL; |
| 3559 | WCHAR *initdirp = NULL; |
| 3560 | WCHAR *filterp; |
| 3561 | char_u *p; |
| 3562 | |
| 3563 | if (dflt == NULL) |
| 3564 | fileBuf[0] = NUL; |
| 3565 | else |
| 3566 | { |
Bram Moolenaar | 36f692d | 2008-11-20 16:10:17 +0000 | [diff] [blame] | 3567 | wp = enc_to_utf16(dflt, NULL); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3568 | if (wp == NULL) |
| 3569 | fileBuf[0] = NUL; |
| 3570 | else |
| 3571 | { |
| 3572 | for (i = 0; wp[i] != NUL && i < MAXPATHL - 1; ++i) |
| 3573 | fileBuf[i] = wp[i]; |
| 3574 | fileBuf[i] = NUL; |
| 3575 | vim_free(wp); |
| 3576 | } |
| 3577 | } |
| 3578 | |
| 3579 | /* Convert the filter to Windows format. */ |
| 3580 | filterp = convert_filterW(filter); |
| 3581 | |
Bram Moolenaar | 7db5fc8 | 2010-05-24 11:59:29 +0200 | [diff] [blame] | 3582 | vim_memset(&fileStruct, 0, sizeof(OPENFILENAMEW)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3583 | #ifdef OPENFILENAME_SIZE_VERSION_400 |
| 3584 | /* be compatible with Windows NT 4.0 */ |
| 3585 | /* TODO: what to use for OPENFILENAMEW??? */ |
Bram Moolenaar | 8c83ac3 | 2010-02-17 17:34:43 +0100 | [diff] [blame] | 3586 | fileStruct.lStructSize = OPENFILENAME_SIZE_VERSION_400; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3587 | #else |
| 3588 | fileStruct.lStructSize = sizeof(fileStruct); |
| 3589 | #endif |
| 3590 | |
| 3591 | if (title != NULL) |
Bram Moolenaar | 36f692d | 2008-11-20 16:10:17 +0000 | [diff] [blame] | 3592 | titlep = enc_to_utf16(title, NULL); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3593 | fileStruct.lpstrTitle = titlep; |
| 3594 | |
| 3595 | if (ext != NULL) |
Bram Moolenaar | 36f692d | 2008-11-20 16:10:17 +0000 | [diff] [blame] | 3596 | extp = enc_to_utf16(ext, NULL); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3597 | fileStruct.lpstrDefExt = extp; |
| 3598 | |
| 3599 | fileStruct.lpstrFile = fileBuf; |
| 3600 | fileStruct.nMaxFile = MAXPATHL; |
| 3601 | fileStruct.lpstrFilter = filterp; |
| 3602 | fileStruct.hwndOwner = s_hwnd; /* main Vim window is owner*/ |
| 3603 | /* has an initial dir been specified? */ |
| 3604 | if (initdir != NULL && *initdir != NUL) |
| 3605 | { |
| 3606 | /* Must have backslashes here, no matter what 'shellslash' says */ |
Bram Moolenaar | 36f692d | 2008-11-20 16:10:17 +0000 | [diff] [blame] | 3607 | initdirp = enc_to_utf16(initdir, NULL); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3608 | if (initdirp != NULL) |
| 3609 | { |
| 3610 | for (wp = initdirp; *wp != NUL; ++wp) |
| 3611 | if (*wp == '/') |
| 3612 | *wp = '\\'; |
| 3613 | } |
| 3614 | fileStruct.lpstrInitialDir = initdirp; |
| 3615 | } |
| 3616 | |
| 3617 | /* |
| 3618 | * TODO: Allow selection of multiple files. Needs another arg to this |
| 3619 | * function to ask for it, and need to use OFN_ALLOWMULTISELECT below. |
| 3620 | * Also, should we use OFN_FILEMUSTEXIST when opening? Vim can edit on |
| 3621 | * files that don't exist yet, so I haven't put it in. What about |
| 3622 | * OFN_PATHMUSTEXIST? |
| 3623 | * Don't use OFN_OVERWRITEPROMPT, Vim has its own ":confirm" dialog. |
| 3624 | */ |
| 3625 | fileStruct.Flags = (OFN_NOCHANGEDIR | OFN_PATHMUSTEXIST | OFN_HIDEREADONLY); |
| 3626 | #ifdef FEAT_SHORTCUT |
| 3627 | if (curbuf->b_p_bin) |
| 3628 | fileStruct.Flags |= OFN_NODEREFERENCELINKS; |
| 3629 | #endif |
| 3630 | if (saving) |
| 3631 | { |
| 3632 | if (!GetSaveFileNameW(&fileStruct)) |
| 3633 | return NULL; |
| 3634 | } |
| 3635 | else |
| 3636 | { |
| 3637 | if (!GetOpenFileNameW(&fileStruct)) |
| 3638 | return NULL; |
| 3639 | } |
| 3640 | |
| 3641 | vim_free(filterp); |
| 3642 | vim_free(initdirp); |
| 3643 | vim_free(titlep); |
| 3644 | vim_free(extp); |
| 3645 | |
| 3646 | /* Convert from UCS2 to 'encoding'. */ |
Bram Moolenaar | 36f692d | 2008-11-20 16:10:17 +0000 | [diff] [blame] | 3647 | p = utf16_to_enc(fileBuf, NULL); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3648 | if (p != NULL) |
| 3649 | /* when out of memory we get garbage for non-ASCII chars */ |
| 3650 | STRCPY(fileBuf, p); |
| 3651 | vim_free(p); |
| 3652 | |
| 3653 | /* Give focus back to main window (when using MDI). */ |
| 3654 | SetFocus(s_hwnd); |
| 3655 | |
| 3656 | /* Shorten the file name if possible */ |
Bram Moolenaar | d089d9b | 2007-09-30 12:02:55 +0000 | [diff] [blame] | 3657 | return vim_strsave(shorten_fname1((char_u *)fileBuf)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3658 | } |
| 3659 | # endif /* FEAT_MBYTE */ |
| 3660 | |
| 3661 | |
| 3662 | /* |
| 3663 | * Convert the string s to the proper format for a filter string by replacing |
Bram Moolenaar | 12806c8 | 2008-11-12 12:36:30 +0000 | [diff] [blame] | 3664 | * the \t and \n delimiters with \0. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3665 | * Returns the converted string in allocated memory. |
| 3666 | * |
| 3667 | * Keep in sync with convert_filterW() above! |
| 3668 | */ |
| 3669 | static char_u * |
| 3670 | convert_filter(char_u *s) |
| 3671 | { |
| 3672 | char_u *res; |
| 3673 | unsigned s_len = (unsigned)STRLEN(s); |
| 3674 | unsigned i; |
| 3675 | |
| 3676 | res = alloc(s_len + 3); |
| 3677 | if (res != NULL) |
| 3678 | { |
| 3679 | for (i = 0; i < s_len; ++i) |
| 3680 | if (s[i] == '\t' || s[i] == '\n') |
| 3681 | res[i] = '\0'; |
| 3682 | else |
| 3683 | res[i] = s[i]; |
| 3684 | res[s_len] = NUL; |
| 3685 | /* Add two extra NULs to make sure it's properly terminated. */ |
| 3686 | res[s_len + 1] = NUL; |
| 3687 | res[s_len + 2] = NUL; |
| 3688 | } |
| 3689 | return res; |
| 3690 | } |
| 3691 | |
| 3692 | /* |
Bram Moolenaar | 7171abe | 2004-10-11 10:06:20 +0000 | [diff] [blame] | 3693 | * Select a directory. |
| 3694 | */ |
| 3695 | char_u * |
| 3696 | gui_mch_browsedir(char_u *title, char_u *initdir) |
| 3697 | { |
| 3698 | /* We fake this: Use a filter that doesn't select anything and a default |
| 3699 | * file name that won't be used. */ |
| 3700 | return gui_mch_browse(0, title, (char_u *)_("Not Used"), NULL, |
| 3701 | initdir, (char_u *)_("Directory\t*.nothing\n")); |
| 3702 | } |
| 3703 | |
| 3704 | /* |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3705 | * Pop open a file browser and return the file selected, in allocated memory, |
| 3706 | * or NULL if Cancel is hit. |
| 3707 | * saving - TRUE if the file will be saved to, FALSE if it will be opened. |
| 3708 | * title - Title message for the file browser dialog. |
| 3709 | * dflt - Default name of file. |
| 3710 | * ext - Default extension to be added to files without extensions. |
| 3711 | * initdir - directory in which to open the browser (NULL = current dir) |
| 3712 | * filter - Filter for matched files to choose from. |
| 3713 | * |
| 3714 | * Keep in sync with gui_mch_browseW() above! |
| 3715 | */ |
| 3716 | char_u * |
| 3717 | gui_mch_browse( |
| 3718 | int saving, |
| 3719 | char_u *title, |
| 3720 | char_u *dflt, |
| 3721 | char_u *ext, |
| 3722 | char_u *initdir, |
| 3723 | char_u *filter) |
| 3724 | { |
| 3725 | OPENFILENAME fileStruct; |
| 3726 | char_u fileBuf[MAXPATHL]; |
| 3727 | char_u *initdirp = NULL; |
| 3728 | char_u *filterp; |
| 3729 | char_u *p; |
| 3730 | |
| 3731 | # if defined(FEAT_MBYTE) && defined(WIN3264) |
| 3732 | if (os_version.dwPlatformId == VER_PLATFORM_WIN32_NT) |
| 3733 | return gui_mch_browseW(saving, title, dflt, ext, initdir, filter); |
| 3734 | # endif |
| 3735 | |
| 3736 | if (dflt == NULL) |
| 3737 | fileBuf[0] = NUL; |
| 3738 | else |
Bram Moolenaar | fe3ca8d | 2005-07-18 21:43:02 +0000 | [diff] [blame] | 3739 | vim_strncpy(fileBuf, dflt, MAXPATHL - 1); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3740 | |
| 3741 | /* Convert the filter to Windows format. */ |
| 3742 | filterp = convert_filter(filter); |
| 3743 | |
Bram Moolenaar | 7db5fc8 | 2010-05-24 11:59:29 +0200 | [diff] [blame] | 3744 | vim_memset(&fileStruct, 0, sizeof(OPENFILENAME)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3745 | #ifdef OPENFILENAME_SIZE_VERSION_400 |
| 3746 | /* be compatible with Windows NT 4.0 */ |
Bram Moolenaar | 8c83ac3 | 2010-02-17 17:34:43 +0100 | [diff] [blame] | 3747 | fileStruct.lStructSize = OPENFILENAME_SIZE_VERSION_400; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3748 | #else |
| 3749 | fileStruct.lStructSize = sizeof(fileStruct); |
| 3750 | #endif |
| 3751 | |
| 3752 | fileStruct.lpstrTitle = title; |
| 3753 | fileStruct.lpstrDefExt = ext; |
| 3754 | |
| 3755 | fileStruct.lpstrFile = fileBuf; |
| 3756 | fileStruct.nMaxFile = MAXPATHL; |
| 3757 | fileStruct.lpstrFilter = filterp; |
| 3758 | fileStruct.hwndOwner = s_hwnd; /* main Vim window is owner*/ |
| 3759 | /* has an initial dir been specified? */ |
| 3760 | if (initdir != NULL && *initdir != NUL) |
| 3761 | { |
| 3762 | /* Must have backslashes here, no matter what 'shellslash' says */ |
| 3763 | initdirp = vim_strsave(initdir); |
| 3764 | if (initdirp != NULL) |
| 3765 | for (p = initdirp; *p != NUL; ++p) |
| 3766 | if (*p == '/') |
| 3767 | *p = '\\'; |
| 3768 | fileStruct.lpstrInitialDir = initdirp; |
| 3769 | } |
| 3770 | |
| 3771 | /* |
| 3772 | * TODO: Allow selection of multiple files. Needs another arg to this |
| 3773 | * function to ask for it, and need to use OFN_ALLOWMULTISELECT below. |
| 3774 | * Also, should we use OFN_FILEMUSTEXIST when opening? Vim can edit on |
| 3775 | * files that don't exist yet, so I haven't put it in. What about |
| 3776 | * OFN_PATHMUSTEXIST? |
| 3777 | * Don't use OFN_OVERWRITEPROMPT, Vim has its own ":confirm" dialog. |
| 3778 | */ |
| 3779 | fileStruct.Flags = (OFN_NOCHANGEDIR | OFN_PATHMUSTEXIST | OFN_HIDEREADONLY); |
| 3780 | #ifdef FEAT_SHORTCUT |
| 3781 | if (curbuf->b_p_bin) |
| 3782 | fileStruct.Flags |= OFN_NODEREFERENCELINKS; |
| 3783 | #endif |
| 3784 | if (saving) |
| 3785 | { |
| 3786 | if (!GetSaveFileName(&fileStruct)) |
| 3787 | return NULL; |
| 3788 | } |
| 3789 | else |
| 3790 | { |
| 3791 | if (!GetOpenFileName(&fileStruct)) |
| 3792 | return NULL; |
| 3793 | } |
| 3794 | |
| 3795 | vim_free(filterp); |
| 3796 | vim_free(initdirp); |
| 3797 | |
| 3798 | /* Give focus back to main window (when using MDI). */ |
| 3799 | SetFocus(s_hwnd); |
| 3800 | |
| 3801 | /* Shorten the file name if possible */ |
Bram Moolenaar | d089d9b | 2007-09-30 12:02:55 +0000 | [diff] [blame] | 3802 | return vim_strsave(shorten_fname1((char_u *)fileBuf)); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3803 | } |
| 3804 | #endif /* FEAT_BROWSE */ |
| 3805 | |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 3806 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3807 | static void |
| 3808 | _OnDropFiles( |
| 3809 | HWND hwnd, |
| 3810 | HDROP hDrop) |
| 3811 | { |
| 3812 | #ifdef FEAT_WINDOWS |
| 3813 | #ifdef WIN3264 |
| 3814 | # define BUFPATHLEN _MAX_PATH |
| 3815 | # define DRAGQVAL 0xFFFFFFFF |
| 3816 | #else |
| 3817 | # define BUFPATHLEN MAXPATHL |
| 3818 | # define DRAGQVAL 0xFFFF |
| 3819 | #endif |
| 3820 | #ifdef FEAT_MBYTE |
| 3821 | WCHAR wszFile[BUFPATHLEN]; |
| 3822 | #endif |
| 3823 | char szFile[BUFPATHLEN]; |
| 3824 | UINT cFiles = DragQueryFile(hDrop, DRAGQVAL, NULL, 0); |
| 3825 | UINT i; |
| 3826 | char_u **fnames; |
| 3827 | POINT pt; |
| 3828 | int_u modifiers = 0; |
| 3829 | |
| 3830 | /* TRACE("_OnDropFiles: %d files dropped\n", cFiles); */ |
| 3831 | |
| 3832 | /* Obtain dropped position */ |
| 3833 | DragQueryPoint(hDrop, &pt); |
| 3834 | MapWindowPoints(s_hwnd, s_textArea, &pt, 1); |
| 3835 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3836 | reset_VIsual(); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3837 | |
| 3838 | fnames = (char_u **)alloc(cFiles * sizeof(char_u *)); |
| 3839 | |
| 3840 | if (fnames != NULL) |
| 3841 | for (i = 0; i < cFiles; ++i) |
| 3842 | { |
| 3843 | #ifdef FEAT_MBYTE |
| 3844 | if (DragQueryFileW(hDrop, i, wszFile, BUFPATHLEN) > 0) |
Bram Moolenaar | 36f692d | 2008-11-20 16:10:17 +0000 | [diff] [blame] | 3845 | fnames[i] = utf16_to_enc(wszFile, NULL); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3846 | else |
| 3847 | #endif |
| 3848 | { |
| 3849 | DragQueryFile(hDrop, i, szFile, BUFPATHLEN); |
| 3850 | fnames[i] = vim_strsave(szFile); |
| 3851 | } |
| 3852 | } |
| 3853 | |
| 3854 | DragFinish(hDrop); |
| 3855 | |
| 3856 | if (fnames != NULL) |
| 3857 | { |
| 3858 | if ((GetKeyState(VK_SHIFT) & 0x8000) != 0) |
| 3859 | modifiers |= MOUSE_SHIFT; |
| 3860 | if ((GetKeyState(VK_CONTROL) & 0x8000) != 0) |
| 3861 | modifiers |= MOUSE_CTRL; |
| 3862 | if ((GetKeyState(VK_MENU) & 0x8000) != 0) |
| 3863 | modifiers |= MOUSE_ALT; |
| 3864 | |
| 3865 | gui_handle_drop(pt.x, pt.y, modifiers, fnames, cFiles); |
| 3866 | |
| 3867 | s_need_activate = TRUE; |
| 3868 | } |
| 3869 | #endif |
| 3870 | } |
| 3871 | |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 3872 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3873 | static int |
| 3874 | _OnScroll( |
| 3875 | HWND hwnd, |
| 3876 | HWND hwndCtl, |
| 3877 | UINT code, |
| 3878 | int pos) |
| 3879 | { |
| 3880 | static UINT prev_code = 0; /* code of previous call */ |
| 3881 | scrollbar_T *sb, *sb_info; |
| 3882 | long val; |
| 3883 | int dragging = FALSE; |
| 3884 | int dont_scroll_save = dont_scroll; |
| 3885 | #ifndef WIN3264 |
| 3886 | int nPos; |
| 3887 | #else |
| 3888 | SCROLLINFO si; |
| 3889 | |
| 3890 | si.cbSize = sizeof(si); |
| 3891 | si.fMask = SIF_POS; |
| 3892 | #endif |
| 3893 | |
| 3894 | sb = gui_mswin_find_scrollbar(hwndCtl); |
| 3895 | if (sb == NULL) |
| 3896 | return 0; |
| 3897 | |
| 3898 | if (sb->wp != NULL) /* Left or right scrollbar */ |
| 3899 | { |
| 3900 | /* |
| 3901 | * Careful: need to get scrollbar info out of first (left) scrollbar |
| 3902 | * for window, but keep real scrollbar too because we must pass it to |
| 3903 | * gui_drag_scrollbar(). |
| 3904 | */ |
| 3905 | sb_info = &sb->wp->w_scrollbars[0]; |
| 3906 | } |
| 3907 | else /* Bottom scrollbar */ |
| 3908 | sb_info = sb; |
| 3909 | val = sb_info->value; |
| 3910 | |
| 3911 | switch (code) |
| 3912 | { |
| 3913 | case SB_THUMBTRACK: |
| 3914 | val = pos; |
| 3915 | dragging = TRUE; |
| 3916 | if (sb->scroll_shift > 0) |
| 3917 | val <<= sb->scroll_shift; |
| 3918 | break; |
| 3919 | case SB_LINEDOWN: |
| 3920 | val++; |
| 3921 | break; |
| 3922 | case SB_LINEUP: |
| 3923 | val--; |
| 3924 | break; |
| 3925 | case SB_PAGEDOWN: |
| 3926 | val += (sb_info->size > 2 ? sb_info->size - 2 : 1); |
| 3927 | break; |
| 3928 | case SB_PAGEUP: |
| 3929 | val -= (sb_info->size > 2 ? sb_info->size - 2 : 1); |
| 3930 | break; |
| 3931 | case SB_TOP: |
| 3932 | val = 0; |
| 3933 | break; |
| 3934 | case SB_BOTTOM: |
| 3935 | val = sb_info->max; |
| 3936 | break; |
| 3937 | case SB_ENDSCROLL: |
| 3938 | if (prev_code == SB_THUMBTRACK) |
| 3939 | { |
| 3940 | /* |
| 3941 | * "pos" only gives us 16-bit data. In case of large file, |
| 3942 | * use GetScrollPos() which returns 32-bit. Unfortunately it |
| 3943 | * is not valid while the scrollbar is being dragged. |
| 3944 | */ |
| 3945 | val = GetScrollPos(hwndCtl, SB_CTL); |
| 3946 | if (sb->scroll_shift > 0) |
| 3947 | val <<= sb->scroll_shift; |
| 3948 | } |
| 3949 | break; |
| 3950 | |
| 3951 | default: |
| 3952 | /* TRACE("Unknown scrollbar event %d\n", code); */ |
| 3953 | return 0; |
| 3954 | } |
| 3955 | prev_code = code; |
| 3956 | |
| 3957 | #ifdef WIN3264 |
| 3958 | si.nPos = (sb->scroll_shift > 0) ? val >> sb->scroll_shift : val; |
| 3959 | SetScrollInfo(hwndCtl, SB_CTL, &si, TRUE); |
| 3960 | #else |
| 3961 | nPos = (sb->scroll_shift > 0) ? val >> sb->scroll_shift : val; |
| 3962 | SetScrollPos(hwndCtl, SB_CTL, nPos, TRUE); |
| 3963 | #endif |
| 3964 | |
| 3965 | /* |
| 3966 | * When moving a vertical scrollbar, move the other vertical scrollbar too. |
| 3967 | */ |
| 3968 | if (sb->wp != NULL) |
| 3969 | { |
| 3970 | scrollbar_T *sba = sb->wp->w_scrollbars; |
| 3971 | HWND id = sba[ (sb == sba + SBAR_LEFT) ? SBAR_RIGHT : SBAR_LEFT].id; |
| 3972 | |
| 3973 | #ifdef WIN3264 |
| 3974 | SetScrollInfo(id, SB_CTL, &si, TRUE); |
| 3975 | #else |
| 3976 | SetScrollPos(id, SB_CTL, nPos, TRUE); |
| 3977 | #endif |
| 3978 | } |
| 3979 | |
| 3980 | /* Don't let us be interrupted here by another message. */ |
| 3981 | s_busy_processing = TRUE; |
| 3982 | |
| 3983 | /* When "allow_scrollbar" is FALSE still need to remember the new |
| 3984 | * position, but don't actually scroll by setting "dont_scroll". */ |
| 3985 | dont_scroll = !allow_scrollbar; |
| 3986 | |
| 3987 | gui_drag_scrollbar(sb, val, dragging); |
| 3988 | |
| 3989 | s_busy_processing = FALSE; |
| 3990 | dont_scroll = dont_scroll_save; |
| 3991 | |
| 3992 | return 0; |
| 3993 | } |
| 3994 | |
Bram Moolenaar | 3fdfa4a | 2004-10-07 21:02:47 +0000 | [diff] [blame] | 3995 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3996 | /* |
| 3997 | * Get command line arguments. |
| 3998 | * Use "prog" as the name of the program and "cmdline" as the arguments. |
| 3999 | * Copy the arguments to allocated memory. |
| 4000 | * Return the number of arguments (including program name). |
Bram Moolenaar | 12806c8 | 2008-11-12 12:36:30 +0000 | [diff] [blame] | 4001 | * Return pointers to the arguments in "argvp". Memory is allocated with |
| 4002 | * malloc(), use free() instead of vim_free(). |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4003 | * Return pointer to buffer in "tofree". |
| 4004 | * Returns zero when out of memory. |
| 4005 | */ |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 4006 | /*ARGSUSED*/ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4007 | int |
| 4008 | get_cmd_args(char *prog, char *cmdline, char ***argvp, char **tofree) |
| 4009 | { |
| 4010 | int i; |
| 4011 | char *p; |
| 4012 | char *progp; |
| 4013 | char *pnew = NULL; |
| 4014 | char *newcmdline; |
| 4015 | int inquote; |
| 4016 | int argc; |
| 4017 | char **argv = NULL; |
| 4018 | int round; |
| 4019 | |
Bram Moolenaar | 12806c8 | 2008-11-12 12:36:30 +0000 | [diff] [blame] | 4020 | *tofree = NULL; |
| 4021 | |
Bram Moolenaar | 3fdfa4a | 2004-10-07 21:02:47 +0000 | [diff] [blame] | 4022 | #ifdef FEAT_MBYTE |
| 4023 | /* Try using the Unicode version first, it takes care of conversion when |
| 4024 | * 'encoding' is changed. */ |
| 4025 | argc = get_cmd_argsW(&argv); |
| 4026 | if (argc != 0) |
| 4027 | goto done; |
| 4028 | #endif |
| 4029 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4030 | /* Handle the program name. Remove the ".exe" extension, and find the 1st |
| 4031 | * non-space. */ |
| 4032 | p = strrchr(prog, '.'); |
| 4033 | if (p != NULL) |
| 4034 | *p = NUL; |
| 4035 | for (progp = prog; *progp == ' '; ++progp) |
| 4036 | ; |
| 4037 | |
| 4038 | /* The command line is copied to allocated memory, so that we can change |
| 4039 | * it. Add the size of the string, the separating NUL and a terminating |
| 4040 | * NUL. */ |
| 4041 | newcmdline = malloc(STRLEN(cmdline) + STRLEN(progp) + 2); |
| 4042 | if (newcmdline == NULL) |
| 4043 | return 0; |
| 4044 | |
| 4045 | /* |
| 4046 | * First round: count the number of arguments ("pnew" == NULL). |
| 4047 | * Second round: produce the arguments. |
| 4048 | */ |
| 4049 | for (round = 1; round <= 2; ++round) |
| 4050 | { |
| 4051 | /* First argument is the program name. */ |
| 4052 | if (pnew != NULL) |
| 4053 | { |
| 4054 | argv[0] = pnew; |
| 4055 | strcpy(pnew, progp); |
| 4056 | pnew += strlen(pnew); |
| 4057 | *pnew++ = NUL; |
| 4058 | } |
| 4059 | |
| 4060 | /* |
| 4061 | * Isolate each argument and put it in argv[]. |
| 4062 | */ |
| 4063 | p = cmdline; |
| 4064 | argc = 1; |
| 4065 | while (*p != NUL) |
| 4066 | { |
| 4067 | inquote = FALSE; |
| 4068 | if (pnew != NULL) |
| 4069 | argv[argc] = pnew; |
| 4070 | ++argc; |
| 4071 | while (*p != NUL && (inquote || (*p != ' ' && *p != '\t'))) |
| 4072 | { |
| 4073 | /* Backslashes are only special when followed by a double |
| 4074 | * quote. */ |
Bram Moolenaar | a93fa7e | 2006-04-17 22:14:47 +0000 | [diff] [blame] | 4075 | i = (int)strspn(p, "\\"); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4076 | if (p[i] == '"') |
| 4077 | { |
| 4078 | /* Halve the number of backslashes. */ |
| 4079 | if (i > 1 && pnew != NULL) |
| 4080 | { |
Bram Moolenaar | 7db5fc8 | 2010-05-24 11:59:29 +0200 | [diff] [blame] | 4081 | vim_memset(pnew, '\\', i / 2); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4082 | pnew += i / 2; |
| 4083 | } |
| 4084 | |
| 4085 | /* Even nr of backslashes toggles quoting, uneven copies |
| 4086 | * the double quote. */ |
| 4087 | if ((i & 1) == 0) |
| 4088 | inquote = !inquote; |
| 4089 | else if (pnew != NULL) |
| 4090 | *pnew++ = '"'; |
| 4091 | p += i + 1; |
| 4092 | } |
| 4093 | else if (i > 0) |
| 4094 | { |
| 4095 | /* Copy span of backslashes unmodified. */ |
| 4096 | if (pnew != NULL) |
| 4097 | { |
Bram Moolenaar | 7db5fc8 | 2010-05-24 11:59:29 +0200 | [diff] [blame] | 4098 | vim_memset(pnew, '\\', i); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4099 | pnew += i; |
| 4100 | } |
| 4101 | p += i; |
| 4102 | } |
| 4103 | else |
| 4104 | { |
| 4105 | if (pnew != NULL) |
| 4106 | *pnew++ = *p; |
Bram Moolenaar | 15d0a8c | 2004-09-06 17:44:46 +0000 | [diff] [blame] | 4107 | #ifdef FEAT_MBYTE |
| 4108 | /* Can't use mb_* functions, because 'encoding' is not |
| 4109 | * initialized yet here. */ |
| 4110 | if (IsDBCSLeadByte(*p)) |
| 4111 | { |
| 4112 | ++p; |
| 4113 | if (pnew != NULL) |
| 4114 | *pnew++ = *p; |
| 4115 | } |
| 4116 | #endif |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4117 | ++p; |
| 4118 | } |
| 4119 | } |
| 4120 | |
Bram Moolenaar | 9ba0eb8 | 2005-06-13 22:28:56 +0000 | [diff] [blame] | 4121 | if (pnew != NULL) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4122 | *pnew++ = NUL; |
| 4123 | while (*p == ' ' || *p == '\t') |
| 4124 | ++p; /* advance until a non-space */ |
| 4125 | } |
| 4126 | |
| 4127 | if (round == 1) |
| 4128 | { |
| 4129 | argv = (char **)malloc((argc + 1) * sizeof(char *)); |
| 4130 | if (argv == NULL ) |
Bram Moolenaar | e6b165e | 2005-06-30 21:56:01 +0000 | [diff] [blame] | 4131 | { |
Bram Moolenaar | 12806c8 | 2008-11-12 12:36:30 +0000 | [diff] [blame] | 4132 | free(newcmdline); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4133 | return 0; /* malloc error */ |
Bram Moolenaar | e6b165e | 2005-06-30 21:56:01 +0000 | [diff] [blame] | 4134 | } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4135 | pnew = newcmdline; |
Bram Moolenaar | 12806c8 | 2008-11-12 12:36:30 +0000 | [diff] [blame] | 4136 | *tofree = newcmdline; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4137 | } |
| 4138 | } |
| 4139 | |
Bram Moolenaar | 8765a4a | 2010-07-27 22:41:43 +0200 | [diff] [blame] | 4140 | #ifdef FEAT_MBYTE |
Bram Moolenaar | 3fdfa4a | 2004-10-07 21:02:47 +0000 | [diff] [blame] | 4141 | done: |
Bram Moolenaar | 8765a4a | 2010-07-27 22:41:43 +0200 | [diff] [blame] | 4142 | #endif |
Bram Moolenaar | 3fdfa4a | 2004-10-07 21:02:47 +0000 | [diff] [blame] | 4143 | argv[argc] = NULL; /* NULL-terminated list */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4144 | *argvp = argv; |
| 4145 | return argc; |
| 4146 | } |