|
static void | _wlmtk_workspace_element_destroy (wlmtk_element_t *element_ptr) |
|
static void | _wlmtk_workspace_element_get_dimensions (wlmtk_element_t *element_ptr, int *left_ptr, int *top_ptr, int *right_ptr, int *bottom_ptr) |
|
static void | _wlmtk_workspace_element_get_pointer_area (wlmtk_element_t *element_ptr, int *x1_ptr, int *y1_ptr, int *x2_ptr, int *y2_ptr) |
|
static bool | _wlmtk_workspace_element_pointer_motion (wlmtk_element_t *element_ptr, wlmtk_pointer_motion_event_t *motion_event_ptr) |
|
static bool | _wlmtk_workspace_element_pointer_button (wlmtk_element_t *element_ptr, const wlmtk_button_event_t *button_event_ptr) |
|
static void | _wlmtk_workspace_handle_output_layout_change (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | _wlmtk_workspace_handle_element_pointer_leave (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | _wlmtk_window_reposition_window (bs_dllist_node_t *dlnode_ptr, void *ud_ptr) |
|
static bool | pfsm_move_begin (wlmtk_fsm_t *fsm_ptr, void *ud_ptr) |
|
static bool | pfsm_move_motion (wlmtk_fsm_t *fsm_ptr, void *ud_ptr) |
|
static bool | pfsm_resize_begin (wlmtk_fsm_t *fsm_ptr, void *ud_ptr) |
|
static bool | pfsm_resize_motion (wlmtk_fsm_t *fsm_ptr, void *ud_ptr) |
|
static bool | pfsm_reset (wlmtk_fsm_t *fsm_ptr, void *ud_ptr) |
|
wlmtk_workspace_t * | wlmtk_workspace_create (struct wlr_output_layout *wlr_output_layout_ptr, const char *name_ptr, const wlmtk_tile_style_t *tile_style_ptr) |
|
void | wlmtk_workspace_destroy (wlmtk_workspace_t *workspace_ptr) |
|
void | wlmtk_workspace_set_details (wlmtk_workspace_t *workspace_ptr, int index) |
|
void | wlmtk_workspace_get_details (wlmtk_workspace_t *workspace_ptr, const char **name_ptr_ptr, int *index_ptr) |
|
struct wlr_box | wlmtk_workspace_get_maximize_extents (wlmtk_workspace_t *workspace_ptr, struct wlr_output *wlr_output_ptr) |
|
void | wlmtk_workspace_confine_within (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr) |
|
struct wlr_output_layout * | wlmtk_workspace_get_wlr_output_layout (wlmtk_workspace_t *workspace_ptr) |
|
struct wlr_box | wlmtk_workspace_get_fullscreen_extents (wlmtk_workspace_t *workspace_ptr, struct wlr_output *wlr_output_ptr) |
|
void | wlmtk_workspace_enable (wlmtk_workspace_t *workspace_ptr, bool enabled) |
|
bool | wlmtk_workspace_enabled (wlmtk_workspace_t *workspace_ptr) |
|
void | wlmtk_workspace_map_window (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr) |
|
void | wlmtk_workspace_unmap_window (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr) |
|
wlmtk_layer_t * | wlmtk_workspace_get_layer (wlmtk_workspace_t *workspace_ptr, wlmtk_workspace_layer_t layer) |
|
bs_dllist_t * | wlmtk_workspace_get_windows_dllist (wlmtk_workspace_t *workspace_ptr) |
|
void | wlmtk_workspace_window_to_fullscreen (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr, bool fullscreen) |
|
void | wlmtk_workspace_begin_window_move (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr) |
|
void | wlmtk_workspace_begin_window_resize (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr, uint32_t edges) |
|
void | wlmtk_workspace_activate_window (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr) |
|
wlmtk_window_t * | wlmtk_workspace_get_activated_window (wlmtk_workspace_t *workspace_ptr) |
|
void | wlmtk_workspace_activate_previous_window (wlmtk_workspace_t *workspace_ptr) |
|
void | wlmtk_workspace_activate_next_window (wlmtk_workspace_t *workspace_ptr) |
|
void | wlmtk_workspace_raise_window (wlmtk_workspace_t *workspace_ptr, wlmtk_window_t *window_ptr) |
|
wlmtk_element_t * | wlmtk_workspace_element (wlmtk_workspace_t *workspace_ptr) |
|
wlmtk_root_t * | wlmtk_workspace_get_root (wlmtk_workspace_t *workspace_ptr) |
|
void | wlmtk_workspace_set_root (wlmtk_workspace_t *workspace_ptr, wlmtk_root_t *root_ptr) |
|
bs_dllist_node_t * | wlmtk_dlnode_from_workspace (wlmtk_workspace_t *workspace_ptr) |
|
wlmtk_workspace_t * | wlmtk_workspace_from_dlnode (bs_dllist_node_t *dlnode_ptr) |
|
static void | test_create_destroy (bs_test_t *test_ptr) |
|
static void | test_map_unmap (bs_test_t *test_ptr) |
|
static void | test_move (bs_test_t *test_ptr) |
|
static void | test_unmap_during_move (bs_test_t *test_ptr) |
|
static void | test_resize (bs_test_t *test_ptr) |
|
static void | test_enable (bs_test_t *test_ptr) |
|
static void | test_activate (bs_test_t *test_ptr) |
|
static void | test_activate_cycling (bs_test_t *test_ptr) |
|
static void | test_multi_output_extents (bs_test_t *test_ptr) |
|
static void | test_multi_output_reposition (bs_test_t *test_ptr) |
|
- Copyright
- Copyright 2023 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.