summaryrefslogtreecommitdiff
path: root/frontends/amiga/clipboard.c
Commit message (Collapse)AuthorAgeFilesLines
* Make screen pointer accesible through an accessor function onlyChris Young2019-05-101-2/+2
|
* more accessor for gui_window_2Chris Young2019-05-081-4/+4
|
* 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-6/+6
|
* Get menu structure directly from gui_windowChris Young2019-05-071-3/+3
|
* Get the shared window's window structure directly from the gui_windowChris Young2019-05-071-4/+4
| | | | In a lot of places gui_window_2 was only being accessed for Window
* Make gui_window private to gui.cChris Young2019-05-071-10/+10
| | | | 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.
* Split up menu.c into generic and gui_window-specific filesChris Young2017-01-151-4/+4
|
* Replace OnMenu/OffMenu with MenuClass compatible abstractionChris Young2017-01-141-3/+3
|
* More allocvec/malloc replacementsChris Young2016-11-191-2/+2
|
* Change some AllocVecs to mallocs and FreeVecs to freeChris Young2016-11-191-6/+5
| | | | Need to be careful with ASPrintf
* Move memory functions from misc.c to memory.cChris Young2016-11-191-1/+1
|
* move key press enums and operations to their own headerVincent Sanders2016-07-011-1/+1
|
* Update content to split public and internal APIVincent Sanders2016-06-061-1/+1
|
* Ensure variables are declared correctlyChris Young2016-06-021-1/+1
|
* move plotters header into public APIVincent Sanders2016-05-301-1/+1
|
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
|
* move clipboard 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/+374