Jon Trulson
2c4cdb5edf
cde: update HISTORY for 2.2.3 release
2015-05-09 17:09:11 -06:00
Jon Trulson
14b9e2efa3
cde: change revision to 2.2.3
2015-05-09 16:58:46 -06:00
Jon Trulson
6400908cc1
dtscreen: don't use old version of round() on linux either
2015-05-09 16:37:04 -06:00
Ulrich Wilkens
c7781f434b
Remove warnings on Linux with glibc 2.20
2015-05-09 16:23:05 -06:00
Ulrich Wilkens
8b38d9ea49
Fix broken build on OpenBSD
2015-05-09 16:21:32 -06:00
Ulrich Wilkens
2b8b5f25b5
Support for new Solaris/OpenIndiana versions
2015-05-09 16:19:08 -06:00
Stuart Brady
0306c7c6f2
DtTerm: fix formatted text in history buffer
...
Formatted text currently gets corrupted by DtTerm when copied into its
history buffer.
As soon as a line of text is copied into the history, the text of each
segment of formatted text is altered so that it contains the text from
the start of the line. For example:
echo -e '\e[1mbold\e[m \e[4munderlined\e[m'
When the text has scrolled off the screen, scrolling back to it reveals:
boldbbold under
This is fixed by adding the calls to _DtTermPrimBufferGetCharacterPointer
that were missing which would update the buffer pointer when inserting
text into the history buffer.
2015-05-05 16:47:05 -06:00
Edmond ORIGNAC
51afe76f07
Fix dtprintinfo parser
...
When using a non C locale such as fr_FR.ISO8859-1, the CUPS messages
returned by lpq are translated. However, the parser in ParseJobs.C can only
handle messages in English. As a result, dtprintinfo exits immediately with
an error message. To fix that problem we force a LANG=C environment when calling
lpq so that messages will be in English and will be processed correctly by dtprintinfo
parser.
2015-03-21 20:14:16 -06:00
Isaac Dunham
6c5bab0854
contrib/rc/linux/dtlogin: Make the init script work.
...
* insserv requires a shebang line
* the rc script can hang if a daemon is started in the foreground
* "pgrep dtlogin" apparently can match the init script, if it is started
with "service dtlogin start" or similar.
* reduce code duplication
2015-03-07 19:44:55 -07:00
Peter Howkins
917343911e
dtudcfonted: Resolve CID 86560
2015-01-21 14:15:31 +00:00
Peter Howkins
8c340c1984
dtudcfonted: Resolve CID 86547
2015-01-21 14:10:58 +00:00
Peter Howkins
8ba625d41d
dtudcfonted: Resolve CID 86495
2015-01-21 14:09:39 +00:00
Peter Howkins
9e849c3f25
dtudecfonted: Resolve CID 86417
2015-01-21 14:04:04 +00:00
Peter Howkins
343a78b225
dtudcfonted: Resolve CID 86391
2015-01-21 14:02:34 +00:00
Peter Howkins
0669358b82
dtudcfonted: Resolve CID 86328
2015-01-21 14:00:44 +00:00
Peter Howkins
1e904a31d8
dtudcfonted: Resolve CID 86280
2015-01-21 13:56:00 +00:00
Johannes von Rotz
f6e025b3af
Let "make World" run through on OpenBSD
2015-01-21 13:47:20 +00:00
Peter Howkins
83af6d8431
dtudcfonted: Resolve CID 86389
2015-01-16 16:51:37 +00:00
Peter Howkins
15434b1787
dtudcfonted: Resolve CID 86232
2015-01-16 16:49:42 +00:00
Peter Howkins
1380cb7c8e
dtudcfonted: Resolve CID 86153
2015-01-16 16:29:55 +00:00
Peter Howkins
e987e48f9a
dtprintinfo: Resolve CID 87253
2015-01-15 16:07:10 +00:00
Peter Howkins
d3dbc00c1f
dtfile: Resolve CID 89277
2015-01-15 15:37:32 +00:00
Peter Howkins
6a86dba654
dtfile: Resolve CID 88830
2015-01-15 15:30:59 +00:00
Peter Howkins
639081c8f1
dtfile: Resolve CID 89009
2015-01-15 15:26:22 +00:00
Peter Howkins
17ef8a8b34
dtfile: Resolve CID 89319
2015-01-15 15:25:13 +00:00
Peter Howkins
1ed848709d
dtfile: Resolve CID 88199
2015-01-15 15:23:24 +00:00
Peter Howkins
7f70f509c8
dtfile: Resolve CID 88133, 88261
2015-01-15 15:18:21 +00:00
Peter Howkins
24880e4e05
dtfile: Resolve CID 87776. OkCallback is of type XtCallbackProc, it doesn't return one
2015-01-15 15:15:31 +00:00
Peter Howkins
74afeadda3
dtfile: Resolve CID 87308
2015-01-15 15:05:45 +00:00
Peter Howkins
f506dd71ac
dtcm: Resolve CID 88003
2015-01-15 14:23:45 +00:00
Peter Howkins
dcdf4e2a65
dtcm: Resolve CID 87983
2015-01-15 14:21:34 +00:00
Peter Howkins
e063ab47d3
dtcm: Resolve CID 87822
2015-01-15 14:20:02 +00:00
Peter Howkins
9388ef6c5b
dtcm: Resolve CID 87801
2015-01-15 14:18:17 +00:00
Peter Howkins
8ef7da82a3
dtcm: Resolve CID 87713
2015-01-15 14:16:06 +00:00
Peter Howkins
d5c37e1ad6
dtcm: Resolve CID 87562
2015-01-15 12:10:25 +00:00
Peter Howkins
85b7e823c4
dtcm: Resolve CID 87408
2015-01-15 11:59:20 +00:00
Peter Howkins
b578e9cc3a
dtcm: Resolve CID 87384
2015-01-15 11:55:09 +00:00
Peter Howkins
d53a979639
dtscreen: convert K&R prototypes to ansi C
2015-01-14 15:06:33 +00:00
Peter Howkins
5c8f66a07d
libDtSvc: Resolve 28 compiler warnings.
2015-01-14 14:10:55 +00:00
Peter Howkins
49266f9019
libDtPrint: Resolve the 1 remaining compiler warning.
2015-01-14 11:43:58 +00:00
Peter Howkins
f8f04a5977
libDtHelp: Resolve 11 compiler warnings.
2015-01-14 11:41:38 +00:00
Peter Howkins
917e6cfc49
dthello: Resolve 8 compiler warnings that would be introduced with -Wall
2015-01-14 10:42:44 +00:00
Peter Howkins
f913c616ee
dtpad: Resolve 7 compiler warnings.
2015-01-13 14:50:05 +00:00
Peter Howkins
8baeb4c0a0
dtcm: Resolve 303 compiler warnings.
2015-01-13 14:22:25 +00:00
Peter Howkins
fe39b630b3
dtstyle: Fix CID 100252
2015-01-13 10:13:03 +00:00
Peter Howkins
90bd9101e3
dtmail: add a stdint.h include for openbsd, as reported by Daniel Diaz via the wiki.
2015-01-09 16:30:43 +00:00
Peter Howkins
22830f478a
dtfile: resolve 19 compiler warnings.
2015-01-09 16:16:53 +00:00
Peter Howkins
561d858140
dticon: resolve 3 compiler warnings
2015-01-07 14:19:38 +00:00
Peter Howkins
93f3878b4e
dtdocbook: resolve 49 compiler warnings.
2015-01-06 17:22:50 +00:00
Peter Howkins
0a0e1eebf5
dtmail: Resolve 50 compiler warnings.
2015-01-06 15:07:55 +00:00