summaryrefslogtreecommitdiff
path: root/atari/findfile.c
Commit message (Collapse)AuthorAgeFilesLines
* 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