MCPcopy Create free account

hub / github.com/WayfireWM/wayfire / functions

Functions2,744 in github.com/WayfireWM/wayfire

Methodinit
src/default-config-backend.cpp:62
Methodinit
src/core/core.cpp:98
Methodinit
src/api/wayfire/per-output-plugin.hpp:19
Methodinit
plugins/single_plugins/zoom.cpp:28
Methodinit
plugins/single_plugins/idle.cpp:209
Methodinit
plugins/single_plugins/resize.cpp:77
Methodinit
plugins/single_plugins/vk-color-management.cpp:15
Methodinit
plugins/single_plugins/autostart.cpp:15
Methodinit
plugins/single_plugins/vswipe.cpp:103
Methodinit
plugins/single_plugins/preserve-output.cpp:122
Methodinit
plugins/single_plugins/place.cpp:62
Methodinit
plugins/single_plugins/wrot.cpp:170
Methodinit
plugins/single_plugins/wsets.cpp:32
Methodinit
plugins/single_plugins/extra-gestures.cpp:31
Methodinit
plugins/single_plugins/xkb-bindings.cpp:92
Methodinit
plugins/single_plugins/command.cpp:304
Methodinit
plugins/single_plugins/invert.cpp:60
Methodinit
plugins/single_plugins/alpha.cpp:50
Methodinit
plugins/single_plugins/fisheye.cpp:117
Methodinit
plugins/single_plugins/oswitch.cpp:226
Methodinit
plugins/single_plugins/move.cpp:163
Methodinit
plugins/single_plugins/fast-switcher.cpp:40
Methodinit
plugins/single_plugins/switcher.cpp:195
Methodinit
plugins/single_plugins/expo.cpp:125
Methodinit
plugins/single_plugins/expo.cpp:788
Methodinit
plugins/scale/scale-title-overlay.cpp:431
Methodinit
plugins/scale/scale.cpp:144
Methodinit
plugins/scale/scale.cpp:1478
Methodinit
plugins/scale/scale-title-filter.cpp:137
Methodinit
plugins/animate/basic_animations.hpp:19
Methodinit
plugins/animate/basic_animations.hpp:78
Methodinit
plugins/animate/zap.hpp:51
Methodinit
plugins/animate/spin.hpp:54
Methodinit
plugins/animate/squeezimize.hpp:412
Methodinit
plugins/animate/animate.hpp:28
Methodinit
plugins/animate/fire/fire.cpp:234
Methodinit
plugins/window-rules/window-rules.cpp:72
Methodinit
plugins/cube/cube.cpp:239
Methodinit
plugins/cube/cube.cpp:777
Methodinit
plugins/vswitch/vswitch.cpp:394
Methodinit
plugins/vswitch/vswitch.cpp:573
Methodinit
plugins/wm-actions/wm-actions.cpp:362
Methodinit
plugins/wm-actions/wm-actions.cpp:404
Methodinit
plugins/grid/grid.cpp:81
Methodinit
plugins/tile/tile-plugin.cpp:394
Methodinit
plugins/decor/decoration.cpp:70
Methodinit
plugins/blur/blur.cpp:335
Methodinit
plugins/ipc/ipc.cpp:345
Methodinit
plugins/ipc/stipc.cpp:288
Methodinit
plugins/wobbly/wobbly.cpp:924
Methodinit
plugins/ipc-rules/ipc-rules.cpp:26
Methodinit
plugins/protocols/session-lock.cpp:492
Methodinit
plugins/protocols/gtk-shell.cpp:339
Methodinit
plugins/protocols/shortcuts-inhibit.cpp:18
Methodinit
plugins/protocols/foreign-toplevel.cpp:257
Methodinit
plugins/protocols/input-method-v1.cpp:508
Methodinit
plugins/protocols/xdg-activation.cpp:21
Methodinit
plugins/protocols/wayfire-shell.cpp:487
Methodinit_cursor_shape_manager
src/core/seat/cursor.cpp:147
Methodinit_desktop_apis
src/view/view-impl.cpp:148
Methodinit_events
plugins/ipc-rules/ipc-events.hpp:16
Methodinit_input_methods
plugins/ipc-rules/ipc-input-methods.hpp:14
Methodinit_layer_shell
src/view/layer-shell/layer-shell.cpp:680
Methodinit_model
plugins/wobbly/wobbly.cpp:658
Methodinit_particle_with_node
plugins/animate/fire/fire.cpp:49
Methodinit_request_handlers
plugins/protocols/foreign-toplevel.cpp:191
Methodinit_switcher
Sets up basic hooks needed while switcher works and/or displays animations. * Also lower any fullscreen views that are active */
plugins/single_plugins/switcher.cpp:336
Methodinit_utility_methods
plugins/ipc-rules/ipc-utility-methods.hpp:28
Methodinit_xcursor
src/core/seat/cursor.cpp:108
Methodinit_xdg_decoration_handlers
src/view/xdg-shell/xdg-toplevel-view.cpp:513
Methodinit_xdg_shell
src/view/xdg-shell.cpp:473
Methodinit_xwayland
src/view/xwayland.cpp:219
Methodinitialize_config_options
src/core/output-layout.cpp:352
Methodinitiate
plugins/single_plugins/resize.cpp:203
Methodinitiate
plugins/single_plugins/move.cpp:303
Methodinput_coordinates_to_global_coordinates
* Find the coordinate of the given point from output-local coordinates * to coordinates relative to the first workspace (i.e (0,0)) */
plugins/single_plugins/expo.cpp:608
Methodinput_coordinates_to_output_local_coordinates
* Find the coordinate of the given point from output-local coordinates * to output-workspace-local coordinates */
plugins/single_plugins/expo.cpp:629
Methodinput_device_impl_t
src/core/seat/seat.cpp:662
Methodinput_device_t
src/core/seat/seat.cpp:656
Methodinput_grab_t
plugins/common/wayfire/plugins/common/input-grab.hpp:110
Methodinput_manager_t
src/core/seat/input-manager.cpp:116
Methodinput_method_relay
src/core/seat/input-method-relay.cpp:11
Methodinput_motion
plugins/single_plugins/resize.cpp:367
Methodinput_motion
Called when the input is moved */
plugins/tile/tree-controller.hpp:57
Methodinput_pressed
plugins/single_plugins/resize.cpp:256
Methodinput_pressed
plugins/single_plugins/move.cpp:361
Methodinput_released
plugins/single_plugins/wrot.cpp:241
Methodinput_released
* Called when the input is released or the controller should stop * Note that a controller may be deleted without receiving input_released(),
plugins/tile/tree-controller.hpp:65
Methodinput_ungrabbed
Mouse grab was released */
plugins/cube/cube.cpp:511
Functioninterpolate
Interpolate the geometry between a and b with alpha (in [0..1]), i.e a * * (1-alpha) + b * alpha */
plugins/common/wayfire/plugins/common/geometry-animation.hpp:46
Methodinvalidate_last_in_slot
Move the last view in the given slot so that it becomes invalid */
plugins/single_plugins/switcher.cpp:851
Methodipc_activator_t
plugins/ipc/wayfire/plugins/ipc/ipc-activator.hpp:23
Methodipc_method_exception_t
plugins/ipc/wayfire/plugins/ipc/ipc-method-repository.hpp:16
Methodis_active
plugins/vswitch/vswitch.cpp:439
Methodis_bool
src/json.cpp:361
Methodis_diagonal
tan(30deg)
plugins/single_plugins/vswipe.cpp:221
Methodis_focusable
src/view/xdg-shell.cpp:499
Methodis_focusable
src/view/compositor-view.cpp:172
Methodis_focusable
src/view/xwayland/xwayland-view-base.cpp:138
Methodis_focusable
src/view/xdg-shell/xdg-toplevel-view.cpp:142
← previousnext →1,801–1,900 of 2,744, ranked by callers