summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Expand)AuthorAgeFilesLines
* Make the knockout plotter calling behaviour optional by added a new entryJohn Tytgat2008-07-301-18/+4
* Refactor Makefile a little to be slightly more organised. Made more features...Rob Kendrick2008-07-281-1/+5
* - Compiler warning squashJohn Tytgat2008-07-261-1/+1
* Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4680 ...Rob Kendrick2008-07-161-1/+1
* Extended scroll wheel support (Select)Adrian Lees2008-06-071-7/+16
* Zoom using shift-scrollwheelAdrian Lees2008-06-071-38/+58
* + Change core to handle different front end click behaviourMichael Drake2008-06-061-6/+22
* s/wchar_t/uint32_t/gJohn Mark Bell2008-05-161-2/+3
* Foresee OSLib 7 and pre-OSLib 7 compatibilityJohn Tytgat2008-03-101-1/+2
* Avoid rendering using random buffer data when content is locked. In such cas...John Tytgat2008-03-101-0/+7
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-031-2/+2
* Clear background when redrawing for all except HTML.James Bursa2007-12-111-2/+4
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-201-10/+1
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Move window scaling from platform-specific code to desktop/browser.c. Modify ...James Bursa2007-08-071-104/+77
* 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
* Fix interaction between failed drag save and pointer tracking (including page...Adrian Lees2007-06-051-0/+1
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-34/+34
* Remove collusion between window, menus and search code in order to clear John Mark Bell2007-03-261-14/+12
* Fix failing window update for large extents.Richard Wilson2007-03-031-1/+19
* Correctly calculate maximised frame heights (fix 1644216)Richard Wilson2007-03-031-3/+8
* Dynamically update scale view (implement 1556975) and prevent double redraws.Richard Wilson2007-03-031-26/+8
* Format frame content to correct initial size. Scale iframe co-ordinates.Richard Wilson2007-01-031-60/+38
* Reflow iframes on layout (fix 1617625)Richard Wilson2006-12-301-19/+64
* 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
* Fix 1593228.Richard Wilson2006-12-031-20/+23
* Implement 1554984.Richard Wilson2006-12-031-1/+20
* Fix 1483163.Richard Wilson2006-12-031-0/+2
* Fix 1568884.Richard Wilson2006-12-031-11/+33
* Fix 1569172Richard Wilson2006-12-011-1/+6
* Use new UTF-8 status bar. Use top-window dimensions for new windows from fram...Richard Wilson2006-11-301-72/+18
* Update project URL.Michael Drake2006-11-271-1/+1
* Add browser_window_reformat() and use it instead of content_reformat() to rem...James Bursa2006-11-261-1/+1
* Clean up wimp_event usage when closing browser windows.John Mark Bell2006-10-311-0/+1
* Fix scale view shortcuts to use new scaling mechanismJohn Mark Bell2006-09-091-24/+26
* Don't scale windows without content.Richard Wilson2006-09-081-7/+7
* Take scrollbars into account when placing frames.Richard Wilson2006-09-081-9/+5
* Fix 1553282.Richard Wilson2006-09-081-47/+64
* Lose noisy loggingJohn Mark Bell2006-09-071-1/+0
* Fix dataload stupiditiesJohn Mark Bell2006-09-071-1/+1
* Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing issu...Richard Wilson2006-09-061-896/+774
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-40/+95
* Fix 1527343.Richard Wilson2006-09-051-0/+3
* Improve caret handling.Richard Wilson2006-09-051-37/+19
* Fix initial frame stack placement (fix www.theabar.co.uk and others)Richard Wilson2006-09-051-4/+1
* Don't track windows after destruction.Richard Wilson2006-09-051-0/+6
* Don't force iframe windows 'onto screen' when opening (fix 1551632)Richard Wilson2006-09-051-11/+11