| ac57ed83 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge xauth-1.1.4, xdm-1.1.17, xinit-1.4.3, and xtrans-1.6.0. |
| 1d778f8e |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.17 |
| c06e8ac6 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xauth 1.1.3, and xdm 1.1.16. |
| 4901b09e |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.16 |
| aa3927f2 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge lndir 1.0.4, transset 1.0.3, xdm 1.1.14, xfd 1.1.4, and xgamma 1.0.7 |
| f9f7a7f2 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.14 |
| 329eaa64 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge mkfontscale 1.2.2, twm 1.0.12, xauth 1.1.2, and xdm 1.1.13. |
| da2e2ef6 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.13 |
| 539dc72f |
29-May-2022 |
nia <nia@NetBSD.org> |
Expand and escape comments. One minor change to variable expansion as requested by uwe. |
| fee370f9 |
29-May-2022 |
nia <nia@NetBSD.org> |
Avoid exec'ing bc. Pointed out by uwe. |
| ac0e0112 |
29-May-2022 |
nia <nia@NetBSD.org> |
Explanations requested by uwe... |
| 6669ae16 |
27-May-2022 |
nia <nia@NetBSD.org> |
Only set dpi when necessary to avoid divide by zero on very small screens |
| c469b50c |
27-May-2022 |
nia <nia@NetBSD.org> |
More DPI magic... allow most modern GTK and Qt apps to automatically scale |
| a0609b14 |
27-May-2022 |
nia <nia@NetBSD.org> |
In xterm, use TrueType fonts rather than Spleen at higher DPIs. Requested by jmcneill. |
| 6cc8c0d3 |
24-May-2022 |
mlelstv <mlelstv@NetBSD.org> |
Position input fields without overlap. |
| a9499109 |
09-May-2022 |
uwe <uwe@NetBSD.org> |
Xsession: Use #ifdef to test for COLOR in xrdb input. |
| 070b8b84 |
09-May-2022 |
nia <nia@NetBSD.org> |
Default X session: In xterm and xman at lower DPIs, use misc-fixed instead of spleen for greater readability. Reasoning: misc-fixed has native bold variants. At higher DPIs, xterm can suitably 'enbolden' spleen without losing significant aspects of the letter shape, so the text remains readable. Requested by uwe and jmcneill. |
| 26fe6ebd |
08-May-2022 |
nia <nia@NetBSD.org> |
Make the xterm font size selection menu work in a reasonably expected way |
| 44a9cfa4 |
08-May-2022 |
nia <nia@NetBSD.org> |
want more default xorg font resource definitions, and a clock on ctwm startup |
| d83464d9 |
25-Dec-2021 |
nia <nia@NetBSD.org> |
Use a white on black terminal regardless of whether we're COLOR or not |
| c6c8ebe6 |
25-Dec-2021 |
nia <nia@NetBSD.org> |
Run the .profile script in the default xsession to ensure that the PATH is set properly when starting X from xdm. |
| a0a5c96c |
12-Oct-2020 |
nia <nia@NetBSD.org> |
Scale XTerm and other X11 apps using the same DPI detection as ctwm |
| e564fee6 |
12-Oct-2020 |
nia <nia@NetBSD.org> |
more 'welcoming' default root window pointer |
| c739f31b |
11-Oct-2020 |
nia <nia@NetBSD.org> |
nice default xsetroot |
| b205cadf |
02-Oct-2020 |
nia <nia@NetBSD.org> |
Slightly nicer default colors for various X11 apps |
| b761167d |
02-Oct-2020 |
nia <nia@NetBSD.org> |
remove redundant $ |
| 10be09c1 |
22-Sep-2020 |
nia <nia@NetBSD.org> |
turn off the ctwm "welcome" screen while this is nice for Branding(tm), it adds a slight delay to startup, which is slightly annoying, and a departure from how we've done things previously. |
| 9d53d412 |
22-Sep-2020 |
nia <nia@NetBSD.org> |
spawn ctwm in the default xdm Xsession |
| 1cacedb1 |
07-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
Center padding around edit fields. Correct greeting text horizontal position for Logo padding. |
| 09dea964 |
07-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
Add visible padding to edit fields. Vertically: 25% of field height. Horizontally: 25% of character width. |
| d44fbef5 |
07-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
Respect the outer border width for sizing the widget horizontally. Add it twice so that the greeting text can neither trash nor touch the border. |
| 3f10d660 |
07-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
Cursor position was two pixels off to the left. |
| 026e32a9 |
01-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
fix geometry calculations so that entered text doesn't clobber the input field borders. scroll non-empty input when cursor deletes first position so that one character stays visible. |
| 84734e60 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
restore change lost in Xservers.ws.cpp -> Xservers.ws.in rename: http://mail-index.netbsd.org/source-changes/2012/02/18/msg031930.html Add -noretro as default server arg in configuration files where we are sure the user will get a visible window "soon". The sole reason we backed out the "retro" change from upstream was to avoid an empty black screen after manualy starting just "X". With these preconfigured startup mehtods, this confusion can not happen. pointed out by jmcneill. |
| 81e7e014 |
06-Mar-2019 |
christos <christos@NetBSD.org> |
openpam includes |
| dfe7682d |
05-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xdm 1.1.12. |
| b7d26471 |
05-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.12 |
| a9bcad62 |
23-Feb-2016 |
uwe <uwe@NetBSD.org> |
Use \e for backslash in resource examples. We try to trick the C preprocessor by adding a space after \\ at the end of line, but that doesn't work as it complains and joins those lines anyway, destroying the examples. |
| d3d6dc50 |
22-Feb-2016 |
uwe <uwe@NetBSD.org> |
Protect comments in Xaccess file example from being eaten by the C preprocessor. |
| a3c69ff9 |
18-Oct-2013 |
apb <apb@NetBSD.org> |
Fix error in previous. strlen's result is unsigned, so the correct format is "%zu". |
| 53c5e975 |
18-Oct-2013 |
apb <apb@NetBSD.org> |
The result from strlen() has type size_t, so print it with "%zd" format. |
| 0ae04b46 |
18-Oct-2013 |
apb <apb@NetBSD.org> |
Print time_t values by casting to intmax_t and using "%ji" format. |
| e13a667b |
28-Jun-2013 |
wiz <wiz@NetBSD.org> |
Use proper format string. |
| d7df2595 |
28-Jun-2013 |
wiz <wiz@NetBSD.org> |
Improvements to format strings from upstream. |
| bac25c94 |
06-Jun-2013 |
mrg <mrg@NetBSD.org> |
allow for static linking of the greeter library. |
| 3d3513a8 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
add a cast to avoid a compiler error (code is bogus, but fixing it would be more pain than is worth.) |
| c9f4ce72 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xdm 1.1.11 |
| 629baa8c |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.11 |
| 040e9fe7 |
18-Feb-2012 |
martin <martin@NetBSD.org> |
Add -noretro as default server arg in configuration files where we are sure the user will get a visible window "soon". The sole reason we backed out the "retro" change from upstream was to avoid an empty black screen after manualy starting just "X". With these preconfigured startup mehtods, this confusion can not happen. |
| 43b4c634 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xdm 1.1.10 |
| 5ffd6003 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.10 |
| 39826d68 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xdm 1.1.9. |
| 578741aa |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.9 |
| 748261e5 |
13-Mar-2009 |
plunky <plunky@NetBSD.org> |
cpp does not find tokens inside quotes, so remove the quotes so that the search/replace can happen properly. this was already fixed in upstream sources (Hi David!), reference: http://cgit.freedesktop.org/xorg/app/xdm/commit/?id=b73d0c91d32bf0aa60aa5ce2bbbd4468ce21a445 |
| 23aa050a |
19-Jan-2009 |
christos <christos@NetBSD.org> |
undo my XHASH previous change. |
| ad26436c |
17-Jan-2009 |
christos <christos@NetBSD.org> |
add missing endif. |
| 6f999923 |
17-Jan-2009 |
christos <christos@NetBSD.org> |
use XHash |
| 6a9c7101 |
02-Jan-2009 |
spz <spz@NetBSD.org> |
get rid of a warning only visible when compiling with USE_PAM |
| 145b7b3c |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.6 |