summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Expand)AuthorAgeFilesLines
* Ctrl + resize scales the content to the new width.Richard Wilson2006-07-121-0/+3
* Pass on RETURN and ESCAPE events to WIMP icon.Richard Wilson2006-07-121-5/+29
* Fix single line textareas, improve display of multiline ones.Richard Wilson2006-07-112-142/+146
* Add missing error assignmentJohn Mark Bell2006-07-111-119/+120
* Render trees in UTF8 via rufl (fix 1434430)Richard Wilson2006-07-111-139/+135
* Convert sprite names to lowercase (fix 1412453)Richard Wilson2006-07-101-0/+5
* Fix 1496834.Richard Wilson2006-07-101-0/+6
* Optimise out redundant group_start and group_end calls (speed up rendering.)Richard Wilson2006-07-101-14/+2
* Join update boxes if possible to decrease rendering time (optimise bouncing b...Richard Wilson2006-07-093-103/+177
* Fix 1517874. Plug memory leaks on failure.John Mark Bell2006-07-061-4/+14
* Generate directory listings (fix 1397934)Richard Wilson2006-07-062-8/+23
* Make adjust-back/forwards/up open content in a new window (implement 1431600)Richard Wilson2006-07-053-20/+64
* Make adjust-clicking submit open a new window (fix 1430135)Richard Wilson2006-07-051-2/+6
* Fix 1516353 and implement 1352354Richard Wilson2006-07-041-0/+17
* Respect CMOS configuration for full-size toggles on small contents.Richard Wilson2006-07-041-1/+7
* Implement up toolbar icon and menu option.Richard Wilson2006-07-036-10/+58
* Delegate redraw optimisations to the knockout rendering system (fix garbage b...Richard Wilson2006-07-031-85/+18
* Set ECF origin for buffered rendering (fix 1422009)Richard Wilson2006-07-031-0/+11
* Allow any content to be dragged into a text area (fix 1461378)Richard Wilson2006-07-031-4/+1
* Fix 1496309.Richard Wilson2006-07-031-4/+9
* Allow thumbnail icons to be turned off.Richard Wilson2006-07-033-5/+19
* Re-instate the knockout renderers after a nested flush(). Make so knockout re...Richard Wilson2006-07-021-5/+0
* Implement knockout rendering (controlled by 'knockout_rendering' option or Ct...Richard Wilson2006-07-011-0/+5
* Only check caret position for writable icons.Richard Wilson2006-06-281-28/+40
* Dump RUfl family list if Homerton isn't foundJohn Mark Bell2006-06-281-1/+6
* Fix textarea crashesJohn Mark Bell2006-06-261-0/+3
* UTF-8 capable single/multi-line text area/display field - needs John Mark Bell2006-06-263-11/+1322
* Lose compiler warningsJohn Mark Bell2006-06-251-2/+3
* Fix typo in Pinboard workaround (stops it being overly zealous)Rob Kendrick2006-06-241-1/+1
* Add workaround to bug in Pinboard not displaying some windows when iconisedRob Kendrick2006-06-231-0/+9
* Make filename_create_directory check if directory already existsJohn Mark Bell2006-06-202-19/+27
* Localise configure icon strings when appropriate.John Mark Bell2006-06-206-340/+493
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-0/+2
* Make URL completion ignore unvisited URLsJohn Mark Bell2006-06-151-2/+8
* Provide persistent flag for urldb entries.John Mark Bell2006-06-142-5/+6
* Fix handling of backspace in URL entry fieldJohn Mark Bell2006-06-021-1/+1
* New keybindings similar to other browsers:John Mark Bell2006-06-011-0/+18
* Eliminate error at end of page drag scrolling on SelectAdrian Lees2006-05-281-1/+1
* Replace a call to wimp_create_icon() with xwimp_create_icon().James Bursa2006-05-241-1/+8
* Handle omitted realmJohn Mark Bell2006-05-141-1/+1
* Add Ctrl-Shift-Q and Ctrl-Shift-W to change scale in 10% steps.James Bursa2006-05-061-1/+7
* Reinstate Ctrl+R (full reload).Michael Drake2006-05-021-0/+1
* Fix crash when no Choices file is presentJohn Mark Bell2006-04-291-3/+6
* Fix crash when saving a selection after its containing window's content John Mark Bell2006-04-261-1/+2
* Remove redundant mouseaction code.Richard Wilson2006-04-221-304/+0
* Remove redundant mouseaction code.Richard Wilson2006-04-222-4/+0
* Fix incorrect interactive help assignment.Richard Wilson2006-04-221-1/+1
* Fix incorrect interactive help assignmentRichard Wilson2006-04-221-1/+1
* Finish history cloning.Richard Wilson2006-04-2211-23/+23
* Apparently I need to specify add/deletions too...Richard Wilson2006-04-212-449/+0