Patrick Georgi
7ab683d29a
handle missing return values
2025-12-18 22:58:26 +01:00
Jon Trulson
61b58271f9
dticon, dtpad, dtterm: fix session save issues (sprintf bogosity)
...
Diff supplied by: Giacomo Comes <comes@naic.edu>
2023-02-18 15:40:08 -07:00
Chase
9a9d586e87
configure: detect libdl
2022-07-31 18:33:49 -06:00
Peter Howkins
0e038e3b52
dticon: Resolve uninitialized warnings
2021-12-24 10:50:28 -07:00
Jon Trulson
d470302354
Fix several pointer-bool-conversion warnings that could cause cores
2021-12-11 17:39:35 -07:00
Peter Howkins
e2646219a4
dticon: Resolve some warnings about format bufferss
2021-11-25 05:14:25 +00:00
Jon Trulson
3f1f2ea0f6
dticon: fix implicit-function-declaration warnings
2021-11-15 16:07:28 -07:00
Liang Chang
b2ff2704cf
dticon: use libXpm directly.
2021-10-18 10:10:20 -06:00
Liang Chang
6a0990615d
dticon: make sure min_x and min_y are within icon to avoid a
...
segfault.
2021-10-18 10:10:20 -06:00
OBATA Akio
16fe76ed65
Fix to include system header files for using functions
2021-10-08 14:40:56 +09:00
Jon Trulson
51646fb06a
programs/: remove Imakefiles for completed modules
2021-07-03 19:12:43 -06:00
Jon Trulson
90e61dda5f
Merge branch 'master' into autotools-conversion
2020-11-24 16:53:24 -07:00
Peter Howkins
ee04641879
dticon: Resolve GCC 10 errors about multiple definitions of global variables
2020-11-24 02:25:30 +00:00
Jon Trulson
c329d5cfd7
Remove $(TIRPCINC) from all Makefile.am files - it no longer exists
...
Also, restructure some of the dependencies in the lib/tt binaries. We
will link with libtt (which will include libtirpc as a dependency),
and XTOOLLIB - all the right X11 stuff without needing to add it to
every OS. Removed several uneeded OS specializations ("if LINUX",
etc) as a result.
2019-11-20 18:52:29 -07:00
Jon Trulson
427e455321
dticon: make it build
2019-11-19 18:38:51 -07:00
Jon Trulson
730da7747c
Change "if SUN" conditionals in remaining Makefile.am files to "if SOLARIS"
2019-10-28 18:54:17 -06:00
Chase
ac1921ed58
programs/dticon: add automake file
2019-10-23 15:34:20 -06:00
chase
dd68514e4f
Remove hpversion.h from repository
...
This patch removes hpversion.h from the repository, this also untangles a
lot of ifdef mess. This closes bug CDExc19524.
2018-10-06 17:00:38 -06:00
chase
90a2b2848a
remove ultrix support
2018-09-30 17:27:04 -06:00
Peter Howkins
0f87b89354
dticon: fix for \n being truncated by snprintf off end of error message
2018-07-03 18:25:03 +01:00
Peter Howkins
73188e842e
dticon: Coverity 89192
2018-07-03 18:20:35 +01:00
Peter Howkins
806257b154
dticon: Change to ANSI function definitions
2018-06-28 04:15:59 +01:00
Ulrich Wilkens
07f272122d
Fix Linux rpc problems with new glibc
2018-05-31 18:00:22 -06:00
chase
4f5e7fe5e3
Use POSIX macros for linux
2018-05-24 18:22:55 -06:00
chase
164e695cd0
remove OSF1 support
2018-05-24 14:25:26 -06:00
chase
07900bd93b
Remove Unixware and openserver support
2018-05-20 12:13:07 -06:00
chase
8a4f389634
Remove UXPDS support
2018-05-15 20:27:22 -06:00
Peter Howkins
cd5d240213
dticon: Fix broken string length calculation
2018-04-30 01:51:15 +01:00
Peter Howkins
e524a14c9c
Merge branch 'cde-fixups-1' of ssh://git.code.sf.net/p/cdesktopenv/code into cde-fixups-1
2018-04-28 20:34:39 +01:00
Peter Howkins
3193f13070
dticon: coverity fixes
2018-04-28 20:33:44 +01:00
chase
33d2749ea3
Last of the spelling fixed
2018-04-28 12:36:44 -06:00
chase
1fe5a550b2
Fix typo in license headers
2018-04-28 12:30:20 -06:00
alx
304f99d26c
dticon: KeySym is not char
2015-07-02 17:50:26 -06:00
Ulrich Wilkens
8b38d9ea49
Fix broken build on OpenBSD
2015-05-09 16:21:32 -06:00
Peter Howkins
561d858140
dticon: resolve 3 compiler warnings
2015-01-07 14:19:38 +00:00
Ulrich Wilkens
01d6c363fa
OpenIndiana and Solaris port
2014-10-28 13:40:11 -06:00
Ulrich Wilkens
c3f74eec17
FreeBSD 10 clang port
2014-07-27 12:32:35 -06:00
Jon Trulson
b2db23c0af
cleanup: eliminate "implicit declaration" warnings.
...
Also fixed a potential core/memory corruption in dticon.
2014-03-24 15:58:11 -06:00
alx
0d7568e843
dticon: fixed "rubber string" drawing on high/true color displays
2013-06-26 11:20:52 -06:00
Marcin Cieslak
5f8b6ba739
dticon: fix typo in the last commit
2012-09-27 17:54:09 -06:00
Marcin Cieslak
0f6300008d
dticon: make XVaGetValues() call 64-bit compliant
2012-09-26 19:43:00 -06:00
Jon Trulson
a29fc20957
message catalogs: fix comment lines, also remove linux hack in merge.c
...
According to the spec, blank lines in message catalogs or lines
beginning with '$ ' are valid comments.
However, there were many cases where lines in the message catalogs
contained just a single '$', without the required space after it.
Under linux, this caused 126766 error lines (in my builds) of the
form:
... unknown directive `': line ignored
This also causes gencat to exit with a non-0 exit code. Even though
gencat says it ignores the line, it really doesn't.
An early porting change to programs/localized/util/merge.c was made to
ignore this return value on linux. This hack has now been removed.
Build logs are a lot smaller and cleaner now.
2012-09-03 15:12:57 -06:00
Peter Howkins
55539b71c1
dticon: Fix some warnings related to mixing NULL, 0 and '\0' randomly.
2012-08-30 17:48:26 +01:00
Jon Trulson
cdf8003f7c
Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc).
...
Added proper SharedDtSvcReqs in lnxLib.tmpl and CplusplusLibC in
linux.cf. This allows the libstdc++ dependancy to be properly
declared for libDtSvc so that it is not neccessary to hardcode 'CCLINK
= g++' in the Imakefiles of programs linking angainst libDtSvc.
2012-06-19 16:27:20 -06:00
Peter Howkins
1d555edb6c
Convert all Imakefile LinuxDistribution switches to LinuxArchitecture.
...
(programs part1)
2012-05-31 13:40:38 +01:00
Peter Howkins
d929f4cf5f
Link with C++ linker
2012-03-23 13:49:49 +00:00
Peter Howkins
d2f85af5e5
Don't try to define abs() on linux, stdlib will handle it.
2012-03-23 13:49:24 +00:00
Peter Howkins
c884521619
Add GNU LGPL headers to all .c .C and .h files
2012-03-10 18:58:32 +00:00
Peter Howkins
83b6996daa
Initial import of the CDE 2.1.30 sources from the Open Group.
2012-03-10 18:21:40 +00:00