Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XGServerWindow.m small fixes #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

XGServerWindow.m small fixes #25

wants to merge 3 commits into from

Commits on Mar 11, 2020

  1. * Source/x11/XGServerWindow.m (_createAppIconPixmaps): accept

      WRaster context depth 24.
      (styleoffsets::::::): do not guess offsets for miniwindow and
      appicon they are equal to 0.0.
    trunkmaster committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    7dbe463 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    e6a04d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. * Libraries/gnustep/tests/back-art/Source/x11/XGServerEvent.m

      (_handleTakeFocus:forContext:): if application (window) receives
      WM_TAKE_FOCUS in hidden state it means WindowMaker wants us to be
      unhidden.
    
      Description: There are 2 protocols defined in XGServerWindow.h:
      WMFHideApplication and WMFHideOtherApplications. These protocols exist
      to help GNUstep application and WindowMaker notify each other
      about "Hide" and "Hide Others" actions. There are no protocols for
      "unhide" action.
    
      Test case steps:
      1. Open application with window opened.
      2. Hide application with "Hide" menu item.
      3. Open WindowMaker's "Windows" menu (middle-click on desktop).
      4. Select hidden application window.
      Application unhides, activates, restored window is focused (receives) input
      and "Hide" menu item unselected.
    trunkmaster committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    5544b37 View commit details
    Browse the repository at this point in the history