summaryrefslogtreecommitdiff
path: root/atari/cookies.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup unneeded includes in utils.h after API simplificationVincent Sanders2016-04-201-0/+2
|
* more atari header cleanupVincent Sanders2016-04-201-16/+2
|
* atari header cleanup and warning squashVincent Sanders2016-04-201-15/+25
| | | | | | 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.
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+7
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-0/+1
|
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-2/+1
|
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-4/+4
|
* Removed unused variableOle Loots2014-09-131-1/+0
|
* Removed unused variable / dead code.Ole Loots2014-09-131-18/+0
|
* Remove unused variables.Michael Drake2014-05-191-5/+0
|
* Remove if/else with duplicate branches.Michael Drake2014-05-191-6/+1
|
* Fix line endings.Michael Drake2014-05-191-21/+21
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* Added about dialog, fixed scrolled treeview redraw.Ole Loots2013-10-061-2/+3
|
* Fixed warnings for incomptible pointer typeOle Loots2013-10-061-5/+0
| | | | The API expects to receive core_window as window handle now.
* Added SSL Cert Inspector WindowOle Loots2013-10-061-1/+1
| | | | (based on treeview API)
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-061-0/+239
| | | | (The Cookie Manager window is a new one)
* Replaced atari_treeview wrapper with a new oneOle Loots2013-10-061-0/+17
(removed all modules which used the old tree API)