summaryrefslogtreecommitdiff
path: root/atari/findfile.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-144/+0
|
* atari header cleanup and warning squashVincent Sanders2016-04-201-8/+2
| | | | | | 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-9/+9
| | | | | | | | | | | | 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/+0
|
* Move FILE_SCHEME_PREFIX to corestrings.Michael Drake2015-02-261-1/+1
|
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-1/+0
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-53/+0
|
* undo some overzellous include removalVincent Sanders2014-05-091-0/+1
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* Minor documentation changeOle Loots2013-12-291-2/+2
|
* Handle the fact that / is NOT the root of the filesystem on MiNT.Ole Loots2013-10-261-49/+22
| | | | | | (/ means current drive!) This may break under Classic TOS versions, because it may rely on the U: drive. However, that can be fixed later on.
* Moved form handling into gemtk,Ole Loots2012-12-311-1/+0
| | | | removed several windom includes
* Start to remove windom, wip.Ole Loots2012-11-181-0/+1
| | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* Use malloc instead of alloca.Ole Loots2012-10-191-1/+4
|
* fixed type. Ole Loots2011-12-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=13275
* Fix focus elementOle Loots2011-12-061-5/+52
| | | | svn path=/trunk/netsurf/; revision=13251
* Improved path conversion for DOS Filesystems.Ole Loots2011-04-231-31/+40
| | | | svn path=/trunk/netsurf/; revision=12236
* cleanup, fixed invalid option name (downloads_path)Ole Loots2011-04-101-3/+13
| | | | svn path=/trunk/netsurf/; revision=12181
* Implemented OS detection routines provided by GSOle Loots2011-03-011-5/+11
| | | | svn path=/trunk/netsurf/; revision=11873
* typoOle Loots2011-02-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=11812
* Moved some functions to osspec.cOle Loots2011-02-011-78/+0
| | | | svn path=/trunk/netsurf/; revision=11588
* Cleanup of TOS fixes. Ole Loots2011-01-301-6/+6
| | | | svn path=/trunk/netsurf/; revision=11545
* Improved path fixes for classic TOS systems. Ole Loots2011-01-221-38/+74
| | | | svn path=/trunk/netsurf/; revision=11439
* Added realpath() for plain TOS systems.Ole Loots2011-01-101-0/+54
| | | | svn path=/trunk/netsurf/; revision=11282
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+144
svn path=/trunk/netsurf/; revision=11218