summaryrefslogtreecommitdiff
path: root/atari/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-106/+0
|
* Fix several doxygen errorsVincent Sanders2016-05-051-1/+1
|
* update atari frontend to remove usage of depricated warn_user APIVincent Sanders2016-04-301-2/+6
|
* use the miscellaneous table warning entryVincent Sanders2016-04-251-0/+10
| | | | | | | change all the frontends to provide the warning callback in the miscelaneous table instead of using the warn_user function. Changing all the warn_user callsites still requires completion.
* atari header cleanup and warning squashVincent Sanders2016-04-201-8/+22
| | | | | | This rationalises atari platform user of headers and squashes a lot of warnings. Should not be viewed as real maintenance, more that it was getting in the way of fixing real core header issues.
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-0/+0
|
* remove the die API from the core.Vincent Sanders2014-10-261-0/+9
| | | | | | | | The die() API for abnormal termination does not belong within the core of netsurf and instead errors are propogated back to the callers. This is the final part of this change and the API is now only used within some parts of the frontends
* Minor formatting fixOle Loots2013-12-211-1/+1
|
* Added commentsOle Loots2013-10-061-0/+6
|
* ldg stubs not needed anymore since windom removalOle Loots2013-10-061-3/+0
|
* Fixed RECT_TO_GRECT macroOle Loots2013-10-061-4/+4
|
* Added RECT_TO_GRECT macroOle Loots2013-10-061-0/+7
|
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-2/+0
| | | | | - Serch window - Pop Menus in the settings dialog
* Implemented basic mouse input to browser component (click).Ole Loots2012-12-031-40/+41
|
* Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-271-1/+1
| | | | ...but it compiles...
* Start to remove windom, wip.Ole Loots2012-11-181-3/+1
| | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* Added is_process_runningOle Loots2012-08-271-1/+4
| | | | | Now the source code viewer is launched when not already running (ShelWrite wasn't handling this correctly)
* Added function load_iconOle Loots2012-04-101-2/+7
| | | | svn path=/trunk/netsurf/; revision=13847
* Removed non declared and unused "cookies_update" function ( some frontends ↵Ole Loots2012-01-111-1/+3
| | | | | | still define the functions), added missing prototypes. svn path=/trunk/netsurf/; revision=13399
* added mode parameter to function find_gui_windowOle Loots2011-12-151-1/+6
| | | | svn path=/trunk/netsurf/; revision=13278
* Fix focus elementOle Loots2011-12-061-0/+1
| | | | svn path=/trunk/netsurf/; revision=13251
* Add global function to resolve Netsurf input key. Ole Loots2011-11-231-2/+6
| | | | svn path=/trunk/netsurf/; revision=13165
* Keep Mouse tracking limited to input_window.Ole Loots2011-09-091-0/+1
| | | | svn path=/trunk/netsurf/; revision=12783
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-301-2/+1
| | | | svn path=/trunk/netsurf/; revision=12550
* Added missing prototypes.Ole Loots2011-03-201-0/+3
| | | | svn path=/trunk/netsurf/; revision=12113
* Cleanup of TOS compatibility fixes. Ole Loots2011-01-301-9/+0
| | | | svn path=/trunk/netsurf/; revision=11549
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* increased compatibility with classic TOS systems. (Getcookie() breaks on ↵Ole Loots2011-01-221-0/+10
| | | | | | classic TOS systems.) svn path=/trunk/netsurf/; revision=11446
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+38
svn path=/trunk/netsurf/; revision=11218