summaryrefslogtreecommitdiff
path: root/app/fvwm
AgeCommit message (Collapse)Author
2021-10-25Remove 3rd argument to open() when flags don't include O_CREATMatthieu Herrb
2021-01-24making the default system.fvwmrc a bit less obsolete.Matthieu Herrb
- remove xman (was removed from xenocara base) - replace rlogin with ssh in modules - make the fg color for ssh / telnet prompts black so that's it's readable. ok deraadt@
2021-01-24Remove extra parenthesisMatthieu Herrb
2021-01-24add explicit braces to avoid dangling else warning and fix misleadingMatthieu Herrb
indentation.
2021-01-24Add missing function prototypesMatthieu Herrb
2021-01-24Fix 'format string is not a string literal' warning.Matthieu Herrb
2021-01-24Fix pre C89 dummy() prototype.Matthieu Herrb
2021-01-24include <stdlib.h> to get exit() prototype declaration.Matthieu Herrb
2021-01-24include <string.h> to get strcmp() prototype declaration.Matthieu Herrb
2021-01-24Fixes for -fno-common beeing the default in clang 11.Matthieu Herrb
ok mortimer@ who came to the same patches.
2006-11-26Importing from XF4, plus BSD make infrastructureMatthieu Herrb
2020-09-30Remove osrelease from system.fvwmrckn
This is the version string that shows up as part of "OpenBSD 6.8" in the bottom right window in a default installation. But as this version stems from the build machine's kernel with which fvwm was build, it can differ from the version you're running on your machine which is what you'd expect as user. Such values must not be derived from the build environment; instead of fixing it up, remove the version number entirely and leave it to the user's ~/.fvwmrc to update the label if need be. OK deraadt
2019-10-19Remove references to xman(1). Noticed by Alfred Morgan, thanks.Matthieu Herrb
2006-11-26Importing from XF4, plus BSD make infrastructureMatthieu Herrb
2019-08-15Remove xman from utilities menu.Matthieu Herrb
2017-04-15remove all compile time __DATE__ and __TIME__ variables from the sourceRobert Nagy
ok deraadt@, matthieu@
2016-10-10Remove the global 'make includes' step from 'make build'.Matthieu Herrb
This is no longer needed and gets in the way of tightening permission used during build. ok and suggestions natano@
2015-11-18pledge fvwm and FvwmPager (since it's started by default); committing toOkan Demirmen
solicit further feedback and testing. ok matthieu and encouragement from deraadt
2015-11-08Fix use afer free in free_window_list().Matthieu Herrb
bug report by Gerrit Meyerheim, patch by Serguey Parkhomovsky on bugs@ Thanks to both.
2015-07-19Don't redefine build: locallyMatthieu Herrb
2015-05-10No NEWS is good NEWS - remove a bunch of files not present upstreams anymoreMatthieu Herrb
2013-11-01remove unused file.Matthieu Herrb
2013-07-21Remove Modules that are not linked to the build for license issues.Matthieu Herrb
2006-11-26Importing from XF4, plus BSD make infrastructureMatthieu Herrb
2012-09-30remove utterly bogus tests and simplify.Marc Espie
fvwm was only building thanks to an unlikely series of accidents... okay matthieu@
2012-09-10remove scrotwm from fvwm restart menu.Okan Demirmen
ok matthieu@
2012-03-18Remove the whole extras directory, not used in OpenBSD builds.Matthieu Herrb
Noticed by fgsch@ a while ago.
2012-03-04rename getline() occurrences to get_line().Federico G. Schwindt
2012-01-29Restart menu update: remove window managers that are not availableMatthieu Herrb
from ports/packages. Replace them with some more modern ones.
2012-01-29Remove trailing white spaceMatthieu Herrb
2011-06-23switch to installing source manuals:Christian Weisgerber
* cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged
2011-03-08xcb is no longer optional.Matthieu Herrb
2011-01-18Picture -> FvwmPicture, to avoid collisions with xrandr includes.Marc Espie
As noticed by Tristan Le Guern. okay matthieu@
2010-11-27Explicitely link libxcb when needed for static arches.Matthieu Herrb
2010-03-20Fix formatting errors breaking the xenocara mandoc(1) build:Ingo Schwarze
* .Bl may only have .It children * .SH requires an argument * blank lines are illegal outside literal context Now "cd /usr/xenocara && make man" succeeds, but unfortunately, that covers a minority of X11 manuals only. ok matthieu@
2009-10-24sprintf() -> snprintf()Matthieu Herrb
2009-01-03Avoid infinit loop on make clean. Problem found by mglocker@.Matthieu Herrb
2008-09-01Remove extra semi-colon after conditional. Tested by phessler@.Matthieu Herrb
2008-07-16add cwm to exec/restart menuOkan Demirmen
ok matthieu@ oga@
2008-03-25Introduce bsd.xconf.mk to set default config variables usedMatthieu Herrb
at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@.
2008-01-06cleandir needs cleanMatthieu Herrb
2007-07-05preprocess man page with tblMatthieu Herrb
2007-05-28Remove files that shouldn't be there, okay matthieu@Pedro Martelletto
2007-04-16defintion -> definition; ok matthieuJason McIntyre
2007-04-16desciption -> description; ok matthieuJason McIntyre
2007-04-09Fix libraries list for static architecturesMatthieu Herrb
2007-04-05disable the alt-arrow combos by default. alt-left/right seemsTed Unangst
much more useful controlling firefox history than bouncing the screen around. ok marco
2007-04-04more $Xenocara$ -> $OpenBSD$; ok matthieu@David Krause
2007-03-30- add an INSTALL_DATA target in bsd.xorg.mk (inspired by bsd.port.mk).Alexandre Anriot
- start using it in fvwm, ssh-askpass and xsystrace (more to come). ok matthieu@
2007-03-27We now need an obj dir here. Spotted by bernd@ thanks.Matthieu Herrb