summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* make brackets matchVincent Sanders2014-05-021-1/+1
|
* OpenBSD headers have strcasestrVincent Sanders2014-05-021-1/+1
|
* adjust javascript library build parameters for openbsdVincent Sanders2014-05-021-2/+8
|
* update to cope with make tool namingVincent Sanders2014-05-021-4/+7
|
* add OpenBSD to jenkins build scriptVincent Sanders2014-05-021-1/+5
|
* erroneous path to testament includeVincent Sanders2014-05-012-2/+2
|
* make gtk commandline filename loading use snprintfVincent Sanders2014-04-301-4/+6
|
* monkey should not force external iconvVincent Sanders2014-04-301-1/+0
|
* improve iconv library handlingVincent Sanders2014-04-306-8/+46
|
* Update some version numbers for 3.2-dev.Chris Young2014-04-282-9/+7
| | | | The minor version of 3 here is correct, it is only used internally to conform to AmigaOS versioning conventions.
* use compatability macro for mkdirVincent Sanders2014-04-282-7/+5
|
* make GTK configuration handling conform to XDG specification.Vincent Sanders2014-04-287-137/+447
|
* update version info for next development cycleVincent Sanders2014-04-251-2/+2
|
* Merge branch 'heads/release/3.1'Vincent Sanders2014-04-250-0/+0
|\
| * Update version for 3.1 releaserelease/3.1Vincent Sanders2014-04-251-7/+2
|/
* Remove excessive logging.Michael Drake2014-04-182-3/+2
|
* Handle some directories already existing.Michael Drake2014-04-181-1/+1
| | | | | | | | | When creating the path to the cache directory we were giving up on the first directory that already existed. This prevented the path to the cache directory getting made, which prevented view-source from working if the path was only patially available.
* Add more logging for filename init.Michael Drake2014-04-181-0/+2
|
* Add logging to filename_initialise().Michael Drake2014-04-181-1/+2
|
* Add logging to view-source filename generation.Michael Drake2014-04-181-0/+2
|
* Fix table cell bottom borders leaking to the cell on the right.Michael Drake2014-04-141-3/+3
| | | | | | | | Prevent leaking of table cell borders that happend when doing border-collapse: collapse; Error was do to cell->columns being treated as number of extra columns spanned minus 1, rather than number of columns spanned.
* Update certificates for 3.1 releaseChris Young2014-04-121-119/+350
|
* Remove redundant code.Michael Drake2014-04-121-20/+0
| | | | | Remove workaround for crash caused by flawed table layout. Table layout is now fixed.
* Fix table layout issue: row spans crossing row groups.Michael Drake2014-04-121-4/+11
| | | | | | Track row group that spans belong to, and compare with current cell's row group to decide whether the previous span affects current cell's start column.
* Flag TODO for rowspan in different row group.Michael Drake2014-04-091-0/+2
|
* Implied table rows must increment the row group's row count too.Michael Drake2014-04-091-0/+1
|