├── COPYING ├── Makefile ├── README ├── mf ├── Makefile.FreeBSD ├── Makefile.Linux ├── Makefile.NetBSD ├── Makefile.OpenBSD ├── Makefile.SunOS └── Makefile.generic └── src ├── XmSm.ad.src ├── XmToolbox.ad.src ├── common.c ├── common.h ├── common.mf ├── smconf.h ├── smglobal.h ├── smmain.c ├── tbmain.c ├── tbparse.c ├── tbparse.h ├── toolboxrc ├── xbm ├── toolbox.xbm └── toolbox_m.xbm ├── xmsession.src ├── xmsm.1 └── xmtoolbox.1 /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/COPYING -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/README -------------------------------------------------------------------------------- /mf/Makefile.FreeBSD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/mf/Makefile.FreeBSD -------------------------------------------------------------------------------- /mf/Makefile.Linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/mf/Makefile.Linux -------------------------------------------------------------------------------- /mf/Makefile.NetBSD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/mf/Makefile.NetBSD -------------------------------------------------------------------------------- /mf/Makefile.OpenBSD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/mf/Makefile.OpenBSD -------------------------------------------------------------------------------- /mf/Makefile.SunOS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/mf/Makefile.SunOS -------------------------------------------------------------------------------- /mf/Makefile.generic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/mf/Makefile.generic -------------------------------------------------------------------------------- /src/XmSm.ad.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/XmSm.ad.src -------------------------------------------------------------------------------- /src/XmToolbox.ad.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/XmToolbox.ad.src -------------------------------------------------------------------------------- /src/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/common.c -------------------------------------------------------------------------------- /src/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/common.h -------------------------------------------------------------------------------- /src/common.mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/common.mf -------------------------------------------------------------------------------- /src/smconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/smconf.h -------------------------------------------------------------------------------- /src/smglobal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/smglobal.h -------------------------------------------------------------------------------- /src/smmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/smmain.c -------------------------------------------------------------------------------- /src/tbmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/tbmain.c -------------------------------------------------------------------------------- /src/tbparse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/tbparse.c -------------------------------------------------------------------------------- /src/tbparse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/tbparse.h -------------------------------------------------------------------------------- /src/toolboxrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/toolboxrc -------------------------------------------------------------------------------- /src/xbm/toolbox.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/xbm/toolbox.xbm -------------------------------------------------------------------------------- /src/xbm/toolbox_m.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/xbm/toolbox_m.xbm -------------------------------------------------------------------------------- /src/xmsession.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/xmsession.src -------------------------------------------------------------------------------- /src/xmsm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/xmsm.1 -------------------------------------------------------------------------------- /src/xmtoolbox.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx210/emwm-utils/HEAD/src/xmtoolbox.1 --------------------------------------------------------------------------------