Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e5b23895 | 2019-06-16 19:31:07 | Fix the size of indicators in multi-monitors setups. ssh-askpass(1) is computing the size of its indicators relatively to the screen resolution. When multiple monitors are present, the support for Xinerama computes the dimensions of the window to be created relatively to the screen on which it will appear. But the computation of the indicator size is based on the size of the whole display, resulting in too small indicators (and too many of them if the screens hare layed out horizontally). Fix that by computing the resolution of the whole display before taking xinerama into account. ok djm@ | ||
| f5d27d0a | 2018-11-01 11:48:04 | Fix path to app-default resource file. From Sascha Paunovic, tweaked by me. ok deraadt@ | ||
| 269b78a9 | 2015-04-24 02:19:41 | fix a memory leak ok matthieu@ | ||
| 7afaae9f | 2014-08-13 21:02:16 | Install resource files in /usr/X11R6/share/X11/app-defaults /etc/X11/app-defaults stays 1st in the libXt search path so, people and ports can put customized versions there if needed. If you didn't customize the versions in /etc/X11/app-defaults, they should be removed to avoid future issues when one file changes. discussed at g2k14 and ok ajacoutot@ | ||
| 2e88a2b0 | 2011-06-23 22:48:59 | switch to installing source manuals: * cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged | ||
| eccbc424 | 2011-04-08 20:03:47 | Whitespace stuff; new sentence, new line; fix some xrefs; use Aq more. From mbalmer@NetBSD. | ||
| 7ae39052 | 2011-03-08 20:48:59 | xcb is no longer optional. | ||
| 66473b7f | 2010-11-27 14:25:47 | Explicitely link libxcb when needed for static arches. | ||
| 7ddffd1f | 2010-03-20 20:13:27 | Fix formatting errors breaking the xenocara mandoc(1) build: * .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@ | ||
| f64b917b | 2010-01-22 11:24:31 | Make ssh-ask-pass Xinerama aware (also works with XRandR thanks to its pseudo-Xinerama emulation). ok stsp@ | ||
| 7c562918 | 2009-09-23 20:02:22 | libXt is built with /etc/X11/app-defaults as the default search path, not /usr/X11R6/lib/X11/app-defaults. ok matthieu@ | ||
| cfa38e1f | 2008-06-14 01:07:29 | Man page update for fixed font label display change. | ||
| 7f2bd19b | 2008-06-14 01:05:04 | When displaying a multi-lines label, switch to a fixed-width font for 2nd and following lines, to make ascii art look correct. ok deraadt@, grunk@. | ||
| bbc31bf5 | 2008-03-25 23:41:50 | Introduce bsd.xconf.mk to set default config variables used at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. | ||
| b3afb49c | 2008-03-20 20:45:10 | Get rid of strcat() and strcpy(), fixing a potential stack overflow. With help and ok deraadt@, millert@, oga@. | ||
| dd869f4e | 2008-03-19 20:31:09 | Remove a useless use of cat pointed by espie@ some time ago. | ||
| e2e723ac | 2008-02-22 11:35:22 | Fix a build race in ssh-askpass. This shouldn't happen, so XXX it. ok matthieu@. xenocara is now locked. | ||
| 357754d9 | 2007-05-28 20:29:25 | Remove files that shouldn't be there, okay matthieu@ | ||
| 5d45273a | 2007-04-09 10:33:47 | Fix libraries list for static arches | ||
| 9618db6f | 2007-03-30 17:24:12 | - add an INSTALL_DATA target in bsd.xorg.mk (inspired by bsd.port.mk). - start using it in fvwm, ssh-askpass and xsystrace (more to come). ok matthieu@ | ||
| 3d42cefa | 2007-01-09 21:49:12 | updated patch from reyk@: no need to check for invalid screen dimensions this is a bug^Wfeature of the radeon driver. | ||
| 3d14ea0e | 2007-01-07 14:04:46 | Make ssh-askpass Xinerama aware. Patch from reyk@. Thanks. | ||
| 6a5579f8 | 2006-12-02 16:28:48 | Make 'obj' now can make symlinks to /usr/obj/xenocara (or any other directory designed by XENOCARA_OBJDIR in /etc/mk.conf). | ||
| 1e28c40f | 2006-11-29 11:33:14 | Force ownership of installed app-defaults | ||
| a5ffd120 | 2006-11-29 11:30:05 | Install app-defaults resource file | ||
| 3458219f | 2006-11-26 10:53:04 | Importing from XF4, plus BSD make infrastructure |