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

MenuStyle: Remove Depreciated options and non colorset #757

Merged
merged 5 commits into from Nov 10, 2022

Commits on Nov 10, 2022

  1. Remove menustyle old parser.

      The old parser has been depreciated for a long time now,
      removing legacy compatibility.
    somiaj committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a5428c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71f5d23 View commit details
    Browse the repository at this point in the history
  3. Remove MenuStyle old color options.

      Remove MenuStyle Foreground, Background, Greyed, and MenuFace options
      and force the use of colorsets. Colorset 0 is now used as default,
      as colorsets are now core in fvwm, no need to support multiple
      ways to color the menus. This also removes the color option
      from HilightBack and ActiveFore, these MenuStyles are now only
      used to turn on/off hilighting the active menu item.
    somiaj committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    1b6b665 View commit details
    Browse the repository at this point in the history
  4. Remove old struts/macros/functions for MenuStyle.

      Remove all the old macros, structures, and functions for MenuStyle
      non colorset options, including all of the MenuFace code. This
      is no longer being used with the removal of the old Foreground,
      Background, Greyed, and MenuFace options. Use colorsets instead.
    somiaj committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    7884849 View commit details
    Browse the repository at this point in the history
  5. Remove default color definitions.

      Use Colorset[0] for the default instead of the default color
      definitions (since it is now defined) in the few places remaining.
    somiaj committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    6916a70 View commit details
    Browse the repository at this point in the history