-
-
Notifications
You must be signed in to change notification settings - Fork 85
Comparing changes
Open a pull request
base repository: fvwmorg/fvwm3
base: 1.1.2
head repository: fvwmorg/fvwm3
compare: 1.1.3
- 20 commits
- 63 files changed
- 7 contributors
Commits on Feb 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b9a5da6 - Browse repository at this point
Copy the full SHA b9a5da6View commit details
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7b901c0 - Browse repository at this point
Copy the full SHA 7b901c0View commit details
Commits on Feb 20, 2025
-
build: macos: fix path to fribidi
On MacOS, it seems that fribidi.h isn't in its own subfolder of fribidi/ -- therefore, elide this if the compiling host is MacOS.
Configuration menu - View commit details
-
Copy full SHA for 49637b0 - Browse repository at this point
Copy the full SHA 49637b0View commit details
Commits on Feb 21, 2025
-
fvwm-convert-2.6: fix syntax error
Noticed by AlaricToo on #fvwm IRC.
Configuration menu - View commit details
-
Copy full SHA for 44028d3 - Browse repository at this point
Copy the full SHA 44028d3View commit details
Commits on Feb 24, 2025
-
FvwmRearrange: Add -win_cmd COMMAND option.
This adds an option to run an fvwm command in the context of all windows rearranged by FvwmRearrange. This was added to allow setting the state of all windows via `-win_cmd "State n"` to allow matching them with conditionals. A general option was added to allow users to run any fvwm command in all window's context.
Configuration menu - View commit details
-
Copy full SHA for 4592849 - Browse repository at this point
Copy the full SHA 4592849View commit details
Commits on Apr 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d49736c - Browse repository at this point
Copy the full SHA d49736cView commit details
Commits on May 10, 2025
-
build: move check for ISRELEASED outside of configure
The status of the release needs to be kept, but it can no longer be a part of ./configure as that is being removed.
Configuration menu - View commit details
-
Copy full SHA for 4693f2d - Browse repository at this point
Copy the full SHA 4693f2dView commit details -
autotools has now been replaced with meson. Original rationale is here: #1068 A massive thanks to Kangie (Matt Jolly) for all his hard work in making this happen!
Configuration menu - View commit details
-
Copy full SHA for 8a28822 - Browse repository at this point
Copy the full SHA 8a28822View commit details
Commits on May 15, 2025
-
build: GH workflow: automate releases
Rewrite the release process such that releases can be fully automated.
Configuration menu - View commit details
-
Copy full SHA for 26182df - Browse repository at this point
Copy the full SHA 26182dfView commit details -
docs: move INSTALL.md to the root of the project
This is mostly relevant for release tarballs, but developer documentation doesn't get shipped in a release. However, installation instructions are still required. Therefore, make the INSTALL.md file part of the root of the project. Fixes #1194
Configuration menu - View commit details
-
Copy full SHA for be79cdf - Browse repository at this point
Copy the full SHA be79cdfView commit details -
The need for go-1.14 was only needed for autotools, so this check can be removed. Additionally, go-1.14 was released over five years ago so the chances are a newer version is likely ubiquitous.
Configuration menu - View commit details
-
Copy full SHA for bf19500 - Browse repository at this point
Copy the full SHA bf19500View commit details
Commits on May 19, 2025
-
Fix crash in FvwmPager and clarify Balloons option.
FvwmPager would crash if `WindowFont` was set then later set to `None`. This makes sure that if `WindowFont None` is used, the font is set back to Null for fallback checks. This also clarifies the `Balloon type` option. This option no longer accepts NULL inputs, use All as an example to show balloon windows everywhere, and state default is None.
Configuration menu - View commit details
-
Copy full SHA for 6370adf - Browse repository at this point
Copy the full SHA 6370adfView commit details
Commits on May 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f154130 - Browse repository at this point
Copy the full SHA f154130View commit details
Commits on May 23, 2025
-
build: modify release version script
* set -e for the worse case * POSIX check on source
Configuration menu - View commit details
-
Copy full SHA for 9ec477f - Browse repository at this point
Copy the full SHA 9ec477fView commit details
Commits on May 29, 2025
-
meson: do a link test for
locale_charset()
We can't just check for `locale_charset` as some (very silly) distributions ship, or allow end users to install, GNU libiconv on GNU libc systems. - Move `HAVE_CODESET` and `HAVE_LIBCHARSET` checks into `iconv` dep conditional - perform link test against libcharset to see if it is usable - add a visible warning that GNU libiconv should not be installed on a GNU libc system, if libcharset (libiconv) linking fails due to apparent conflicts with glibc iconv. See Also: #1186 Signed-off-by: Matt Jolly <kangie@gentoo.org>
Configuration menu - View commit details
-
Copy full SHA for d1a215c - Browse repository at this point
Copy the full SHA d1a215cView commit details -
randr: monitor_change: recalc panframes
When a monitor is marked as changed, recalculate the panframes as these could now be in different coordinates.
Configuration menu - View commit details
-
Copy full SHA for 829a515 - Browse repository at this point
Copy the full SHA 829a515View commit details -
randr: run screenchange at least once
When reacting a screen change, ensure we run the set of actions at least once.
Configuration menu - View commit details
-
Copy full SHA for 378b6ed - Browse repository at this point
Copy the full SHA 378b6edView commit details -
randr: scan_screens: move MONITOR_FOUND
Mark the monitor as found before marking it as changed so that it makes it easier to differentiate the two conditions.
Configuration menu - View commit details
-
Copy full SHA for 88cf434 - Browse repository at this point
Copy the full SHA 88cf434View commit details
Commits on May 30, 2025
-
setup_visible_names: don't ignore when both set
When updating the visible_name or icon_name of a window, don't miss anything. Fixes #1202
Configuration menu - View commit details
-
Copy full SHA for 4166fe0 - Browse repository at this point
Copy the full SHA 4166fe0View commit details
Commits on Jun 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3c770e5 - Browse repository at this point
Copy the full SHA 3c770e5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.1.2...1.1.3