summaryrefslogtreecommitdiff
path: root/frontends/amiga/corewindow.c
Commit message (Expand)AuthorAgeFilesLines
* Update documentation removing junk and moving to markdown for most text filesVincent Sanders2017-06-091-1/+1
* update amiga corewindow implementation for changed APIVincent Sanders2017-05-231-4/+15
* clean up some of the doxygen generation warningsVincent Sanders2017-02-191-5/+7
* Make gui_globals less... globalChris Young2017-02-131-0/+1
* Get render bitmap size via functionChris Young2017-02-131-2/+4
* Manage shared pens internally unless we need multiple lists (eg. per browser_...Chris Young2017-02-131-3/+1
* Alloc gui_global structure when initialisingChris Young2017-02-131-10/+10
* Remove use of global context data from Amiga frontendChris Young2017-02-131-5/+3
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-1/+1
* Support SimpleRefresh corewindowsChris Young2017-01-081-15/+66
* Update corewindow scrollbars when user resizes windowChris Young2017-01-081-1/+28
* Process in-window scrollbars using IDCMPUPDATE tooChris Young2017-01-081-16/+0
* remove excessive loggingChris Young2017-01-081-2/+0
* Working internal and tree-to-browser dragsChris Young2017-01-081-12/+34
* Dragging works internallyChris Young2017-01-071-78/+74
* Possibly slightly less but still definitely broken drag handlingChris Young2017-01-071-29/+52
* Broken corewindow drag implementationChris Young2017-01-071-1/+93
* Complete cookie manager corewindow interfaceChris Young2017-01-051-0/+5
* fix some ui corruption on scrollbar hideChris Young2017-01-031-7/+3
* it's not a double-click if the mouse has movedChris Young2017-01-031-2/+18
* less cranky scrollbarsChris Young2017-01-031-14/+8
* Basic conversion of cookie manager to core windowChris Young2017-01-031-1/+1
* 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
* 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
* Amga core window redrawChris Young2017-01-011-14/+229
* handle core window mouse buttonsChris Young2017-01-011-5/+59
* Process mouse moves and qualifier keysChris Young2017-01-011-11/+66
* 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