summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add helpers for time_t reading/writingVincent Sanders2014-05-154-47/+141
|
* ensure new config directories can be created.Vincent Sanders2014-05-131-3/+3
|
* make vsnstrjoin correctly check for null arguments.Vincent Sanders2014-05-131-0/+4
|
* fix typo in nsc_time_strptimeVincent Sanders2014-05-131-1/+1
|
* add struct tm definition and fix build errorVincent Sanders2014-05-132-1/+2
|
* add strptime compatabilityVincent Sanders2014-05-133-0/+37
|
* Merge branch 'vince/llcache'Vincent Sanders2014-05-1324-238/+2771
|\
| * Enable filesystem based cache in gtk frontendVincent Sanders2014-05-132-1/+118
| |
| * add backing store storage path to browser initialisationVincent Sanders2014-05-1311-14/+13
| |
| * Add filesystem based backing storeVincent Sanders2014-05-134-0/+1401
| |
| * Extend low level source data cache with persistant storageVincent Sanders2014-05-135-222/+1022
| |
| * low level source data cache backing store interface.Vincent Sanders2014-05-125-4/+220
|/
* fix gtk options loadingVincent Sanders2014-05-121-1/+1
|
* fix fseek error return checking (fixes coverity 1109839)Vincent Sanders2014-05-111-2/+6
|
* check return values of fseek (fixes coverity 1109840)Vincent Sanders2014-05-111-8/+10
|
* check return from fseek (fixes coverity 1109841)Vincent Sanders2014-05-111-2/+8
|
* safely copy header name and author (fixes coverity 1195408)Vincent Sanders2014-05-111-2/+8
|
* ensure filename is null terminated (fix coverity 1195409)Vincent Sanders2014-05-111-3/+4
|
* fix possible missing null termination (coverity 1195410 and 1195411 )Vincent Sanders2014-05-111-3/+3
|
* cleanup utils header, remove cruft and add documentationVincent Sanders2014-05-115-129/+139
|
* remove amiga specific mkpath wrapper as registration has been fixed and the ↵Vincent Sanders2014-05-111-15/+3
| | | | generic netsurf)mkpath is available
* Make mkpath allocate the string buffer for map_filename. Fixes 2119.Chris Young2014-05-101-2/+6
|
* we now ensure the operations table is set up early enough the null check is ↵Vincent Sanders2014-05-101-6/+1
| | | | not required
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-1014-50/+115
|
* remove unused url operationsVincent Sanders2014-05-092-375/+0
|
* undo some overzellous include removalVincent Sanders2014-05-092-0/+2
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-0942-53/+31
|
* fix nsurl referencesVincent Sanders2014-05-082-1/+5
|
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-087-78/+101
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-0821-200/+213
| | | | appropriate documentation.
* Fix loading of Messages file.Michael Drake2014-05-072-1/+1
| | | | Framebuffer front end still only handles loading the English one.
* missing commaVincent Sanders2014-05-071-1/+1
|
* fix silly errors in atari and amiga file operation table changeVincent Sanders2014-05-073-5/+17
|
* add file operations table and make all frontends use it.Vincent Sanders2014-05-0726-544/+778
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* add string utility to join stringsVincent Sanders2014-05-073-1/+128
|
* Improve documentation on mimetype fetcher tableVincent Sanders2014-05-078-25/+25
|
* Fix checking memory allocation return, fixes coverity 1164969Vincent Sanders2014-05-071-3/+17
|
* check return from stat() fixes coverity 1164069Vincent Sanders2014-05-071-3/+20
|
* Add L and l with stroke glyphs.Michael Drake2014-05-072-163/+217
|
* Add glyphs used for list bullets.Michael Drake2014-05-072-44/+96
| | | | | | Added: WHITE CIRCLE BLACK SMALL_SQUARE
* Add four more latin glyphs in all four styles.Michael Drake2014-05-062-171/+535
| | | | | | | | | Added regular, italic, bold and bold italic versions of: U+0102 - LATIN CAPITAL LETTER A WITH BREVE U+0103 - LATIN SMALL LETTER A WITH BREVE U+1EC6 - LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW U+1EC7 - LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW
* Remove some debug.Michael Drake2014-05-061-1/+0
|
* Update for c with caron.Michael Drake2014-05-061-147/+163
| | | | | Forgot to update with the glyph_data. This is why it should be generated at build time. :)
* Add upper and lower case C with caron glyphs.Michael Drake2014-05-061-0/+38
|
* Add Unicode support to internal font.Michael Drake2014-05-0612-2301/+16156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Now contains more glpyhs (was previously limited to cp-1252). + When a glyph is unavailable, the codepoint is now rendered. + Added glyph data file. + Added converter to generate the font's .c file from the data. TODO: The generated file is currently checked into the repo, but it should be generated as part of the build process, in the build-* directory. To update the generated source file, first build the converter: $ gcc -O2 -Wall framebuffer/convert_font.c -lm \ -o build-Linux-framebuffer/tools/convert_font And then use it to generate the souce file: $ build-Linux-framebuffer/tools/convert_font \ framebuffer/res/fonts/glyph_data \ framebuffer/GEN_font_internal.c -v The converter's usage is: convert_font [options] <in_file> <out_file> See convert_font --help for more details.
* Make the install script work for Dutch language.Chris Young2014-05-051-0/+3
|
* Remove a rogue procedure callChris Young2014-05-031-1/+0
|
* Remove some unused library/SObj copying procedures from the Installer script.Chris Young2014-05-031-217/+0
|
* Remove Cairo from AmigaOS frontend.Chris Young2014-05-0310-564/+145
|
* remove uncessary includesVincent Sanders2014-05-021-7/+2
|