Home
last modified time | relevance | path

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

12

/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Doutput.c88 Con *current_ws = workspace; in output_push_sticky_windows() local
95 for (child = TAILQ_FIRST(&(current_ws->focus_head)); in output_push_sticky_windows()
96 child != TAILQ_END(&(current_ws->focus_head));) { in output_push_sticky_windows()
106 Con *current_ws = con_get_workspace(focused); in output_push_sticky_windows() local
109 con_activate(con_descend_focused(current_ws)); in output_push_sticky_windows()
H A Dcon.c1216 Con *current_ws = con_get_workspace(focused); in _con_move_to_con() local
1224 if (!ignore_focus && source_ws == current_ws && target_ws != source_ws) { in _con_move_to_con()
1304 if (old_focus_ws == current_ws && old_focus->type != CT_WORKSPACE) { in _con_move_to_con()
1316 workspace_show(current_ws); in _con_move_to_con()
/dports/x11-wm/i3/i3-4.20.1/src/
H A Doutput.c88 Con *current_ws = workspace; in output_push_sticky_windows() local
95 for (child = TAILQ_FIRST(&(current_ws->focus_head)); in output_push_sticky_windows()
96 child != TAILQ_END(&(current_ws->focus_head));) { in output_push_sticky_windows()
106 Con *current_ws = con_get_workspace(focused); in output_push_sticky_windows() local
109 con_activate(con_descend_focused(current_ws)); in output_push_sticky_windows()
H A Dcon.c1216 Con *current_ws = con_get_workspace(focused); in _con_move_to_con() local
1224 if (!ignore_focus && source_ws == current_ws && target_ws != source_ws) { in _con_move_to_con()
1304 if (old_focus_ws == current_ws && old_focus->type != CT_WORKSPACE) { in _con_move_to_con()
1316 workspace_show(current_ws); in _con_move_to_con()
/dports/x11/polybar/polybar-3.5.7/src/modules/
H A Di3.cpp237 …auto current_ws = std::find_if(workspaces.begin(), workspaces.end(), [](auto ws) { return ws->visi… in input() local
239 if (current_ws == workspaces.end()) { in input()
244 if (next && (m_wrap || std::next(current_ws) != workspaces.end())) { in input()
245 if (!(*current_ws)->focused) { in input()
247 conn.send_command(make_workspace_command((*current_ws)->name)); in input()
251 } else if (!next && (m_wrap || current_ws != workspaces.begin())) { in input()
252 if (!(*current_ws)->focused) { in input()
254 conn.send_command(make_workspace_command((*current_ws)->name)); in input()
/dports/x11-wm/i3-gaps/i3-4.20.1/testcases/t/
H A D115-ipc-workspaces.t27 my $current_ws = get_ws(focused_ws());
31 is($events[0]->{current}->{id}, $current_ws->{id}, 'the "current" property contains the initted wor…
34 is($events[1]->{current}->{id}, $current_ws->{id}, 'the "current" property should contain the focus…
H A D514-ipc-workspace-multi-monitor.t33 my $current_ws = get_ws(focused_ws);
36 is($events[0]->{current}->{id}, $current_ws->{id}, 'Event gave correct current workspace');
/dports/x11-wm/i3/i3-4.20.1/testcases/t/
H A D115-ipc-workspaces.t27 my $current_ws = get_ws(focused_ws());
31 is($events[0]->{current}->{id}, $current_ws->{id}, 'the "current" property contains the initted wor…
34 is($events[1]->{current}->{id}, $current_ws->{id}, 'the "current" property should contain the focus…
H A D514-ipc-workspace-multi-monitor.t33 my $current_ws = get_ws(focused_ws);
36 is($events[0]->{current}->{id}, $current_ws->{id}, 'Event gave correct current workspace');
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dworkspaces.c193 workspaceGetPosition (screen_info, screen_info->current_ws, &row, &col); in workspaceMove()
198 if (n == (gint) screen_info->current_ws) in workspaceMove()
203 previous_ws = screen_info->current_ws; in workspaceMove()
238 return (screen_info->current_ws != previous_ws); in workspaceMove()
257 if ((new_ws == (gint) screen_info->current_ws) && (screen_info->params->toggle_workspaces)) in workspaceSwitch()
262 if (new_ws == (gint) screen_info->current_ws) in workspaceSwitch()
283 screen_info->previous_ws = screen_info->current_ws; in workspaceSwitch()
284 screen_info->current_ws = new_ws; in workspaceSwitch()
454 if (screen_info->current_ws > count - 1) in workspaceSetCount()
H A Devents.c382 workspaceSwitch (screen_info, screen_info->current_ws + 1, c, TRUE, event->time); in handleKeyPress()
385 workspaceSwitch (screen_info, screen_info->current_ws - 1, c, TRUE, event->time); in handleKeyPress()
524 workspaceInsert (ev_screen_info, ev_screen_info->current_ws + 1); in handleKeyPress()
527 workspaceDelete (ev_screen_info, ev_screen_info->current_ws); in handleKeyPress()
881 workspaceSwitch (screen_info, screen_info->current_ws - 1, NULL, TRUE, event->time); in rootScrollButton()
885 workspaceSwitch (screen_info, screen_info->current_ws + 1, NULL, TRUE, event->time); in rootScrollButton()
937 workspaceSwitch (screen_info, screen_info->current_ws - 1, NULL, TRUE, event->time); in handleButtonPress()
1174 (c->win_workspace == screen_info->current_ws)) in handleMapRequest()
1986 (ev->data.l[0] != (long) screen_info->current_ws)) in handleClientMessage()
2795 setNetDesktopInfo (display_info, screen_info->xroot, screen_info->current_ws, in size_changed_cb()
[all …]
H A Dmain.c604 screen_info->current_ws = getNetCurrentDesktop (display_info, screen_info->xroot); in initialize()
607 setNetDesktopInfo (display_info, screen_info->xroot, screen_info->current_ws, in initialize()
H A Dscreen.h139 guint current_ws; member
H A Dclient.c2007 if ((c->win_workspace == screen_info->current_ws) || in clientFrame()
2356 if (previous_ws == c2->screen_info->current_ws) in clientSetWorkspace()
2358 clientWithdraw (c2, c2->screen_info->current_ws, FALSE); in clientSetWorkspace()
2360 … if (FLAG_TEST (c2->flags, CLIENT_FLAG_STICKY) || (ws == c2->screen_info->current_ws)) in clientSetWorkspace()
2387 if ((c->win_workspace == screen_info->current_ws) || FLAG_TEST (c->flags, CLIENT_FLAG_STICKY)) in clientShowSingle()
2646 if (screen_info->current_ws != c->win_workspace) in clientActivate()
2650 clientSetWorkspace (c, screen_info->current_ws, TRUE); in clientActivate()
2968 clientSetWorkspace (c, screen_info->current_ws, TRUE); in clientStick()
2995 … setHint (display_info, c2->window, NET_WM_DESKTOP, (unsigned long) screen_info->current_ws); in clientUnstick()
3004 setHint (display_info, c->window, NET_WM_DESKTOP, (unsigned long) screen_info->current_ws); in clientUnstick()
[all …]
H A Dscreen.c231 screen_info->current_ws = 0; in myScreenInit()
233 screen_info->current_ws = 0; in myScreenInit()
H A Dnetwm.c903 c->win_workspace = c->screen_info->current_ws; in clientGetInitialNetWmDesktop()
915 c->win_workspace = c->screen_info->current_ws; in clientGetInitialNetWmDesktop()
936 c->win_workspace = c->screen_info->current_ws; in clientGetInitialNetWmDesktop()
H A Dcycle.c217 if (workspace != screen_info->current_ws) in clientCycleActivate()
H A Dtransients.c291 && (((ws == screen_info->current_ws) && FLAG_TEST (c2->xfwm_flags, XFWM_FLAG_VISIBLE)) in clientTransientOrModalHasAncestor()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/tera-1.12.1/src/parser/
H A Dmod.rs974 let mut current_ws = WS::default(); in parse_if() localVariable
984 conditions.push((current_ws, expr.unwrap(), current_body)); in parse_if()
986 current_ws = WS::default(); in parse_if()
992 Rule::tag_start => current_ws.left = p2.as_span().as_str() == "{%-", in parse_if()
993 Rule::tag_end => current_ws.right = p2.as_span().as_str() == "-%}", in parse_if()
1007 conditions.push((current_ws, expr.unwrap(), current_body)); in parse_if()
1009 current_ws = WS::default(); in parse_if()
1015 Rule::tag_start => current_ws.left = p2.as_span().as_str() == "{%-", in parse_if()
1016 Rule::tag_end => current_ws.right = p2.as_span().as_str() == "-%}", in parse_if()
1023 otherwise = Some((current_ws, current_body)); in parse_if()
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/tera-1.6.1/src/parser/
H A Dmod.rs913 let mut current_ws = WS::default(); in parse_if() localVariable
923 conditions.push((current_ws, expr.unwrap(), current_body)); in parse_if()
925 current_ws = WS::default(); in parse_if()
931 Rule::tag_start => current_ws.left = p2.as_span().as_str() == "{%-", in parse_if()
932 Rule::tag_end => current_ws.right = p2.as_span().as_str() == "-%}", in parse_if()
946 conditions.push((current_ws, expr.unwrap(), current_body)); in parse_if()
948 current_ws = WS::default(); in parse_if()
954 Rule::tag_start => current_ws.left = p2.as_span().as_str() == "{%-", in parse_if()
955 Rule::tag_end => current_ws.right = p2.as_span().as_str() == "-%}", in parse_if()
962 otherwise = Some((current_ws, current_body)); in parse_if()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/src/parser/
H A Dmod.rs974 let mut current_ws = WS::default(); in parse_if() localVariable
984 conditions.push((current_ws, expr.unwrap(), current_body)); in parse_if()
986 current_ws = WS::default(); in parse_if()
992 Rule::tag_start => current_ws.left = p2.as_span().as_str() == "{%-", in parse_if()
993 Rule::tag_end => current_ws.right = p2.as_span().as_str() == "-%}", in parse_if()
1007 conditions.push((current_ws, expr.unwrap(), current_body)); in parse_if()
1009 current_ws = WS::default(); in parse_if()
1015 Rule::tag_start => current_ws.left = p2.as_span().as_str() == "{%-", in parse_if()
1016 Rule::tag_end => current_ws.right = p2.as_span().as_str() == "-%}", in parse_if()
1023 otherwise = Some((current_ws, current_body)); in parse_if()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/tera-1.15.0/src/parser/
H A Dmod.rs974 let mut current_ws = WS::default(); in GetExtent()
984 conditions.push((current_ws, expr.unwrap(), current_body));
986 current_ws = WS::default(); in TestCapability()
992 Rule::tag_start => current_ws.left = p2.as_span().as_str() == "{%-",
993 Rule::tag_end => current_ws.right = p2.as_span().as_str() == "-%}",
1007 conditions.push((current_ws, expr.unwrap(), current_body)); in GDALEEDADataset()
1009 current_ws = WS::default(); in GDALEEDADataset()
1015 Rule::tag_start => current_ws.left = p2.as_span().as_str() == "{%-", in GDALEEDADataset()
1016 Rule::tag_end => current_ws.right = p2.as_span().as_str() == "-%}", in GDALEEDADataset()
1023 otherwise = Some((current_ws, current_body));
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/src/parser/
H A Dmod.rs974 let mut current_ws = WS::default(); in parse_if() localVariable
984 conditions.push((current_ws, expr.unwrap(), current_body)); in parse_if()
986 current_ws = WS::default(); in parse_if()
992 Rule::tag_start => current_ws.left = p2.as_span().as_str() == "{%-", in parse_if()
993 Rule::tag_end => current_ws.right = p2.as_span().as_str() == "-%}", in parse_if()
1007 conditions.push((current_ws, expr.unwrap(), current_body)); in parse_if()
1009 current_ws = WS::default(); in parse_if()
1015 Rule::tag_start => current_ws.left = p2.as_span().as_str() == "{%-", in parse_if()
1016 Rule::tag_end => current_ws.right = p2.as_span().as_str() == "-%}", in parse_if()
1023 otherwise = Some((current_ws, current_body)); in parse_if()
[all …]
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/common/wayfire/plugins/common/
H A Dmove-drag-interface.hpp652 auto current_ws = ev->focused_output->workspace->get_current_workspace(); in adjust_view_on_output() local
657 target_ws = target_ws + current_ws; in adjust_view_on_output()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DEditorWindow.C918 WorkSpace *current_ws = this->workSpace; in setCommandActivation() local
920 if (page) current_ws = this->workSpace->getElement(page); in setCommandActivation()
927 if (si->getWorkSpace() == current_ws) in setCommandActivation()
7336 WorkSpace *current_ws = this->workSpace; in reflowEntireGraph() local
7338 if (page) current_ws = this->workSpace->getElement(page); in reflowEntireGraph()
7342 current_ws, this->network->nodeList, this->network->decoratorList); in reflowEntireGraph()
7438 WorkSpace *current_ws = this->workSpace; in undo() local
7441 if (page) current_ws = this->workSpace->getElement(page); in undo()
7442 current_ws->beginManyPlacements(); in undo()
7489 current_ws->endManyPlacements(); in undo()

12