summaryrefslogtreecommitdiff
path: root/frontends/amiga/theme.c
Commit message (Expand)AuthorAgeFilesLines
* more accessor for gui_window_2Chris Young2019-05-081-7/+7
* Move ami_(re)set_pointer (back?) into gui.c as they need to set/read the gui_...Chris Young2019-05-081-13/+0
* throbber crapChris Young2019-05-081-10/+10
* 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-2/+2
* Get the shared window's window structure directly from the gui_windowChris Young2019-05-071-5/+5
* Make gui_window private to gui.cChris Young2019-05-071-25/+25
* Avoid potential division by zeroChris Young2018-02-011-1/+3
* Try to ensure we get the correct type of native BitMapChris Young2017-02-131-1/+3
* Add missing includesChris Young2016-11-191-1/+1
* more allocvec/malloc changesChris Young2016-11-191-8/+8
* Move memory functions from misc.c to memory.cChris Young2016-11-191-1/+1
* Use functions for determining throbber bitmap sizeChris Young2016-07-031-12/+22
* Ensure we aren't using a NULL native BitMap anywhereChris Young2016-07-021-16/+20
* Ensure variables are declared correctlyChris Young2016-06-021-3/+6
* Make more drag-related global variables privateChris Young2016-06-011-1/+1
* move mouse and pointer state 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/+513