summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Expand)AuthorAgeFilesLines
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-0896-294/+1348
* Improve error message.James Bursa2007-08-071-2/+3
* Add path plotter (for SVG). Requires other implementations.James Bursa2007-08-071-7/+116
* Move window scaling from platform-specific code to desktop/browser.c. Modify ...James Bursa2007-08-075-117/+80
* Fix string length measurement for strings in icons; if the string came from t...John Mark Bell2007-08-041-1/+21
* Workaround for AWRenderer clipping issue (bug #1756230) and improved renderin...Adrian Lees2007-07-221-9/+31
* Change ArtWorks file MIME type to "image/x-artworks".Michael Drake2007-07-213-3/+3
* Use proper background colour for AW files using transparencyAdrian Lees2007-07-202-2/+11
* Remove dead code at the end of ro_gui_default_language().James Bursa2007-07-151-25/+25
* Support dataloading of SVG filesJohn Mark Bell2007-07-132-1/+9
* Add URL file (with the original URL) and Inventory file (listing URLs of obje...James Bursa2007-07-052-5/+48
* Fix crash if content failed to open (memory shortage)Adrian Lees2007-06-241-1/+1
* Scroll wheel support on hotlist and history windowsAdrian Lees2007-06-241-4/+1
* Overlooked warningsAdrian Lees2007-06-051-2/+1
* Fix interaction between failed drag save and pointer tracking (including page...Adrian Lees2007-06-052-8/+16
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-3072-684/+684
* Tweak default hotlist entries to be more up-to-dateRob Kendrick2007-05-211-3/+3
* Revert last changeJohn Mark Bell2007-04-072-2/+0
* Add loggingJohn Mark Bell2007-04-072-0/+2
* Remove redundant close window calls.Richard Wilson2007-04-073-3/+0
* Construct cookies treeview correctly (fixes 1675328)John Mark Bell2007-04-071-7/+5
* Lose duplicate entryJohn Mark Bell2007-04-011-1/+0
* Remove collusion between window, menus and search code in order to clear John Mark Bell2007-03-264-63/+94
* Call close function for submenu windows.Richard Wilson2007-03-263-4/+25
* Call close functions when automatically closing child windows and when automa...Richard Wilson2007-03-262-3/+10
* Ensure content owners check that they are still interested in a content John Mark Bell2007-03-181-1/+8
* Fix pasting into writables via IcnClipBrd (fixes 1582072)John Mark Bell2007-03-171-3/+3
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-111-1/+2
* Position new folders correctly for global history (fix 1547523)Richard Wilson2007-03-031-2/+7
* Implement keyboard scrolling for tree views.Richard Wilson2007-03-031-1/+69
* Fix failing window update for large extents.Richard Wilson2007-03-031-1/+19
* Correctly calculate maximised frame heights (fix 1644216)Richard Wilson2007-03-033-3/+20
* Dynamically update scale view (implement 1556975) and prevent double redraws.Richard Wilson2007-03-033-26/+19
* Fix stupidityJohn Mark Bell2007-02-111-0/+2
* Rewrite utf8_[to,from]_local_encoding to not have arbitrary limit in the John Mark Bell2007-02-111-111/+96
* Fix handling of cookies in unverifiable transactions caused by a redirect fro...John Mark Bell2007-02-021-1/+1
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-271-2/+2
* Revert hack around broken pipe (not caching fetch handles used for SSL John Mark Bell2007-01-181-0/+7
* Format frame content to correct initial size. Scale iframe co-ordinates.Richard Wilson2007-01-032-60/+39
* Improve signal handling. This should put an end to silent exits.John Mark Bell2007-01-021-29/+35
* Display an error box when exiting due to a SIGFPE or SIGABRT.James Bursa2006-12-311-1/+13
* Reflow iframes on layout (fix 1617625)Richard Wilson2006-12-301-19/+64
* Replace font_menu with new rufl built-in font menu.James Bursa2006-12-083-49/+5
* Add break.Michael Drake2006-12-071-0/+1
* Stop URL complete window opening.Michael Drake2006-12-071-1/+2
* Remove backspace key shortcut.Michael Drake2006-12-071-23/+4
* Improved tracking of memory usage. c->size is now exclusive of talloc size, a...James Bursa2006-12-031-7/+11
* Fix 1593228.Richard Wilson2006-12-031-20/+23
* Guard against using invalid data.Richard Wilson2006-12-031-1/+7
* Implement 1554984.Richard Wilson2006-12-031-1/+20