summaryrefslogtreecommitdiff
path: root/frontends/amiga/file.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includeChris Young2020-10-091-0/+2
|
* improve content header usageVincent Sanders2020-05-071-0/+1
|
* Make screen pointer accesible through an accessor function onlyChris Young2019-05-101-2/+2
|
* remove direct access to gui_window_2's gui_windowChris Young2019-05-081-2/+2
|
* accessor for window from gui_window_2Chris Young2019-05-071-3/+3
|
* Make gui_window private to gui.cChris Young2019-05-071-2/+3
| | | | TODO: ratonalise these accessors
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-051-7/+14
| | | | | previously these interfaces returned char * and unsigned int which was undesirable.
* Migrate global history to corewindowChris Young2017-01-061-0/+3
|
* More allocvec/malloc replacementsChris Young2016-11-191-7/+6
|
* Move memory functions from misc.c to memory.cChris Young2016-11-191-0/+1
|
* Update content to split public and internal APIVincent Sanders2016-06-061-4/+2
|
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
|
* move window header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+293