summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid confusing double-negativesChris Young2015-01-133-12/+12
* fix os4 buildChris Young2015-01-121-26/+28
* Don't create processes under OS3, or OS4 for now for testingChris Young2015-01-123-26/+70
* Stub out font.c and font_scan.c for OS3 for nowChris Young2015-01-123-1/+87
* select a colour which isn't wholly transparentChris Young2015-01-111-1/+1
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2015-01-1119-57/+168
|\
| * more easy os3 fixesChris Young2015-01-115-5/+28
| * Fix file.c and remove some rogue semicolonsChris Young2015-01-102-3/+6
| * fix-up the datatypes handlers for os3Chris Young2015-01-104-3/+16
| * stub out drag stuff for os3Chris Young2015-01-102-5/+48
| * allocvec clearChris Young2015-01-101-1/+1
| * make context_menu.c build for os3Chris Young2015-01-102-2/+9
| * Use a function to create ready-cleared memoryChris Young2015-01-106-14/+30
| * Use inlines and OS3ify amigaguide.classChris Young2015-01-102-25/+31
* | fix os4 buildChris Young2015-01-111-1/+1
|/
* More simple OS3 fixesChris Young2015-01-091-3/+14
* OS3 GetSucc()Chris Young2015-01-091-0/+1
* Some easy OS3 compatibilityChris Young2015-01-092-5/+139
* Tidy upChris Young2015-01-082-15/+4
* Fix the passing of NetSurf internally-handled args to the coreChris Young2015-01-051-2/+14
* Ensure no division by zero occours if no time has ever been spent writing llc...Vincent Sanders2015-01-031-2/+6
* 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
* 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
* 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
* Add man pages for framebuffer and gtk frontendsVincent Sanders2014-12-252-0/+728
* 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