summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Ctrl + resize scales the content to the new width.Richard Wilson2006-07-121-0/+3
| | | | svn path=/trunk/netsurf/; revision=2735
* Join update boxes if possible to decrease rendering time (optimise bouncing ↵Richard Wilson2006-07-091-102/+174
| | | | | | bunny testcase.) svn path=/trunk/netsurf/; revision=2724
* Make adjust-back/forwards/up open content in a new window (implement 1431600)Richard Wilson2006-07-051-6/+56
| | | | svn path=/trunk/netsurf/; revision=2717
* Make adjust-clicking submit open a new window (fix 1430135)Richard Wilson2006-07-051-2/+6
| | | | svn path=/trunk/netsurf/; revision=2716
* Fix 1516353 and implement 1352354Richard Wilson2006-07-041-0/+17
| | | | svn path=/trunk/netsurf/; revision=2711
* Respect CMOS configuration for full-size toggles on small contents.Richard Wilson2006-07-041-1/+7
| | | | svn path=/trunk/netsurf/; revision=2709
* Implement up toolbar icon and menu option.Richard Wilson2006-07-031-0/+4
| | | | svn path=/trunk/netsurf/; revision=2705
* Delegate redraw optimisations to the knockout rendering system (fix garbage ↵Richard Wilson2006-07-031-85/+18
| | | | | | being displayed in certain situations with buffered rendering) svn path=/trunk/netsurf/; revision=2703
* Allow any content to be dragged into a text area (fix 1461378)Richard Wilson2006-07-031-4/+1
| | | | svn path=/trunk/netsurf/; revision=2701
* Re-instate the knockout renderers after a nested flush(). Make so knockout ↵Richard Wilson2006-07-021-5/+0
| | | | | | rendering is always used. svn path=/trunk/netsurf/; revision=2693
* Implement knockout rendering (controlled by 'knockout_rendering' option or ↵Richard Wilson2006-07-011-0/+5
| | | | | | Ctrl+F11, default is off). This attempts to minimise the amount of overlapping redraw performed, and thus can drasticly reduce the rendering time of many pages. svn path=/trunk/netsurf/; revision=2682
* Lose compiler warningsJohn Mark Bell2006-06-251-2/+3
| | | | svn path=/trunk/netsurf/; revision=2645
* Fix typo in Pinboard workaround (stops it being overly zealous)Rob Kendrick2006-06-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2644
* Add workaround to bug in Pinboard not displaying some windows when iconisedRob Kendrick2006-06-231-0/+9
| | | | svn path=/trunk/netsurf/; revision=2641
* Fix handling of backspace in URL entry fieldJohn Mark Bell2006-06-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=2614
* New keybindings similar to other browsers:John Mark Bell2006-06-011-0/+18
| | | | | | | Backspace -> back Shift + Backspace -> forward svn path=/trunk/netsurf/; revision=2610
* Eliminate error at end of page drag scrolling on SelectAdrian Lees2006-05-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=2608
* Add Ctrl-Shift-Q and Ctrl-Shift-W to change scale in 10% steps.James Bursa2006-05-061-1/+7
| | | | svn path=/trunk/netsurf/; revision=2593