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

2161 commits

Author SHA1 Message Date
Liang Chang
65e7a65d8b Add lib DtPamSvc. 2021-05-22 12:09:43 -06:00
Liang Chang
29d6a29708 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.
2021-05-04 03:00:57 +08:00
b'Jon Trulson
f294ef4a5c Merge /u/l-chang/cdesktopenv1/ branch master into master
https://sourceforge.net/p/cdesktopenv/code/merge-requests/27/
2021-04-18 19:02:18 +00:00
b'Jon Trulson
8092b720f0 Merge /u/l-chang/cdesktopenv1/ branch master into master
https://sourceforge.net/p/cdesktopenv/code/merge-requests/26/
2021-04-17 00:21:59 +00:00
Liang Chang
fbe2b20bc6 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.
2021-04-17 01:55:43 +08:00
Liang Chang
5afe94ea3e dtappbuilder: Fix unsigned integer rollover. 2021-04-05 07:30:49 +08:00
Liang Chang
7287f262ad dtappbuilder: Fix a crash when resize a text pane. The crash is occurred when
drag on the scrollbar to resize.
2021-04-05 07:30:49 +08:00
Liang Chang
2851d666eb dtappbuilder: set the minimum limit for rows and columns to avoid rollover. 2021-04-05 07:29:50 +08:00
Edmond Orignac
c3fa950f8f misc.c: in cm_mbchar check string!=NULL before dereferencing it 2021-04-03 18:14:41 -06:00
Chase
2642674ed4 dtcm: make /var/spool/calendar for user 2021-03-14 15:09:03 -06:00
Jon Trulson
512269a330 dtprintinfo: try to mitigate some stupid in ParseJob.C for sun
Marco Ivaldi pointed me to some unsafe code in ParseJob.c.  I do not
have a sun machine (well, not currently operational anyway), so the
code is not tested.  But seriously, this is some horrible code.  This
local parser for sun needs to be rewritten!
2021-03-14 14:51:54 -06:00
Liang Chang
f70877daa2 dtappbuilder: set the default size (in pixels) for terminal pane. 2021-03-03 09:33:23 +08:00
Liang Chang
3a99e98d6a dtappbuilder: ensure the resize box always inside the main window to avoid the
rendering glitch.
2021-03-03 09:33:23 +08:00
Liang Chang
915ba5d5a9 dtappbuilder: set limits on the resize rectangle to avoid rollover. 2021-03-03 09:31:06 +08:00
Jon Trulson
cdffbc9b69 videoTypes.dt: remove duplicate LABEL field 2021-02-28 21:03:18 -07:00
Chase
58ccd05459 dtinfo: make auxillary libs and programs build 2021-02-28 20:32:46 -07:00
Chase
08622925c8 dthelp: fix spurious compilation failure 2021-02-22 20:18:26 -07:00
Jon Trulson
a32227a55d Merge /u/low-power/cde-code/ branch remove-ar-l into master
https://sourceforge.net/p/cdesktopenv/code/merge-requests/25/
2021-02-23 03:15:37 +00:00
WHR
ec123a6c3f Remove uses of ar(1) option '-l' 2021-02-22 21:34:06 +08:00
WHR
2b0c66f77e Break building on subdirectories make(1) failed 2021-02-22 21:11:16 +08:00
Chase
14c3c6ebd8 dtappbuilder: make it build in parallel 2021-02-21 18:42:42 -07:00
Chase
4b461f5627 dthelp/parser/pass2: make it build 2021-02-21 18:35:52 -07:00
Chase
434943913b dthelp/parser/canon1: get it to build 2021-02-21 18:35:43 -07:00
Liang Chang
eb83fca4b7 ttsnoop: check the return value from tt_message_op to avoid a segmentation
fault.
2021-02-20 01:35:13 +08:00
Liang Chang
09d3c8d6ee ttsnoop: adjust data types to ensure the result of pointer comparison is
correct.
2021-02-20 00:57:33 +08:00
Liang Chang
170a649363 ttsnoop: adjust the text field on ttChooser. 2021-02-19 05:58:17 +08:00
Liang Chang
8e076e164a dtappbuilder: fix the rendering glitch of the list widget which contains a
label.
2021-02-19 05:39:16 +08:00
Liang Chang
fb0bedaa48 dtappbuilder: fix issues of property settings for text field. 2021-02-17 20:47:00 +08:00
Liang Chang
60b0fc29a9 dtappbuilder: fix issues of property settings for term pane. 2021-02-17 20:33:08 +08:00
Liang Chang
ffe857f6ca dtappbuilder: fix issues of property settings for spin box. 2021-02-17 20:22:00 +08:00
Liang Chang
a52f25b081 dtappbuilder: fix issues of property settings for separator. 2021-02-17 20:09:19 +08:00
Liang Chang
69fbdb771b dtappbuilder: fix issues of property settings for scale. 2021-02-17 19:41:04 +08:00
Liang Chang
fbb7e865a7 dtappbuilder: fix issues of property settings for menubar. 2021-02-17 19:23:52 +08:00
Liang Chang
523c440536 dtappbuilder: fix issues of property settings for menu. 2021-02-17 19:14:51 +08:00
Liang Chang
1b143dd7a7 dtappbuilder: fix issues of property settings for main window. 2021-02-17 18:53:26 +08:00
Liang Chang
933d48e589 dtappbuilder: fix issues of property settings for label. 2021-02-17 18:41:35 +08:00
Liang Chang
471afeaa2c dtappbuilder: fix issues of property settings for group. 2021-02-17 18:17:04 +08:00
Liang Chang
26508f3f76 dtappbuilder: fix issues of property settings for file selection dialog. 2021-02-17 09:23:18 +08:00
Liang Chang
d22ec65675 dtappbuilder: fix issues of property settings for draw area pane. 2021-02-17 08:37:03 +08:00
Liang Chang
213ae1f8d7 dtappbuilder: fix issues of property settings for custom dialog. 2021-02-17 08:20:51 +08:00
Liang Chang
0d92904b06 dtappbuilder: fix issues of property settings for control pane. 2021-02-17 08:08:16 +08:00
Liang Chang
feb4d1b495 dtappbuilder: fix issues of property settings for combo box. 2021-02-17 07:54:41 +08:00
Liang Chang
4cbb0506dc dtappbuilder: fix issues of property settings for choice. 2021-02-17 07:42:04 +08:00
Liang Chang
473bb74440 dtappbuilder: fix issues of property settings for button. 2021-02-17 07:24:03 +08:00
Liang Chang
a9d7c58bd6 dtappbuilder: fix issues of property settings for list. 2021-02-17 06:38:27 +08:00
Liang Chang
a90c07f027 dtappbuilder: adjust data types to avoid type casting errors. 2021-02-17 06:19:02 +08:00
Liang Chang
73cab75511 dtappbuilder: fix issues of property settings for text pane. 2021-02-17 01:59:40 +08:00
Liang Chang
0cdf0f774f dtappbuilder: adjust data types to avoid type casting errors. 2021-02-17 01:52:47 +08:00
Liang Chang
64cfdf3213 dtappbuilder: ensure mouse operations are not interfering by key masks (e.g.,
Caps Lock, Num Lock, etc.) when editing (resize, double-click, etc.) widgets.
2021-02-16 17:40:05 +08:00
Liang Chang
1fcba2048b dtappbuilder: ensure the subtypes of widgets are properly initialized. 2021-02-15 21:18:27 +08:00