Chris Young
|
97010ecef5
|
Make screen pointer accesible through an accessor function only
|
2019-05-10 20:59:30 +01:00 |
|
Chris Young
|
d0df3fa4b3
|
more accessor for gui_window_2
|
2019-05-08 01:44:44 +01:00 |
|
Chris Young
|
ca1a519cfa
|
remove direct access to gui_window_2's gui_window
|
2019-05-08 00:08:35 +01:00 |
|
Chris Young
|
b9dd0a60c3
|
accessor for window from gui_window_2
|
2019-05-07 23:43:15 +01:00 |
|
Chris Young
|
67af746324
|
Get menu structure directly from gui_window
|
2019-05-07 22:07:57 +01:00 |
|
Chris Young
|
6d1f480f01
|
Get the shared window's window structure directly from the gui_window
In a lot of places gui_window_2 was only being accessed for Window
|
2019-05-07 21:58:09 +01:00 |
|
Chris Young
|
5c7b5476f0
|
Make gui_window private to gui.c
TODO: ratonalise these accessors
|
2019-05-07 21:45:40 +01:00 |
|
Vincent Sanders
|
35bc2ccbb8
|
change content get_source_data interfaces to return uint8_t and size_t
previously these interfaces returned char * and unsigned int which was
undesirable.
|
2019-05-05 22:50:25 +01:00 |
|
Chris Young
|
606cc0c219
|
Split up menu.c into generic and gui_window-specific files
|
2017-01-15 16:05:07 +00:00 |
|
Chris Young
|
313aaabdde
|
Replace OnMenu/OffMenu with MenuClass compatible abstraction
|
2017-01-14 20:51:51 +00:00 |
|
Chris Young
|
a8bd2af710
|
More allocvec/malloc replacements
|
2016-11-19 20:44:17 +00:00 |
|
Chris Young
|
81a7e0cbe9
|
Change some AllocVecs to mallocs and FreeVecs to free
Need to be careful with ASPrintf
|
2016-11-19 17:02:18 +00:00 |
|
Chris Young
|
ec239402ea
|
Move memory functions from misc.c to memory.c
|
2016-11-19 15:50:22 +00:00 |
|
Vincent Sanders
|
8066d1c8b4
|
move key press enums and operations to their own header
|
2016-07-01 14:27:04 +01:00 |
|
Vincent Sanders
|
76a68d7dd0
|
Update content to split public and internal API
|
2016-06-06 09:01:38 +01:00 |
|
Chris Young
|
88ae1ff267
|
Ensure variables are declared correctly
|
2016-06-02 00:44:20 +01:00 |
|
Vincent Sanders
|
667605869f
|
move plotters header into public API
|
2016-05-30 21:05:57 +01:00 |
|
Vincent Sanders
|
7fc0a4c481
|
move desktop window header into public API
|
2016-05-30 17:32:57 +01:00 |
|
Vincent Sanders
|
d240bec036
|
move clipboard header into public API
|
2016-05-30 11:04:32 +01:00 |
|
Vincent Sanders
|
1eb86d9df2
|
move window header into public API
|
2016-05-30 11:01:40 +01:00 |
|
Vincent Sanders
|
d21447d096
|
move frontends into sub directory
|
2016-05-15 13:44:34 +01:00 |
|