summaryrefslogtreecommitdiff
path: root/frontends/amiga/corewindow.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix sslcert redrawChris Young2017-01-021-3/+3
|
* fix mouse click processingChris Young2017-01-021-98/+100
|
* show/hide scrollbars as requiredChris Young2017-01-021-20/+139
| | | | move the sslcert scrollbars into the window as per the style guide
* make the window title text commonChris Young2017-01-021-0/+4
|
* correct full-window redraw co-ordsChris Young2017-01-021-2/+2
|
* move mousemove back to the event loop and ensure the window is created clearedChris Young2017-01-021-26/+42
|
* Take the redraw routine from old tree_redraw with less meddlingChris Young2017-01-021-28/+26
|
* migrate sslcert to use corewindowChris Young2017-01-021-6/+9
| | | | predictably blank
* Amga core window redrawChris Young2017-01-011-14/+229
| | | | This almost certainly will not work properly
* handle core window mouse buttonsChris Young2017-01-011-5/+59
| | | | todo: support drags
* Process mouse moves and qualifier keysChris Young2017-01-011-11/+66
| | | | | NB: we are doing mouse moves differently by using an IDCMP hook on space.gadget, as this gives us co-ordinates relative to the render area GID_DRAW object when the window is defined will need tagging ICA_TARGET, ICTARGET_IDCMP
* Basic event loop, only handles keypresses and window closure so farChris Young2017-01-011-2/+47
|
* Allow for the prospect of in-window scrollbarsChris Young2017-01-011-13/+19
|
* Basic template for an Amiga core windowChris Young2017-01-011-0/+281
Drawing and event processing not written yet