summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
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
2006-11-26Importing from XF4, plus BSD make infrastructureMatthieu Herrb
2021-01-10Update to xterm 363. tested by jsg@ and others on tech@.Matthieu Herrb
2021-01-10Make login_fbtab() work by tweaking the pledges.Matthieu Herrb
2021-01-10Get the path to the console device from the X server.Matthieu Herrb
2021-01-03Regen autotools generated filesMatthieu Herrb
2021-01-03Fix the WINDOWPATH environment variable setting.Matthieu Herrb
2021-01-03Fix function name in Debug() messages.Matthieu Herrb
2021-01-02Pass the proper widget pointer to getKeymapResources()Matthieu Herrb
2021-01-02Pass proper widget pointer to SetCursorBlink() in local change.Matthieu Herrb
2021-01-02Remove a now unused field that was added as part of a local change.Matthieu Herrb
2021-01-02Remove redundant / unused defines from CPPFLAGS. No binary changes.Matthieu Herrb
2021-01-01doneAddrs: reset addrs to NULL after freeing listMatthieu Herrb
2021-01-01Greeter: add parens to DRAW_STRING & TEXT_WIDTH macrosMatthieu Herrb
2021-01-01Fix spelling/wording issues.Matthieu Herrb
2021-01-01Update to xkbcomp 1.4.4Matthieu Herrb
2021-01-01Update to xinit 1.4.1Matthieu Herrb
2021-01-01Update to xprop 1.2.5Matthieu Herrb
2021-01-01Update xev to 1.2.4Matthieu Herrb
2021-01-01Update to fonttosfnt 1.2.1Matthieu Herrb
2020-12-06Set the VT to be used by the X server on armv7 and powerpc64 too.Mark Kettenis
2020-10-24fix sign of calculated descentMatthieu Herrb
2020-10-24handle empty foundry encoded as NULL to fix a segfaultMatthieu Herrb
2020-10-24remove leftover debug printfMatthieu Herrb
2020-10-23Update to fonttosfnt 1.2.0.Matthieu Herrb
2020-10-23remove empty file not present upstreamsMatthieu Herrb
2020-09-30Remove osrelease from system.fvwmrckn
2020-09-22use <signal.h> instead of <sys/signal.h>Theo de Raadt
2020-09-07Add control for backlight compensation (V4L2_CID_BACKLIGHT_COMPENSATION).Marcus Glocker
2020-08-29Be consistent with control value output; ':' -> '='.Marcus Glocker
2020-08-23Allow auto controls to be set back to auto mode explicitly.Marcus Glocker
2020-08-16Update to xkbcomp 1.4.3Matthieu Herrb
2020-08-11Allow the combination of '-dc' options, reset and display control values.Marcus Glocker
2020-08-09Remove braces for single line control statement.Marcus Glocker
2020-08-09If a control supports auto mode and this is active, print 'auto' with -cMarcus Glocker
2020-08-05Don't compare a pointer to a null character constant but to NULL.Marcus Glocker
2020-08-05Add the ability to set and display video control values directly on theMarcus Glocker
2020-07-17Add white balance temperature control through 'w/W' keys.Marcus Glocker
2020-07-04Start xconsole after setting the background.Matthieu Herrb
2020-07-01Initialize v4l2_requestbuffers for better libv4l compatibilityIngo Feinerer
2020-06-28Provide a lower contrast root weave as default background.Matthieu Herrb
2020-06-28A darker login widget, providing better contrast.Matthieu Herrb
2020-06-18Don't compare with string literalsJonathan Gray
2020-05-16Update to xkbprint 1.0.5Matthieu Herrb
2020-05-16missed README->README.md transition in 1.5.1 update.Matthieu Herrb