Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-22 | fb: add frame_{width,height} to fb_fragment_t | Vito Caputo | |
Modules need to know the overall dimensions of the frame the fragment they're rendering is part of. Previously it wasn't really necessary since the fragments supplied to the modules had always been the full page, but that's changing. This commit also changes the julia module to use the frame dimensions, others will need updating as well. | |||
2017-01-18 | *: move source into src/ subdir | Vito Caputo | |
Restoring some organizational sanity since adopting autotools. |