summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix window furniture issues at small dimensions.Richard Wilson2006-09-041-5/+9
* Experimental new frames code.Richard Wilson2006-09-021-279/+580
* Map Ctrl-S/F to Save/Search for Windows compatibility since they were unusedAdrian Lees2006-08-181-0/+2
* Make Home/End jump to top/bottom of pageAdrian Lees2006-08-111-0/+4
* Fix corruption of character if it matches a control sequence handled by John Mark Bell2006-07-131-37/+54
* Centralise keypress handling (download and query dialogs still need porting o...John Mark Bell2006-07-131-180/+77
* Further url completion fixesRichard Wilson2006-07-131-13/+17
* Add basic cookie viewer, make trees use textarea components for UTF8 editing,...Richard Wilson2006-07-131-0/+1
* Ctrl + resize scales the content to the new width.Richard Wilson2006-07-121-0/+3
* Join update boxes if possible to decrease rendering time (optimise bouncing b...Richard Wilson2006-07-091-102/+174
* Make adjust-back/forwards/up open content in a new window (implement 1431600)Richard Wilson2006-07-051-6/+56
* 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-031-0/+4
* Delegate redraw optimisations to the knockout rendering system (fix garbage b...Richard Wilson2006-07-031-85/+18
* Allow any content to be dragged into a text area (fix 1461378)Richard Wilson2006-07-031-4/+1
* 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