1 /* dock.c- built-in Dock module for WindowMaker
3 * Window Maker window manager
5 * Copyright (c) 1997-2003 Alfredo K. Kojima
6 * Copyright (c) 1998-2003 Dan Pascu
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
27 #include <X11/Xutil.h>
35 #define PATH_MAX DEFAULT_PATH_MAX
38 #include "WindowMaker.h"
48 #include "properties.h"
52 #include "workspace.h"
54 #include "superfluous.h"
58 /**** Local variables ****/
61 #define CLIP_FORWARD 2
63 /**** Global variables ****/
66 extern void DestroyDockAppSettingsPanel();
68 extern void ShowDockAppSettingsPanel(WAppIcon * aicon);
70 extern XContext wWinContext;
72 extern Cursor wCursor[WCUR_LAST];
74 extern WPreferences wPreferences;
76 extern XContext wWinContext;
78 #define MOD_MASK wPreferences.modifier_mask
80 extern void appIconMouseDown(WObjDescriptor * desc, XEvent * event);
82 #define ICON_SIZE wPreferences.icon_size
84 /***** Local variables ****/
86 static WMPropList *dCommand = NULL;
87 static WMPropList *dPasteCommand = NULL;
88 #ifdef XDND /* XXX was OFFIX */
89 static WMPropList *dDropCommand = NULL;
91 static WMPropList *dAutoLaunch, *dLock;
92 static WMPropList *dName, *dForced, *dBuggyApplication, *dYes, *dNo;
93 static WMPropList *dHost, *dDock, *dClip;
94 static WMPropList *dAutoAttractIcons;
96 static WMPropList *dPosition, *dApplications, *dLowered, *dCollapsed;
98 static WMPropList *dAutoCollapse, *dAutoRaiseLower, *dOmnipresent;
100 static void dockIconPaint(WAppIcon * btn);
102 static void iconMouseDown(WObjDescriptor * desc, XEvent * event);
104 static pid_t execCommand(WAppIcon * btn, char *command, WSavedState * state);
106 static void trackDeadProcess(pid_t pid, unsigned char status, WDock * dock);
108 static int getClipButton(int px, int py);
110 static void toggleLowered(WDock * dock);
112 static void toggleCollapsed(WDock * dock);
114 static void clipIconExpose(WObjDescriptor * desc, XEvent * event);
116 static void clipLeave(WDock * dock);
118 static void handleClipChangeWorkspace(WScreen * scr, XEvent * event);
120 Bool moveIconBetweenDocks(WDock * src, WDock * dest, WAppIcon * icon, int x, int y);
122 static void clipEnterNotify(WObjDescriptor * desc, XEvent * event);
123 static void clipLeaveNotify(WObjDescriptor * desc, XEvent * event);
124 static void clipAutoCollapse(void *cdata);
125 static void clipAutoExpand(void *cdata);
126 static void launchDockedApplication(WAppIcon * btn, Bool withSelection);
128 static void clipAutoLower(void *cdata);
129 static void clipAutoRaise(void *cdata);
131 static void showClipBalloon(WDock * dock, int workspace);
133 static void make_keys()
135 if (dCommand != NULL)
138 dCommand = WMRetainPropList(WMCreatePLString("Command"));
139 dPasteCommand = WMRetainPropList(WMCreatePLString("PasteCommand"));
141 dDropCommand = WMRetainPropList(WMCreatePLString("DropCommand"));
143 dLock = WMRetainPropList(WMCreatePLString("Lock"));
144 dAutoLaunch = WMRetainPropList(WMCreatePLString("AutoLaunch"));
145 dName = WMRetainPropList(WMCreatePLString("Name"));
146 dForced = WMRetainPropList(WMCreatePLString("Forced"));
147 dBuggyApplication = WMRetainPropList(WMCreatePLString("BuggyApplication"));
148 dYes = WMRetainPropList(WMCreatePLString("Yes"));
149 dNo = WMRetainPropList(WMCreatePLString("No"));
150 dHost = WMRetainPropList(WMCreatePLString("Host"));
152 dPosition = WMCreatePLString("Position");
153 dApplications = WMCreatePLString("Applications");
154 dLowered = WMCreatePLString("Lowered");
155 dCollapsed = WMCreatePLString("Collapsed");
156 dAutoCollapse = WMCreatePLString("AutoCollapse");
157 dAutoRaiseLower = WMCreatePLString("AutoRaiseLower");
158 dAutoAttractIcons = WMCreatePLString("AutoAttractIcons");
160 dOmnipresent = WMCreatePLString("Omnipresent");
162 dDock = WMCreatePLString("Dock");
163 dClip = WMCreatePLString("Clip");
166 static void renameCallback(WMenu * menu, WMenuEntry * entry)
168 WDock *dock = entry->clientdata;
173 assert(entry->clientdata != NULL);
175 wspace = dock->screen_ptr->current_workspace;
177 name = wstrdup(dock->screen_ptr->workspaces[wspace]->name);
179 snprintf(buffer, sizeof(buffer), _("Type the name for workspace %i:"), wspace + 1);
180 if (wInputDialog(dock->screen_ptr, _("Rename Workspace"), buffer, &name)) {
181 wWorkspaceRename(dock->screen_ptr, wspace, name);
188 static void toggleLoweredCallback(WMenu * menu, WMenuEntry * entry)
190 assert(entry->clientdata != NULL);
192 toggleLowered(entry->clientdata);
194 entry->flags.indicator_on = !(((WDock *) entry->clientdata)->lowered);
199 static int matchWindow(void *item, void *cdata)
201 return (((WFakeGroupLeader *) item)->leader == (Window) cdata);
204 static void killCallback(WMenu * menu, WMenuEntry * entry)
206 WScreen *scr = menu->menu->screen_ptr;
208 WFakeGroupLeader *fPtr;
211 if (!WCHECK_STATE(WSTATE_NORMAL))
214 assert(entry->clientdata != NULL);
216 icon = (WAppIcon *) entry->clientdata;
220 WCHANGE_STATE(WSTATE_MODAL);
222 buffer = wstrconcat(icon->wm_class,
223 _(" will be forcibly closed.\n"
224 "Any unsaved changes will be lost.\n" "Please confirm."));
226 if (icon->icon && icon->icon->owner) {
227 fPtr = icon->icon->owner->fake_group;
229 /* is this really necessary? can we kill a non-running dock icon? */
230 Window win = icon->main_window;
233 index = WMFindInArray(scr->fakeGroupLeaders, matchWindow, (void *)win);
234 if (index != WANotFound)
235 fPtr = WMGetFromArray(scr->fakeGroupLeaders, index);
240 if (wPreferences.dont_confirm_kill
241 || wMessageDialog(menu->frame->screen_ptr, _("Kill Application"),
242 buffer, _("Yes"), _("No"), NULL) == WAPRDefault) {
244 WWindow *wwin, *twin;
246 wwin = scr->focused_window;
249 if (wwin->fake_group == fPtr) {
254 } else if (icon->icon && icon->icon->owner) {
255 wClientKill(icon->icon->owner);
263 WCHANGE_STATE(WSTATE_NORMAL);
266 /* TODO: replace this function with a member of the dock struct */
267 static int numberOfSelectedIcons(WDock * dock)
273 for (i = 1; i < dock->max_icons; i++) {
274 aicon = dock->icon_array[i];
275 if (aicon && aicon->icon->selected) {
283 static WMArray *getSelected(WDock * dock)
285 WMArray *ret = WMCreateArray(8);
289 for (i = 1; i < dock->max_icons; i++) {
290 btn = dock->icon_array[i];
291 if (btn && btn->icon->selected) {
292 WMAddToArray(ret, btn);
299 static void paintClipButtons(WAppIcon * clipIcon, Bool lpushed, Bool rpushed)
301 Window win = clipIcon->icon->core->window;
302 WScreen *scr = clipIcon->icon->core->screen_ptr;
304 int pt = CLIP_BUTTON_SIZE * ICON_SIZE / 64;
305 int tp = ICON_SIZE - pt;
306 int as = pt - 15; /* 15 = 5+5+5 */
307 GC gc = scr->draw_gc; /* maybe use WMColorGC() instead here? */
309 #ifdef GRADIENT_CLIP_ARROW
310 Bool collapsed = clipIcon->dock->collapsed;
313 /*if (!clipIcon->dock->collapsed)
314 color = scr->clip_title_color[CLIP_NORMAL];
316 color = scr->clip_title_color[CLIP_COLLAPSED]; */
317 color = scr->clip_title_color[CLIP_NORMAL];
319 XSetForeground(dpy, gc, WMColorPixel(color));
324 p[1].x = ICON_SIZE - 2;
326 p[2].x = ICON_SIZE - 2;
328 } else if (lpushed) {
332 p[1].y = ICON_SIZE - 2;
334 p[2].y = ICON_SIZE - 2;
336 if (lpushed || rpushed) {
337 XSetForeground(dpy, scr->draw_gc, scr->white_pixel);
338 XFillPolygon(dpy, win, scr->draw_gc, p, 3, Convex, CoordModeOrigin);
339 XSetForeground(dpy, scr->draw_gc, scr->black_pixel);
341 #ifdef GRADIENT_CLIP_ARROW
343 XSetFillStyle(dpy, scr->copy_gc, FillTiled);
344 XSetTile(dpy, scr->copy_gc, scr->clip_arrow_gradient);
345 XSetClipMask(dpy, scr->copy_gc, None);
348 #endif /* GRADIENT_CLIP_ARROW */
350 /* top right arrow */
351 p[0].x = p[3].x = ICON_SIZE - 5 - as;
353 p[1].x = ICON_SIZE - 6;
355 p[2].x = ICON_SIZE - 6;
358 XFillPolygon(dpy, win, scr->draw_gc, p, 3, Convex, CoordModeOrigin);
359 XDrawLines(dpy, win, scr->draw_gc, p, 4, CoordModeOrigin);
361 #ifdef GRADIENT_CLIP_ARROW
363 XSetTSOrigin(dpy, gc, ICON_SIZE - 6 - as, 5);
365 XFillPolygon(dpy, win, gc, p, 3, Convex, CoordModeOrigin);
366 XDrawLines(dpy, win, gc, p, 4, CoordModeOrigin);
369 /* bottom left arrow */
371 p[0].y = p[3].y = ICON_SIZE - 5 - as;
373 p[1].y = ICON_SIZE - 6;
375 p[2].y = ICON_SIZE - 6;
377 XFillPolygon(dpy, win, scr->draw_gc, p, 3, Convex, CoordModeOrigin);
378 XDrawLines(dpy, win, scr->draw_gc, p, 4, CoordModeOrigin);
380 #ifdef GRADIENT_CLIP_ARROW
382 XSetTSOrigin(dpy, gc, 5, ICON_SIZE - 6 - as);
384 XFillPolygon(dpy, win, gc, p, 3, Convex, CoordModeOrigin);
385 XDrawLines(dpy, win, gc, p, 4, CoordModeOrigin);
387 #ifdef GRADIENT_CLIP_ARROW
389 XSetFillStyle(dpy, scr->copy_gc, FillSolid);
393 RImage *wClipMakeTile(WScreen * scr, RImage * normalTile)
395 RImage *tile = RCloneImage(normalTile);
402 pt = CLIP_BUTTON_SIZE * wPreferences.icon_size / 64;
403 tp = wPreferences.icon_size - 1 - pt;
407 black.red = black.green = black.blue = 0;
410 dark.red = dark.green = dark.blue = 60;
413 light.red = light.green = light.blue = 80;
416 ROperateLine(tile, RSubtractOperation, tp, 0, wPreferences.icon_size - 2, pt - 1, &dark);
417 RDrawLine(tile, tp - 1, 0, wPreferences.icon_size - 1, pt + 1, &black);
418 ROperateLine(tile, RAddOperation, tp, 2, wPreferences.icon_size - 3, pt, &light);
421 ROperateLine(tile, RSubtractOperation, ICON_SIZE - 7 - as, 4, ICON_SIZE - 5, 4, &dark);
422 ROperateLine(tile, RSubtractOperation, ICON_SIZE - 6 - as, 5, ICON_SIZE - 5, 6 + as, &dark);
423 ROperateLine(tile, RAddOperation, ICON_SIZE - 5, 4, ICON_SIZE - 5, 6 + as, &light);
426 ROperateLine(tile, RAddOperation, 2, tp + 2, pt - 2, wPreferences.icon_size - 3, &dark);
427 RDrawLine(tile, 0, tp - 1, pt + 1, wPreferences.icon_size - 1, &black);
428 ROperateLine(tile, RSubtractOperation, 0, tp - 2, pt + 1, wPreferences.icon_size - 2, &light);
431 ROperateLine(tile, RSubtractOperation, 4, ICON_SIZE - 7 - as, 4, ICON_SIZE - 5, &dark);
432 ROperateLine(tile, RSubtractOperation, 5, ICON_SIZE - 6 - as, 6 + as, ICON_SIZE - 5, &dark);
433 ROperateLine(tile, RAddOperation, 4, ICON_SIZE - 5, 6 + as, ICON_SIZE - 5, &light);
438 static void omnipresentCallback(WMenu * menu, WMenuEntry * entry)
440 WAppIcon *clickedIcon = entry->clientdata;
443 WMArray *selectedIcons;
444 WMArrayIterator iter;
447 assert(entry->clientdata != NULL);
449 dock = clickedIcon->dock;
451 selectedIcons = getSelected(dock);
453 if (!WMGetArrayItemCount(selectedIcons))
454 WMAddToArray(selectedIcons, clickedIcon);
457 WM_ITERATE_ARRAY(selectedIcons, aicon, iter) {
458 if (wClipMakeIconOmnipresent(aicon, !aicon->omnipresent) == WO_FAILED)
460 else if (aicon->icon->selected)
461 wIconSelect(aicon->icon);
463 WMFreeArray(selectedIcons);
466 wMessageDialog(dock->screen_ptr, _("Warning"),
467 _("Some icons cannot be made omnipresent. "
468 "Please make sure that no other icon is "
469 "docked in the same positions on the other "
470 "workspaces and the Clip is not full in "
471 "some workspace."), _("OK"), NULL, NULL);
472 } else if (failed == 1) {
473 wMessageDialog(dock->screen_ptr, _("Warning"),
474 _("Icon cannot be made omnipresent. "
475 "Please make sure that no other icon is "
476 "docked in the same position on the other "
477 "workspaces and the Clip is not full in "
478 "some workspace."), _("OK"), NULL, NULL);
482 static void removeIconsCallback(WMenu * menu, WMenuEntry * entry)
484 WAppIcon *clickedIcon = (WAppIcon *) entry->clientdata;
487 WMArray *selectedIcons;
491 assert(clickedIcon != NULL);
493 dock = clickedIcon->dock;
495 selectedIcons = getSelected(dock);
497 if (WMGetArrayItemCount(selectedIcons)) {
498 if (wMessageDialog(dock->screen_ptr, _("Workspace Clip"),
499 _("All selected icons will be removed!"),
500 _("OK"), _("Cancel"), NULL) != WAPRDefault) {
501 WMFreeArray(selectedIcons);
505 if (clickedIcon->xindex == 0 && clickedIcon->yindex == 0) {
506 WMFreeArray(selectedIcons);
509 WMAddToArray(selectedIcons, clickedIcon);
512 WM_ITERATE_ARRAY(selectedIcons, aicon, it) {
513 keepit = aicon->running && wApplicationOf(aicon->main_window);
514 wDockDetach(dock, aicon);
516 /* XXX: can: aicon->icon == NULL ? */
517 PlaceIcon(dock->screen_ptr, &aicon->x_pos, &aicon->y_pos,
518 wGetHeadForWindow(aicon->icon->owner));
519 XMoveWindow(dpy, aicon->icon->core->window, aicon->x_pos, aicon->y_pos);
520 if (!dock->mapped || dock->collapsed)
521 XMapWindow(dpy, aicon->icon->core->window);
524 WMFreeArray(selectedIcons);
526 if (wPreferences.auto_arrange_icons)
527 wArrangeIcons(dock->screen_ptr, True);
530 static void keepIconsCallback(WMenu * menu, WMenuEntry * entry)
532 WAppIcon *clickedIcon = (WAppIcon *) entry->clientdata;
535 WMArray *selectedIcons;
538 assert(clickedIcon != NULL);
539 dock = clickedIcon->dock;
541 selectedIcons = getSelected(dock);
543 if (!WMGetArrayItemCount(selectedIcons)
544 && clickedIcon != dock->screen_ptr->clip_icon) {
545 char *command = NULL;
547 if (!clickedIcon->command && !clickedIcon->editing) {
548 clickedIcon->editing = 1;
549 if (wInputDialog(dock->screen_ptr, _("Keep Icon"),
550 _("Type the command used to launch the application"), &command)) {
551 if (command && (command[0] == 0 || (command[0] == '-' && command[1] == 0))) {
555 clickedIcon->command = command;
556 clickedIcon->editing = 0;
558 clickedIcon->editing = 0;
561 WMFreeArray(selectedIcons);
566 WMAddToArray(selectedIcons, clickedIcon);
569 WM_ITERATE_ARRAY(selectedIcons, aicon, it) {
570 if (aicon->icon->selected)
571 wIconSelect(aicon->icon);
572 if (aicon && aicon->attracted && aicon->command) {
573 aicon->attracted = 0;
574 if (aicon->icon->shadowed) {
575 aicon->icon->shadowed = 0;
576 aicon->icon->force_paint = 1;
577 wAppIconPaint(aicon);
581 WMFreeArray(selectedIcons);
584 static void toggleAutoAttractCallback(WMenu * menu, WMenuEntry * entry)
586 WDock *dock = (WDock *) entry->clientdata;
588 assert(entry->clientdata != NULL);
590 dock->attract_icons = !dock->attract_icons;
591 /*if (!dock->attract_icons)
592 dock->keep_attracted = 0; */
594 entry->flags.indicator_on = dock->attract_icons;
599 static void selectCallback(WMenu * menu, WMenuEntry * entry)
601 WAppIcon *icon = (WAppIcon *) entry->clientdata;
603 assert(icon != NULL);
605 wIconSelect(icon->icon);
610 static void colectIconsCallback(WMenu * menu, WMenuEntry * entry)
612 WAppIcon *clickedIcon = (WAppIcon *) entry->clientdata;
615 int x, y, x_pos, y_pos;
617 assert(entry->clientdata != NULL);
618 clip = clickedIcon->dock;
620 aicon = clip->screen_ptr->app_icon_list;
623 if (!aicon->docked && wDockFindFreeSlot(clip, &x, &y)) {
624 x_pos = clip->x_pos + x * ICON_SIZE;
625 y_pos = clip->y_pos + y * ICON_SIZE;
626 if (aicon->x_pos != x_pos || aicon->y_pos != y_pos) {
628 if (wPreferences.no_animations) {
629 XMoveWindow(dpy, aicon->icon->core->window, x_pos, y_pos);
631 SlideWindow(aicon->icon->core->window,
632 aicon->x_pos, aicon->y_pos, x_pos, y_pos);
635 XMoveWindow(dpy, aicon->icon->core->window, x_pos, y_pos);
636 #endif /* ANIMATIONS */
638 aicon->attracted = 1;
639 if (!aicon->icon->shadowed) {
640 aicon->icon->shadowed = 1;
641 aicon->icon->force_paint = 1;
642 /* We don't do an wAppIconPaint() here because it's in
643 * wDockAttachIcon(). -Dan
646 wDockAttachIcon(clip, aicon, x, y);
647 if (clip->collapsed || !clip->mapped)
648 XUnmapWindow(dpy, aicon->icon->core->window);
654 static void selectIconsCallback(WMenu * menu, WMenuEntry * entry)
656 WAppIcon *clickedIcon = (WAppIcon *) entry->clientdata;
658 WMArray *selectedIcons;
659 WMArrayIterator iter;
663 assert(clickedIcon != NULL);
664 dock = clickedIcon->dock;
666 selectedIcons = getSelected(dock);
668 if (!WMGetArrayItemCount(selectedIcons)) {
669 for (i = 1; i < dock->max_icons; i++) {
670 btn = dock->icon_array[i];
671 if (btn && !btn->icon->selected) {
672 wIconSelect(btn->icon);
676 WM_ITERATE_ARRAY(selectedIcons, btn, iter) {
677 wIconSelect(btn->icon);
680 WMFreeArray(selectedIcons);
685 static void toggleCollapsedCallback(WMenu * menu, WMenuEntry * entry)
687 assert(entry->clientdata != NULL);
689 toggleCollapsed(entry->clientdata);
691 entry->flags.indicator_on = ((WDock *) entry->clientdata)->collapsed;
696 static void toggleAutoCollapseCallback(WMenu * menu, WMenuEntry * entry)
699 assert(entry->clientdata != NULL);
701 dock = (WDock *) entry->clientdata;
703 dock->auto_collapse = !dock->auto_collapse;
705 entry->flags.indicator_on = ((WDock *) entry->clientdata)->auto_collapse;
710 static void toggleAutoRaiseLowerCallback(WMenu * menu, WMenuEntry * entry)
713 assert(entry->clientdata != NULL);
715 dock = (WDock *) entry->clientdata;
717 dock->auto_raise_lower = !dock->auto_raise_lower;
719 entry->flags.indicator_on = ((WDock *) entry->clientdata)->auto_raise_lower;
724 static void launchCallback(WMenu * menu, WMenuEntry * entry)
726 WAppIcon *btn = (WAppIcon *) entry->clientdata;
728 launchDockedApplication(btn, False);
731 static void settingsCallback(WMenu * menu, WMenuEntry * entry)
733 WAppIcon *btn = (WAppIcon *) entry->clientdata;
737 ShowDockAppSettingsPanel(btn);
740 static void hideCallback(WMenu * menu, WMenuEntry * entry)
743 WAppIcon *btn = (WAppIcon *) entry->clientdata;
745 wapp = wApplicationOf(btn->icon->owner->main_window);
747 if (wapp->flags.hidden) {
748 wWorkspaceChange(btn->icon->core->screen_ptr, wapp->last_workspace);
749 wUnhideApplication(wapp, False, False);
751 wHideApplication(wapp);
755 static void unhideHereCallback(WMenu * menu, WMenuEntry * entry)
758 WAppIcon *btn = (WAppIcon *) entry->clientdata;
760 wapp = wApplicationOf(btn->icon->owner->main_window);
762 wUnhideApplication(wapp, False, True);
765 WAppIcon *mainIconCreate(WScreen * scr, int type)
770 if (type == WM_CLIP) {
772 return scr->clip_icon;
773 btn = wAppIconCreateForDock(scr, NULL, "Logo", "WMClip", TILE_CLIP);
774 btn->icon->core->descriptor.handle_expose = clipIconExpose;
775 btn->icon->core->descriptor.handle_enternotify = clipEnterNotify;
776 btn->icon->core->descriptor.handle_leavenotify = clipLeaveNotify;
777 /*x_pos = scr->scr_width - ICON_SIZE*2 - DOCK_EXTRA_SPACE; */
780 btn = wAppIconCreateForDock(scr, NULL, "Logo", "WMDock", TILE_NORMAL);
781 x_pos = scr->scr_width - ICON_SIZE - DOCK_EXTRA_SPACE;
787 btn->icon->core->descriptor.handle_mousedown = iconMouseDown;
788 btn->icon->core->descriptor.parent_type = WCLASS_DOCK_ICON;
789 btn->icon->core->descriptor.parent = btn;
790 /*ChangeStackingLevel(btn->icon->core, WMDockLevel); */
791 XMapWindow(dpy, btn->icon->core->window);
796 scr->clip_icon = btn;
801 static void switchWSCommand(WMenu * menu, WMenuEntry * entry)
803 WAppIcon *btn, *icon = (WAppIcon *) entry->clientdata;
804 WScreen *scr = icon->icon->core->screen_ptr;
806 WMArray *selectedIcons;
809 if (entry->order == scr->current_workspace)
812 dest = scr->workspaces[entry->order]->clip;
814 selectedIcons = getSelected(src);
816 if (WMGetArrayItemCount(selectedIcons)) {
817 WMArrayIterator iter;
819 WM_ITERATE_ARRAY(selectedIcons, btn, iter) {
820 if (wDockFindFreeSlot(dest, &x, &y)) {
821 moveIconBetweenDocks(src, dest, btn, x, y);
822 XUnmapWindow(dpy, btn->icon->core->window);
825 } else if (icon != scr->clip_icon) {
826 if (wDockFindFreeSlot(dest, &x, &y)) {
827 moveIconBetweenDocks(src, dest, icon, x, y);
828 XUnmapWindow(dpy, icon->icon->core->window);
831 WMFreeArray(selectedIcons);
834 static void launchDockedApplication(WAppIcon * btn, Bool withSelection)
836 WScreen *scr = btn->icon->core->screen_ptr;
838 if (!btn->launching &&
839 ((!withSelection && btn->command != NULL) || (withSelection && btn->paste_command != NULL))) {
840 if (!btn->forced_dock) {
841 btn->relaunching = btn->running;
844 if (btn->wm_instance || btn->wm_class) {
845 WWindowAttributes attr;
846 memset(&attr, 0, sizeof(WWindowAttributes));
847 wDefaultFillAttributes(scr, btn->wm_instance, btn->wm_class, &attr, NULL, True);
849 if (!attr.no_appicon && !btn->buggy_app)
854 btn->drop_launch = 0;
855 btn->paste_launch = withSelection;
856 scr->last_dock = btn->dock;
857 btn->pid = execCommand(btn, (withSelection ? btn->paste_command : btn->command), NULL);
859 if (btn->buggy_app) {
860 /* give feedback that the app was launched */
864 WMAddTimerHandler(200, (WMCallback *) dockIconPaint, btn);
869 wwarning(_("could not launch application %s\n"), btn->command);
871 if (!btn->relaunching) {
878 static void updateWorkspaceMenu(WMenu * menu, WAppIcon * icon)
880 WScreen *scr = menu->frame->screen_ptr;
881 char title[MAX_WORKSPACENAME_WIDTH + 1];
887 for (i = 0; i < scr->workspace_count; i++) {
888 if (i < menu->entry_no) {
889 if (strcmp(menu->entries[i]->text, scr->workspaces[i]->name) != 0) {
890 wfree(menu->entries[i]->text);
891 strcpy(title, scr->workspaces[i]->name);
892 menu->entries[i]->text = wstrdup(title);
893 menu->flags.realized = 0;
895 menu->entries[i]->clientdata = (void *)icon;
897 strcpy(title, scr->workspaces[i]->name);
899 wMenuAddCallback(menu, title, switchWSCommand, (void *)icon);
901 menu->flags.realized = 0;
903 if (i == scr->current_workspace) {
904 wMenuSetEnabled(menu, i, False);
906 wMenuSetEnabled(menu, i, True);
910 if (!menu->flags.realized)
914 static WMenu *makeWorkspaceMenu(WScreen * scr)
918 menu = wMenuCreate(scr, NULL, False);
920 wwarning(_("could not create workspace submenu for Clip menu"));
922 wMenuAddCallback(menu, "", switchWSCommand, (void *)scr->clip_icon);
924 menu->flags.realized = 0;
930 static void updateClipOptionsMenu(WMenu * menu, WDock * dock)
939 entry = menu->entries[index];
940 entry->flags.indicator_on = !dock->lowered;
941 entry->clientdata = dock;
944 entry = menu->entries[++index];
945 entry->flags.indicator_on = dock->collapsed;
946 entry->clientdata = dock;
949 entry = menu->entries[++index];
950 entry->flags.indicator_on = dock->auto_collapse;
951 entry->clientdata = dock;
953 /* auto-raise/lower */
954 entry = menu->entries[++index];
955 entry->flags.indicator_on = dock->auto_raise_lower;
956 entry->clientdata = dock;
957 wMenuSetEnabled(menu, index, dock->lowered);
960 entry = menu->entries[++index];
961 entry->flags.indicator_on = dock->attract_icons;
962 entry->clientdata = dock;
964 menu->flags.realized = 0;
968 static WMenu *makeClipOptionsMenu(WScreen * scr)
973 menu = wMenuCreate(scr, NULL, False);
975 wwarning(_("could not create options submenu for Clip menu"));
979 entry = wMenuAddCallback(menu, _("Keep on Top"), toggleLoweredCallback, NULL);
980 entry->flags.indicator = 1;
981 entry->flags.indicator_on = 1;
982 entry->flags.indicator_type = MI_CHECK;
984 entry = wMenuAddCallback(menu, _("Collapsed"), toggleCollapsedCallback, NULL);
985 entry->flags.indicator = 1;
986 entry->flags.indicator_on = 1;
987 entry->flags.indicator_type = MI_CHECK;
989 entry = wMenuAddCallback(menu, _("Autocollapse"), toggleAutoCollapseCallback, NULL);
990 entry->flags.indicator = 1;
991 entry->flags.indicator_on = 1;
992 entry->flags.indicator_type = MI_CHECK;
994 entry = wMenuAddCallback(menu, _("Autoraise"), toggleAutoRaiseLowerCallback, NULL);
995 entry->flags.indicator = 1;
996 entry->flags.indicator_on = 1;
997 entry->flags.indicator_type = MI_CHECK;
999 entry = wMenuAddCallback(menu, _("Autoattract Icons"), toggleAutoAttractCallback, NULL);
1000 entry->flags.indicator = 1;
1001 entry->flags.indicator_on = 1;
1002 entry->flags.indicator_type = MI_CHECK;
1004 menu->flags.realized = 0;
1010 static WMenu *dockMenuCreate(WScreen * scr, int type)
1015 if (type == WM_CLIP && scr->clip_menu)
1016 return scr->clip_menu;
1018 menu = wMenuCreate(scr, NULL, False);
1019 if (type != WM_CLIP) {
1020 entry = wMenuAddCallback(menu, _("Keep on Top"), toggleLoweredCallback, NULL);
1021 entry->flags.indicator = 1;
1022 entry->flags.indicator_on = 1;
1023 entry->flags.indicator_type = MI_CHECK;
1025 entry = wMenuAddCallback(menu, _("Clip Options"), NULL, NULL);
1026 scr->clip_options = makeClipOptionsMenu(scr);
1027 if (scr->clip_options)
1028 wMenuEntrySetCascade(menu, entry, scr->clip_options);
1030 entry = wMenuAddCallback(menu, _("Rename Workspace"), renameCallback, NULL);
1032 entry->text = _("Rename Workspace");
1034 entry = wMenuAddCallback(menu, _("Selected"), selectCallback, NULL);
1035 entry->flags.indicator = 1;
1036 entry->flags.indicator_on = 1;
1037 entry->flags.indicator_type = MI_CHECK;
1039 entry = wMenuAddCallback(menu, _("Select All Icons"), selectIconsCallback, NULL);
1041 entry->text = _("Select All Icons");
1043 entry = wMenuAddCallback(menu, _("Keep Icon"), keepIconsCallback, NULL);
1045 entry->text = _("Keep Icon");
1047 entry = wMenuAddCallback(menu, _("Move Icon To"), NULL, NULL);
1049 entry->text = _("Move Icon To");
1050 scr->clip_submenu = makeWorkspaceMenu(scr);
1051 if (scr->clip_submenu)
1052 wMenuEntrySetCascade(menu, entry, scr->clip_submenu);
1054 entry = wMenuAddCallback(menu, _("Remove Icon"), removeIconsCallback, NULL);
1056 entry->text = _("Remove Icon");
1058 wMenuAddCallback(menu, _("Attract Icons"), colectIconsCallback, NULL);
1061 wMenuAddCallback(menu, _("Launch"), launchCallback, NULL);
1063 wMenuAddCallback(menu, _("Unhide Here"), unhideHereCallback, NULL);
1065 entry = wMenuAddCallback(menu, _("Hide"), hideCallback, NULL);
1067 entry->text = _("Hide");
1069 wMenuAddCallback(menu, _("Settings..."), settingsCallback, NULL);
1071 wMenuAddCallback(menu, _("Kill"), killCallback, NULL);
1073 if (type == WM_CLIP)
1074 scr->clip_menu = menu;
1079 WDock *wDockCreate(WScreen * scr, int type)
1087 dock = wmalloc(sizeof(WDock));
1088 memset(dock, 0, sizeof(WDock));
1090 if (type == WM_CLIP)
1091 icon_count = CLIP_MAX_ICONS;
1093 icon_count = scr->scr_height / wPreferences.icon_size;
1095 dock->icon_array = wmalloc(sizeof(WAppIcon *) * icon_count);
1096 memset(dock->icon_array, 0, sizeof(WAppIcon *) * icon_count);
1098 dock->max_icons = icon_count;
1100 btn = mainIconCreate(scr, type);
1104 dock->x_pos = btn->x_pos;
1105 dock->y_pos = btn->y_pos;
1106 dock->screen_ptr = scr;
1108 dock->icon_count = 1;
1109 dock->on_right_side = 1;
1110 dock->collapsed = 0;
1111 dock->auto_collapse = 0;
1112 dock->auto_collapse_magic = NULL;
1113 dock->auto_raise_lower = 0;
1114 dock->auto_lower_magic = NULL;
1115 dock->auto_raise_magic = NULL;
1116 dock->attract_icons = 0;
1118 dock->icon_array[0] = btn;
1119 wRaiseFrame(btn->icon->core);
1120 XMoveWindow(dpy, btn->icon->core->window, btn->x_pos, btn->y_pos);
1122 /* create dock menu */
1123 dock->menu = dockMenuCreate(scr, type);
1128 void wDockDestroy(WDock * dock)
1133 for (i = (dock->type == WM_CLIP) ? 1 : 0; i < dock->max_icons; i++) {
1134 aicon = dock->icon_array[i];
1136 int keepit = aicon->running && wApplicationOf(aicon->main_window);
1137 wDockDetach(dock, aicon);
1139 /* XXX: can: aicon->icon == NULL ? */
1140 PlaceIcon(dock->screen_ptr, &aicon->x_pos, &aicon->y_pos,
1141 wGetHeadForWindow(aicon->icon->owner));
1142 XMoveWindow(dpy, aicon->icon->core->window, aicon->x_pos, aicon->y_pos);
1143 if (!dock->mapped || dock->collapsed)
1144 XMapWindow(dpy, aicon->icon->core->window);
1148 if (wPreferences.auto_arrange_icons)
1149 wArrangeIcons(dock->screen_ptr, True);
1150 wfree(dock->icon_array);
1151 if (dock->menu && dock->type != WM_CLIP)
1152 wMenuDestroy(dock->menu, True);
1153 if (dock->screen_ptr->last_dock == dock)
1154 dock->screen_ptr->last_dock = NULL;
1158 void wClipIconPaint(WAppIcon * aicon)
1160 WScreen *scr = aicon->icon->core->screen_ptr;
1161 WWorkspace *workspace = scr->workspaces[scr->current_workspace];
1163 Window win = aicon->icon->core->window;
1164 int length, nlength;
1165 char *ws_name, ws_number[10];
1168 wIconPaint(aicon->icon);
1170 length = strlen(workspace->name);
1171 ws_name = wmalloc(length + 1);
1172 snprintf(ws_name, length + 1, "%s", workspace->name);
1173 snprintf(ws_number, sizeof(ws_number), "%i", scr->current_workspace + 1);
1174 nlength = strlen(ws_number);
1176 if (!workspace->clip->collapsed)
1177 color = scr->clip_title_color[CLIP_NORMAL];
1179 color = scr->clip_title_color[CLIP_COLLAPSED];
1181 ty = ICON_SIZE - WMFontHeight(scr->clip_title_font) - 3;
1183 tx = CLIP_BUTTON_SIZE * ICON_SIZE / 64;
1185 WMDrawString(scr->wmscreen, win, color, scr->clip_title_font, tx, ty, ws_name, length);
1186 /*WMDrawString(scr->wmscreen, win, color, scr->clip_title_font, 4,
1187 2, ws_name, length); */
1189 tx = (ICON_SIZE / 2 - WMWidthOfString(scr->clip_title_font, ws_number, nlength)) / 2;
1191 WMDrawString(scr->wmscreen, win, color, scr->clip_title_font, tx, 2, ws_number, nlength);
1195 if (aicon->launching) {
1196 XFillRectangle(dpy, aicon->icon->core->window, scr->stipple_gc,
1197 0, 0, wPreferences.icon_size, wPreferences.icon_size);
1199 paintClipButtons(aicon, aicon->dock->lclip_button_pushed, aicon->dock->rclip_button_pushed);
1202 static void clipIconExpose(WObjDescriptor * desc, XEvent * event)
1204 wClipIconPaint(desc->parent);
1207 static void dockIconPaint(WAppIcon * btn)
1209 if (btn == btn->icon->core->screen_ptr->clip_icon)
1210 wClipIconPaint(btn);
1215 static WMPropList *make_icon_state(WAppIcon * btn)
1217 WMPropList *node = NULL;
1218 WMPropList *command, *autolaunch, *lock, *name, *forced, *host;
1219 WMPropList *position, *buggy, *omnipresent;
1225 command = WMCreatePLString("-");
1227 command = WMCreatePLString(btn->command);
1229 autolaunch = btn->auto_launch ? dYes : dNo;
1231 lock = btn->lock ? dYes : dNo;
1233 tmp = EscapeWM_CLASS(btn->wm_instance, btn->wm_class);
1235 name = WMCreatePLString(tmp);
1239 forced = btn->forced_dock ? dYes : dNo;
1241 buggy = btn->buggy_app ? dYes : dNo;
1243 if (btn == btn->icon->core->screen_ptr->clip_icon)
1244 snprintf(buffer, sizeof(buffer), "%i,%i", btn->x_pos, btn->y_pos);
1246 snprintf(buffer, sizeof(buffer), "%hi,%hi", btn->xindex, btn->yindex);
1247 position = WMCreatePLString(buffer);
1249 node = WMCreatePLDictionary(dCommand, command,
1251 dAutoLaunch, autolaunch,
1253 dForced, forced, dBuggyApplication, buggy, dPosition, position, NULL);
1254 WMReleasePropList(command);
1255 WMReleasePropList(name);
1256 WMReleasePropList(position);
1258 omnipresent = btn->omnipresent ? dYes : dNo;
1259 if (btn->dock != btn->icon->core->screen_ptr->dock && (btn->xindex != 0 || btn->yindex != 0))
1260 WMPutInPLDictionary(node, dOmnipresent, omnipresent);
1262 #ifdef XDND /* was OFFIX */
1263 if (btn->dnd_command) {
1264 command = WMCreatePLString(btn->dnd_command);
1265 WMPutInPLDictionary(node, dDropCommand, command);
1266 WMReleasePropList(command);
1270 if (btn->paste_command) {
1271 command = WMCreatePLString(btn->paste_command);
1272 WMPutInPLDictionary(node, dPasteCommand, command);
1273 WMReleasePropList(command);
1276 if (btn->client_machine && btn->remote_start) {
1277 host = WMCreatePLString(btn->client_machine);
1278 WMPutInPLDictionary(node, dHost, host);
1279 WMReleasePropList(host);
1286 static WMPropList *dockSaveState(WDock * dock)
1289 WMPropList *icon_info;
1290 WMPropList *list = NULL, *dock_state = NULL;
1291 WMPropList *value, *key;
1294 list = WMCreatePLArray(NULL);
1296 for (i = (dock->type == WM_DOCK ? 0 : 1); i < dock->max_icons; i++) {
1297 WAppIcon *btn = dock->icon_array[i];
1299 if (!btn || btn->attracted)
1302 if ((icon_info = make_icon_state(dock->icon_array[i]))) {
1303 WMAddToPLArray(list, icon_info);
1304 WMReleasePropList(icon_info);
1308 dock_state = WMCreatePLDictionary(dApplications, list, NULL);
1310 if (dock->type == WM_DOCK) {
1311 snprintf(buffer, sizeof(buffer), "Applications%i", dock->screen_ptr->scr_height);
1312 key = WMCreatePLString(buffer);
1313 WMPutInPLDictionary(dock_state, key, list);
1314 WMReleasePropList(key);
1316 snprintf(buffer, sizeof(buffer), "%i,%i", (dock->on_right_side ? -ICON_SIZE : 0), dock->y_pos);
1317 value = WMCreatePLString(buffer);
1318 WMPutInPLDictionary(dock_state, dPosition, value);
1319 WMReleasePropList(value);
1321 WMReleasePropList(list);
1323 value = (dock->lowered ? dYes : dNo);
1324 WMPutInPLDictionary(dock_state, dLowered, value);
1326 if (dock->type == WM_CLIP) {
1327 value = (dock->collapsed ? dYes : dNo);
1328 WMPutInPLDictionary(dock_state, dCollapsed, value);
1330 value = (dock->auto_collapse ? dYes : dNo);
1331 WMPutInPLDictionary(dock_state, dAutoCollapse, value);
1333 value = (dock->auto_raise_lower ? dYes : dNo);
1334 WMPutInPLDictionary(dock_state, dAutoRaiseLower, value);
1336 value = (dock->attract_icons ? dYes : dNo);
1337 WMPutInPLDictionary(dock_state, dAutoAttractIcons, value);
1343 void wDockSaveState(WScreen * scr, WMPropList * old_state)
1345 WMPropList *dock_state;
1348 dock_state = dockSaveState(scr->dock);
1351 * Copy saved states of docks with different sizes.
1357 keys = WMGetPLDictionaryKeys(old_state);
1358 for (i = 0; i < WMGetPropListItemCount(keys); i++) {
1359 tmp = WMGetFromPLArray(keys, i);
1361 if (strncasecmp(WMGetFromPLString(tmp), "applications", 12) == 0
1362 && !WMGetFromPLDictionary(dock_state, tmp)) {
1364 WMPutInPLDictionary(dock_state, tmp, WMGetFromPLDictionary(old_state, tmp));
1367 WMReleasePropList(keys);
1370 WMPutInPLDictionary(scr->session_state, dDock, dock_state);
1372 WMReleasePropList(dock_state);
1375 void wClipSaveState(WScreen * scr)
1377 WMPropList *clip_state;
1379 clip_state = make_icon_state(scr->clip_icon);
1381 WMPutInPLDictionary(scr->session_state, dClip, clip_state);
1383 WMReleasePropList(clip_state);
1386 WMPropList *wClipSaveWorkspaceState(WScreen * scr, int workspace)
1388 return dockSaveState(scr->workspaces[workspace]->clip);
1391 static Bool getBooleanDockValue(WMPropList * value, WMPropList * key)
1394 if (WMIsPLString(value)) {
1395 if (strcasecmp(WMGetFromPLString(value), "YES") == 0)
1398 wwarning(_("bad value in docked icon state info %s"), WMGetFromPLString(key));
1404 static WAppIcon *restore_icon_state(WScreen * scr, WMPropList * info, int type, int index)
1407 WMPropList *cmd, *value;
1409 cmd = WMGetFromPLDictionary(info, dCommand);
1410 if (!cmd || !WMIsPLString(cmd)) {
1414 /* parse window name */
1415 value = WMGetFromPLDictionary(info, dName);
1420 char *wclass, *winstance;
1423 ParseWindowName(value, &winstance, &wclass, "dock");
1425 if (!winstance && !wclass) {
1432 command = wstrdup(WMGetFromPLString(cmd));
1436 if (!command || strcmp(command, "-") == 0) {
1447 aicon = wAppIconCreateForDock(scr, command, winstance, wclass, TILE_NORMAL);
1456 aicon->icon->core->descriptor.handle_mousedown = iconMouseDown;
1457 if (type == WM_CLIP) {
1458 aicon->icon->core->descriptor.handle_enternotify = clipEnterNotify;
1459 aicon->icon->core->descriptor.handle_leavenotify = clipLeaveNotify;
1461 aicon->icon->core->descriptor.parent_type = WCLASS_DOCK_ICON;
1462 aicon->icon->core->descriptor.parent = aicon;
1464 #ifdef XDND /* was OFFIX */
1465 cmd = WMGetFromPLDictionary(info, dDropCommand);
1467 aicon->dnd_command = wstrdup(WMGetFromPLString(cmd));
1470 cmd = WMGetFromPLDictionary(info, dPasteCommand);
1472 aicon->paste_command = wstrdup(WMGetFromPLString(cmd));
1474 /* check auto launch */
1475 value = WMGetFromPLDictionary(info, dAutoLaunch);
1477 aicon->auto_launch = getBooleanDockValue(value, dAutoLaunch);
1480 value = WMGetFromPLDictionary(info, dLock);
1482 aicon->lock = getBooleanDockValue(value, dLock);
1484 /* check if it wasn't normally docked */
1485 value = WMGetFromPLDictionary(info, dForced);
1487 aicon->forced_dock = getBooleanDockValue(value, dForced);
1489 /* check if we can rely on the stuff in the app */
1490 value = WMGetFromPLDictionary(info, dBuggyApplication);
1492 aicon->buggy_app = getBooleanDockValue(value, dBuggyApplication);
1494 /* get position in the dock */
1495 value = WMGetFromPLDictionary(info, dPosition);
1496 if (value && WMIsPLString(value)) {
1497 if (sscanf(WMGetFromPLString(value), "%hi,%hi", &aicon->xindex, &aicon->yindex) != 2)
1498 wwarning(_("bad value in docked icon state info %s"), WMGetFromPLString(dPosition));
1500 /* check position sanity */
1501 /* incomplete section! */
1502 if (type == WM_DOCK) {
1504 if (aicon->yindex < 0)
1505 wwarning(_("bad value in docked icon position %i,%i"),
1506 aicon->xindex, aicon->yindex);
1509 aicon->yindex = index;
1513 /* check if icon is omnipresent */
1514 value = WMGetFromPLDictionary(info, dOmnipresent);
1516 aicon->omnipresent = getBooleanDockValue(value, dOmnipresent);
1524 #define COMPLAIN(key) wwarning(_("bad value in dock state info:%s"), key)
1526 WAppIcon *wClipRestoreState(WScreen * scr, WMPropList * clip_state)
1531 icon = mainIconCreate(scr, WM_CLIP);
1536 WMRetainPropList(clip_state);
1538 /* restore position */
1540 value = WMGetFromPLDictionary(clip_state, dPosition);
1543 if (!WMIsPLString(value))
1544 COMPLAIN("Position");
1549 if (sscanf(WMGetFromPLString(value), "%i,%i", &icon->x_pos, &icon->y_pos) != 2)
1550 COMPLAIN("Position");
1552 /* check position sanity */
1553 rect.pos.x = icon->x_pos;
1554 rect.pos.y = icon->y_pos;
1555 rect.size.width = rect.size.height = ICON_SIZE;
1557 wGetRectPlacementInfo(scr, rect, &flags);
1558 if (flags & (XFLAG_DEAD | XFLAG_PARTIAL))
1559 wScreenKeepInside(scr, &icon->x_pos, &icon->y_pos, ICON_SIZE, ICON_SIZE);
1562 #ifdef XDND /* was OFFIX */
1563 value = WMGetFromPLDictionary(clip_state, dDropCommand);
1564 if (value && WMIsPLString(value))
1565 icon->dnd_command = wstrdup(WMGetFromPLString(value));
1568 value = WMGetFromPLDictionary(clip_state, dPasteCommand);
1569 if (value && WMIsPLString(value))
1570 icon->paste_command = wstrdup(WMGetFromPLString(value));
1572 WMReleasePropList(clip_state);
1577 WDock *wDockRestoreState(WScreen * scr, WMPropList * dock_state, int type)
1582 WAppIcon *aicon, *old_top;
1585 dock = wDockCreate(scr, type);
1591 WMRetainPropList(dock_state);
1593 /* restore position */
1595 value = WMGetFromPLDictionary(dock_state, dPosition);
1598 if (!WMIsPLString(value)) {
1599 COMPLAIN("Position");
1604 if (sscanf(WMGetFromPLString(value), "%i,%i", &dock->x_pos, &dock->y_pos) != 2)
1605 COMPLAIN("Position");
1607 /* check position sanity */
1608 rect.pos.x = dock->x_pos;
1609 rect.pos.y = dock->y_pos;
1610 rect.size.width = rect.size.height = ICON_SIZE;
1612 wGetRectPlacementInfo(scr, rect, &flags);
1613 if (flags & (XFLAG_DEAD | XFLAG_PARTIAL)) {
1614 int x = dock->x_pos;
1615 wScreenKeepInside(scr, &x, &dock->y_pos, ICON_SIZE, ICON_SIZE);
1618 /* Is this needed any more? */
1619 if (type == WM_CLIP) {
1620 if (dock->x_pos < 0) {
1622 } else if (dock->x_pos > scr->scr_width - ICON_SIZE) {
1623 dock->x_pos = scr->scr_width - ICON_SIZE;
1626 if (dock->x_pos >= 0) {
1627 dock->x_pos = DOCK_EXTRA_SPACE;
1628 dock->on_right_side = 0;
1630 dock->x_pos = scr->scr_width - DOCK_EXTRA_SPACE - ICON_SIZE;
1631 dock->on_right_side = 1;
1637 /* restore lowered/raised state */
1641 value = WMGetFromPLDictionary(dock_state, dLowered);
1644 if (!WMIsPLString(value)) {
1645 COMPLAIN("Lowered");
1647 if (strcasecmp(WMGetFromPLString(value), "YES") == 0) {
1653 /* restore collapsed state */
1655 dock->collapsed = 0;
1657 value = WMGetFromPLDictionary(dock_state, dCollapsed);
1660 if (!WMIsPLString(value)) {
1661 COMPLAIN("Collapsed");
1663 if (strcasecmp(WMGetFromPLString(value), "YES") == 0) {
1664 dock->collapsed = 1;
1669 /* restore auto-collapsed state */
1671 value = WMGetFromPLDictionary(dock_state, dAutoCollapse);
1674 if (!WMIsPLString(value)) {
1675 COMPLAIN("AutoCollapse");
1677 if (strcasecmp(WMGetFromPLString(value), "YES") == 0) {
1678 dock->auto_collapse = 1;
1679 dock->collapsed = 1;
1684 /* restore auto-raise/lower state */
1686 value = WMGetFromPLDictionary(dock_state, dAutoRaiseLower);
1689 if (!WMIsPLString(value)) {
1690 COMPLAIN("AutoRaiseLower");
1692 if (strcasecmp(WMGetFromPLString(value), "YES") == 0) {
1693 dock->auto_raise_lower = 1;
1698 /* restore attract icons state */
1700 dock->attract_icons = 0;
1702 value = WMGetFromPLDictionary(dock_state, dAutoAttractIcons);
1705 if (!WMIsPLString(value)) {
1706 COMPLAIN("AutoAttractIcons");
1708 if (strcasecmp(WMGetFromPLString(value), "YES") == 0) {
1709 dock->attract_icons = 1;
1714 /* application list */
1721 * When saving, it saves the dock state in
1722 * Applications and Applicationsnnn
1724 * When loading, it will first try Applicationsnnn.
1725 * If it does not exist, use Applications as default.
1728 snprintf(buffer, sizeof(buffer), "Applications%i", scr->scr_height);
1730 tmp = WMCreatePLString(buffer);
1731 apps = WMGetFromPLDictionary(dock_state, tmp);
1732 WMReleasePropList(tmp);
1735 apps = WMGetFromPLDictionary(dock_state, dApplications);
1743 count = WMGetPropListItemCount(apps);
1748 old_top = dock->icon_array[0];
1750 /* dock->icon_count is set to 1 when dock is created.
1751 * Since Clip is already restored, we want to keep it so for clip,
1752 * but for dock we may change the default top tile, so we set it to 0.
1754 if (type == WM_DOCK)
1755 dock->icon_count = 0;
1757 for (i = 0; i < count; i++) {
1758 if (dock->icon_count >= dock->max_icons) {
1759 wwarning(_("there are too many icons stored in dock. Ignoring what doesn't fit"));
1763 value = WMGetFromPLArray(apps, i);
1764 aicon = restore_icon_state(scr, value, type, dock->icon_count);
1766 dock->icon_array[dock->icon_count] = aicon;
1770 aicon->x_pos = dock->x_pos + (aicon->xindex * ICON_SIZE);
1771 aicon->y_pos = dock->y_pos + (aicon->yindex * ICON_SIZE);
1774 ChangeStackingLevel(aicon->icon->core, WMNormalLevel);
1776 ChangeStackingLevel(aicon->icon->core, WMDockLevel);
1778 wCoreConfigure(aicon->icon->core, aicon->x_pos, aicon->y_pos, 0, 0);
1780 if (!dock->collapsed)
1781 XMapWindow(dpy, aicon->icon->core->window);
1782 wRaiseFrame(aicon->icon->core);
1785 } else if (dock->icon_count == 0 && type == WM_DOCK)
1789 /* if the first icon is not defined, use the default */
1790 if (dock->icon_array[0] == NULL) {
1791 /* update default icon */
1792 old_top->x_pos = dock->x_pos;
1793 old_top->y_pos = dock->y_pos;
1795 ChangeStackingLevel(old_top->icon->core, WMNormalLevel);
1797 ChangeStackingLevel(old_top->icon->core, WMDockLevel);
1798 dock->icon_array[0] = old_top;
1799 XMoveWindow(dpy, old_top->icon->core->window, dock->x_pos, dock->y_pos);
1800 /* we don't need to increment dock->icon_count here because it was
1801 * incremented in the loop above.
1803 } else if (old_top != dock->icon_array[0]) {
1804 if (old_top == scr->clip_icon)
1805 scr->clip_icon = dock->icon_array[0];
1806 wAppIconDestroy(old_top);
1811 WMReleasePropList(dock_state);
1816 void wDockLaunchWithState(WDock * dock, WAppIcon * btn, WSavedState * state)
1818 if (btn && btn->command && !btn->running && !btn->launching) {
1820 btn->drop_launch = 0;
1821 btn->paste_launch = 0;
1823 btn->pid = execCommand(btn, btn->command, state);
1826 if (!btn->forced_dock && !btn->buggy_app) {
1836 void wDockDoAutoLaunch(WDock * dock, int workspace)
1842 for (i = 0; i < dock->max_icons; i++) {
1843 btn = dock->icon_array[i];
1844 if (!btn || !btn->auto_launch)
1847 state = wmalloc(sizeof(WSavedState));
1848 memset(state, 0, sizeof(WSavedState));
1849 state->workspace = workspace;
1850 /* TODO: this is klugy and is very difficult to understand
1851 * what's going on. Try to clean up */
1852 wDockLaunchWithState(dock, btn, state);
1856 #ifdef XDND /* was OFFIX */
1857 static WDock *findDock(WScreen * scr, XEvent * event, int *icon_pos)
1863 if ((dock = scr->dock) != NULL) {
1864 for (i = 0; i < dock->max_icons; i++) {
1865 if (dock->icon_array[i]
1866 && dock->icon_array[i]->icon->core->window == event->xclient.window) {
1872 if (*icon_pos < 0 && (dock = scr->workspaces[scr->current_workspace]->clip) != NULL) {
1873 for (i = 0; i < dock->max_icons; i++) {
1874 if (dock->icon_array[i]
1875 && dock->icon_array[i]->icon->core->window == event->xclient.window) {
1886 int wDockReceiveDNDDrop(WScreen * scr, XEvent * event)
1892 dock = findDock(scr, event, &icon_pos);
1897 * Return True if the drop was on an application icon window.
1898 * In this case, let the ClientMessage handler redirect the
1899 * message to the app.
1901 if (dock->icon_array[icon_pos]->icon->icon_win != None)
1904 if (dock->icon_array[icon_pos]->dnd_command != NULL) {
1905 scr->flags.dnd_data_convertion_status = 0;
1907 btn = dock->icon_array[icon_pos];
1909 if (!btn->forced_dock) {
1910 btn->relaunching = btn->running;
1913 if (btn->wm_instance || btn->wm_class) {
1914 WWindowAttributes attr;
1915 memset(&attr, 0, sizeof(WWindowAttributes));
1916 wDefaultFillAttributes(btn->icon->core->screen_ptr,
1917 btn->wm_instance, btn->wm_class, &attr, NULL, True);
1919 if (!attr.no_appicon)
1925 btn->paste_launch = 0;
1926 btn->drop_launch = 1;
1927 scr->last_dock = dock;
1928 btn->pid = execCommand(btn, btn->dnd_command, NULL);
1933 if (!btn->relaunching) {
1942 Bool wDockAttachIcon(WDock * dock, WAppIcon * icon, int x, int y)
1947 wwin = icon->icon->owner;
1948 if (icon->command == NULL) {
1953 command = GetCommandForWindow(wwin->client_win);
1955 icon->command = command;
1957 /* icon->forced_dock = 1; */
1958 if (dock->type != WM_CLIP || !icon->attracted) {
1960 if (wInputDialog(dock->screen_ptr, _("Dock Icon"),
1961 _("Type the command used to launch the application"), &command)) {
1962 if (command && (command[0] == 0 || (command[0] == '-' && command[1] == 0))) {
1966 icon->command = command;
1972 /* If the target is the dock, reject the icon. If
1973 * the target is the clip, make it an attracted icon
1975 if (dock->type == WM_CLIP) {
1976 icon->attracted = 1;
1977 if (!icon->icon->shadowed) {
1978 icon->icon->shadowed = 1;
1979 icon->icon->force_paint = 1;
1991 for (index = 1; index < dock->max_icons; index++)
1992 if (dock->icon_array[index] == NULL)
1994 /* if (index == dock->max_icons)
1997 assert(index < dock->max_icons);
1999 dock->icon_array[index] = icon;
2003 icon->omnipresent = 0;
2005 icon->x_pos = dock->x_pos + x * ICON_SIZE;
2006 icon->y_pos = dock->y_pos + y * ICON_SIZE;
2011 icon->launching = 0;
2014 icon->icon->core->descriptor.handle_mousedown = iconMouseDown;
2015 if (dock->type == WM_CLIP) {
2016 icon->icon->core->descriptor.handle_enternotify = clipEnterNotify;
2017 icon->icon->core->descriptor.handle_leavenotify = clipLeaveNotify;
2019 icon->icon->core->descriptor.parent_type = WCLASS_DOCK_ICON;
2020 icon->icon->core->descriptor.parent = icon;
2022 MoveInStackListUnder(dock->icon_array[index - 1]->icon->core, icon->icon->core);
2023 wAppIconMove(icon, icon->x_pos, icon->y_pos);
2024 wAppIconPaint(icon);
2026 if (wPreferences.auto_arrange_icons)
2027 wArrangeIcons(dock->screen_ptr, True);
2029 #ifdef XDND /* was OFFIX */
2030 if (icon->command && !icon->dnd_command) {
2031 int len = strlen(icon->command) + 8;
2032 icon->dnd_command = wmalloc(len);
2033 snprintf(icon->dnd_command, len, "%s %%d", icon->command);
2037 if (icon->command && !icon->paste_command) {
2038 int len = strlen(icon->command) + 8;
2039 icon->paste_command = wmalloc(len);
2040 snprintf(icon->paste_command, len, "%s %%s", icon->command);
2046 void reattachIcon(WDock * dock, WAppIcon * icon, int x, int y)
2050 for (index = 1; index < dock->max_icons; index++) {
2051 if (dock->icon_array[index] == icon)
2054 assert(index < dock->max_icons);
2059 icon->x_pos = dock->x_pos + x * ICON_SIZE;
2060 icon->y_pos = dock->y_pos + y * ICON_SIZE;
2063 Bool moveIconBetweenDocks(WDock * src, WDock * dest, WAppIcon * icon, int x, int y)
2070 return True; /* No move needed, we're already there */
2075 wwin = icon->icon->owner;
2078 * For the moment we can't do this if we move icons in Clip from one
2079 * workspace to other, because if we move two or more icons without
2080 * command, the dialog box will not be able to tell us to which of the
2081 * moved icons it applies. -Dan
2083 if ((dest->type == WM_DOCK /*|| dest->keep_attracted */ ) && icon->command == NULL) {
2084 command = GetCommandForWindow(wwin->client_win);
2086 icon->command = command;
2089 /* icon->forced_dock = 1; */
2090 if (wInputDialog(src->screen_ptr, _("Dock Icon"),
2091 _("Type the command used to launch the application"), &command)) {
2092 if (command && (command[0] == 0 || (command[0] == '-' && command[1] == 0))) {
2096 icon->command = command;
2107 if (dest->type == WM_DOCK)
2108 wClipMakeIconOmnipresent(icon, False);
2110 for (index = 1; index < src->max_icons; index++) {
2111 if (src->icon_array[index] == icon)
2114 assert(index < src->max_icons);
2116 src->icon_array[index] = NULL;
2119 for (index = 1; index < dest->max_icons; index++) {
2120 if (dest->icon_array[index] == NULL)
2123 /* if (index == dest->max_icons)
2126 assert(index < dest->max_icons);
2128 dest->icon_array[index] = icon;
2131 /* deselect the icon */
2132 if (icon->icon->selected)
2133 wIconSelect(icon->icon);
2135 if (dest->type == WM_DOCK) {
2136 icon->icon->core->descriptor.handle_enternotify = NULL;
2137 icon->icon->core->descriptor.handle_leavenotify = NULL;
2139 icon->icon->core->descriptor.handle_enternotify = clipEnterNotify;
2140 icon->icon->core->descriptor.handle_leavenotify = clipLeaveNotify;
2143 /* set it to be kept when moving to dock.
2144 * Unless the icon does not have a command set
2146 if (icon->command && dest->type == WM_DOCK) {
2147 icon->attracted = 0;
2148 if (icon->icon->shadowed) {
2149 icon->icon->shadowed = 0;
2150 icon->icon->force_paint = 1;
2154 if (src->auto_collapse || src->auto_raise_lower)
2160 icon->x_pos = dest->x_pos + x * ICON_SIZE;
2161 icon->y_pos = dest->y_pos + y * ICON_SIZE;
2165 MoveInStackListUnder(dest->icon_array[index - 1]->icon->core, icon->icon->core);
2166 wAppIconPaint(icon);
2171 void wDockDetach(WDock * dock, WAppIcon * icon)
2175 /* make the settings panel be closed */
2177 DestroyDockAppSettingsPanel(icon->panel);
2180 /* This must be called before icon->dock is set to NULL.
2181 * Don't move it. -Dan
2183 wClipMakeIconOmnipresent(icon, False);
2187 icon->attracted = 0;
2188 icon->auto_launch = 0;
2189 if (icon->icon->shadowed) {
2190 icon->icon->shadowed = 0;
2191 icon->icon->force_paint = 1;
2194 /* deselect the icon */
2195 if (icon->icon->selected)
2196 wIconSelect(icon->icon);
2198 if (icon->command) {
2199 wfree(icon->command);
2200 icon->command = NULL;
2202 #ifdef XDND /* was OFFIX */
2203 if (icon->dnd_command) {
2204 wfree(icon->dnd_command);
2205 icon->dnd_command = NULL;
2208 if (icon->paste_command) {
2209 wfree(icon->paste_command);
2210 icon->paste_command = NULL;
2213 for (index = 1; index < dock->max_icons; index++)
2214 if (dock->icon_array[index] == icon)
2216 assert(index < dock->max_icons);
2217 dock->icon_array[index] = NULL;
2223 /* if the dock is not attached to an application or
2224 * the the application did not set the approriate hints yet,
2225 * destroy the icon */
2226 if (!icon->running || !wApplicationOf(icon->main_window))
2227 wAppIconDestroy(icon);
2229 icon->icon->core->descriptor.handle_mousedown = appIconMouseDown;
2230 icon->icon->core->descriptor.handle_enternotify = NULL;
2231 icon->icon->core->descriptor.handle_leavenotify = NULL;
2232 icon->icon->core->descriptor.parent_type = WCLASS_APPICON;
2233 icon->icon->core->descriptor.parent = icon;
2235 ChangeStackingLevel(icon->icon->core, NORMAL_ICON_LEVEL);
2237 wAppIconPaint(icon);
2238 if (wPreferences.auto_arrange_icons) {
2239 wArrangeIcons(dock->screen_ptr, True);
2242 if (dock->auto_collapse || dock->auto_raise_lower)
2247 * returns the closest Dock slot index for the passed
2250 * Returns False if icon can't be docked.
2252 * Note: this function should NEVER alter ret_x or ret_y, unless it will
2255 Bool wDockSnapIcon(WDock * dock, WAppIcon * icon, int req_x, int req_y, int *ret_x, int *ret_y, int redocking)
2257 WScreen *scr = dock->screen_ptr;
2260 int i, offset = ICON_SIZE / 2;
2261 WAppIcon *aicon = NULL;
2262 WAppIcon *nicon = NULL;
2263 int max_y_icons, max_x_icons;
2265 /* TODO: XINERAMA, for these */
2266 max_x_icons = scr->scr_width / ICON_SIZE;
2267 max_y_icons = scr->scr_height / ICON_SIZE - 1;
2269 if (wPreferences.flags.noupdates)
2275 /* if the dock is full */
2276 if (!redocking && (dock->icon_count >= dock->max_icons)) {
2280 /* exact position */
2282 ex_y = (req_y - offset - dy) / ICON_SIZE;
2284 ex_y = (req_y + offset - dy) / ICON_SIZE;
2287 ex_x = (req_x - offset - dx) / ICON_SIZE;
2289 ex_x = (req_x + offset - dx) / ICON_SIZE;
2291 /* check if the icon is outside the screen boundaries */
2296 rect.pos.x = dx + ex_x * ICON_SIZE;
2297 rect.pos.y = dy + ex_y * ICON_SIZE;
2298 rect.size.width = rect.size.height = ICON_SIZE;
2300 wGetRectPlacementInfo(scr, rect, &flags);
2301 if (flags & (XFLAG_DEAD | XFLAG_PARTIAL))
2305 if (dock->type == WM_DOCK) {
2306 if (icon->dock != dock && ex_x != 0)
2310 for (i = 0; i < dock->max_icons; i++) {
2311 nicon = dock->icon_array[i];
2312 if (nicon && nicon->yindex == ex_y) {
2319 int sig, done, closest;
2321 /* Possible cases when redocking:
2323 * icon dragged out of range of any slot -> false
2324 * icon dragged to range of free slot
2325 * icon dragged to range of same slot
2326 * icon dragged to range of different icon
2328 if (abs(ex_x) > DOCK_DETTACH_THRESHOLD)
2331 if (ex_y >= 0 && ex_y <= max_y_icons && (aicon == icon || !aicon)) {
2337 /* start looking at the upper slot or lower? */
2338 if (ex_y * ICON_SIZE < (req_y + offset - dy))
2345 /* look for closest free slot */
2346 for (i = 0; i < (DOCK_DETTACH_THRESHOLD + 1) * 2 && !done; i++) {
2350 closest = sig * (i / 2) + ex_y;
2351 /* check if this slot is used */
2353 for (j = 0; j < dock->max_icons; j++) {
2354 if (dock->icon_array[j]
2355 && dock->icon_array[j]->yindex == closest) {
2356 /* slot is used by someone else */
2357 if (dock->icon_array[j] != icon)
2365 if (done && closest >= 0 && closest <= max_y_icons &&
2366 ((ex_y >= closest && ex_y - closest < DOCK_DETTACH_THRESHOLD + 1)
2367 || (ex_y < closest && closest - ex_y <= DOCK_DETTACH_THRESHOLD + 1))) {
2372 } else { /* !redocking */
2374 /* if slot is free and the icon is close enough, return it */
2375 if (!aicon && ex_x == 0 && ex_y >= 0 && ex_y <= max_y_icons) {
2385 start = icon->omnipresent ? 0 : scr->current_workspace;
2386 stop = icon->omnipresent ? scr->workspace_count : start + 1;
2389 for (k = start; k < stop; k++) {
2390 WDock *tmp = scr->workspaces[k]->clip;
2393 for (i = 0; i < tmp->max_icons; i++) {
2394 nicon = tmp->icon_array[i];
2395 if (nicon && nicon->xindex == ex_x && nicon->yindex == ex_y) {
2403 for (k = start; k < stop; k++) {
2404 WDock *tmp = scr->workspaces[k]->clip;
2407 for (i = 0; i < tmp->max_icons; i++) {
2408 nicon = tmp->icon_array[i];
2409 if (nicon && nicon != icon && /* Icon can't be it's own neighbour */
2410 (abs(nicon->xindex - ex_x) <= CLIP_ATTACH_VICINITY &&
2411 abs(nicon->yindex - ex_y) <= CLIP_ATTACH_VICINITY)) {
2420 if (neighbours && (aicon == NULL || (redocking && aicon == icon))) {
2429 static int onScreen(WScreen * scr, int x, int y, int sx, int ex, int sy, int ey)
2431 WMRect rect = wmkrect(x, y, ICON_SIZE, ICON_SIZE);
2434 wGetRectPlacementInfo(scr, rect, &flags);
2436 return !(flags & (XFLAG_DEAD | XFLAG_PARTIAL));
2440 * returns true if it can find a free slot in the dock,
2441 * in which case it changes x_pos and y_pos accordingly.
2442 * Else returns false.
2444 Bool wDockFindFreeSlot(WDock * dock, int *x_pos, int *y_pos)
2446 WScreen *scr = dock->screen_ptr;
2448 WAppIconChain *chain;
2449 unsigned char *slot_map;
2453 int i, done = False;
2455 int sx = 0, sy = 0, ex = scr->scr_width, ey = scr->scr_height;
2456 int extra_count = 0;
2458 if (dock->type == WM_CLIP && dock != scr->workspaces[scr->current_workspace]->clip)
2459 extra_count = scr->global_icon_count;
2461 /* if the dock is full */
2462 if (dock->icon_count + extra_count >= dock->max_icons) {
2466 if (!wPreferences.flags.nodock && scr->dock) {
2467 if (scr->dock->on_right_side)
2468 ex -= ICON_SIZE + DOCK_EXTRA_SPACE;
2470 sx += ICON_SIZE + DOCK_EXTRA_SPACE;
2473 if (ex < dock->x_pos)
2475 if (sx > dock->x_pos + ICON_SIZE)
2476 sx = dock->x_pos + ICON_SIZE;
2483 /* check if clip is in a corner */
2484 if (dock->type == WM_CLIP) {
2485 if (dock->x_pos < 1 && dock->y_pos < 1)
2487 else if (dock->x_pos < 1 && dock->y_pos >= (ey - ICON_SIZE))
2489 else if (dock->x_pos >= (ex - ICON_SIZE) && dock->y_pos >= (ey - ICON_SIZE))
2491 else if (dock->x_pos >= (ex - ICON_SIZE) && dock->y_pos < 1)
2498 /* If the clip is in the corner, use only slots that are in the border
2500 if (corner != C_NONE) {
2504 hcount = WMIN(dock->max_icons, scr->scr_width / ICON_SIZE);
2505 vcount = WMIN(dock->max_icons, scr->scr_height / ICON_SIZE);
2506 hmap = wmalloc(hcount + 1);
2507 memset(hmap, 0, hcount + 1);
2508 vmap = wmalloc(vcount + 1);
2509 memset(vmap, 0, vcount + 1);
2511 /* mark used positions */
2514 for (i = 0; i < dock->max_icons; i++) {
2515 btn = dock->icon_array[i];
2519 if (btn->xindex == 0 && btn->yindex > 0 && btn->yindex < vcount)
2520 vmap[btn->yindex] = 1;
2521 else if (btn->yindex == 0 && btn->xindex > 0 && btn->xindex < hcount)
2522 hmap[btn->xindex] = 1;
2524 for (chain = scr->global_icons; chain != NULL; chain = chain->next) {
2526 if (btn->xindex == 0 && btn->yindex > 0 && btn->yindex < vcount)
2527 vmap[btn->yindex] = 1;
2528 else if (btn->yindex == 0 && btn->xindex > 0 && btn->xindex < hcount)
2529 hmap[btn->xindex] = 1;
2533 for (i = 0; i < dock->max_icons; i++) {
2534 btn = dock->icon_array[i];
2538 if (btn->xindex == 0 && btn->yindex > 0 && btn->yindex < vcount)
2539 vmap[btn->yindex] = 1;
2540 else if (btn->yindex == 0 && btn->xindex < 0 && btn->xindex > -hcount)
2541 hmap[-btn->xindex] = 1;
2543 for (chain = scr->global_icons; chain != NULL; chain = chain->next) {
2545 if (btn->xindex == 0 && btn->yindex > 0 && btn->yindex < vcount)
2546 vmap[btn->yindex] = 1;
2547 else if (btn->yindex == 0 && btn->xindex < 0 && btn->xindex > -hcount)
2548 hmap[-btn->xindex] = 1;
2552 for (i = 0; i < dock->max_icons; i++) {
2553 btn = dock->icon_array[i];
2557 if (btn->xindex == 0 && btn->yindex < 0 && btn->yindex > -vcount)
2558 vmap[-btn->yindex] = 1;
2559 else if (btn->yindex == 0 && btn->xindex > 0 && btn->xindex < hcount)
2560 hmap[btn->xindex] = 1;
2562 for (chain = scr->global_icons; chain != NULL; chain = chain->next) {
2564 if (btn->xindex == 0 && btn->yindex < 0 && btn->yindex > -vcount)
2565 vmap[-btn->yindex] = 1;
2566 else if (btn->yindex == 0 && btn->xindex > 0 && btn->xindex < hcount)
2567 hmap[btn->xindex] = 1;
2572 for (i = 0; i < dock->max_icons; i++) {
2573 btn = dock->icon_array[i];
2577 if (btn->xindex == 0 && btn->yindex < 0 && btn->yindex > -vcount)
2578 vmap[-btn->yindex] = 1;
2579 else if (btn->yindex == 0 && btn->xindex < 0 && btn->xindex > -hcount)
2580 hmap[-btn->xindex] = 1;
2582 for (chain = scr->global_icons; chain != NULL; chain = chain->next) {
2584 if (btn->xindex == 0 && btn->yindex < 0 && btn->yindex > -vcount)
2585 vmap[-btn->yindex] = 1;
2586 else if (btn->yindex == 0 && btn->xindex < 0 && btn->xindex > -hcount)
2587 hmap[-btn->xindex] = 1;
2593 /* search a vacant slot */
2594 for (i = 1; i < WMAX(vcount, hcount); i++) {
2595 if (i < vcount && vmap[i] == 0) {
2601 } else if (i < hcount && hmap[i] == 0) {
2611 /* If found a slot, translate and return */
2613 if (corner == C_NW || corner == C_NE) {
2618 if (corner == C_NE || corner == C_SE) {
2625 /* else, try to find a slot somewhere else */
2628 /* a map of mwidth x mwidth would be enough if we allowed icons to be
2629 * placed outside of screen */
2630 mwidth = (int)ceil(sqrt(dock->max_icons));
2632 /* In the worst case (the clip is in the corner of the screen),
2633 * the amount of icons that fit in the clip is smaller.
2634 * Double the map to get a safe value.
2638 r = (mwidth - 1) / 2;
2640 slot_map = wmalloc(mwidth * mwidth);
2641 memset(slot_map, 0, mwidth * mwidth);
2643 #define XY2OFS(x,y) (WMAX(abs(x),abs(y)) > r) ? 0 : (((y)+r)*(mwidth)+(x)+r)
2645 /* mark used slots in the map. If the slot falls outside the map
2646 * (for example, when all icons are placed in line), ignore them. */
2647 for (i = 0; i < dock->max_icons; i++) {
2648 btn = dock->icon_array[i];
2650 slot_map[XY2OFS(btn->xindex, btn->yindex)] = 1;
2652 for (chain = scr->global_icons; chain != NULL; chain = chain->next) {
2653 slot_map[XY2OFS(chain->aicon->xindex, chain->aicon->yindex)] = 1;
2655 /* Find closest slot from the center that is free by scanning the
2656 * map from the center to outward in circular passes.
2657 * This will not result in a neat layout, but will be optimal
2658 * in the sense that there will not be holes left.
2661 for (i = 1; i <= r && !done; i++) {
2664 /* top and bottom parts of the ring */
2665 for (x = -i; x <= i && !done; x++) {
2666 tx = dock->x_pos + x * ICON_SIZE;
2668 ty = dock->y_pos + y * ICON_SIZE;
2669 if (slot_map[XY2OFS(x, y)] == 0 && onScreen(scr, tx, ty, sx, ex, sy, ey)) {
2676 ty = dock->y_pos + y * ICON_SIZE;
2677 if (slot_map[XY2OFS(x, y)] == 0 && onScreen(scr, tx, ty, sx, ex, sy, ey)) {
2684 /* left and right parts of the ring */
2685 for (y = -i + 1; y <= i - 1; y++) {
2686 ty = dock->y_pos + y * ICON_SIZE;
2688 tx = dock->x_pos + x * ICON_SIZE;
2689 if (slot_map[XY2OFS(x, y)] == 0 && onScreen(scr, tx, ty, sx, ex, sy, ey)) {
2696 tx = dock->x_pos + x * ICON_SIZE;
2697 if (slot_map[XY2OFS(x, y)] == 0 && onScreen(scr, tx, ty, sx, ex, sy, ey)) {
2710 static void moveDock(WDock * dock, int new_x, int new_y)
2715 dock->x_pos = new_x;
2716 dock->y_pos = new_y;
2717 for (i = 0; i < dock->max_icons; i++) {
2718 btn = dock->icon_array[i];
2720 btn->x_pos = new_x + btn->xindex * ICON_SIZE;
2721 btn->y_pos = new_y + btn->yindex * ICON_SIZE;
2722 XMoveWindow(dpy, btn->icon->core->window, btn->x_pos, btn->y_pos);
2727 static void swapDock(WDock * dock)
2729 WScreen *scr = dock->screen_ptr;
2733 if (dock->on_right_side) {
2734 x = dock->x_pos = scr->scr_width - ICON_SIZE - DOCK_EXTRA_SPACE;
2736 x = dock->x_pos = DOCK_EXTRA_SPACE;
2739 for (i = 0; i < dock->max_icons; i++) {
2740 btn = dock->icon_array[i];
2743 XMoveWindow(dpy, btn->icon->core->window, btn->x_pos, btn->y_pos);
2747 wScreenUpdateUsableArea(scr);
2750 static pid_t execCommand(WAppIcon * btn, char *command, WSavedState * state)
2752 WScreen *scr = btn->icon->core->screen_ptr;
2758 cmdline = ExpandOptions(scr, command);
2760 if (scr->flags.dnd_data_convertion_status || !cmdline) {
2768 wtokensplit(cmdline, &argv, &argc);
2778 if ((pid = fork()) == 0) {
2782 SetupEnvironment(scr);
2788 args = malloc(sizeof(char *) * (argc + 1));
2791 for (i = 0; i < argc; i++) {
2795 execvp(argv[0], args);
2798 wtokenfree(argv, argc);
2802 state = wmalloc(sizeof(WSavedState));
2803 memset(state, 0, sizeof(WSavedState));
2805 state->miniaturized = -1;
2807 if (btn->dock == scr->dock || btn->omnipresent)
2808 state->workspace = -1;
2810 state->workspace = scr->current_workspace;
2812 wWindowAddSavedState(btn->wm_instance, btn->wm_class, cmdline, pid, state);
2813 wAddDeathHandler(pid, (WDeathHandler *) trackDeadProcess, btn->dock);
2821 void wDockHideIcons(WDock * dock)
2828 for (i = 1; i < dock->max_icons; i++) {
2829 if (dock->icon_array[i])
2830 XUnmapWindow(dpy, dock->icon_array[i]->icon->core->window);
2834 dockIconPaint(dock->icon_array[0]);
2837 void wDockShowIcons(WDock * dock)
2845 btn = dock->icon_array[0];
2846 moveDock(dock, btn->x_pos, btn->y_pos);
2848 newlevel = dock->lowered ? WMNormalLevel : WMDockLevel;
2849 ChangeStackingLevel(btn->icon->core, newlevel);
2851 for (i = 1; i < dock->max_icons; i++) {
2852 if (dock->icon_array[i]) {
2853 MoveInStackListAbove(dock->icon_array[i]->icon->core, btn->icon->core);
2858 if (!dock->collapsed) {
2859 for (i = 1; i < dock->max_icons; i++) {
2860 if (dock->icon_array[i]) {
2861 XMapWindow(dpy, dock->icon_array[i]->icon->core->window);
2870 void wDockLower(WDock * dock)
2874 for (i = 0; i < dock->max_icons; i++) {
2875 if (dock->icon_array[i])
2876 wLowerFrame(dock->icon_array[i]->icon->core);
2880 void wDockRaise(WDock * dock)
2884 for (i = dock->max_icons - 1; i >= 0; i--) {
2885 if (dock->icon_array[i])
2886 wRaiseFrame(dock->icon_array[i]->icon->core);
2890 void wDockRaiseLower(WDock * dock)
2892 if (!dock->icon_array[0]->icon->core->stacking->above
2893 || (dock->icon_array[0]->icon->core->stacking->window_level
2894 != dock->icon_array[0]->icon->core->stacking->above->stacking->window_level))
2900 void wDockFinishLaunch(WDock * dock, WAppIcon * icon)
2902 icon->launching = 0;
2903 icon->relaunching = 0;
2904 dockIconPaint(icon);
2907 WAppIcon *wDockFindIconForWindow(WDock * dock, Window window)
2912 for (i = 0; i < dock->max_icons; i++) {
2913 icon = dock->icon_array[i];
2914 if (icon && icon->main_window == window)
2920 void wDockTrackWindowLaunch(WDock * dock, Window window)
2923 char *wm_class, *wm_instance;
2925 Bool firstPass = True;
2927 char *command = NULL;
2929 command = GetCommandForWindow(window);
2931 if (!PropGetWMClass(window, &wm_class, &wm_instance) || (!wm_class && !wm_instance)) {
2939 for (i = 0; i < dock->max_icons; i++) {
2940 icon = dock->icon_array[i];
2944 /* app is already attached to icon */
2945 if (icon->main_window == window) {
2950 if ((icon->wm_instance || icon->wm_class)
2951 && (icon->launching || !icon->running)) {
2953 if (icon->wm_instance && wm_instance && strcmp(icon->wm_instance, wm_instance) != 0) {
2956 if (icon->wm_class && wm_class && strcmp(icon->wm_class, wm_class) != 0) {
2959 if (firstPass && command && strcmp(icon->command, command) != 0) {
2963 if (!icon->relaunching) {
2966 /* Possibly an application that was docked with dockit,
2967 * but the user did not update WMState to indicate that
2968 * it was docked by force */
2969 wapp = wApplicationOf(window);
2971 icon->forced_dock = 1;
2974 if (!icon->forced_dock) {
2975 icon->main_window = window;
2979 if (!wPreferences.no_animations && !icon->launching &&
2980 !dock->screen_ptr->flags.startup && !dock->collapsed) {
2984 icon->launching = 1;
2985 dockIconPaint(icon);
2987 aicon = wAppIconCreateForDock(dock->screen_ptr, NULL,
2988 wm_instance, wm_class, TILE_NORMAL);
2989 /* XXX: can: aicon->icon == NULL ? */
2990 PlaceIcon(dock->screen_ptr, &x0, &y0, wGetHeadForWindow(aicon->icon->owner));
2991 wAppIconMove(aicon, x0, y0);
2992 /* Should this always be lowered? -Dan */
2994 wLowerFrame(aicon->icon->core);
2995 XMapWindow(dpy, aicon->icon->core->window);
2996 aicon->launching = 1;
2997 wAppIconPaint(aicon);
2998 SlideWindow(aicon->icon->core->window, x0, y0, icon->x_pos, icon->y_pos);
2999 XUnmapWindow(dpy, aicon->icon->core->window);
3000 wAppIconDestroy(aicon);
3002 wDockFinishLaunch(dock, icon);
3007 if (firstPass && !found) {
3021 void wClipUpdateForWorkspaceChange(WScreen * scr, int workspace)
3023 if (!wPreferences.flags.noclip) {
3024 scr->clip_icon->dock = scr->workspaces[workspace]->clip;
3025 if (scr->current_workspace != workspace) {
3026 WDock *old_clip = scr->workspaces[scr->current_workspace]->clip;
3027 WAppIconChain *chain = scr->global_icons;
3030 moveIconBetweenDocks(chain->aicon->dock,
3031 scr->workspaces[workspace]->clip,
3032 chain->aicon, chain->aicon->xindex, chain->aicon->yindex);
3033 if (scr->workspaces[workspace]->clip->collapsed)
3034 XUnmapWindow(dpy, chain->aicon->icon->core->window);
3035 chain = chain->next;
3038 wDockHideIcons(old_clip);
3039 if (old_clip->auto_raise_lower) {
3040 if (old_clip->auto_raise_magic) {
3041 WMDeleteTimerHandler(old_clip->auto_raise_magic);
3042 old_clip->auto_raise_magic = NULL;
3044 wDockLower(old_clip);
3046 if (old_clip->auto_collapse) {
3047 if (old_clip->auto_expand_magic) {
3048 WMDeleteTimerHandler(old_clip->auto_expand_magic);
3049 old_clip->auto_expand_magic = NULL;
3051 old_clip->collapsed = 1;
3053 wDockShowIcons(scr->workspaces[workspace]->clip);
3055 if (scr->flags.clip_balloon_mapped)
3056 showClipBalloon(scr->clip_icon->dock, workspace);
3060 static void trackDeadProcess(pid_t pid, unsigned char status, WDock * dock)
3065 for (i = 0; i < dock->max_icons; i++) {
3066 icon = dock->icon_array[i];
3070 if (icon->launching && icon->pid == pid) {
3071 if (!icon->relaunching) {
3073 icon->main_window = None;
3075 wDockFinishLaunch(dock, icon);
3077 if (status == 111) {
3082 if (icon->drop_launch)
3083 cmd = icon->dnd_command;
3086 if (icon->paste_launch)
3087 cmd = icon->paste_command;
3089 cmd = icon->command;
3091 snprintf(msg, sizeof(msg), _("Could not execute command \"%s\""), cmd);
3093 wMessageDialog(dock->screen_ptr, _("Error"), msg, _("OK"), NULL, NULL);
3100 static void toggleLowered(WDock * dock)
3105 /* lower/raise Dock */
3106 if (!dock->lowered) {
3107 newlevel = WMNormalLevel;
3110 newlevel = WMDockLevel;
3114 for (i = 0; i < dock->max_icons; i++) {
3115 tmp = dock->icon_array[i];
3119 ChangeStackingLevel(tmp->icon->core, newlevel);
3121 wLowerFrame(tmp->icon->core);
3124 if (dock->type == WM_DOCK)
3125 wScreenUpdateUsableArea(dock->screen_ptr);
3128 static void toggleCollapsed(WDock * dock)
3130 if (dock->collapsed) {
3131 dock->collapsed = 0;
3132 wDockShowIcons(dock);
3134 dock->collapsed = 1;
3135 wDockHideIcons(dock);
3139 static void openDockMenu(WDock * dock, WAppIcon * aicon, XEvent * event)
3141 WScreen *scr = dock->screen_ptr;
3142 WObjDescriptor *desc;
3144 WApplication *wapp = NULL;
3148 int appIsRunning = aicon->running && aicon->icon && aicon->icon->owner;
3150 if (dock->type == WM_DOCK) {
3152 entry = dock->menu->entries[index];
3153 entry->flags.indicator_on = !dock->lowered;
3154 entry->clientdata = dock;
3155 dock->menu->flags.realized = 0;
3158 if (scr->clip_options)
3159 updateClipOptionsMenu(scr->clip_options, dock);
3161 n_selected = numberOfSelectedIcons(dock);
3163 /* Rename Workspace */
3164 entry = dock->menu->entries[++index];
3165 if (aicon == scr->clip_icon) {
3166 entry->callback = renameCallback;
3167 entry->clientdata = dock;
3168 entry->flags.indicator = 0;
3169 entry->text = _("Rename Workspace");
3171 entry->callback = omnipresentCallback;
3172 entry->clientdata = aicon;
3173 if (n_selected > 0) {
3174 entry->flags.indicator = 0;
3175 entry->text = _("Toggle Omnipresent");
3177 entry->flags.indicator = 1;
3178 entry->flags.indicator_on = aicon->omnipresent;
3179 entry->flags.indicator_type = MI_CHECK;
3180 entry->text = _("Omnipresent");
3184 /* select/unselect icon */
3185 entry = dock->menu->entries[++index];
3186 entry->clientdata = aicon;
3187 entry->flags.indicator_on = aicon->icon->selected;
3188 wMenuSetEnabled(dock->menu, index, aicon != scr->clip_icon);
3190 /* select/unselect all icons */
3191 entry = dock->menu->entries[++index];
3192 entry->clientdata = aicon;
3194 entry->text = _("Unselect All Icons");
3196 entry->text = _("Select All Icons");
3197 wMenuSetEnabled(dock->menu, index, dock->icon_count > 1);
3200 entry = dock->menu->entries[++index];
3201 entry->clientdata = aicon;
3203 entry->text = _("Keep Icons");
3205 entry->text = _("Keep Icon");
3206 wMenuSetEnabled(dock->menu, index, dock->icon_count > 1);
3208 /* this is the workspace submenu part */
3209 entry = dock->menu->entries[++index];
3211 entry->text = _("Move Icons To");
3213 entry->text = _("Move Icon To");
3214 if (scr->clip_submenu)
3215 updateWorkspaceMenu(scr->clip_submenu, aicon);
3216 wMenuSetEnabled(dock->menu, index, !aicon->omnipresent);
3218 /* remove icon(s) */
3219 entry = dock->menu->entries[++index];
3220 entry->clientdata = aicon;
3222 entry->text = _("Remove Icons");
3224 entry->text = _("Remove Icon");
3225 wMenuSetEnabled(dock->menu, index, dock->icon_count > 1);
3227 /* attract icon(s) */
3228 entry = dock->menu->entries[++index];
3229 entry->clientdata = aicon;
3231 dock->menu->flags.realized = 0;
3232 wMenuRealize(dock->menu);
3235 if (aicon->icon->owner) {
3236 wapp = wApplicationOf(aicon->icon->owner->main_window);
3242 entry = dock->menu->entries[++index];
3243 entry->clientdata = aicon;
3244 wMenuSetEnabled(dock->menu, index, aicon->command != NULL);
3247 entry = dock->menu->entries[++index];
3248 entry->clientdata = aicon;
3249 if (wapp && wapp->flags.hidden) {
3250 entry->text = _("Unhide Here");
3252 entry->text = _("Bring Here");
3254 wMenuSetEnabled(dock->menu, index, appIsRunning);
3257 entry = dock->menu->entries[++index];
3258 entry->clientdata = aicon;
3259 if (wapp && wapp->flags.hidden) {
3260 entry->text = _("Unhide");
3262 entry->text = _("Hide");
3264 wMenuSetEnabled(dock->menu, index, appIsRunning);
3267 entry = dock->menu->entries[++index];
3268 entry->clientdata = aicon;
3269 wMenuSetEnabled(dock->menu, index, !aicon->editing && !wPreferences.flags.noupdates);
3272 entry = dock->menu->entries[++index];
3273 entry->clientdata = aicon;
3274 wMenuSetEnabled(dock->menu, index, appIsRunning);
3276 if (!dock->menu->flags.realized)
3277 wMenuRealize(dock->menu);
3279 if (dock->type == WM_CLIP) {
3280 /*x_pos = event->xbutton.x_root+2; */
3281 x_pos = event->xbutton.x_root - dock->menu->frame->core->width / 2 - 1;
3284 } else if (x_pos + dock->menu->frame->core->width > scr->scr_width - 2) {
3285 x_pos = scr->scr_width - dock->menu->frame->core->width - 4;
3288 x_pos = dock->on_right_side ? scr->scr_width - dock->menu->frame->core->width - 3 : 0;
3291 wMenuMapAt(dock->menu, x_pos, event->xbutton.y_root + 2, False);
3293 /* allow drag select */
3294 event->xany.send_event = True;
3295 desc = &dock->menu->menu->descriptor;
3296 (*desc->handle_mousedown) (desc, event);
3299 /******************************************************************/
3300 static void iconDblClick(WObjDescriptor * desc, XEvent * event)
3302 WAppIcon *btn = desc->parent;
3303 WDock *dock = btn->dock;
3304 WApplication *wapp = NULL;
3307 if (btn->icon->owner && !(event->xbutton.state & ControlMask)) {
3308 wapp = wApplicationOf(btn->icon->owner->main_window);
3310 assert(wapp != NULL);
3312 unhideHere = (event->xbutton.state & ShiftMask);
3314 /* go to the last workspace that the user worked on the app */
3315 if (wapp->last_workspace != dock->screen_ptr->current_workspace && !unhideHere) {
3316 wWorkspaceChange(dock->screen_ptr, wapp->last_workspace);
3319 wUnhideApplication(wapp, event->xbutton.button == Button2, unhideHere);
3321 if (event->xbutton.state & MOD_MASK) {
3322 wHideOtherApplications(btn->icon->owner);
3325 if (event->xbutton.button == Button1) {
3327 if (event->xbutton.state & MOD_MASK) {
3328 /* raise/lower dock */
3329 toggleLowered(dock);
3330 } else if (btn == dock->screen_ptr->clip_icon) {
3331 if (getClipButton(event->xbutton.x, event->xbutton.y) == CLIP_IDLE)
3332 toggleCollapsed(dock);
3334 handleClipChangeWorkspace(dock->screen_ptr, event);
3335 } else if (btn->command) {
3336 if (!btn->launching && (!btn->running || (event->xbutton.state & ControlMask))) {
3337 launchDockedApplication(btn, False);
3339 } else if (btn->xindex == 0 && btn->yindex == 0 && btn->dock->type == WM_DOCK) {
3340 wShowGNUstepPanel(dock->screen_ptr);
3346 static void handleDockMove(WDock * dock, WAppIcon * aicon, XEvent * event)
3348 WScreen *scr = dock->screen_ptr;
3349 int ofs_x = event->xbutton.x, ofs_y = event->xbutton.y;
3352 int grabbed = 0, swapped = 0, done;
3353 Pixmap ghost = None;
3354 int superfluous = wPreferences.superfluous; /* we catch it to avoid problems */
3357 puts("moving dock");
3359 if (XGrabPointer(dpy, aicon->icon->core->window, True, ButtonMotionMask
3360 | ButtonReleaseMask | ButtonPressMask, GrabModeAsync,
3361 GrabModeAsync, None, None, CurrentTime) != GrabSuccess) {
3362 wwarning("pointer grab failed for dock move");
3365 for (x = 0; x < dock->max_icons; x++) {
3366 if (dock->icon_array[x] != NULL && dock->icon_array[x]->yindex > y)
3367 y = dock->icon_array[x]->yindex;
3370 XResizeWindow(dpy, scr->dock_shadow, ICON_SIZE, ICON_SIZE * y);
3374 WMMaskEvent(dpy, PointerMotionMask | ButtonReleaseMask | ButtonPressMask
3375 | ButtonMotionMask | ExposureMask, &ev);
3383 if (abs(ofs_x - ev.xmotion.x) >= MOVE_THRESHOLD
3384 || abs(ofs_y - ev.xmotion.y) >= MOVE_THRESHOLD) {
3385 XChangeActivePointerGrab(dpy, ButtonMotionMask
3386 | ButtonReleaseMask | ButtonPressMask,
3387 wCursor[WCUR_MOVE], CurrentTime);
3392 if (dock->type == WM_CLIP) {
3393 x = ev.xmotion.x_root - ofs_x;
3394 y = ev.xmotion.y_root - ofs_y;
3395 wScreenKeepInside(scr, &x, &y, ICON_SIZE, ICON_SIZE);
3397 moveDock(dock, x, y);
3399 /* move vertically if pointer is inside the dock */
3400 if ((dock->on_right_side && ev.xmotion.x_root >= dock->x_pos - ICON_SIZE)
3401 || (!dock->on_right_side && ev.xmotion.x_root <= dock->x_pos + ICON_SIZE * 2)) {
3403 x = ev.xmotion.x_root - ofs_x;
3404 y = ev.xmotion.y_root - ofs_y;
3405 wScreenKeepInside(scr, &x, &y, ICON_SIZE, ICON_SIZE);
3406 moveDock(dock, dock->x_pos, y);
3408 /* move horizontally to change sides */
3409 x = ev.xmotion.x_root - ofs_x;
3410 if (!dock->on_right_side) {
3414 if (ev.xmotion.x_root > dock->x_pos + ICON_SIZE * 2) {
3415 XMoveWindow(dpy, scr->dock_shadow, scr->scr_width - ICON_SIZE
3416 - DOCK_EXTRA_SPACE - 1, dock->y_pos);
3417 if (superfluous && ghost == None) {
3418 ghost = MakeGhostDock(dock, dock->x_pos,
3419 scr->scr_width - ICON_SIZE
3420 - DOCK_EXTRA_SPACE - 1, dock->y_pos);
3421 XSetWindowBackgroundPixmap(dpy, scr->dock_shadow, ghost);
3422 XClearWindow(dpy, scr->dock_shadow);
3424 XMapRaised(dpy, scr->dock_shadow);
3427 if (superfluous && ghost != None) {
3428 XFreePixmap(dpy, ghost);
3431 XUnmapWindow(dpy, scr->dock_shadow);
3436 if (ev.xmotion.x_root < dock->x_pos - ICON_SIZE) {
3437 XMoveWindow(dpy, scr->dock_shadow, DOCK_EXTRA_SPACE, dock->y_pos);
3438 if (superfluous && ghost == None) {
3439 ghost = MakeGhostDock(dock, dock->x_pos,
3440 DOCK_EXTRA_SPACE, dock->y_pos);
3441 XSetWindowBackgroundPixmap(dpy, scr->dock_shadow, ghost);
3442 XClearWindow(dpy, scr->dock_shadow);
3444 XMapRaised(dpy, scr->dock_shadow);
3447 XUnmapWindow(dpy, scr->dock_shadow);
3449 if (superfluous && ghost != None) {
3450 XFreePixmap(dpy, ghost);
3462 if (ev.xbutton.button != event->xbutton.button)
3464 XUngrabPointer(dpy, CurrentTime);
3465 XUnmapWindow(dpy, scr->dock_shadow);
3466 XResizeWindow(dpy, scr->dock_shadow, ICON_SIZE, ICON_SIZE);
3467 if (dock->type == WM_DOCK) {
3470 dock->on_right_side = 1;
3472 dock->on_right_side = 0;
3474 wArrangeIcons(scr, False);
3483 XFreePixmap(dpy, ghost);
3484 XSetWindowBackground(dpy, scr->dock_shadow, scr->white_pixel);
3487 puts("End dock move");
3491 static void handleIconMove(WDock * dock, WAppIcon * aicon, XEvent * event)
3493 WScreen *scr = dock->screen_ptr;
3495 WIcon *icon = aicon->icon;
3496 WDock *dock2 = NULL, *last_dock = dock, *clip = NULL;
3497 int ondock, grabbed = 0, change_dock = 0, collapsed = 0;
3499 int x = aicon->x_pos, y = aicon->y_pos;
3500 int ofs_x = event->xbutton.x, ofs_y = event->xbutton.y;
3501 int shad_x = x, shad_y = y;
3502 int ix = aicon->xindex, iy = aicon->yindex;
3504 Pixmap ghost = None;
3506 int superfluous = wPreferences.superfluous; /* we catch it to avoid problems */
3507 int omnipresent = aicon->omnipresent; /* this must be cached!!! */
3509 if (wPreferences.flags.noupdates)
3512 if (XGrabPointer(dpy, icon->core->window, True, ButtonMotionMask
3513 | ButtonReleaseMask | ButtonPressMask, GrabModeAsync,
3514 GrabModeAsync, None, None, CurrentTime) != GrabSuccess) {
3516 wwarning("pointer grab failed for icon move");
3520 if (!(event->xbutton.state & MOD_MASK))
3521 wRaiseFrame(icon->core);
3523 if (!wPreferences.flags.noclip)
3524 clip = scr->workspaces[scr->current_workspace]->clip;
3526 if (dock == scr->dock && !wPreferences.flags.noclip)
3528 else if (dock != scr->dock && !wPreferences.flags.nodock)
3531 wins[0] = icon->core->window;
3532 wins[1] = scr->dock_shadow;
3533 XRestackWindows(dpy, wins, 2);
3534 XMoveResizeWindow(dpy, scr->dock_shadow, aicon->x_pos, aicon->y_pos, ICON_SIZE, ICON_SIZE);
3536 if (icon->pixmap != None)
3537 ghost = MakeGhostIcon(scr, icon->pixmap);
3539 ghost = MakeGhostIcon(scr, icon->core->window);
3541 XSetWindowBackgroundPixmap(dpy, scr->dock_shadow, ghost);
3542 XClearWindow(dpy, scr->dock_shadow);
3544 XMapWindow(dpy, scr->dock_shadow);
3549 XMaskEvent(dpy, PointerMotionMask | ButtonReleaseMask | ButtonPressMask
3550 | ButtonMotionMask | ExposureMask, &ev);
3558 if (abs(ofs_x - ev.xmotion.x) >= MOVE_THRESHOLD
3559 || abs(ofs_y - ev.xmotion.y) >= MOVE_THRESHOLD) {
3560 XChangeActivePointerGrab(dpy, ButtonMotionMask
3561 | ButtonReleaseMask | ButtonPressMask,
3562 wCursor[WCUR_MOVE], CurrentTime);
3571 for (i = 0; i < scr->workspace_count; i++) {
3572 if (i == scr->current_workspace)
3574 wDockShowIcons(scr->workspaces[i]->clip);
3578 x = ev.xmotion.x_root - ofs_x;
3579 y = ev.xmotion.y_root - ofs_y;
3580 tmp = wDockSnapIcon(dock, aicon, x, y, &ix, &iy, True);
3583 if (last_dock != dock && collapsed) {
3584 last_dock->collapsed = 1;
3585 wDockHideIcons(last_dock);
3588 if (!collapsed && (collapsed = dock->collapsed)) {
3589 dock->collapsed = 0;
3590 wDockShowIcons(dock);
3592 if (dock->auto_raise_lower)
3596 tmp = wDockSnapIcon(dock2, aicon, x, y, &ix, &iy, False);
3599 if (last_dock != dock2 && collapsed) {
3600 last_dock->collapsed = 1;
3601 wDockHideIcons(last_dock);
3604 if (!collapsed && (collapsed = dock2->collapsed)) {
3605 dock2->collapsed = 0;
3606 wDockShowIcons(dock2);
3608 if (dock2->auto_raise_lower)
3613 if (aicon->launching || aicon->lock || (aicon->running && !(ev.xmotion.state & MOD_MASK))
3614 || (!aicon->running && tmp)) {
3615 shad_x = last_dock->x_pos + ix * wPreferences.icon_size;
3616 shad_y = last_dock->y_pos + iy * wPreferences.icon_size;
3618 XMoveWindow(dpy, scr->dock_shadow, shad_x, shad_y);
3621 XMapWindow(dpy, scr->dock_shadow);
3626 XUnmapWindow(dpy, scr->dock_shadow);
3630 XMoveWindow(dpy, icon->core->window, x, y);
3637 if (ev.xbutton.button != event->xbutton.button)
3639 XUngrabPointer(dpy, CurrentTime);
3641 SlideWindow(icon->core->window, x, y, shad_x, shad_y);
3642 XUnmapWindow(dpy, scr->dock_shadow);
3644 reattachIcon(dock, aicon, ix, iy);
3645 if (clip && dock != clip && clip->auto_raise_lower)
3648 docked = moveIconBetweenDocks(dock, dock2, aicon, ix, iy);
3650 /* Slide it back if dock rejected it */
3651 SlideWindow(icon->core->window, x, y, aicon->x_pos, aicon->y_pos);
3652 reattachIcon(dock, aicon, aicon->xindex, aicon->yindex);
3654 if (last_dock->type == WM_CLIP && last_dock->auto_collapse) {
3662 if (!aicon->running && !wPreferences.no_animations) {
3663 /* We need to deselect it, even if is deselected in
3664 * wDockDetach(), because else DoKaboom() will fail.
3666 if (aicon->icon->selected)
3667 wIconSelect(aicon->icon);
3669 wSoundPlay(WSOUND_KABOOM);