summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ensure no division by zero occours if no time has ever been spent writing ↵Vincent Sanders2015-01-031-2/+6
| | | | llcache
* Translate common RAmiga-shortcuts directly to their NetSurf keycodesChris Young2015-01-031-33/+36
|
* Make URL field for copying to clipboard.Michael Drake2015-01-031-1/+1
|
* Mark URL field for copying to clipboard.Michael Drake2015-01-031-1/+2
|
* Add ability to copy text from marked fields in selected nodes to clipboard.Michael Drake2015-01-032-4/+104
|
* Fix typo in comment.Michael Drake2015-01-031-1/+1
|
* Greatly simplify finding out if our gui_window is the one being displayed.Chris Young2015-01-022-72/+10
|
* Handle failure to remove or rename.Michael Drake2015-01-021-2/+8
|
* Don't free temp_path just before its used.Michael Drake2015-01-021-1/+2
|
* Add French messages translations from qwebirc92123Vincent Sanders2015-01-021-330/+489
|
* RISC OS filenames can't contian '.'Michael Drake2015-01-021-1/+1
|
* Make saving hotlist safer.Michael Drake2015-01-021-2/+78
| | | | | | | | If saving hotlist to "<path>", we now save to "<path>.bk", then remove the file at "<path>", and replace it with the one at "<path>.bk". This should prevent hotlist corruption when someone pulls the plug while the hotlist is being written.
* Ensure buildsystem is built before everything else.John-Mark Bell2014-12-311-4/+7
|
* add missing includesVincent Sanders2014-12-274-1/+5
|
* remove unecessary includes from gtk guiVincent Sanders2014-12-271-11/+0
|
* allow for framebuffer command line parsing to cope with unknown long optionsVincent Sanders2014-12-271-1/+7
|
* change the framebuffer frontend way of disabling the toolbarVincent Sanders2014-12-272-8/+13
| | | | | This changes the toolbar disabling from the empty string (which is impossible to configure) to the q (for quiet) specifier
* Update gtk manpage to mandoc format which is more portableVincent Sanders2014-12-261-261/+176
|
* Add XDG desktop file for GTK frontendVincent Sanders2014-12-251-0/+68
| | | | | | | | | The XDG spec allows for software to specify how it is executed and presented in a graphical environment by using a desktop file http://standards.freedesktop.org/desktop-entry-spec/latest/ This version is taken from my Debian packaging but should be useful for other operating systems.
* Add man pages for framebuffer and gtk frontendsVincent Sanders2014-12-252-0/+728
| | | | | | | | | | These man pages are for the command line options of the gtk and fb binaries. They are taken from my Debian packaging but spell checked and cleaned up slightly. They use the default Linux an.tmac macro package and not the BSD mdoc macros which may make them unsuitable for direct usage in BSD packaging.
* move host based default settings to core as tehy are not frontend dependantVincent Sanders2014-12-212-19/+30
|
* ensure gtk build on freebsd uses the correct iconvVincent Sanders2014-12-211-0/+6
|
* jenkins helper script quoting in shell wilidcard case was wrongVincent Sanders2014-12-211-6/+6
|
* add freebsd to jenkins build script for gtk, framebuffer and monkeyVincent Sanders2014-12-211-1/+26
|
* remove some warnings from freebsd buildVincent Sanders2014-12-214-51/+54
|
* Cope with freebsd gdk pathsVincent Sanders2014-12-211-0/+4
|
* do not exit on error from env scriptVincent Sanders2014-12-211-2/+2
|
* Improve env script packe install for freebsdVincent Sanders2014-12-211-11/+22
|
* update env script for freebsd using gmakeVincent Sanders2014-12-201-4/+18
|
* Some OS3 compatibility for testingChris Young2014-12-205-10/+82
|
* Update the coverity build script for buildsystem HOST/BUILD changesVincent Sanders2014-12-191-3/+3
|
* fix BUILD/HOST usage to work with fixed buildsystemVincent Sanders2014-12-192-57/+81
|
* Fix crash on startup when "always show tabs" is enabled.Chris Young2014-12-191-1/+1
|
* Helper script to open YouTube videos with SMTubeChris Young2014-12-151-0/+29
|
* Remove GetVideo supportChris Young2014-12-142-30/+0
| | | | It appears to be a dead project and no longer available for download.
* Encourage requesters onto the correct screen and remove some unneeded includesChris Young2014-12-131-12/+1
|
* Remove redundant checkChris Young2014-12-101-3/+1
|
* Document the core browser options and clarify Choices location for fbVincent Sanders2014-12-042-6/+249
|
* improve comments in low level cache and remove completed todoVincent Sanders2014-12-041-4/+4
|
* Get scale after memory allocatedChris Young2014-12-041-1/+1
|
* Don't need browser window private header now.Michael Drake2014-12-041-1/+1
|
* Use API to get at a browser window's content.Michael Drake2014-12-041-12/+10
|
* Fix missmatched bracket.Michael Drake2014-12-041-1/+1
|
* Use browser_window_get_extents to simplify window content size handling.Michael Drake2014-12-041-10/+20
|
* Use browser_window_get_url()Michael Drake2014-12-041-1/+1
|
* Don't include browser_private.hMichael Drake2014-12-041-1/+1
|
* Remove what seems a redundant check for bw->download.Michael Drake2014-12-041-9/+7
|
* Use browser_window_get_url instead of poking inside bw at contents.Michael Drake2014-12-041-3/+3
|
* Use API to get content from browser_window.Michael Drake2014-12-041-1/+2
|
* Store scale in gui_window. Remove a lot of bw dereferencing for scale.Michael Drake2014-12-043-39/+51
|