summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* split out about scheme query timeout pageVincent Sanders2020-09-294-120/+195
|
* split out about scheme query auth handlerVincent Sanders2020-09-294-214/+284
|
* split out about scheme query private handlerVincent Sanders2020-09-277-179/+338
|
* split out choices about scheme handlerVincent Sanders2020-09-274-67/+130
|
* split out about handler config handlerVincent Sanders2020-09-274-101/+176
|
* split out about scheme testament handlerVincent Sanders2020-09-234-104/+168
|
* split out about scheme certificate viewer generatorVincent Sanders2020-09-215-1153/+1236
|
* split out blank handler for about schemeVincent Sanders2020-09-214-35/+96
|
* split out the about scheme imagecache page generatorVincent Sanders2020-09-207-246/+397
|
* move about fetcher into its own directoryVincent Sanders2020-09-205-8/+15
|
* Improve the framebuffer docs a bitVincent Sanders2020-09-184-6/+58
|
* Make GTK UI resources more consistentVincent Sanders2020-09-0430-33/+28
| | | | | | | | | | | | | | The GTK UI resources have to be different resources between major versions. When kept in one directory with slightly different filenames they were difficult to distinguish and resource definition was difficult to update. The resources for both gtk versions were stored in both builds resulting in unneccessary increased binary size. The new stratagy lists the UI files once in a single gresources file and only includes what is required. If a UI file is added it must be provided in both gtk2 and 3 or a build failure will occour rather than a runtime error.
* Makefile: add Chinese (Simplified) translation targetZixing Liu2020-09-024-2/+6
| | | | Signed-off-by: Zixing Liu <liushuyu@aosc.io>
* resources: add Chinese (Simplified) translationsWeiyi Xu2020-09-027-0/+4344
| | | | | | Signed-off-by: Weiyi Xu <xuweiyi0923@gmail.com> Signed-off-by: Zixing Liu <liushuyu@aosc.io> Signed-off-by: Mingcong Bai <jeffbai@aosc.io>
* utils: support xx_YY format language codeliushuyu2020-09-022-5/+5
| | | | Signed-off-by: liushuyu <liushuyu@aosc.io>
* Support Ctrl+A in the windows toolkit address barzeug2020-08-161-1/+5
|
* gtk compile din resource list was missing pageinfo for gtk2 buildVincent Sanders2020-08-151-15/+16
|
* remove unecessary exported function from plain text content handlerVincent Sanders2020-07-272-22/+11
|
* fix erronenous child variable assignmentVincent Sanders2020-07-121-1/+1
|
* ensure the html layout is present for text selectionVincent Sanders2020-07-121-1/+17
| | | | | | | | | The text selection operations can be called regardless of when the html layout box tree is actually available (e.g. if it is still loading when opened) This change ensures the layout box tree is available before attempting to traverse it for a selection operation.
* add file fetcher directory to doxygenVincent Sanders2020-07-041-0/+1
|
* move the file fetcher sources into a single directoryVincent Sanders2020-07-038-13/+23
|
* Clean up internal page colour usage.Michael Drake2020-06-297-36/+6
|
* remove incorrect colour rule from unternal.cssVincent Sanders2020-06-292-4/+1
|
* ensure background fraction is a proper fractionVincent Sanders2020-06-291-4/+11
|
* Improve colour_lightnessVincent Sanders2020-06-291-4/+17
| | | | | Clearly document what colour_lightness does. Fix the blue component value multiplier to be in bounds and correct value
* update idna properties to unicode 11Vincent Sanders2020-06-273-2614/+4034
|
* split tools and utilsVincent Sanders2020-06-2721-74/+84
|
* Improve user choices file processingVincent Sanders2020-06-271-27/+88
| | | | | | | | Improve the key/value processing in choices file. Fixes several oddities discovered including: removing the last character of the last value. possible buffer overflow with certian values
* remove unecessary use of gui_internal in contentVincent Sanders2020-06-254-5/+0
|
* remove unesessary header use in protected contentVincent Sanders2020-06-252-1/+3
|
* make the idna properties header building an explicit targetVincent Sanders2020-06-251-1/+3
|
* improve desktop text search header usageVincent Sanders2020-06-2418-27/+46
| | | | | | | | | remove unecessary inclusion of desktop search header in content header which has knock on effect of not having ctype or string system headers dragged in unecessarily. Futher this highlighted use of ctype API where internal ascii processing ought to be used.
* use the ascii locale safe handling instead of ctype APIVincent Sanders2020-06-241-5/+6
|
* allow idna_props header to be regeneratedVincent Sanders2020-06-223-21/+127
| | | | | | add commandline procesing to the idna header generation tool add make rules to obtain idna source files and convert them into a header
* move all the build tools to utilsVincent Sanders2020-06-224-32/+40
| | | | | move the source and make rules of the convert image and font tools to the utils directory. This puts all the rules for build tools together.
* Framebuffer: Internal font: Fix SW and NW arrow directions.Michael Drake2020-06-221-16/+16
|
* remove perl split-messages tool usageVincent Sanders2020-06-224-13/+13
|
* change to using compiled split messages to remove a build time perl dependancyVincent Sanders2020-06-211-2/+2
|
* improvements from reviewVincent Sanders2020-06-211-3/+31
|
* add gzip compression support to c split-messages implementationVincent Sanders2020-06-152-6/+14
|
* fix italian ObjInfo key being labelled frenchVincent Sanders2020-06-151-1/+1
|
* initial implementation of split messages in cVincent Sanders2020-06-155-7/+529
| | | | functional but the compression switch still needs implementing
* implement a minimal xxd for builds to remove external dependancyVincent Sanders2020-06-032-4/+145
|
* Amiga: avoid read from NULL pointerChris Young2020-05-261-0/+5
|
* Amiga: Use IANA codeset number to identify local charsetChris Young2020-05-263-6/+19
|
* Amiga: Use codesets.library for UTF8 conversion if availableChris Young2020-05-262-10/+52
|
* remove unecessary headers from browser windowVincent Sanders2020-05-251-25/+15
|
* remove box handling from browser windowVincent Sanders2020-05-257-212/+271
|
* Amiga: correct schedule parameterChris Young2020-05-251-1/+1
|