Skip to content

Fvwm3-1.0.5

Compare
Choose a tag to compare
@ThomasAdam ThomasAdam released this 28 Sep 20:54

Changelog

1.0.5 (2022-09-28)

Full Changelog

Breaking changes:

Implemented enhancements:

  • A better ManualPlacement that allows drawing the geometry of the new window. #674
  • expand: add monitor.prev variable #699 (ThomasAdam)
  • Add AnyScreen to conditional in IconManClick #696 (somiaj)
  • _NET_WM_NAME: update to fvwm3 #609 (ThomasAdam)

Fixed bugs:

  • Style * Icon cause Fvwm3 stuck in loading when restart. #681
  • Recaptured windows can have a negative offset away from the page they should be on #678
  • VLC still decorates its transient window even when explicitly given the NakedTransient style #673
  • configuring with --disable-png causes builds to fail #669
  • Emoji in window titles make FvwmIconMan stop showing window names. #654
  • Unable to initialize RandR #650
  • PipeRead when called from a function cannot grab pointer #610
  • Man Pages Cleanup #554
  • Windows from various pages are moved to page 0 0 on fvwm3 restart #694
  • Separator in menu gets focus #675
  • Unshading a window with WindowShade function sometimes makes the window lose "true input focus". #671
  • When configured with --disable-xft fvwm3 fails to build. #667
  • my fvwm config does not work with recent chromium #663
  • FvwmEvent event new_desk gets triggered multiple times in multi-monitor shared setup #655
  • Windows with style "PositionPlacement Center" split between monitors #648
  • FVWM branch dv/pager-noaspect crashes with core dump #647
  • SnapAttraction prefers wrong window #631
  • FvwmPrompt is installed unstripped #618
  • DesktopName fails to set desktop name under described circumstances #606
  • FvwmEvent event monitor_focus broken in FVWM3 1.0.4 #604
  • Building FvwmPrompt disables FvwmConsole, but still installs manual page. #597
  • Wait command in configuration file can cause unexpected issues with GeometryWindow. #590
  • "GeometryWindow Hide" doesn't work #589
  • Special characters (umlauts) are sometimes not displayed correctly in the window title #482
  • FvwmEvent: handle previous_monitor and no longer passthrough ID #701 (ThomasAdam)
  • doc: don't build FvwmConsole.1 if FvwmPrompt enabled #700 (ThomasAdam)
  • DesktopConfiguration shared: keep windows in-situ #697 (ThomasAdam)
  • desk_add: fix starting desk/monitor #689 (ThomasAdam)
  • shared: fix flagging of new_desk #687 (ThomasAdam)
  • Fix for lock recusion in handle_all_expose() #683 (mherrb)
  • Asciidoc fixes #676 (topcat001)
  • grow: ignore transient windows #627 (ThomasAdam)
  • MoveToScreen: fix NULL-dereference #605 (ThomasAdam)
  • Bugfix: fvwm-menu-desktop --get-menus #593 (somiaj)

Closed issues:

  • Code Cleanup: Codacy issues list #107

Merged pull requests:

New Contributors