Lines Matching refs:windows

613 /*!	\brief Send a quick (no attachments) message to all windows.
1128 If there are any modal windows on this screen, it might not actually
1129 become the frontmost window, though, as modal windows stay in front
1216 WindowList windows(kWorkingList);
1221 windows.AddWindow(window);
1225 // all modal windows follow their subsets to the front
1240 windows.AddWindow(modal);
1244 _BringWindowsToFront(windows, kWorkingList, true);
1343 // handling for floating windows, as they can only be shown if their
1509 // newDirtyRegion == the windows old visible region
1515 // NOTE: Having all windows locked should prevent any
1702 // subset windows are visible on all workspaces their subset is on
1842 // (ie. all floating windows have to be on the top, ...)
2185 // send redraw messages to all windows intersecting the dirty region
2288 // Just minimize all windows of that application
2305 // TODO: for now, just maximize all windows of that application
2352 // compute the number of windows
2367 // first write the windows of the current workspace correctly ordered
2376 // then write all the other windows
2920 // Update all windows while we are holding the write lock.
2976 // we only care about app/subset floating windows
3019 /*! Search the visible windows for a valid back window
3020 (only desktop windows can't be back windows)
3038 /*! Search the visible windows for a valid front window
3039 (only normal and modal windows can be front windows)
3041 The only place where you don't want to update floating windows is
3081 // only visible modal windows count
3153 // window needs a redraw, but other windows
3181 // hidden windows are excluded from the
3194 /*! Updates the workspaces of all subset windows with regard to the
3196 If newIndex is not -1, it will move all subset windows that belong to
3207 // if the window is hidden, the subset windows are up-to-date already
3215 // These windows are always visible on all workspaces,
3221 // Floating windows are inserted and removed to the current
3278 // This only affects other windows if this window has
3279 // floating or modal windows that need to be shown as
3304 // take care about modals and floating windows
3314 Desktop::_BringWindowsToFront(WindowList& windows, int32 list, bool wereVisible)
3320 for (Window* window = windows.FirstWindow(); window != NULL;
3338 for (Window* window = windows.FirstWindow(); window != NULL;
3348 if (windows.FirstWindow() == fBack || fBack == NULL)
3393 You must not have locked any windows when calling this method.
3460 // that windows region is not available on screen anymore
3470 // send redraw messages to all windows intersecting the dirty region
3486 // moving windows
3488 // remember the region not covered by any windows
3536 // that windows region is not available on screen anymore
3548 //! Suspend all windows with direct access to the frame buffer
3562 //! Resume all windows with direct access to the frame buffer
3618 // send B_SCREEN_CHANGED to windows on that screen
3634 /*! \brief activate one of the app's windows.
3665 // TODO: we cannot maximize minimized windows here (with the window lock
3728 // But only normal windows are following
3746 // TODO: subset windows will always flicker this way
3769 // build region of windows that are no longer visible in the new workspace
3801 // Show windows, and include them in the changed region - but only
3804 WindowList windows(kWorkingList);
3846 windows.AddWindow(window);
3884 for (Window* window = windows.FirstWindow(); window != NULL;