Home
last modified time | relevance | path

Searched refs:window (Results 201 – 225 of 55967) sorted by relevance

12345678910>>...2239

/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dhold.c63 Window *window; in add_to_hold_list()
93 Window *window; in remove_from_hold_list()
102 window->hold_tail = window->hold_tail->prev;
104 window->hold_head = window->hold_tail;
119 Window *window; in hold_mode()
138 if (window->held != window->last_held)
140 window->last_held = window->held;
160 Window *window; in hold_output()
162 if (!window)
164 return (window->held == ON) || (window->scrolled_lines != 0);
[all …]
/dports/devel/directfb/DirectFB-1.4.17/wm/unique/
H A Dwindow.c182 dfb_window_unlink( &window->window ); in window_destructor()
364 notification.window = window; in unique_window_notify()
398 dfb_window_post_event( window->window, event ); in unique_window_post_event()
690 dfb_window_post_event( window->window, &evt ); in dispatch_motion()
711 dfb_window_post_event( window->window, &evt ); in dispatch_button()
727 dfb_window_post_event( window->window, &evt ); in dispatch_wheel()
748 dfb_window_post_event( window->window, &evt ); in dispatch_key()
779 dfb_window_post_event( window->window, &evt ); in dispatch_channel()
1070 stret_region_resize( window->frame, window->full.w, window->full.h ); in resize_window()
1071 stret_region_resize( window->region, window->bounds.w, window->bounds.h ); in resize_window()
[all …]
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-window.c203 NautilusWindow *window; in action_close_current_view() local
535 window->slots = g_list_append (window->slots, slot); in nautilus_window_initialize_slot()
671 window->slots = g_list_remove (window->slots, slot); in close_slot()
1650 nautilus_window_open_location_full (window, window->folder_to_open, in on_notification_operation_open_clicked()
1877 g_object_set (window->toolbar, "window", window, NULL); in setup_toolbar()
1936 window->slots = g_list_append (window->slots, slot); in notebook_page_added_cb()
2491 callback (window, window->export_handle, xid, user_data); in nautilus_window_export_handle()
2499 callback (window, window->export_handle, xid, user_data); in nautilus_window_export_handle()
2511 data->window = window; in nautilus_window_export_handle()
2714 window->pad_controller = gtk_pad_controller_new (GTK_WINDOW (window), in nautilus_window_init()
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/ext/
H A Dsingle-window-mode.jl26 window-in-single-window-mode-list-p
28 single-window-mode-get-window-for-workspace
29 single-window-mode-get-window-for-workspace
30 single-window-mode-get-workspace-for-window)
100 (single-window-mode-get-window-class-for-workspace window-ws)))
102 (single-window-mode-get-window-class-for-workspace window-ws))
106 (single-window-mode-stop (single-window-mode-get-window-for-workspace window-ws))
162 (when (window-get w 'single-window)
167 (ws (single-window-mode-get-workspace-for-window (window-class w)))
168 (in-list (window-in-single-window-mode-list-p (window-class w))))
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-window-wayland.c116 meta_wayland_surface_window_managed (window->surface, window); in meta_window_wayland_manage()
128 meta_display_unregister_wayland_window (window->display, window); in meta_window_wayland_unmanage()
404 if (new_x != window->rect.x || new_y != window->rect.y) in meta_window_wayland_move_resize_internal()
585 window->rect.x - window->custom_frame_extents.left; in meta_window_wayland_main_monitor_changed()
587 window->rect.y - window->custom_frame_extents.top; in meta_window_wayland_main_monitor_changed()
771 MetaWindow *window; in meta_window_wayland_new() local
797 return window; in meta_window_wayland_new()
987 if (rect.x != window->rect.x || rect.y != window->rect.y) in meta_window_wayland_finish_move_resize()
999 if (window->display->grab_window == window) in meta_window_wayland_finish_move_resize()
1039 window->unconstrained_rect.x = window->rect.x; in meta_window_place_with_placement_rule()
[all …]
/dports/editors/nedit/nedit-5.7/source/
H A Dundo.c111 MakeSelectionVisible(window, window->lastFocus); in Undo()
123 removeUndoItem(window); in Undo()
161 MakeSelectionVisible(window, window->lastFocus); in Redo()
173 removeRedoItem(window); in Redo()
191 int isRedo = (window->redo != NULL && window->redo->inUndo); in SaveUndoInformation()
318 SetSensitive(window, window->undoItem, True); in addUndoItem()
324 window->undo = undo; in addUndoItem()
346 SetSensitive(window, window->redoItem, True); in addRedoItem()
352 window->redo = redo; in addRedoItem()
375 SetSensitive(window, window->undoItem, False); in removeUndoItem()
[all …]
/dports/lang/clover/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer.cpp378 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
441 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
487 if (window->aub_bo.map && window->gtt_bo.map) { in display_edit_window()
489 window->editor.DrawContents((uint8_t *) window, in display_edit_window()
513 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
800 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
944 struct window *window = &context.commands_window; in show_commands_window() local
1043 struct window *window = &context.file_window; in show_aubfile_window() local
1048 snprintf(window->name, sizeof(window->name), in show_aubfile_window()
1083 window->destroy(window); in display_windows()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer.cpp378 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
441 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
487 if (window->aub_bo.map && window->gtt_bo.map) { in display_edit_window()
489 window->editor.DrawContents((uint8_t *) window, in display_edit_window()
513 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
800 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
944 struct window *window = &context.commands_window; in show_commands_window() local
1043 struct window *window = &context.file_window; in show_aubfile_window() local
1048 snprintf(window->name, sizeof(window->name), in show_aubfile_window()
1083 window->destroy(window); in display_windows()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer.cpp378 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
441 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
487 if (window->aub_bo.map && window->gtt_bo.map) { in display_edit_window()
489 window->editor.DrawContents((uint8_t *) window, in display_edit_window()
513 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
800 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
944 struct window *window = &context.commands_window; in show_commands_window() local
1043 struct window *window = &context.file_window; in show_aubfile_window() local
1048 snprintf(window->name, sizeof(window->name), in show_aubfile_window()
1083 window->destroy(window); in display_windows()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer.cpp378 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
441 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
487 if (window->aub_bo.map && window->gtt_bo.map) { in display_edit_window()
489 window->editor.DrawContents((uint8_t *) window, in display_edit_window()
513 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
800 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
944 struct window *window = &context.commands_window; in show_commands_window() local
1043 struct window *window = &context.file_window; in show_aubfile_window() local
1048 snprintf(window->name, sizeof(window->name), in show_aubfile_window()
1083 window->destroy(window); in display_windows()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer.cpp378 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
441 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
487 if (window->aub_bo.map && window->gtt_bo.map) { in display_edit_window()
489 window->editor.DrawContents((uint8_t *) window, in display_edit_window()
513 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
800 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
944 struct window *window = &context.commands_window; in show_commands_window() local
1043 struct window *window = &context.file_window; in show_aubfile_window() local
1048 snprintf(window->name, sizeof(window->name), in show_aubfile_window()
1083 window->destroy(window); in display_windows()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/tools/
H A Daubinator_viewer.cpp380 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
443 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
489 if (window->aub_bo.map && window->gtt_bo.map) { in display_edit_window()
491 window->editor.DrawContents((uint8_t *) window, in display_edit_window()
515 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
802 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
946 struct window *window = &context.commands_window; in show_commands_window() local
1045 struct window *window = &context.file_window; in show_aubfile_window() local
1050 snprintf(window->name, sizeof(window->name), in show_aubfile_window()
1085 window->destroy(window); in display_windows()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer.cpp378 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
441 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
487 if (window->aub_bo.map && window->gtt_bo.map) { in display_edit_window()
489 window->editor.DrawContents((uint8_t *) window, in display_edit_window()
513 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
800 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
944 struct window *window = &context.commands_window; in show_commands_window() local
1043 struct window *window = &context.file_window; in show_aubfile_window() local
1048 snprintf(window->name, sizeof(window->name), in show_aubfile_window()
1083 window->destroy(window); in display_windows()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer.cpp378 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
441 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
487 if (window->aub_bo.map && window->gtt_bo.map) { in display_edit_window()
489 window->editor.DrawContents((uint8_t *) window, in display_edit_window()
513 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
800 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
944 struct window *window = &context.commands_window; in show_commands_window() local
1043 struct window *window = &context.file_window; in show_aubfile_window() local
1048 snprintf(window->name, sizeof(window->name), in show_aubfile_window()
1083 window->destroy(window); in display_windows()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer.cpp378 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
441 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
487 if (window->aub_bo.map && window->gtt_bo.map) { in display_edit_window()
489 window->editor.DrawContents((uint8_t *) window, in display_edit_window()
513 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
800 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
944 struct window *window = &context.commands_window; in show_commands_window() local
1043 struct window *window = &context.file_window; in show_aubfile_window() local
1048 snprintf(window->name, sizeof(window->name), in show_aubfile_window()
1083 window->destroy(window); in display_windows()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/tools/
H A Daubinator_viewer.cpp378 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
441 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
487 if (window->aub_bo.map && window->gtt_bo.map) { in display_edit_window()
489 window->editor.DrawContents((uint8_t *) window, in display_edit_window()
513 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
800 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
944 struct window *window = &context.commands_window; in show_commands_window() local
1043 struct window *window = &context.file_window; in show_aubfile_window() local
1048 snprintf(window->name, sizeof(window->name), in show_aubfile_window()
1083 window->destroy(window); in display_windows()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer.cpp378 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
441 struct urb_window *window = xtzalloc(*window); in new_urb_window() local
487 if (window->aub_bo.map && window->gtt_bo.map) { in display_edit_window()
489 window->editor.DrawContents((uint8_t *) window, in display_edit_window()
513 struct edit_window *window = xtzalloc(*window); in new_edit_window() local
800 struct batch_window *window = xtzalloc(*window); in new_batch_window() local
944 struct window *window = &context.commands_window; in show_commands_window() local
1043 struct window *window = &context.file_window; in show_aubfile_window() local
1048 snprintf(window->name, sizeof(window->name), in show_aubfile_window()
1083 window->destroy(window); in display_windows()
[all …]
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-window.h97 void (*archive_loaded) (FrWindow *window,
99 void (*progress) (FrWindow *window,
102 void (*ready) (FrWindow *window,
109 void fr_window_set_dialog (FrWindow *window,
167 (FrWindow *window,
171 (FrWindow *window);
175 void fr_window_set_compression (FrWindow *window,
177 FrCompression fr_window_get_compression (FrWindow *window);
178 void fr_window_set_volume_size (FrWindow *window,
298 fr_window_batch_get_current_action_type(FrWindow *window);
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/video/
H A DSDL_video.c1475 for (window = _this->windows; window; window = window->next) { in SDL_ToggleDragAndDropSupport()
1635 window->windowed.x = window->x; in SDL_CreateWindow()
1636 window->windowed.y = window->y; in SDL_CreateWindow()
1637 window->windowed.w = window->w; in SDL_CreateWindow()
1933 for (window = _this->windows; window; window = window->next) { in SDL_GetWindowFromID()
2314 … SDL_SetWindowSize(window, SDL_max(window->w, window->min_w), SDL_max(window->h, window->min_h)); in SDL_SetWindowMinimumSize()
2356 … SDL_SetWindowSize(window, SDL_min(window->w, window->max_w), SDL_min(window->h, window->max_h)); in SDL_SetWindowMaximumSize()
3063 for (window = _this->windows; window; window = window->next) { in SDL_GetFocusWindow()
4401 data.window = window; in SDL_ShowSimpleMessageBox()
4464 for (window = _this->windows; window != NULL; window = window->next) { in SDL_OnApplicationWillResignActive()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/
H A DSDL_video.c1475 for (window = _this->windows; window; window = window->next) { in SDL_ToggleDragAndDropSupport()
1635 window->windowed.x = window->x; in SDL_CreateWindow()
1636 window->windowed.y = window->y; in SDL_CreateWindow()
1637 window->windowed.w = window->w; in SDL_CreateWindow()
1933 for (window = _this->windows; window; window = window->next) { in SDL_GetWindowFromID()
2314 … SDL_SetWindowSize(window, SDL_max(window->w, window->min_w), SDL_max(window->h, window->min_h)); in SDL_SetWindowMinimumSize()
2356 … SDL_SetWindowSize(window, SDL_min(window->w, window->max_w), SDL_min(window->h, window->max_h)); in SDL_SetWindowMaximumSize()
3063 for (window = _this->windows; window; window = window->next) { in SDL_GetFocusWindow()
4401 data.window = window; in SDL_ShowSimpleMessageBox()
4464 for (window = _this->windows; window != NULL; window = window->next) { in SDL_OnApplicationWillResignActive()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dglfw3.c15 static void wposicb(GLFWwindow *window, int x, int y) { assert(window != NULL); (void)x; (void)y; } in wposicb() argument
16 static void wsizecb(GLFWwindow *window, int w, int h) { assert(window != NULL); (void)w; (void)h; } in wsizecb() argument
17 static void wcloscb(GLFWwindow *window) { assert(window != NULL); } in wcloscb() argument
18 static void wrfrscb(GLFWwindow *window) { assert(window != NULL); } in wrfrscb() argument
19 static void wfocucb(GLFWwindow *window, int focused) { assert(window != NULL); (void)focused; } in wfocucb() argument
20 static void wiconcb(GLFWwindow *window, int iconified) { assert(window != NULL); (void)iconified; } in wiconcb() argument
21 static void wfsizcb(GLFWwindow *window, int w, int h) { assert(window != NULL); (void)w; (void)h; } in wfsizcb() argument
25 static void wcharcb(GLFWwindow *window, unsigned int cp) { assert(window != NULL); (void)cp; } in wcharcb() argument
30 static void wcurecb(GLFWwindow *window, int entered) { assert(window != NULL); (void)entered; } in wcurecb() argument
46 GLFWwindow *window; in main() local
[all …]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Dplasmawindowmodel.cpp57 windows.append(window); in addWindow()
72 QObject::connect(window, &PlasmaWindow::titleChanged, q, [window, this] { in addWindow()
76 QObject::connect(window, &PlasmaWindow::iconChanged, q, [window, this] { in addWindow()
80 QObject::connect(window, &PlasmaWindow::appIdChanged, q, [window, this] { in addWindow()
84 QObject::connect(window, &PlasmaWindow::activeChanged, q, [window, this] { in addWindow()
92 QObject::connect(window, &PlasmaWindow::fullscreenChanged, q, [window, this] { in addWindow()
100 QObject::connect(window, &PlasmaWindow::maximizedChanged, q, [window, this] { in addWindow()
108 QObject::connect(window, &PlasmaWindow::minimizedChanged, q, [window, this] { in addWindow()
112 QObject::connect(window, &PlasmaWindow::keepAboveChanged, q, [window, this] { in addWindow()
140 QObject::connect(window, &PlasmaWindow::shadedChanged, q, [window, this] { in addWindow()
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Dinput.c156 window->callbacks.key((GLFWwindow*) window, key, scancode, action, mods); in _glfwInputKey()
165 window->callbacks.charmods((GLFWwindow*) window, codepoint, mods); in _glfwInputChar()
170 window->callbacks.character((GLFWwindow*) window, codepoint); in _glfwInputChar()
177 window->callbacks.scroll((GLFWwindow*) window, xoffset, yoffset); in _glfwInputScroll()
192 window->callbacks.mouseButton((GLFWwindow*) window, button, action, mods); in _glfwInputMouseClick()
210 window->callbacks.cursorPos((GLFWwindow*) window, x, y); in _glfwInputCursorMotion()
216 window->callbacks.cursorEnter((GLFWwindow*) window, entered); in _glfwInputCursorEnter()
222 window->callbacks.drop((GLFWwindow*) window, count, paths); in _glfwInputDrop()
422 _GLFWwindow* window; in glfwDestroyCursor() local
424 for (window = _glfw.windowListHead; window; window = window->next) in glfwDestroyCursor()
[all …]
/dports/graphics/atril-lite/atril-1.26.0/libview/
H A Dev-annotation-window.c345 window); in ev_annotation_window_init()
384 window); in ev_annotation_window_init()
401 window); in ev_annotation_window_init()
487 window); in ev_annotation_window_constructor()
490 window); in ev_annotation_window_constructor()
493 window); in ev_annotation_window_constructor()
505 (window->x != event->x || window->y != event->y)) { in ev_annotation_window_configure_event()
520 if (window->orig_x != window->x || window->orig_y != window->y) { in ev_annotation_window_focus_in_event()
521 window->orig_x = window->x; in ev_annotation_window_focus_in_event()
522 window->orig_y = window->y; in ev_annotation_window_focus_in_event()
[all …]
/dports/graphics/atril/atril-1.26.0/libview/
H A Dev-annotation-window.c345 window); in ev_annotation_window_init()
384 window); in ev_annotation_window_init()
401 window); in ev_annotation_window_init()
487 window); in ev_annotation_window_constructor()
490 window); in ev_annotation_window_constructor()
493 window); in ev_annotation_window_constructor()
505 (window->x != event->x || window->y != event->y)) { in ev_annotation_window_configure_event()
520 if (window->orig_x != window->x || window->orig_y != window->y) { in ev_annotation_window_focus_in_event()
521 window->orig_x = window->x; in ev_annotation_window_focus_in_event()
522 window->orig_y = window->y; in ev_annotation_window_focus_in_event()
[all …]

12345678910>>...2239