summaryrefslogtreecommitdiff
path: root/atari/certview.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-8/+8
| | | | | | | | | | | | 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-297/+296
|
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-1/+0
|
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-5/+4
|
* Removed unused variable.Ole Loots2014-09-131-1/+0
|
* Remove unused variables.Michael Drake2014-05-191-2/+0
|
* Remove unused variable.Michael Drake2014-05-191-1/+0
|
* Remove if/else with duplicate branches.Michael Drake2014-05-191-5/+1
|
* Make line endings consistent.Michael Drake2014-05-191-288/+288
|
* fix remaining include errorsVincent Sanders2014-02-031-1/+1
|
* fixup missing includesVincent Sanders2014-02-031-0/+1
|
* Added about dialog, fixed scrolled treeview redraw.Ole Loots2013-10-061-7/+11
|
* Fixed warnings for incomptible pointer typeOle Loots2013-10-061-21/+11
| | | | The API expects to receive core_window as window handle now.
* Added SSL Cert Inspector WindowOle Loots2013-10-061-0/+312
(based on treeview API)