summaryrefslogtreecommitdiff
path: root/frontends/amiga/corewindow.h
Commit message (Collapse)AuthorAgeFilesLines
* clean up some of the doxygen generation warningsVincent Sanders2017-02-191-1/+1
|
* Alloc gui_global structure when initialisingChris Young2017-02-131-1/+1
|
* Broken corewindow drag implementationChris Young2017-01-071-0/+29
|
* Complete cookie manager corewindow interfaceChris Young2017-01-051-0/+2
|
* it's not a double-click if the mouse has movedChris Young2017-01-031-0/+2
|
* Fix sslcert redrawChris Young2017-01-021-1/+5
|
* show/hide scrollbars as requiredChris Young2017-01-021-0/+7
| | | | move the sslcert scrollbars into the window as per the style guide
* make the window title text commonChris Young2017-01-021-0/+3
|
* move mousemove back to the event loop and ensure the window is created clearedChris Young2017-01-021-2/+0
|
* migrate sslcert to use corewindowChris Young2017-01-021-3/+3
| | | | predictably blank
* Amga core window redrawChris Young2017-01-011-1/+4
| | | | This almost certainly will not work properly
* handle core window mouse buttonsChris Young2017-01-011-0/+3
| | | | todo: support drags
* Process mouse moves and qualifier keysChris Young2017-01-011-0/+2
| | | | | 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/+4
|
* Allow for the prospect of in-window scrollbarsChris Young2017-01-011-0/+10
|
* Basic template for an Amiga core windowChris Young2017-01-011-0/+123
Drawing and event processing not written yet