summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Collapse)AuthorAgeFilesLines
* Foresee OSLib 7 and pre-OSLib 7 compatibilityJohn Tytgat2008-03-101-1/+2
| | | | svn path=/trunk/netsurf/; revision=3913
* Avoid rendering using random buffer data when content is locked. In such ↵John Tytgat2008-03-101-0/+7
| | | | | | cases we leave the window area as is. svn path=/trunk/netsurf/; revision=3912
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-031-2/+2
| | | | | | | | Optionally allow url_compare to ignore fragments in comparison Fix handling of url_compare result in a few places Fix redirects which contain fragments in the Location header svn path=/trunk/netsurf/; revision=3826
* Clear background when redrawing for all except HTML.James Bursa2007-12-111-2/+4
| | | | svn path=/trunk/netsurf/; revision=3662
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-201-10/+1
| | | | svn path=/trunk/netsurf/; revision=3529
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Move window scaling from platform-specific code to desktop/browser.c. Modify ↵James Bursa2007-08-071-104/+77
| | | | | | gtk gui to handle scaling in the same way as RO. svn path=/trunk/netsurf/; revision=3478
* Fix crash if content failed to open (memory shortage)Adrian Lees2007-06-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=3365
* Scroll wheel support on hotlist and history windowsAdrian Lees2007-06-241-4/+1
| | | | svn path=/trunk/netsurf/; revision=3364
* Fix interaction between failed drag save and pointer tracking (including ↵Adrian Lees2007-06-051-0/+1
| | | | | | page drag scrolling) svn path=/trunk/netsurf/; revision=3311
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-34/+34
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Remove collusion between window, menus and search code in order to clear John Mark Bell2007-03-261-14/+12
| | | | | | | | search selection state - this should happen automagically through wimp_event callbacks now. Also tidy search.c so I can read it better ;) svn path=/trunk/netsurf/; revision=3227
* Fix failing window update for large extents.Richard Wilson2007-03-031-1/+19
| | | | svn path=/trunk/netsurf/; revision=3194
* Correctly calculate maximised frame heights (fix 1644216)Richard Wilson2007-03-031-3/+8
| | | | svn path=/trunk/netsurf/; revision=3193
* Dynamically update scale view (implement 1556975) and prevent double redraws.Richard Wilson2007-03-031-26/+8
| | | | svn path=/trunk/netsurf/; revision=3191
* Format frame content to correct initial size. Scale iframe co-ordinates.Richard Wilson2007-01-031-60/+38
| | | | svn path=/trunk/netsurf/; revision=3134
* Reflow iframes on layout (fix 1617625)Richard Wilson2006-12-301-19/+64
| | | | svn path=/trunk/netsurf/; revision=3126
* Add break.Michael Drake2006-12-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=3109
* Stop URL complete window opening.Michael Drake2006-12-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=3108
* Remove backspace key shortcut.Michael Drake2006-12-071-23/+4
| | | | svn path=/trunk/netsurf/; revision=3107
* Fix 1593228.Richard Wilson2006-12-031-20/+23
| | | | svn path=/trunk/netsurf/; revision=3102
* Implement 1554984.Richard Wilson2006-12-031-1/+20
| | | | svn path=/trunk/netsurf/; revision=3098
* Fix 1483163.Richard Wilson2006-12-031-0/+2
| | | | svn path=/trunk/netsurf/; revision=3095
* Fix 1568884.Richard Wilson2006-12-031-11/+33
| | | | svn path=/trunk/netsurf/; revision=3094
* Fix 1569172Richard Wilson2006-12-011-1/+6
| | | | svn path=/trunk/netsurf/; revision=3084
* Use new UTF-8 status bar. Use top-window dimensions for new windows from ↵Richard Wilson2006-11-301-72/+18
| | | | | | framesets. svn path=/trunk/netsurf/; revision=3082
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | 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
* Clean up wimp_event usage when closing browser windows.John Mark Bell2006-10-311-0/+1
| | | | svn path=/trunk/netsurf/; revision=3022
* 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-081-47/+64
| | | | svn path=/trunk/netsurf/; revision=2932
* Lose noisy loggingJohn Mark Bell2006-09-071-1/+0
| | | | svn path=/trunk/netsurf/; revision=2928
* Fix dataload stupiditiesJohn Mark Bell2006-09-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=2925
* Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing ↵Richard Wilson2006-09-061-896/+774
| | | | | | issues for framesets. svn path=/trunk/netsurf/; revision=2924
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-40/+95
| | | | 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 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-021-279/+580
| | | | svn path=/trunk/netsurf/; revision=2906
* 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
* Make Home/End jump to top/bottom of pageAdrian Lees2006-08-111-0/+4
| | | | svn path=/trunk/netsurf/; revision=2827
* Fix corruption of character if it matches a control sequence handled by John Mark Bell2006-07-131-37/+54
| | | | | | | | | the core code. Explicitly check for IS_WIMP_KEY in every applicable case as clearing the relevant bit beforehand is insufficient (&18C (Left cursor) is a valid Unicode character value, for example) svn path=/trunk/netsurf/; revision=2747
* Centralise keypress handling (download and query dialogs still need porting ↵John Mark Bell2006-07-131-180/+77
| | | | | | | | over to wimp_event) Make core browser window invalidate caret callback on mouse clicks svn path=/trunk/netsurf/; revision=2746
* Further url completion fixesRichard Wilson2006-07-131-13/+17
| | | | svn path=/trunk/netsurf/; revision=2744
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-0/+1
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739