• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

de/H18-Apr-2020-139109

fonts/H03-May-2022-

winrc/H03-May-2022-6048

.gitattributesH A D18-Apr-202049 21

.gitignoreH A D18-Apr-202085 76

Info.plist.inH A D18-Apr-20202.2 KiB7567

License.hH A D18-Apr-202042.4 KiB592573

PkgInfoH A D18-Apr-20208 11

README.mdH A D18-Apr-20201,007 2821

UnicodeData.hH A D18-Apr-20201.3 MiB17,78317,761

generate_pngs.shH A D18-Apr-20201.8 KiB3424

generate_unicodedata.shH A D18-Apr-20201.6 KiB3421

generate_wxmathml.shH A D18-Apr-20202.9 KiB5840

icon.hH A D18-Apr-2020133.5 KiB1,8501,830

io.github.wxmaxima_developers.wxMaxima.appdata.xmlH A D18-Apr-202016.3 KiB432428

io.github.wxmaxima_developers.wxMaxima.desktopH A D18-Apr-20201.6 KiB2928

wxMathML.hH A D18-Apr-2020118 KiB1,6371,618

wxMathML.lispH A D18-Apr-202076.1 KiB2,1991,786

wxmaximaH A D18-Apr-2020877 4135

wxmaxima.1.inH A D18-Apr-20203.6 KiB139111

x-wxmathml.xmlH A D18-Apr-2020389 1110

x-wxmaxima-batch.xmlH A D18-Apr-2020454 1312

README.md

1Data
2====
3
4This directory contains the following things
5
6wxMathml.lisp
7-------------
8The lisp part of wxMaxima. Note that wxMathml.lisp isn't automatically
9used directly by the program: Files a program depends on may fail to be
10shipped along with the program or be installed in a folder that is logical
11to a human being but might not be a folder the program doesn't search for
12them in. Instead of installing the file somewhere therefore a shell
13script named `generate_wxmathml.sh` was provided that compresses the file
14and converts it to a .h file whose contents will be compiled into
15wxMaxima.
16
17Desktop integration files
18-------------------------
19
20Stuff needed for to integrate wxMaxima into various desktop environments.
21
22Icons that are compiled into the executable
23-------------------------------------------
24
25Like wxMathml.lisp the icons aren't shipped as separate files along with
26wxMaxima. Instead `generate_pngs.sh` generates .h files that contain the
27images and that are compiled into wxMaxima.
28