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

Xorg/net wm pid #7445

Merged
merged 8 commits into from
Jun 17, 2018
Merged

Xorg/net wm pid #7445

merged 8 commits into from
Jun 17, 2018

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    1457def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67eea85 View commit details
    Browse the repository at this point in the history
  3. Spell spaghetti correctly

    thoughtjigs committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    ab45a94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fd8e11 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Rework Xorg top level window property settings.

    This is to be more consistent with how gtk/gdk handles it as well as take advantage of some of the improvements to the RenderingEngine class.
    thoughtjigs committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    19f2c07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f05166 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Updated to use C++ style casts and moved verbose messaging.

    Moved verbose messaging to setupXorgTopLevelWindow method as Xorg messages should only occur when
    running in Xorg env.
    thoughtjigs committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    7aa2dc9 View commit details
    Browse the repository at this point in the history
  2. More cast changes

    Irrlicht returns the XDisplay as a void* and XWindow as an unsigned long so reinterpret those
    as the appropriate type. Also fixed a spaces for tab formating issue
    thoughtjigs committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    a4df01d View commit details
    Browse the repository at this point in the history