summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Amiga: avoid use after freeChris Young2020-05-251-3/+3
| | | | Use the scheduler to trigger page info close as that does not allow the same event to be in the queue multiple times
* fix warnings in amiga stringviewVincent Sanders2020-05-251-2/+2
|
* fix incorrect content handler function table operations return typesVincent Sanders2020-05-253-15/+15
|
* make browser_window_update internal to browser window as intendedVincent Sanders2020-05-254-258/+263
|
* Amiga: try to guard against page info window being destroyed twiceChris Young2020-05-251-3/+7
|
* rename browser window internal redraw request functionVincent Sanders2020-05-253-8/+9
| | | | remove confusing reference to boxes
* update jenkins build script after 3.10 releaseVincent Sanders2020-05-251-1/+4
|
* Update version for next development cycleVincent Sanders2020-05-242-3/+3
|
* Merge branch 'heads/releasing/3.10'Vincent Sanders2020-05-240-0/+0
|\
| * Update version files for releaserelease/3.10Vincent Sanders2020-05-241-6/+1
|/ | | | Signed-off-by: Vincent Sanders <vince@kyllikki.org>
* test: Use putImageData features in life demoDaniel Silverstone2020-05-241-8/+24
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* canvas: Implement fully correct putImageData featuresDaniel Silverstone2020-05-241-48/+120
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* llcache: Free existing chain if we get a new oneDaniel Silverstone2020-05-241-0/+5
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fix RISC OS corewindows incorrectly becoming visible when scroll extents are setVincent Sanders2020-05-241-1/+5
|
* JS dom event binding: Squash leak of string.Michael Drake2020-05-241-1/+1
|
* Canvas: Do not overrun destination bitmap during creationDaniel Silverstone2020-05-241-5/+6
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* RISC OS: Prevent closed corewindows opening on scroll requests.Michael Drake2020-05-241-0/+14
|
* RISC OS: Drop extended scroll request logging.Michael Drake2020-05-241-2/+0
|
* RISC OS: Try to improve scroll wheel handling.Michael Drake2020-05-241-2/+4
|
* Fix open url dialog not coping with invalid url by using the omnibox helperVincent Sanders2020-05-241-27/+24
|
* commit a neatness in teh html content handler text selection codeVincent Sanders2020-05-241-173/+149
|
* idna: Do not overcopy utf8 buffer as though it were ucs4Daniel Silverstone2020-05-241-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fix use of uninitialised warning on older gccVincent Sanders2020-05-231-2/+4
|
* test/js/life: Support changing the size of the canvasDaniel Silverstone2020-05-231-6/+40
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* canvas: Support changing canvas size at runtimeDaniel Silverstone2020-05-232-8/+143
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* remove unused text selection interfaceVincent Sanders2020-05-232-24/+5
|
* make text selection context an opaque interfaceVincent Sanders2020-05-238-54/+61
|
* remove all direct access to selection structureVincent Sanders2020-05-236-81/+64
|
* remove unecessary content handler specific selection creationVincent Sanders2020-05-236-50/+3
|