1
0
mirror of synced 2026-04-25 20:01:51 +00:00
Commit Graph

282 Commits

Author SHA1 Message Date
Larry Masinter
8989d55080 Delete xlisp xfull3.5 sysouts
These have been replaced by 'lisp' and 'full' since they no longer depend on (patching) venue sysouts.
2021-03-02 10:21:43 -08:00
Larry Masinter
22e54106da add -m -mem option to Medley, default is 256 2021-03-01 20:51:51 -08:00
Larry Masinter
ab94267c49 update exports.all and whereis.hash to make sure 2021-02-28 21:51:31 -08:00
Larry Masinter
e02c47e90c Merge of LOAD-FULL from Ron and makeinit7, redone 2021-02-28 19:53:57 -08:00
Larry Masinter
e2b7c425b6 Merge branch 'makeinit7' 2021-02-28 18:09:16 -08:00
Larry Masinter
1dcd55b258 Merge in changed files 2021-02-28 18:08:43 -08:00
rmkaplan
2f1b68ea4f MODERNIZE: More work on attached windows, LOADUP-FULL with MODERNIZE replacing MACINTERFACE 2021-02-27 22:01:14 -08:00
rmkaplan
39664945fb Merge branch 'master' of https://github.com/interlisp/medley 2021-02-27 21:59:47 -08:00
rmkaplan
d4e0a1ba28 FILEBROWSER: Edit/see window stay on top
Addresses #216
2021-02-27 21:58:41 -08:00
Nick Briggs
14415e197f Fix run-medley -dimensions processing to make sensible choices (#217)
Given a "-dimension WxH" argument, round up the W to a multiple of 32 for the
Lisp window width and use an X window geometry with an additional
22 pixels for both W and H to account for the current scrollbar size so that
the resulting X window will not require scrolling.
2021-02-28 01:59:06 +00:00
Larry Masinter
7ec7f4cf5c rem.cm no longer used 2021-02-27 10:18:37 -08:00
rmkaplan
a5356980f0 FILEBROWSER: minor cleanup, meta-F seems to work 2021-02-25 15:38:27 -08:00
Larry Masinter
d6f40b5437 set makesysname 2021-02-24 11:33:14 -08:00
rmkaplan
1bdbf22516 CLIPBOARD: fix typo 2021-02-23 22:13:40 -08:00
rmkaplan
8066be6a74 CLIPBOARD: updated with the elaborated xclip commands, to be tested 2021-02-23 17:34:09 -08:00
rmkaplan
81ce9354e2 MODERNIZE: initial push
This is the rename of MACINTERFACE, including a doc file MODERNIZE.TXT.

When ready to install it in a loadup, replace MACINTERFACE with MODERNIZE in sources/LOADUP-FULL.
2021-02-23 10:21:37 -08:00
Larry Masinter
ac9bfd1446 Now that XQuartz supports m1 mac, don't need separate instructions (#179) 2021-02-22 22:19:07 -08:00
rmkaplan
891b08d8d6 Merge branch 'master' of https://github.com/interlisp/medley 2021-02-22 20:43:13 -08:00
Larry Masinter
429294c61f Restore fontprofile (#200)
* restore FONTPROFILE and PATCH

* extra (dup) version
2021-02-22 19:55:50 -08:00
rmkaplan
4ce9320489 TABLEBROWSER uses newer TABLEBROWSERDECLS, older TBDECLS is deprecated
TABLEBROWSER uses newer TABLEBROWSERDECLS, older TBDECLS is deprecated
2021-02-22 19:55:50 -08:00
rmkaplan
5cba07aabc WHEELSCROLL: a little tuning, plus a WHEELSCROLL.TXT file 2021-02-22 19:55:50 -08:00
rmkaplan
500a55d0af PRETTY: Fix PRINTCOPYRIGHT1 to avoid line overflow 2021-02-22 19:55:49 -08:00
rmkaplan
d4169488ec TWODINSPECTOR: fixed error in 2D layout, synchronized scrolling of values and indexes 2021-02-22 19:55:49 -08:00
rmkaplan
bd1a8ce561 EMACS: Removed outdated copies of Tedit functions and dependency on old BQUOTE emulation, so that it now at least loads and compiles. But it doesn't work. 2021-02-22 19:55:49 -08:00
rmkaplan
ea64c5e612 MACINTERFACE: more consistent recognition of corner and titlebar clicking, and more appropriate ghost regions of reshaping and moving 2021-02-22 19:55:49 -08:00
rmkaplan
795983e8f5 WHEELSCROLL: no action if the wheel moves while in a pop-up scroll bar 2021-02-22 19:55:49 -08:00
rmkaplan
ac08f3ab1a Added 2 lines in SCROLL.HANDLER in WINDOWSCROLL so that vertical and horizontal scrollbar windows are recognizable and recognizably related to their main windows. This allows WHEELSCROLL to provide better wheel-scrolling behavior 2021-02-22 19:55:49 -08:00
rmkaplan
e468314846 DINFO: removed compile-time declarations from compiled file 2021-02-22 19:55:49 -08:00
rmkaplan
0b541fbecd Tedit scrolling executed in mouse process 2021-02-22 19:55:49 -08:00
rmkaplan
28783fe510 Better behavior when the wheel moves inside a scroll bar 2021-02-22 19:55:49 -08:00
rmkaplan
43706dc311 First commit of wheel-mouse scrolling 2021-02-22 19:55:49 -08:00
Larry Masinter
b7458b24be Restore fontprofile (#200)
* restore FONTPROFILE and PATCH

* extra (dup) version
2021-02-22 18:09:07 -08:00
Larry Masinter
30e47fc811 Remove use of ~/rem.cm in loadups. Now the LDEINIT file is checked instead; probably can get rid of even that, later 2021-02-22 16:12:20 -08:00
rmkaplan
582b927ea5 CLIPBOARD: Delete old versions 2021-02-22 15:12:52 -08:00
rmkaplan
5e73577a6f CLIPBOARD: Added xclip as default (non-mac) stream names, added .txt file
Other platforms may require different clipboard-stream names
2021-02-22 14:59:33 -08:00
rmkaplan
7c74e2f3af MACINTERFACE: first step towards renaming to MODERNIZE 2021-02-22 14:09:43 -08:00
rmkaplan
439b48a1aa Delete TWODINSPECTOR.LCOM.~2~ 2021-02-22 14:09:14 -08:00
rmkaplan
3351dddc79 FILEBROWSER: Build-in anticipation of MODERNIZE, eliminate line feeds 2021-02-22 13:00:49 -08:00
rmkaplan
217d5a17d2 WHEELSCROLL: Added keyactions for LEFT/RIGHT 2021-02-22 12:48:51 -08:00
rmkaplan
3e13151e59 Cleaning out old versions of MACINTERFACE 2021-02-21 21:15:35 -08:00
rmkaplan
d385cf61f3 Using Git Desktop to clean out old version-number files 2021-02-21 21:13:25 -08:00
rmkaplan
a9ce553070 Update COMPAREDIRECTORIES.TEDIT 2021-02-21 21:04:05 -08:00
rmkaplan
48209a75a7 COMPAREDIRECTORIES: removed makesysout from MEDLEY-FIX-DIRS, new EOLTYPE tool
Larry reorganized the directories so makesysout no longer exists.  EOLTYPE now takes a SHOWCONTEXT argument.  This prints the context of eol characters that are not consistent with the original type of the file.
2021-02-21 20:55:25 -08:00
rmkaplan
d7eca38b27 TABLEBROWSER uses newer TABLEBROWSERDECLS, older TBDECLS is deprecated
TABLEBROWSER uses newer TABLEBROWSERDECLS, older TBDECLS is deprecated
2021-02-21 17:47:34 -08:00
rmkaplan
6b53149afa WHEELSCROLL: a little tuning, plus a WHEELSCROLL.TXT file 2021-02-21 17:34:42 -08:00
rmkaplan
0009c2f4e4 PRETTY: Fix PRINTCOPYRIGHT1 to avoid line overflow 2021-02-21 13:41:15 -08:00
rmkaplan
53c173a943 TWODINSPECTOR: fixed error in 2D layout, synchronized scrolling of values and indexes 2021-02-19 14:38:24 -08:00
rmkaplan
a74f8784e5 EMACS: Removed outdated copies of Tedit functions and dependency on old BQUOTE emulation, so that it now at least loads and compiles. But it doesn't work. 2021-02-19 11:46:03 -08:00
Larry Masinter
b14cbb2f77 typo in -gr instead of -g 2021-02-18 12:29:23 -08:00
Larry Masinter
7b1c12989f run-medley -prog option for selecting ldeinit; update screen dimensions 2021-02-18 10:22:46 -08:00