summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect keyboard shortcuts from iconbar menu.stevef/ibarmenuGlen Walker2015-03-092-8/+18
|
* Add invalidate API to html content script handling and use it.Vincent Sanders2015-03-093-25/+66
| | | | | | | | | | The html content script handling needs to invalidate its JavaScript context when the browsing context (browser_window) containing it is either closed or the content fetch is aborted (stopped) Previously the invalidation was only done on browser_window close which resulted in use after free crashes because of the now invalid JavaScript context.
* clear the html content reference to javascript context.Vincent Sanders2015-03-061-0/+8
| | | | | | | | | | | | When the browser window is about to be destroyed html_close gets called indicating the browser_window previously associated with the html content is about to become invalid. This makes the javascript context invalid within the html content (it is held by the browser window) when that context is about to be destroyed. Previously the javascript children would continue to attempt to use the context after it had been destroyed causing all sorts of strange errors and failures.
* Fixup gtk viewdata window to open at appropriate sizeVincent Sanders2015-03-062-145/+205
| | | | | | | | | The size hints given were insufficient for gtk to open the window at a sensible size or position. This fixes it to open with a default 640x480 size which is a reasonable compromise. The gtk3 ui builder file was completely reconstructed from fresh as it was broken and was not working.
* Remove unused #include.Michael Drake2015-03-051-1/+0
|
* Remove branches that can't be taken under OS3Chris Young2015-03-015-40/+18
| | | | | Micro-optimise these for OS4.1 Remove dummy compositing defines from os3support.h
* Ensure dutch README is copied into target archiveDick Tanis2015-03-011-0/+1
|
* Updated Dutch template and README translationsDick Tanis2015-02-282-633/+730
|
* RISC OS: fix the worst of the !Cache badness.John-Mark Bell2015-02-282-9/+22
|
* Updated Dutch message translationsDick Tanis2015-02-281-15/+15
|
* Fix hook functions for 68kChris Young2015-02-2814-543/+833
|\ | | | | | | Add (partially working) bitmap fonts support
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurf into ↵Chris Young2015-02-2822-785/+890
| |\ | |/ |/| | | chris/bitmap-fonts
* | Remove nsurl include.Michael Drake2015-02-261-3/+2
| |
* | Remove include of nsurl.hMichael Drake2015-02-261-2/+2
| |
* | Remove include of nsurl from corestrings.hMichael Drake2015-02-263-5/+7
| |
* | Need nsurl.Michael Drake2015-02-262-0/+2
| |
* | Need a nsurl fwd declaration.Michael Drake2015-02-261-2/+3
| |
* | Use forward declaration instead of #include for nsurl.Michael Drake2015-02-262-7/+7
| |
* | Move FILE_SCHEME_PREFIX to corestrings.Michael Drake2015-02-266-9/+12
| |
* | RISC OS: squash warnings from GCC 4.7John-Mark Bell2015-02-252-14/+12
| |
* | Monkey: fix double-free on exitJohn-Mark Bell2015-02-251-2/+0
| |
* | Updated Dutch message translationsDick Tanis2015-02-243-740/+806
| |
* | Update updated date.Michael Drake2015-02-241-1/+1
| |
* | Add some general cross-compilation instructions.Michael Drake2015-02-241-0/+36
| |
| * Split plotting and widthing functions upChris Young2015-02-283-33/+74
| |
| * micro-optimisationChris Young2015-02-282-10/+11
| |
| * Merge branch 'chris/bitmap-fonts' of git://git.netsurf-browser.org/netsurf ↵Chris Young2015-02-242-450/+415
| |\ | | | | | | | | | into chris/bitmap-fonts
| | * fix OS3 build, avoid forward declarationsChris Young2015-02-232-450/+415
| | |
| * | Fix more hook functionsChris Young2015-02-245-15/+19
| | |
| * | Merge branch 'master' of git://git.netsurf-browser.org/netsurf into ↵Chris Young2015-02-243-5/+5
| |\ \ | |/ / |/| / | |/ chris/bitmap-fonts
* | PNG: add more volatile to appease GCCJohn-Mark Bell2015-02-241-2/+2
| |
* | GTK: inherit GTK version from environment.John-Mark Bell2015-02-241-1/+1
| |
* | Env: install libssl-dev, default to GTK2.John-Mark Bell2015-02-241-2/+2
| |
| * Convert menu.c to use macros for hook functionsChris Young2015-02-231-35/+35
| |
| * fix warningsChris Young2015-02-231-3/+3
| |
| * Convert hook function definitions to macros in gui.cChris Young2015-02-232-15/+12
| |
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurf into ↵Chris Young2015-02-232-269/+273
| |\ | |/ |/| | | chris/bitmap-fonts
* | Avoid forward declarationsChris Young2015-02-232-260/+263
| | | | | | | | Specify hook function with 68k registers when building for that target
* | Make hook function staticChris Young2015-02-231-2/+2
| |
* | Off-load layouting onto NetSurf's processChris Young2015-02-231-9/+10
| |
| * more microoptimisationChris Young2015-02-231-1/+1
| |
| * Avoid clobbering the PPC pipelineChris Young2015-02-231-12/+12
| |
| * Mostly working bitmap font supportChris Young2015-02-222-2/+23
| |
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurf into ↵Chris Young2015-02-225-24/+36
| |\ | |/ |/| | | chris/bitmap-fonts
* | debugChris Young2015-02-212-5/+2
| |
* | Expand ARexx script locations on NetSurf's process.Chris Young2015-02-212-5/+12
| | | | | | | | | | This resolves a problem with scripts sometimes not running when they are relative to PROGDIR: and stops PROGDIR: being requested under OS3. Fixes #2271
* | Ensure line lengths cache is created initialised to zero.Michael Drake2015-02-151-3/+2
| |
* | Debug loggingChris Young2015-02-151-1/+4
| |
* | Remove some unnecessary OS3-only codeChris Young2015-02-151-4/+0
| |
* | Clear the window using the BackFill hookChris Young2015-02-131-3/+1
| |