Home
last modified time | relevance | path

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

12345678910>>...246

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dbuild.gni68 "scrolling/fragment_anchor.cc",
69 "scrolling/fragment_anchor.h",
71 "scrolling/overscroll_controller.h",
76 "scrolling/scroll_state.cc",
77 "scrolling/scroll_state.h",
79 "scrolling/scroll_state_callback.h",
81 "scrolling/scrolling_coordinator.h",
83 "scrolling/snap_coordinator.cc",
84 "scrolling/snap_coordinator.h",
88 "scrolling/text_fragment_anchor.h",
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A DBUILD.gn71 "scrolling/fragment_anchor.cc",
72 "scrolling/fragment_anchor.h",
74 "scrolling/overscroll_controller.h",
79 "scrolling/scroll_state.cc",
80 "scrolling/scroll_state.h",
82 "scrolling/scroll_state_callback.h",
84 "scrolling/scrolling_coordinator.h",
86 "scrolling/snap_coordinator.cc",
87 "scrolling/snap_coordinator.h",
91 "scrolling/text_fragment_anchor.h",
[all …]
/dports/x11/libinput/libinput-1.12.6/doc/user/
H A Dscrolling.rst13 two-finger scrolling
15 support two-finger scrolling only
28 Horizontal scrolling
42 Two-finger scrolling
50 .. figure:: twofinger-scrolling.svg
76 Edge scrolling
83 .. figure:: edge-scrolling.svg
92 a clickpad ends scrolling.
97 On-Button scrolling
109 .. figure:: button-scrolling.svg
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dclip_scroll_node.rs245 NodeType::ScrollFrame(ref mut scrolling) => scrolling, in set_scroll_origin()
271 scrolling.offset = new_offset; in set_scroll_origin()
272 scrolling.bouncing_back = false; in set_scroll_origin()
671 NodeType::ScrollFrame(ref mut scrolling) => scrolling, in scroll()
687 scrolling.offset.y = 0.0; in scroll()
719 scrolling.offset.x = scrolling.offset.x + delta.x; in scroll()
721 scrolling.offset.x = scrolling.offset.x.min(0.0).max(-scrollable_width).round(); in scroll()
726 scrolling.offset.y = scrolling.offset.y + delta.y; in scroll()
728 scrolling.offset.y = scrolling.offset.y.min(0.0).max(-scrollable_height).round(); in scroll()
745 scrolling.offset != original_layer_scroll_offset || scrolling.started_bouncing_back in scroll()
[all …]
/dports/x11/foot/foot/doc/
H A Dbenchmark.md39 | scrolling bottom region | 111.90 | 103.95 | 106.35 | 103.65 …
40 | scrolling bottom small region | 120.93 | 112.48 | 129.61 | 137.21 …
41 | scrolling fullscreen | 5.42 | 5.67 | 11.52 | 12.00 …
42 | scrolling top region | 110.66 | 107.61 | 100.52 | 340.90 …
43 | scrolling top small region | 120.48 | 111.66 | 129.62 | 213.72 …
76 | scrolling bottom region | 144.88 | 148.44 | 129.13 | 156.86 …
77 | scrolling bottom small region | 142.45 | 137.81 | 167.63 | 183.35 …
78 | scrolling fullscreen | 11.23 | 11.91 | 20.12 | 21.21 …
79 | scrolling top region | 143.80 | 147.37 | 148.63 | 489.57 …
80 | scrolling top small region | 139.76 | 144.37 | 165.97 | 308.76 …
/dports/sysutils/solaar/Solaar-1.0.1/docs/
H A Ddevices.md27 * Smooth scrolling (higher sensitivity on vertical scrolling with the wheel) can
82 | M325 | 2.0 | yes | 1000 | smooth scrolling |
83 | M345 | 2.0 | yes | - | smooth scrolling |
85 | M505 | 1.0 | yes | | smooth scrolling |
86 | M510 | 1.0 | yes | | smooth scrolling |
87 | M515 Couch | 2.0 | yes | - | smooth scrolling |
88 | M525 | 2.0 | yes | - | smooth scrolling |
89 | M560 | 2.0 | yes | - | smooth scrolling |
119 | MX 1100 | 1.0 | yes | - | smooth scrolling, side scrolling|
125 [note]: Currently, smooth scrolling events does not processed in xfce and this
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dspatial_node.rs177 *scrolling = scrolling.combine_with_old_scroll_info(old_scroll_info); in apply_old_scrolling_state()
187 let scrolling = match self.node_type { in set_scroll_origin() localVariable
188 SpatialNodeType::ScrollFrame(ref mut scrolling) => scrolling, in set_scroll_origin()
214 if new_offset == scrolling.offset { in set_scroll_origin()
218 scrolling.offset = new_offset; in set_scroll_origin()
562 SpatialNodeType::ScrollFrame(ref mut scrolling) => scrolling, in scroll()
574 scrolling.offset.y = 0.0; in scroll()
584 scrolling.offset.y = end_pos; in scroll()
594 scrolling.offset.x = (scrolling.offset.x + delta.x) in scroll()
601 scrolling.offset.y = (scrolling.offset.y + delta.y) in scroll()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dspatial_node.rs231 *scrolling = scrolling.combine_with_old_scroll_info(old_scroll_info); in apply_old_scrolling_state()
241 let scrolling = match self.node_type { in set_scroll_origin() localVariable
242 SpatialNodeType::ScrollFrame(ref mut scrolling) => scrolling, in set_scroll_origin()
270 if new_offset == scrolling.offset { in set_scroll_origin()
274 scrolling.offset = new_offset; in set_scroll_origin()
644 SpatialNodeType::ScrollFrame(ref mut scrolling) => scrolling, in scroll()
656 scrolling.offset.y = 0.0; in scroll()
666 scrolling.offset.y = end_pos; in scroll()
676 scrolling.offset.x = (scrolling.offset.x + delta.x) in scroll()
682 scrolling.offset.y = (scrolling.offset.y + delta.y) in scroll()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dspatial_node.rs211 *scrolling = scrolling.combine_with_old_scroll_info(old_scroll_info); in apply_old_scrolling_state()
221 let scrolling = match self.node_type { in set_scroll_origin() localVariable
222 SpatialNodeType::ScrollFrame(ref mut scrolling) => scrolling, in set_scroll_origin()
250 if new_offset == scrolling.offset { in set_scroll_origin()
254 scrolling.offset = new_offset; in set_scroll_origin()
621 SpatialNodeType::ScrollFrame(ref mut scrolling) => scrolling, in scroll()
633 scrolling.offset.y = 0.0; in scroll()
643 scrolling.offset.y = end_pos; in scroll()
653 scrolling.offset.x = (scrolling.offset.x + delta.x) in scroll()
659 scrolling.offset.y = (scrolling.offset.y + delta.y) in scroll()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dspatial_node.rs231 *scrolling = scrolling.combine_with_old_scroll_info(old_scroll_info); in apply_old_scrolling_state()
241 let scrolling = match self.node_type { in set_scroll_origin() localVariable
242 SpatialNodeType::ScrollFrame(ref mut scrolling) => scrolling, in set_scroll_origin()
270 if new_offset == scrolling.offset { in set_scroll_origin()
274 scrolling.offset = new_offset; in set_scroll_origin()
644 SpatialNodeType::ScrollFrame(ref mut scrolling) => scrolling, in scroll()
656 scrolling.offset.y = 0.0; in scroll()
666 scrolling.offset.y = end_pos; in scroll()
676 scrolling.offset.x = (scrolling.offset.x + delta.x) in scroll()
682 scrolling.offset.y = (scrolling.offset.y + delta.y) in scroll()
[all …]
/dports/java/intellij/idea-IC-202.7660.26/bin/
H A Didea.properties77 # Set swing.bufferPerWindow=false to workaround a slow scrolling in JDK6 (see IDEA-35883),
79 # which is needed to eliminate tearing on blit-accelerated scrolling and to restore
120 # Experimental option that does a number of things to make truly smooth scrolling possible:
122 # * Enables hardware-accelerated scrolling.
130 # * Adds "idea.true.smooth.scrolling.debug" option.
137 # This feature can be toggled via "idea.true.smooth.scrolling.high.precision" option.
139 # * Enables handling of pixel-perfect scrolling events.
141 # This feature can be toggled via "idea.true.smooth.scrolling.pixel.perfect" option.
147 # "idea.true.smooth.scrolling.interpolation" - the main switch
148 # "idea.true.smooth.scrolling.interpolation.scrollbar" - scrollbar interpolation
[all …]
/dports/devel/jetbrains-goland/GoLand-2019.3.1/bin/
H A Didea.properties77 # Set swing.bufferPerWindow=false to workaround a slow scrolling in JDK6 (see IDEA-35883),
79 # which is needed to eliminate tearing on blit-accelerated scrolling and to restore
120 # Experimental option that does a number of things to make truly smooth scrolling possible:
122 # * Enables hardware-accelerated scrolling.
130 # * Adds "idea.true.smooth.scrolling.debug" option.
137 # This feature can be toggled via "idea.true.smooth.scrolling.high.precision" option.
139 # * Enables handling of pixel-perfect scrolling events.
141 # This feature can be toggled via "idea.true.smooth.scrolling.pixel.perfect" option.
147 # "idea.true.smooth.scrolling.interpolation" - the main switch
148 # "idea.true.smooth.scrolling.interpolation.scrollbar" - scrollbar interpolation
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/bin/
H A Didea.properties77 # Set swing.bufferPerWindow=false to workaround a slow scrolling in JDK6 (see IDEA-35883),
79 # which is needed to eliminate tearing on blit-accelerated scrolling and to restore
120 # Experimental option that does a number of things to make truly smooth scrolling possible:
122 # * Enables hardware-accelerated scrolling.
130 # * Adds "idea.true.smooth.scrolling.debug" option.
137 # This feature can be toggled via "idea.true.smooth.scrolling.high.precision" option.
139 # * Enables handling of pixel-perfect scrolling events.
141 # This feature can be toggled via "idea.true.smooth.scrolling.pixel.perfect" option.
147 # "idea.true.smooth.scrolling.interpolation" - the main switch
148 # "idea.true.smooth.scrolling.interpolation.scrollbar" - scrollbar interpolation
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/main_content/
H A Dmain_content_ui_state_unittest.mm47 ASSERT_FALSE(state().scrolling);
50 EXPECT_TRUE(state().scrolling);
54 EXPECT_TRUE(state().scrolling);
57 EXPECT_FALSE(state().scrolling);
66 ASSERT_FALSE(state().scrolling);
69 EXPECT_TRUE(state().scrolling);
74 EXPECT_FALSE(state().scrolling);
81 ASSERT_FALSE(state().scrolling);
84 EXPECT_TRUE(state().scrolling);
87 ASSERT_FALSE(state().scrolling);
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/bin/
H A Didea.properties123 # Experimental options that do a number of things to make truly smooth scrolling possible:
125 # * Enables hardware-accelerated scrolling.
133 # * Adds "idea.true.smooth.scrolling.debug" option.
140 # This feature can be toggled via "idea.true.smooth.scrolling.high.precision" option.
142 # * Enables handling of pixel-perfect scrolling events.
144 # This feature can be toggled via "idea.true.smooth.scrolling.pixel.perfect" option.
146 # * Enables interpolation of scrolling input (scrollbar, mouse wheel, touchpad, keys, etc).
150 # "idea.true.smooth.scrolling.interpolation" - the main switch
151 # "idea.true.smooth.scrolling.interpolation.scrollbar" - scrollbar interpolation
164 # This feature can be toggled via "idea.true.smooth.scrolling.dynamic.scrollbars" option.
[all …]
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/bin/
H A Didea.properties123 # Experimental options that do a number of things to make truly smooth scrolling possible:
125 # * Enables hardware-accelerated scrolling.
133 # * Adds "idea.true.smooth.scrolling.debug" option.
140 # This feature can be toggled via "idea.true.smooth.scrolling.high.precision" option.
142 # * Enables handling of pixel-perfect scrolling events.
144 # This feature can be toggled via "idea.true.smooth.scrolling.pixel.perfect" option.
146 # * Enables interpolation of scrolling input (scrollbar, mouse wheel, touchpad, keys, etc).
150 # "idea.true.smooth.scrolling.interpolation" - the main switch
151 # "idea.true.smooth.scrolling.interpolation.scrollbar" - scrollbar interpolation
164 # This feature can be toggled via "idea.true.smooth.scrolling.dynamic.scrollbars" option.
[all …]
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/data/
H A Dorg.mate.peripherals-touchpad.gschema.xml.in23 <key name="vertical-edge-scrolling" type="b">
25 <summary>Enable vertical edge scrolling</summary>
26 <description>Set this to TRUE to allow vertical edge scrolling</description>
28 <key name="horizontal-edge-scrolling" type="b">
30 <summary>Enable horizontal edge scrolling</summary>
31 <description>Set this to TRUE to allow horizontal edge scrolling</description>
33 <key name="vertical-two-finger-scrolling" type="b">
35 <summary>Enable vertical two-finger scrolling</summary>
38 <key name="horizontal-two-finger-scrolling" type="b">
40 <summary>Enable horizontal two-finger scrolling</summary>
[all …]
/dports/mail/alpine/alpine-465e23b/alpine/osdep/
H A Dtermout.win70 Go into scrolling mode, that is set scrolling region if applicable
75 Result: either set scrolling region or
76 save values for later scrolling
84 End scrolling -- clear scrolling regions if necessary
88 Result: Clear scrolling region on terminal
93 Scroll the screen using insert/delete or scrolling regions
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Tests/gui/NSView/
H A DscrollRectToVisible.m55 /* Basic scrolling. */
59 /* No scrolling necessary. */
63 /* No scrolling necessary. */
67 /* No scrolling necessary. */
71 /* Minimal scrolling means that the "small-coordinate" corner should be
80 /* If the visible rect is inside the target rect, no scrolling should
89 /* Repeating the call shouldn't cause any scrolling. */
93 /* Minimal scrolling and partial overlap. */
/dports/editors/pico-alpine/alpine-465e23b/alpine/osdep/
H A Dtermout.win70 Go into scrolling mode, that is set scrolling region if applicable
75 Result: either set scrolling region or
76 save values for later scrolling
84 End scrolling -- clear scrolling regions if necessary
88 Result: Clear scrolling region on terminal
93 Scroll the screen using insert/delete or scrolling regions
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Ddisplay.c100 if (page->scrolling) { in show_page()
107 if (gWindow->page->scrolling->height <= gWindow->scrollheight) { in show_page()
144 if (doShowScrollBars && page->scrolling) { in show_page()
152 if (page->scrolling->next) in show_page()
157 show_text(page->scrolling->next, Endscrolling); in show_page()
190 if (page->scrolling) { in expose_page()
205 if (page->scrolling->next) { in expose_page()
211 show_text(page->scrolling->next, Endscrolling); in expose_page()
235 show_text(page->scrolling->next, Endscrolling); in scroll_page()
278 show_text(gWindow->page->scrolling->next, Endscrolling); in paste_page()
/dports/www/ilias/ILIAS-5.4.25/templates/default/less/Modules/LearningModule/
H A Ddelos.less38 -webkit-overflow-scrolling: touch; /* Bug 11209 */
43 -webkit-overflow-scrolling: touch; /* Bug 11209 */
58 -webkit-overflow-scrolling: touch; /* Bug 11209 */
69 -webkit-overflow-scrolling: touch; /* Bug 11209 */
79 -webkit-overflow-scrolling: touch; /* Bug 11209 */
91 -webkit-overflow-scrolling: touch; /* Bug 11209 */
104 -webkit-overflow-scrolling: touch; /* Bug 11209 */
/dports/www/ilias6/ILIAS-6.14/templates/default/less/Modules/LearningModule/
H A Ddelos.less38 -webkit-overflow-scrolling: touch; /* Bug 11209 */
43 -webkit-overflow-scrolling: touch; /* Bug 11209 */
58 -webkit-overflow-scrolling: touch; /* Bug 11209 */
69 -webkit-overflow-scrolling: touch; /* Bug 11209 */
79 -webkit-overflow-scrolling: touch; /* Bug 11209 */
91 -webkit-overflow-scrolling: touch; /* Bug 11209 */
104 -webkit-overflow-scrolling: touch; /* Bug 11209 */
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/cssom-view/
H A Dscroll-behavior-smooth-positions.html.ini2 [Scroll positions when performing smooth scrolling from (1000, 0) to (500, 250) using scroll() ]
7 [Scroll positions when performing smooth scrolling from (0, 0) to (500, 250) using scroll() ]
12 …[Scroll positions when performing smooth scrolling from (1000, 500) to (500, 250) using scrollBy()…
17 …[Scroll positions when performing smooth scrolling from (0, 500) to (500, 250) using scrollIntoVie…
21 [Scroll positions when performing smooth scrolling from 0 to 250 by setting scrollTop ]
25 [Scroll positions when performing smooth scrolling from (0, 500) to (500, 250) using scrollTo() ]
/dports/x11/libsynaptics/libsynaptics-0.14.6c/
H A DShm_0_14_635 Bool scroll_edge_vert; /* Enable/disable vertical scrolling on right edge */
36 Bool scroll_edge_horiz; /* Enable/disable horizontal scrolling on left edge */
37 Bool scroll_twofinger_vert; /* Enable/disable vertical two-finger scrolling */
38 Bool scroll_twofinger_horiz; /* Enable/disable horizontal two-finger scrolling */
46 Bool updown_button_scrolling; /* Up/Down-Button scrolling or middle/double-click */
47 …Bool leftright_button_scrolling; /* Left/right-button scrolling, or two lots of middle button …
55 * 2 : Only tapping and scrolling off
60 Bool circular_scrolling; /* Enable circular scrolling */
62 int circular_trigger; /* Trigger area for circular scrolling */
67 double coasting_speed; /* Coasting threshold scrolling speed */

12345678910>>...246