summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* Update project URL.Michael Drake2006-11-2796-184/+184
| | | | svn path=/trunk/netsurf/; revision=3073
* Add browser_window_reformat() and use it instead of content_reformat() to ↵James Bursa2006-11-261-1/+1
| | | | | | remove browser_window calls from html.c. svn path=/trunk/netsurf/; revision=3071
* Convert query button text to local encoding correctlyJohn Mark Bell2006-11-041-4/+31
| | | | svn path=/trunk/netsurf/; revision=3025
* Clean up wimp_event usage when closing browser windows.John Mark Bell2006-10-311-0/+1
| | | | svn path=/trunk/netsurf/; revision=3022
* Allow textareas to reformat on icon change.Richard Wilson2006-10-202-49/+63
| | | | svn path=/trunk/netsurf/; revision=3012
* Remove duplicate data setting. Fix documentation typo.Richard Wilson2006-10-191-2/+1
| | | | svn path=/trunk/netsurf/; revision=3011
* Make progress icons have a left margin. Fix redraw artifact.Richard Wilson2006-10-131-28/+26
| | | | svn path=/trunk/netsurf/; revision=3004
* Remove the need for a text area list.Richard Wilson2006-10-121-51/+6
| | | | svn path=/trunk/netsurf/; revision=3001
* Fix attempts to call die() before messages_hash exists:John Mark Bell2006-10-121-43/+71
| | | | | | | | | 1) Make hash_* more robust in the face of bad parameters 2) Make messages_* more robust in the face of bad parameters 3) Tidy up gui_init such that localised messages are loaded at the earliest opportunity svn path=/trunk/netsurf/; revision=2998
* Don't convert text to local encoding. Correctly release all resources on ↵Richard Wilson2006-10-121-30/+39
| | | | | | destruction. Allow NULL text to clear the display. Scale progress bar for small dimensions. svn path=/trunk/netsurf/; revision=2997
* Allow dynamic resizing. Reverse animation direction.Richard Wilson2006-10-122-12/+32
| | | | svn path=/trunk/netsurf/; revision=2996
* UTF-8 status bar component.Richard Wilson2006-10-112-0/+642
| | | | svn path=/trunk/netsurf/; revision=2995
* Fix redraw when no sprites are present. Squash compiler warnings.Richard Wilson2006-10-112-8/+9
| | | | svn path=/trunk/netsurf/; revision=2994
* Animated progress bar component.Richard Wilson2006-10-062-0/+510
| | | | svn path=/trunk/netsurf/; revision=2983
* Squash memory leak.John Mark Bell2006-09-251-6/+11
| | | | | | | Ensure that the icon string's always set to something, even if it's the UTF-8 text if we're unable to convert to the local encoding. svn path=/trunk/netsurf/; revision=2965
* Fix case of NotFound messageAdrian Lees2006-09-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=2954
* Fix scale view shortcuts to use new scaling mechanismJohn Mark Bell2006-09-091-24/+26
| | | | svn path=/trunk/netsurf/; revision=2938
* Don't scale windows without content.Richard Wilson2006-09-081-7/+7
| | | | svn path=/trunk/netsurf/; revision=2937
* Take scrollbars into account when placing frames.Richard Wilson2006-09-081-9/+5
| | | | svn path=/trunk/netsurf/; revision=2936
* Fix 1553282.Richard Wilson2006-09-083-91/+78
| | | | svn path=/trunk/netsurf/; revision=2932
* Squash warningJohn Mark Bell2006-09-081-2/+3
| | | | svn path=/trunk/netsurf/; revision=2931
* Fix icon sizingRichard Wilson2006-09-081-4/+2
| | | | svn path=/trunk/netsurf/; revision=2929
* Lose noisy loggingJohn Mark Bell2006-09-071-1/+0
| | | | svn path=/trunk/netsurf/; revision=2928
* Fix 1553007John Mark Bell2006-09-071-0/+5
| | | | svn path=/trunk/netsurf/; revision=2926
* Fix dataload stupiditiesJohn Mark Bell2006-09-072-3/+5
| | | | svn path=/trunk/netsurf/; revision=2925
* Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing ↵Richard Wilson2006-09-068-964/+833
| | | | | | issues for framesets. svn path=/trunk/netsurf/; revision=2924
* Finish event based GUI system transiton and begin code cleanup.Richard Wilson2006-09-061-6/+16
| | | | svn path=/trunk/netsurf/; revision=2923
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-0612-439/+335
| | | | svn path=/trunk/netsurf/; revision=2922
* Fix 1527343.Richard Wilson2006-09-051-0/+3
| | | | svn path=/trunk/netsurf/; revision=2919
* Improve caret handling.Richard Wilson2006-09-051-37/+19
| | | | svn path=/trunk/netsurf/; revision=2917
* Fix 1528364.Richard Wilson2006-09-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=2916
* Fix initial frame stack placement (fix www.theabar.co.uk and others)Richard Wilson2006-09-051-4/+1
| | | | svn path=/trunk/netsurf/; revision=2915
* Don't track windows after destruction.Richard Wilson2006-09-051-0/+6
| | | | svn path=/trunk/netsurf/; revision=2914
* Don't force iframe windows 'onto screen' when opening (fix 1551632)Richard Wilson2006-09-051-11/+11
| | | | svn path=/trunk/netsurf/; revision=2913
* Fix window furniture issues at small dimensions.Richard Wilson2006-09-041-5/+9
| | | | svn path=/trunk/netsurf/; revision=2910
* Experimental new frames code.Richard Wilson2006-09-025-295/+623
| | | | svn path=/trunk/netsurf/; revision=2906
* Fix uninformative error message log.James Bursa2006-08-301-1/+2
| | | | svn path=/trunk/netsurf/; revision=2903
* Move default window size opens into core for use from nsgtkRob Kendrick2006-08-291-20/+0
| | | | svn path=/trunk/netsurf/; revision=2900
* Make fetch_mimetype consider our internal mapping tableJohn Mark Bell2006-08-251-0/+11
| | | | svn path=/trunk/netsurf/; revision=2894
* Workaround for later VideoHWSMI versions too; patterned line bug still not fixedAdrian Lees2006-08-221-1/+3
| | | | svn path=/trunk/netsurf/; revision=2883
* Use weight 500 for Medium desktop font.James Bursa2006-08-221-2/+4
| | | | svn path=/trunk/netsurf/; revision=2881
* Move ro_gui_wimp_desktop_font() from wimp.c to font.c. Simplify code and add ↵James Bursa2006-08-214-160/+114
| | | | | | logging of result. svn path=/trunk/netsurf/; revision=2876
* Remove unused and unimplemented nsfont_txtenum().James Bursa2006-08-211-12/+0
| | | | svn path=/trunk/netsurf/; revision=2875
* Fix for knockout rendering of native formatsAdrian Lees2006-08-196-2/+18
| | | | svn path=/trunk/netsurf/; revision=2869
* Map Ctrl-S/F to Save/Search for Windows compatibility since they were unusedAdrian Lees2006-08-181-0/+2
| | | | svn path=/trunk/netsurf/; revision=2866
* Fix buffer overrun & squash compiler warning.John Mark Bell2006-08-171-7/+14
| | | | svn path=/trunk/netsurf/; revision=2864
* Call rufl_dump_state() when a crash occurs.James Bursa2006-08-151-0/+1
| | | | svn path=/trunk/netsurf/; revision=2850
* Make Home/End jump to top/bottom of pageAdrian Lees2006-08-111-0/+4
| | | | svn path=/trunk/netsurf/; revision=2827
* Save and restore FP registers for APCS complianceAdrian Lees2006-08-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=2815
* Add ptr_lr shape and iconise outline for pre-RISC OS 5.Richard Wilson2006-08-041-10/+14
| | | | svn path=/trunk/netsurf/; revision=2807