Home
last modified time | relevance | path

Searched refs:dragging (Results 1 – 25 of 25) sorted by relevance

/vim-8.2.3635/runtime/doc/
H A Dos_unix.txt38 be used and visual feedback will be provided while dragging with the mouse.
40 key when using the mouse. See |mouse-using|. Visual feedback while dragging
H A Dtesting.txt233 test_scrollbar({which}, {value}, {dragging}) *test_scrollbar()*
245 When {dragging} is non-zero it's like dragging the scrollbar,
H A Dos_qnx.txt38 using the mouse, only simple left and right mouse clicking/dragging is
H A Dgui_x11.txt701 - Select some text in your browser by dragging with the mouse. Go to Vim and
704 a textfield by dragging with the mouse. Now use the right mouse button and
H A Dscroll.txt241 dragging the scrollbar of the current window. How many lines are scrolled
H A Dterm.txt932 only in some versions (GUI, Win32) will the dragging be shown immediately.
987 dragging the status line with the mouse. Point the mouse at a status line,
991 will change position or size, the dragging of the status line will look
H A Dwindows.txt578 You can also resize a window by dragging a status line up or down with the
579 mouse. Or by dragging a vertical separator line left or right. This only
H A Dtodo.txt1660 its height? It's like dragging the status bar above it at the same time.
3327 9 When dragging the scrollbar thumb very fast, focus is only obtained in
3684 8 When dragging status line with mouse, sometimes a jump when first clicking
4587 dragging the status line with the mouse).
4603 - Allow scrolling by dragging with the mouse (grab a character and move it
5264 - When dragging the Visual selection with the mouse and 'scrolloff' is zero,
5281 8 Support dragging the Visual area to drop it somewhere else. (Ron Aaron,
5283 7 Support dragging the Visual area to drop it in another program, and
H A Dintro.txt618 E.g., by dragging the mouse or <S-Right>.
H A Dpopup.txt681 popup does not have a border. As soon as dragging
H A Dversion5.txt2587 patch 5.1.8: Win32 GUI: dragging the scrollbar didn't update the ruler.
3600 When trying to select text in the 'scrolloff' area by mouse dragging, the
3703 - When using the xterm mouse, track dragging of the mouse. Use xterm escape
3710 Will make xterm mouse dragging work better.
5163 positioned with a mouse click just after dragging.
H A Dversion6.txt1575 - When dragging with the mouse, there is a lookahead to skip mouse codes when
1576 there is another one next. Makes dragging with the mouse a lot faster.
2239 GUI: when 'scrolloff' is 0 dragging the mouse above the window didn't cause a
2889 - Fixed a problem with dragging the scrollbar.
3025 GUI: With 'ls' set to 2, dragging the status line all the way up, then making
8561 Problem: Crash when dragging a vertical separator when <LeftMouse> is
8563 Solution: Pass the window pointer to the function doing the dragging instead
H A Dquickfix.txt643 height manually (e.g., by dragging the status line above it with the mouse).
H A Dversion8.txt6031 Problem: Crash when dragging with the mouse.
20389 Problem: Crash if timer closes window while dragging status line.
32863 Problem: No test for dragging the window separators with the mouse.
33007 Solution: Add a test. Also fix that dragging window separator could fail in
33051 Problem: No test for dragging a tab with the mouse and for creating a new
33057 Problem: Test for dragging a tab is flaky.
37047 Solution: Allow for resizing by dragging the lower right corner.
39201 Problem: No tests for dragging the mouse beyond the window.
48458 Problem: Terminal window not redrawn when dragging a popup window over it.
48601 Problem: memory access error when dragging a popup window over a buffer
H A Dpi_netrw.txt2184 mark one or more files. You may mark multiple files by dragging the shifted
H A Dversion7.txt2333 Motif: In diff mode dragging one scrollbar didn't update the scrollbar of the
5944 Solution: Don't check the input buffer when dragging the scrollbar.
9669 Problem: When in the command line window dragging status line only works
H A Doptions.txt5455 sd any mode, while dragging a status line
5457 vd any mode, while dragging a vertical separator line
H A Deval.txt3115 test_scrollbar({which}, {value}, {dragging})
/vim-8.2.3635/src/
H A Dgui_gtk.c1086 int dragging = FALSE; in adjustment_value_changed() local
1108 dragging = TRUE; in adjustment_value_changed()
1127 dragging = FALSE; in adjustment_value_changed()
1133 dragging = FALSE; in adjustment_value_changed()
1140 gui_drag_scrollbar(sb, value, dragging); in adjustment_value_changed()
H A Dtesting.c1255 int dragging; in f_test_scrollbar() local
1272 dragging = tv_get_number(&argvars[2]); in f_test_scrollbar()
1285 gui_drag_scrollbar(sb, value, dragging); in f_test_scrollbar()
H A Dgui_photon.c411 int value, dragging = FALSE; in gui_ph_handle_scrollbar() local
422 dragging = TRUE; in gui_ph_handle_scrollbar()
431 gui_drag_scrollbar(sb, value, dragging); in gui_ph_handle_scrollbar()
H A Dgui_motif.c115 int dragging; in scroll_cb() local
120 dragging = (((XmScrollBarCallbackStruct *)call_data)->reason == in scroll_cb()
122 gui_drag_scrollbar(sb, value, dragging); in scroll_cb()
H A Dgui_w32.c3771 int dragging = FALSE; in _OnScroll() local
3799 dragging = TRUE; in _OnScroll()
3863 gui_drag_scrollbar(sb, val, dragging); in _OnScroll()
/vim-8.2.3635/src/testdir/
H A Dtest_termcodes.vim458 " Test that dragging beyond the window (at the bottom and at the top)
470 " so we test dragging mouse below and above the window.
556 " Split horizontally and test dragging the horizontal window separator.
576 " Split vertically and test dragging the vertical window separator.
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim5991 … by vertical separator bars - but the mouse seems to be doing what it should when dragging that bar
6165 " s:NetrwSLeftdrag: invoked via a shift-leftmouse and dragging {{{2
6186 " s:NetrwSLeftrelease: terminates shift-leftmouse dragging {{{2