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

Commit graph

  • 5854cd8543 dtterm: Add libutempter support for utmp/wtmp updates. Liang Chang 2021-04-25 00:30:37 +0800
  • ba1c6bf810 DtTerm: Add libutempter support for utmp/wtmp updates. Liang Chang 2021-04-25 00:06:33 +0800
  • 82d4a8bb68 DtTerm: Add pts driver support. Liang Chang 2021-04-20 08:46:54 +0800
  • 49adbfb25d Bump devel version to 2.3.2c Jon Trulson 2021-05-22 15:30:58 -0600
  • 3909c8dbcc dtinfo: Fix a segmentation fault. The return value from CanvasRenderer::_dofont is a pointer. It will be passed to the free function. Ensure that pointer always points to a dynamically allocated memory to avoid segmentation faults. Liang Chang 2021-05-04 03:00:57 +0800
  • 35c35d2b3c FreeBSD.cf,DragonFly.cf: disable PAM support by default Jon Trulson 2021-05-22 12:50:25 -0600
  • 1f35dd82e6 NetBSD.cf: add a link comment to list package needed for PAM support Jon Trulson 2021-05-22 12:49:36 -0600
  • bc99bbe5b4 dtlogin: revise the Imakefile for config. Liang Chang 2021-02-02 02:22:52 +0800
  • c75169ca3f DtPamSvc: Improve user experience. Liang Chang 2021-02-01 23:43:52 +0800
  • e68846d543 dtsession: revise localAuthenticate. Liang Chang 2021-02-01 08:06:07 +0800
  • 7d8dea61b2 dtlogin: add utmpx support to UtmpIdOpen. Liang Chang 2021-01-29 23:59:22 -0500
  • bf9c9c2299 databases: use "src" files to generate CDE-MIN.udb and CDE-RUN.udb. Liang Chang 2021-02-01 04:06:21 +0800
  • b46b77e0aa dtsession: add rules for config dir into Imakefile. Liang Chang 2021-01-31 20:09:36 +0800
  • 5d85af571a DtPamSvc: use utmpx. Liang Chang 2021-01-31 09:29:07 +0800
  • 254a0a1abd dtlogin: use utmpx when PAM is enabled. Liang Chang 2021-01-31 08:31:43 +0800
  • a4d81ecbaa Enable PAM support for dtlogin and dtsession. Liang Chang 2021-01-31 05:37:52 +0800
  • 678c85021a dtsession: rename PAM config file. Liang Chang 2021-01-31 04:43:31 +0800
  • 62bad7d8d2 dtlogin: rename PAM config file. Liang Chang 2021-01-31 04:31:27 +0800
  • 7cd6b8b714 DtPamSvc: update Imakefile. Liang Chang 2021-01-31 02:16:51 +0800
  • b5416991b1 Add PAM support to dtsession. Liang Chang 2021-01-31 02:14:34 +0800
  • 876d271305 dtlogin: get rid of some warnings. Liang Chang 2021-01-31 01:56:14 +0800
  • becdbc9816 Add PAM support to dtlogin. Liang Chang 2021-01-30 09:41:14 +0800
  • c10684c63c Add lib DtPamSvc. Liang Chang 2021-01-28 07:45:13 +0800
  • f20db682bb dtterm: Change the default log host to localhost. To check the log function, add -DLOG_USAGE to the Imakefile then build the dtterm. There are a logger in the util directory, run it to receive log messages. Liang Chang 2021-04-17 01:55:43 +0800
  • 997d11a702 dtappbuilder: Fix unsigned integer rollover. Liang Chang 2021-04-05 07:11:24 +0800
  • 44cba6f3d1 dtappbuilder: Fix a crash when resize a text pane. The crash is occurred when drag on the scrollbar to resize. Liang Chang 2021-04-04 09:13:55 +0800
  • 7f7c2ca045 dtappbuilder: set the minimum limit for rows and columns to avoid rollover. Liang Chang 2021-02-22 08:09:24 +0800
  • 0b27b11c6b dtappbuilder: set the default size (in pixels) for terminal pane. Liang Chang 2021-02-22 06:27:34 +0800
  • caf8c25c15 dtappbuilder: ensure the resize box always inside the main window to avoid the rendering glitch. Liang Chang 2021-02-21 06:52:32 +0800
  • 191f1476bd dtappbuilder: set limits on the resize rectangle to avoid rollover. Liang Chang 2021-02-20 22:15:56 +0800
  • 53c35daea1 misc.c: in cm_mbchar check string!=NULL before dereferencing it Edmond Orignac 2021-04-03 22:25:23 +0200
  • 297918bb56 dtprintinfo: try to mitigate some stupid in ParseJob.C for sun Jon Trulson 2021-03-14 14:51:54 -0600
  • 0b7849e210 Remove uses of ar(1) option '-l' WHR 2021-02-22 21:34:06 +0800
  • 5ef46edd2f Break building on subdirectories make(1) failed WHR 2021-02-22 21:11:16 +0800
  • 7cd4221824 ttsnoop: check the return value from tt_message_op to avoid a segmentation fault. Liang Chang 2021-02-20 01:35:13 +0800
  • 75a4e93d38 ttsnoop: adjust data types to ensure the result of pointer comparison is correct. Liang Chang 2021-02-20 00:57:33 +0800
  • a25a32157f ttsnoop: adjust the text field on ttChooser. Liang Chang 2021-02-19 05:58:17 +0800
  • 056afeb35a dtappbuilder: fix the rendering glitch of the list widget which contains a label. Liang Chang 2021-02-19 05:39:16 +0800
  • 6dcbe6275d dtappbuilder: fix issues of property settings for text field. Liang Chang 2021-02-17 20:47:00 +0800
  • f203067211 dtappbuilder: fix issues of property settings for term pane. Liang Chang 2021-02-17 20:33:08 +0800
  • 8d6262ca3e dtappbuilder: fix issues of property settings for spin box. Liang Chang 2021-02-17 20:22:00 +0800
  • 808ce58e3d dtappbuilder: fix issues of property settings for separator. Liang Chang 2021-02-17 20:09:19 +0800
  • 8c4375d435 dtappbuilder: fix issues of property settings for scale. Liang Chang 2021-02-17 19:41:04 +0800
  • ade018eb79 dtappbuilder: fix issues of property settings for menubar. Liang Chang 2021-02-17 19:23:52 +0800
  • c8116cae70 dtappbuilder: fix issues of property settings for menu. Liang Chang 2021-02-17 19:14:51 +0800
  • 16b11c143c dtappbuilder: fix issues of property settings for main window. Liang Chang 2021-02-17 18:53:26 +0800
  • f266789703 dtappbuilder: fix issues of property settings for label. Liang Chang 2021-02-17 18:41:35 +0800
  • c99824a47a dtappbuilder: fix issues of property settings for group. Liang Chang 2021-02-17 18:17:04 +0800
  • 18d195cdf5 dtappbuilder: fix issues of property settings for file selection dialog. Liang Chang 2021-02-17 09:23:18 +0800
  • 6b93ec7733 dtappbuilder: fix issues of property settings for draw area pane. Liang Chang 2021-02-17 08:37:03 +0800
  • 49136ea0b6 dtappbuilder: fix issues of property settings for custom dialog. Liang Chang 2021-02-17 08:20:51 +0800
  • a179685eab dtappbuilder: fix issues of property settings for control pane. Liang Chang 2021-02-17 08:08:16 +0800
  • 7cd96a802d dtappbuilder: fix issues of property settings for combo box. Liang Chang 2021-02-17 07:54:41 +0800
  • 06596f9cf8 dtappbuilder: fix issues of property settings for choice. Liang Chang 2021-02-17 07:42:04 +0800
  • c5ca7bca30 dtappbuilder: fix issues of property settings for button. Liang Chang 2021-02-17 07:24:03 +0800
  • 606225bef2 dtappbuilder: fix issues of property settings for list. Liang Chang 2021-02-17 06:38:27 +0800
  • d42a89232a dtappbuilder: adjust data types to avoid type casting errors. Liang Chang 2021-02-17 06:19:02 +0800
  • a64fc5192c dtappbuilder: fix issues of property settings for text pane. Liang Chang 2021-02-17 01:59:40 +0800
  • c26c2e75ad dtappbuilder: adjust data types to avoid type casting errors. Liang Chang 2021-02-17 01:52:47 +0800
  • d6ad977ba7 dtappbuilder: ensure mouse operations are not interfering by key masks (e.g., Caps Lock, Num Lock, etc.) when editing (resize, double-click, etc.) widgets. Liang Chang 2021-02-16 17:40:05 +0800
  • cdf48013e0 dtappbuilder: ensure the subtypes of widgets are properly initialized. Liang Chang 2021-02-15 21:18:27 +0800
  • ff952fcfbc dtcm: Avoid to leave an unclosable window when there is no appointment in "Appointment List...". Liang Chang 2021-02-15 01:46:25 +0800
  • fc118ea6f8 dtfile: fix a segmentation fault that occurred when drag and drop file with the same name. Liang Chang 2021-02-13 02:23:01 +0800
  • e7402803df dtcm: fix a segfault that occurred when opening the "Appointment List..." in the "View" menu. Liang Chang 2021-02-12 18:25:25 +0800
  • 4190143c91 dtcm: fix a segfault when "Drag Appt" in the dtcm_editor. Liang Chang 2021-02-11 21:01:41 +0800
  • d428d68edb csa: replace sprintf with asprintf to avoid segfaults. Liang Chang 2021-02-11 03:55:20 +0800
  • 9e4ad4b2f4 dtappbuilder: fix a segmentation fault that occurred when clicking "Edit" in the "Menu Property Editor". Liang Chang 2021-02-08 07:36:53 +0800
  • 49185f2624 dtappbuilder: fix a segmentation fault that occurred when repeating "Add Item" -> "Delete" -> "Add Item" in the "Revolving Property Editor". Liang Chang 2021-02-08 07:32:01 +0800
  • 920465cb5b dtappbuilder: fix a segmentation fault that occurred when clicking "Edit" in the "Revolving Property Editor". Liang Chang 2021-02-08 07:23:10 +0800
  • 4389fdd633 dtappbuilder: apply graceful degradation for font loading to avoid a segmentation fault. Liang Chang 2021-02-08 05:47:05 +0800
  • 1b1078ba7d ttsnoop: fix a segfault that occurred when clicking "Version..." in the "Snoop" menu. Liang Chang 2021-02-05 05:02:19 +0800
  • 39a72ca69b Specify SPARC and SPARC64 as big endian platforms Lev Kujawski 2021-02-11 19:02:46 -0700
  • a4d9902a48 Switch default backdrop from SkyLight to KnitLight Lev Kujawski 2021-02-06 13:15:35 -0700
  • 356ac2f327 Purge unused Freetype dependency from CDE Lev Kujawski 2021-02-06 12:53:58 -0700
  • 1f52f5ca81 Avoid Global Offset Table (GOT) limits by enabling -fPIC on the BSDs. Lev Kujawski 2021-02-01 17:06:48 -0700
  • 14eb374e0a .gitignore: Add some MsgCat.c generated files Jon Trulson 2021-01-31 18:31:06 -0700
  • a6ea2a2d52 Centralize catgets() calls through MsgCat Lev Kujawski 2021-01-30 20:05:13 -0700
  • 3379999106 dtinfo: rename the CATGETS macro to MCATGETS Lev Kujawski 2021-01-30 20:00:02 -0700
  • fc1d29be81 config/cf/Imake.cf: Define AArch64Architecture on the BSDs. Lev Kujawski 2021-01-30 19:56:47 -0700
  • 7b79d810eb dthelp/parser: disable parallel building Jon Trulson 2021-05-31 13:13:58 -0600
  • 9f5021a81f pm_randon.h: fix conversion warning (int to float) Jon Trulson 2021-05-31 13:10:33 -0600
  • e8345c9241 autotools: specify tirpc lib to link the tooltalk binaries Jon Trulson 2021-05-31 11:37:18 -0600
  • 248c75515e libDtTerm: fixes to build in autotools branch for freebsd Jon Trulson 2021-05-30 18:26:27 -0600
  • 487305f7cf dtappbuilder: fixes to build in autotools branch for freebsd Jon Trulson 2021-05-30 18:11:47 -0600
  • a5da0c39db Apply a patch from Roger Brown for risc-v and other minor fixes Jon Trulson 2021-05-30 16:24:51 -0600
  • 072d289a5e .gitignore: update for PAM changes Jon Trulson 2021-05-30 16:16:44 -0600
  • b70be7b188 debin/control: add libpam and libutempter Jon Trulson 2021-05-30 15:54:11 -0600
  • 51a15d0b38 linux.cf: Enable PTS driver and libutempter. Liang Chang 2021-04-23 01:10:40 -0400
  • fad5b988c1 FreeBSD.cf: Enable PTS driver and libutempter. Liang Chang 2021-04-25 01:08:01 +0800
  • 2887eed470 databases: Install dtterm as an unprivileged program when PTS driver and libutempter are available. Liang Chang 2021-04-25 00:56:24 +0800
  • 2536c2c1ba dtterm: Add libutempter support for utmp/wtmp updates. Liang Chang 2021-04-25 00:30:37 +0800
  • 8f52a65638 DtTerm: Add libutempter support for utmp/wtmp updates. Liang Chang 2021-04-25 00:06:33 +0800
  • 3c4e5b3124 DtTerm: Add pts driver support. Liang Chang 2021-04-20 08:46:54 +0800
  • 616dd16c70 Bump devel version to 2.3.2c Jon Trulson 2021-05-22 15:30:58 -0600
  • a52b78566e Merge /u/l-chang/cdesktopenv1/ branch master into master b'Jon Trulson 2021-05-22 21:41:32 +0000
  • 0ffd6762d7 FreeBSD.cf,DragonFly.cf: disable PAM support by default Jon Trulson 2021-05-22 12:50:25 -0600
  • 2634630dd6 NetBSD.cf: add a link comment to list package needed for PAM support Jon Trulson 2021-05-22 12:49:36 -0600
  • 4d67fc9302 dtlogin: revise the Imakefile for config. Liang Chang 2021-02-02 02:22:52 +0800
  • 32a2fd8cc9 DtPamSvc: Improve user experience. Liang Chang 2021-02-01 23:43:52 +0800
  • 468aa1642d dtsession: revise localAuthenticate. Liang Chang 2021-02-01 08:06:07 +0800