1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

Commit graph

  • 6f1a110e1d dtksh: fix 32b/64b issues with XmTextGetString and XmTextFieldGetString Jon Trulson 2020-03-08 15:05:48 -0600
  • cc1f2bf81d
    Merge pull request #1473 from lkoutsofios/master Lefteris Koutsofios 2020-02-24 13:05:57 -0500
  • 2cf1ffd0f2 patches to build on freebsd 12 - added cc and ar scripts for freebsd12.amd64 - fix for sfio macro SF_FLAGS also being defined for sendfile(2) in socket.h -- fix is to hide the sendfile(2) macro - defined _STDFILE_DECLARED to handle FILE macro incompatibility - added test in std/features/procfs to deal with freebsd kvm interface -- being different from what AST expects (for ps.c) - fix for std/banner.c to clean up main() definition - changed comment in ar.* scripts to match cc.* scripts Lefteris Koutsofios 2020-02-24 12:58:22 -0500
  • 27e72175bd
    Merge pull request #1471 from lkoutsofios/master Lefteris Koutsofios 2020-02-14 13:08:33 -0500
  • a30e7b7fa9 added documentation pages from Dave Korn's old web site Lefteris Koutsofios 2020-02-14 12:56:21 -0500
  • 82a89f64a9
    Create LICENSE.md Lefteris Koutsofios 2020-02-12 14:03:19 -0500
  • 31ffc2c1e4
    Merge pull request #1469 from lkoutsofios/master Lefteris Koutsofios 2020-02-12 13:38:21 -0500
  • 8ef0ddbcd8 - took the 3d tool out of the build list but kept the code in place 3d has become too hard to build consider using ndfs which has some of the functionality of 3d Lefteris Koutsofios 2020-02-12 13:13:41 -0500
  • 4878ac329e added missed 'cc' and 'ar' scripts Lefteris Koutsofios 2020-02-12 13:12:45 -0500
  • e8b3274a65 C code bug fixes Lefteris Koutsofios 2020-02-12 13:09:47 -0500
  • 0b36868c8c - added code to install an 'ar' script which appends the U flag to the first argument. the semantics for ar were changed to zero out the timestamp of each module. nmake relies on the timestamp to tell if the module has changed Lefteris Koutsofios 2020-02-12 12:46:56 -0500
  • 83ef13af18 desktopentry/README: Clarify that the login manager is responsible for setting language Jon Trulson 2020-02-08 16:16:13 -0700
  • 2a2c412e2e Revert "Add a new contrib/desktopentry-setlang/ mechanism" Jon Trulson 2020-02-08 16:12:31 -0700
  • 0be82553e9 document that repo only contains ksh93u+ and v- for #1466 Gordon Woodhull 2020-02-08 13:39:38 -0500
  • 2dd656b919 Support pkg-config for detecting freetype2 includes and libs. Fixes Ubuntu 19.10 missing the freetype-config binary. Peter Howkins 2020-02-07 02:26:02 +0000
  • 04b2d175aa SrvPalette.c: missed a merge conflict in SrvPalette.c Jon Trulson 2020-01-26 12:22:09 -0700
  • 313b4a8e0b Merge branch 'master' into autotools-conversion Jon Trulson 2020-01-26 12:17:44 -0700
  • b46cfa7876 Remove redundant hourglass functions Chase 2020-01-21 17:11:19 -0600
  • 08b6281f60 Add a new contrib/desktopentry-setlang/ mechanism Jon Trulson 2020-01-26 11:54:38 -0700
  • 6b32246d06 dtsession, DtSvc: fix CVE-2020-2696/VU#308289 Jon Trulson 2020-01-11 19:30:51 -0700
  • e4ebb27762 Prepare for 2.3.2 release: HISTORY and version number change 2.3.2 cde-2.3.2-release Jon Trulson 2020-01-12 17:42:55 -0700
  • 0adf782142 dtsession, DtSvc: fix CVE-2020-2696/VU#308289 Jon Trulson 2020-01-11 19:30:51 -0700
  • ab023dfaed DtSvc: always use vsnprintf Jon Trulson 2020-01-11 18:21:37 -0700
  • 1aaf63f2a0 dtterm, dtsession, dtappgather, dtmail: set correct perms on make install Jon Trulson 2020-01-05 20:53:03 -0700
  • 7f4889f348 freetype: redo the way we detect and use Jon Trulson 2020-01-05 17:49:02 -0700
  • 4d12673147 configure: detect and use jpeg library Jon Trulson 2020-01-05 16:20:35 -0700
  • 00dcd9c63d FreeBSD 12: get CDE to build and run Jon Trulson 2020-01-04 09:23:40 -0700
  • 2f8a2ec066 FreeBSD 12/libDtHelp: fix link errors with missing libjpeg Jon Trulson 2020-01-04 14:36:06 -0700
  • da6f570381 configure: get the language enable options working Jon Trulson 2020-01-02 22:14:23 -0700
  • f246e25e55 configure: fix some bsd issues Jon Trulson 2020-01-02 19:14:16 -0700
  • 3b1a54ca81 configure: add some more error checking/reporting for required programs Jon Trulson 2020-01-02 18:28:02 -0700
  • f634c682df configure: make sure X_EXTRA_LIBS and X_PRE_LIBS are accounted for Jon Trulson 2019-12-15 17:36:19 -0700
  • 8ae6933a15 Add a few configure checks to make sure various programs and headers needed for build are available. Peter Howkins 2020-01-02 23:59:53 +0000
  • 005c72b917 Merge branch 'master' into autotools-conversion Jon Trulson 2019-12-15 15:18:41 -0700
  • 008512c777 extra.h: remove unused prototypes Chase 2019-12-15 15:02:21 -0600
  • f28abfe8dd dtksh: remove needless OS defines Chase 2019-12-15 10:28:22 -0600
  • cc73d03e49 dtkcmds.c: avoid c99 collision Chase 2019-12-15 10:22:54 -0600
  • 3152b0bc4e dtksh: remove unused files and functions Chase 2019-12-15 10:19:37 -0600
  • 6c0c619df3 configure: set a compiler search option Jon Trulson 2019-12-15 12:47:57 -0700
  • dd729a7be9 _common.dt.tmsg: remove unportable quote hackery Jon Trulson 2019-12-15 12:34:00 -0700
  • e4e8b323c7 localized: use proper mkcatdefs for the Motif catalogs Jon Trulson 2019-12-14 19:58:34 -0700
  • 9b2534efab dtsession: do not hardcode -lcrypt on link Jon Trulson 2019-12-14 19:14:52 -0700
  • 617865da94 gencat: get rid of -o option, not needed and not supported on some systems Jon Trulson 2019-12-14 19:05:35 -0700
  • c0a6f6c6e3 configure: fix another bsd related typo Jon Trulson 2019-12-14 19:04:22 -0700
  • c1078e464a dtlogin: build on openbsd Jon Trulson 2019-12-14 18:22:49 -0700
  • d0ce42db9e dtopen/Makefile.am: fix typo in link for pdf handler Jon Trulson 2019-12-14 14:21:41 -0700
  • c0da389d46 configure: first stab at a BSD (openbsd 6.5) build Jon Trulson 2019-12-13 19:01:21 -0700
  • b19aa1b21f dtopen: install symlinked helpers Jon Trulson 2019-12-04 18:24:04 -0700
  • 973ebf9ed0 library versioning: use proper format and specify for ALL libraries Jon Trulson 2019-12-04 18:09:22 -0700
  • 7c81d9d19d programs/Makefile.am: add missing palettes/ dir Jon Trulson 2019-12-04 16:36:09 -0700
  • 1b5d18f604 fontaliases: redo the way these are built, and actually install them Jon Trulson 2019-12-04 15:47:28 -0700
  • 25035724af cpp revisited: look for a cpp binary in various locations for use at runtime Jon Trulson 2019-12-04 14:28:44 -0700
  • 65ce14c419 dtwm: don't install Dtwm.defs - that is processed/handled by localization Jon Trulson 2019-12-04 13:43:18 -0700
  • 7364f62ce8 icons: install in proper C/ subdir Jon Trulson 2019-12-04 13:22:11 -0700
  • 21cf53c0d0 Fix palette and backdrops installation in dt/shared with proper symlinks Jon Trulson 2019-12-04 13:21:31 -0700
  • ec8f4b7464 tradcpp: upgrade to 0.5.3 Jon Trulson 2019-12-03 18:12:22 -0700
  • 15dfdf231a dtsession/SrvPalette.c: delete trailing whitespace Jon Trulson 2019-12-03 17:14:32 -0700
  • eb986d8018 dtsession/SrvPalette.c: fix bogus error handling when selection is lost Jon Trulson 2019-12-03 17:10:35 -0700
  • 48dd0a54f3 dtlogin/dtsession: fix up some script perms, add proper OS defines Jon Trulson 2019-12-03 14:06:18 -0700
  • 005c328779 dtlogin: set correct OS defines for Xsession, fix linux maildir Jon Trulson 2019-12-03 13:07:19 -0700
  • 0d69a14ab3 videoTypes.dt: remove duplicate LABEL in Print action Jon Trulson 2019-12-03 13:06:21 -0700
  • 8c19b67032 dtsession: add missing dtsession_res script Jon Trulson 2019-12-02 23:01:28 -0700
  • 6f27da77d9 dtwm: fix installation Jon Trulson 2019-12-02 23:01:08 -0700
  • 751e85d877 dtlogin: fixup some of the options Jon Trulson 2019-12-02 23:00:16 -0700
  • ce02cc49d6 dtlogin: install Xsession properly Jon Trulson 2019-12-02 22:13:39 -0700
  • cdc9eae583 Get tttypes installed correctly. Jon Trulson 2019-12-02 19:59:44 -0700
  • 0cc0766cbd Get the dt types installed properly on make install Jon Trulson 2019-12-02 19:31:02 -0700
  • c6b31ebd5f Get the palettes installed properly on make install Jon Trulson 2019-12-02 19:20:36 -0700
  • e479b2082b Get the message catalogs installed properly on make install Jon Trulson 2019-12-02 19:06:31 -0700
  • c40f0c9f08 Get /usr/dt/config populated correctly on make install Jon Trulson 2019-12-02 14:33:05 -0700
  • 5823e95e03 Install backdrops in proper location, install localization for them Jon Trulson 2019-12-02 13:08:52 -0700
  • 435ca4553f app-defaults.am: tweak installation Jon Trulson 2019-12-02 13:08:06 -0700
  • d7a734c171 Get app-defaults installing correctly Jon Trulson 2019-12-01 22:26:47 -0700
  • 6c07a2ae69 linux.cf: always use bison Jon Trulson 2019-12-01 18:57:07 -0700
  • e577e8102c tt_type_comp: incorporate master CPP_PROGRAM fix into Makefile.am Jon Trulson 2019-12-01 13:44:02 -0700
  • e481f4cb93 Merge branch 'master' into autotools-conversion Jon Trulson 2019-12-01 13:31:21 -0700
  • 081b6c8765 programs/dtimsstart/Makefile.am: fix typo Jon Trulson 2019-11-30 22:21:48 -0700
  • ab393fbef1 localization: disable parallel builds for app-defaults, types, and config Jon Trulson 2019-11-30 20:45:50 -0700
  • d8e218c865 localization: finish up with getting message catalogs building Jon Trulson 2019-11-30 20:08:11 -0700
  • 52cc31b203 root Makefile.am: disable doc/ for now Jon Trulson 2019-11-30 20:06:58 -0700
  • d9749f5c9c localized: temporarily disable dtinfo appdefaults Jon Trulson 2019-11-30 20:04:06 -0700
  • 805d22c5a8 localized: make palettes build Jon Trulson 2019-11-30 17:12:15 -0700
  • bfc5b2eef1 localized: make types build Jon Trulson 2019-11-30 17:00:34 -0700
  • d89d47bded localized: make backdrops build Jon Trulson 2019-11-30 17:00:00 -0700
  • 376f1e15ee localized: make configs build Jon Trulson 2019-11-30 16:18:45 -0700
  • 5cebd7c4da dtdocbook/instant: fix buffer overlow on German umlaut in latin-1 Marcin Cieślak 2019-11-30 03:51:40 +0000
  • 9221c55a5f tt_type_comp: use CppCmd definition Nina Didenko 2019-11-24 10:42:05 +0300
  • e42c0cc1be localization: make FR, DE, IT, and ES app-defaults/ build Jon Trulson 2019-11-24 18:53:41 -0700
  • 3ee747ac6b localized/C/app-defaults: make it build Jon Trulson 2019-11-24 17:52:29 -0700
  • 0aec3c159f merge, mkcatdefs: add missing includes, clean up trailing whitespace Jon Trulson 2019-11-24 17:43:50 -0700
  • 0a62def9bd dthello: build the resource file Dthello Jon Trulson 2019-11-24 17:01:57 -0700
  • a5a5d83cbd dtprintinfo: fix a mulit-core build race, for realz this time Jon Trulson 2019-11-22 17:35:21 -0700
  • 56fb574793 dtopen: make it build Jon Trulson 2019-11-22 17:14:27 -0700
  • aa0bfe0471 dttypes: make it build Jon Trulson 2019-11-22 17:07:34 -0700
  • ad2ad2b66b tttypes: make it build Jon Trulson 2019-11-22 16:58:58 -0700
  • c8c1f986f8 types: make it build Jon Trulson 2019-11-22 14:33:34 -0700
  • 264871cefb Fix up a couple issues with multi-core builds and 2 race conditions Jon Trulson 2019-11-22 13:42:02 -0700
  • 89f91f0091 dtpdmd: make it build Jon Trulson 2019-11-22 13:13:41 -0700
  • a63016758e dtsr: make it build; configure: fix cpu detection Jon Trulson 2019-11-22 13:01:36 -0700
  • 53d3304ebe dtpdm: make it build Jon Trulson 2019-11-22 12:09:55 -0700