summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Expand)AuthorAgeFilesLines
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-4/+6
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfSteve Fryatt2013-02-241-0/+2
|\
| * Fix leak when handling pasteJohn-Mark Bell2013-02-241-0/+2
* | Set Message_DataRequest length correctly.Steve Fryatt2013-02-241-1/+1
|/
* Fix handling of Ctrl-Left/Right/Up/Down in browser windows.Steve Fryatt2013-02-241-7/+8
* A load of refactoring of how content selection and input work.Michael Drake2013-02-223-34/+46
* Fix build.Michael Drake2013-02-183-1/+3
* More fixup.Michael Drake2013-02-182-6/+10
* Make it build again.Michael Drake2013-02-181-11/+13
* fix errors introduced in refactorVincent Sanders2013-02-183-10/+22
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-188-46/+46
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-186-134/+331
* browser_window_navigate refactorVincent Sanders2013-02-184-35/+137
* Add JS filetype to mimetype mapping.Michael Drake2013-02-151-0/+1
* Fix potential double free when we've had something in our clipboard, another ...Michael Drake2013-02-131-9/+12
* Changing browser window to get wimp double clicks meant enum value for single...Michael Drake2013-02-131-3/+2
* Pass triple clicks to core.Michael Drake2013-02-121-7/+64
* Pass double clicks to browser windows.Michael Drake2013-02-121-3/+3
* Update nsfont_split documentation. Implementation was already compatible. C...Michael Drake2013-02-101-5/+12
* Require and bundle Iconv 0.12John-Mark Bell2013-01-294-3/+10
* Initialise return values in error cases, too: core code is horrifically lax a...John-Mark Bell2013-01-261-0/+7
* Fix paste. Store clipboard as UTF-8 internally, to avoid unnecessary data los...John-Mark Bell2013-01-224-54/+234
* Require CryptRandom 0.13 or laterJohn-Mark Bell2013-01-201-2/+2
* Make nsfont_split implementation better for core textarea.Michael Drake2013-01-181-1/+14
* Don't search back for spaces if the whole string fits in available width.Michael Drake2013-01-161-2/+3
* Fix 2576557: prepend '!' to target leafname if preparing a full save.John-Mark Bell2013-01-131-0/+5
* Fix 1912552: move FontRemove into ro_gui_cleanup()John-Mark Bell2013-01-132-3/+2
* Consult internal mimemap before consulting MimeMap module.John-Mark Bell2013-01-131-1/+13
* Update RISC OS front end to implement new clipboard API. TODO: Handle paste ...Michael Drake2013-01-081-112/+36
* Fix typo.John-Mark Bell2013-01-031-1/+1
* move common include path setup to core MakefileVincent Sanders2012-12-201-5/+3
* Properly capitalise JavaScriptSteve Fryatt2012-12-164-4/+4
* Add Enable Javascript configuration to RO GUI.Steve Fryatt2012-12-155-40/+89
* split target defaults outVincent Sanders2012-12-131-0/+31
* make macro name more correctVincent Sanders2012-12-131-5/+5
* add spidermonkey to riscos makefilesVincent Sanders2012-12-101-0/+4
* Remove libxmlJohn-Mark Bell2012-11-101-3/+2
* Use true/false for verbose_log.Michael Drake2012-11-051-3/+3
* Allow setup of verbose logging from environment variable.Michael Drake2012-11-052-1/+25
* Include CryptRand module, and RMEnsure it in the Run fileRob Kendrick (fatigue)2012-11-043-0/+50
* Port save complete to libdom.John-Mark Bell2012-11-031-61/+6
* Try to have RISC OS front end use FatMessages. This is an ugly hack.Rob Kendrick (monotony)2012-11-031-1/+5
* Unstackify RISC OS content handler's title setting.Michael Drake2012-10-253-9/+21
* More useful title info for images.Michael Drake2012-10-243-9/+12
* Fix "error setting certificate verify locations" problem when the Choices fil...Michael Drake2012-10-171-35/+46
* Add some startup logging.Michael Drake2012-10-171-0/+2
* Document messages_load behaviour.Michael Drake2012-10-161-0/+4
* Remove last notion of bitmap suspension.Michael Drake2012-10-142-35/+1
* Remove suspension of bmp/gif images. It's completely redundant with the conv...Michael Drake2012-10-141-17/+0
* Fix up ripples from urldb change.Michael Drake2012-10-116-51/+56