summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make compilation on RISC OS simpler - see http://netsurf.sf.net/robuildJohn Mark Bell2006-09-104-127/+54
* Fix wordwrap+horizontal scroll in textareasJeffrey Lee2006-09-101-1/+4
* Update About page.Michael Drake2006-09-101-2/+2
* Fixed the other caret issues after pasting into textareaJeffrey Lee2006-09-101-3/+20
* Fix some caret/scrolling issues after pasting into textareaJeffrey Lee2006-09-101-8/+14
* Fixed spurious newline after pasting into textarea; possibly fixed some selec...Jeffrey Lee2006-09-102-7/+13
* Fixed textarea wordwrap if first character on line is a spaceJeffrey Lee2006-09-101-0/+5
* textarea html tag fix; horizontal scrollbars; auto-scroll improvementsJeffrey Lee2006-09-104-166/+216
* jmb's improved makefile, blame himJeffrey Lee2006-09-101-6/+8
* 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
* Stop iframes from all getting the same content.Richard Wilson2006-09-081-2/+2
* Trigger frame recalculation on child frame scale change.Richard Wilson2006-09-081-3/+4
* Possibly fix the GTK build and implement frameset scaling.Richard Wilson2006-09-081-20/+21
* Fix 1553282.Richard Wilson2006-09-0810-93/+113
* Squash warningJohn Mark Bell2006-09-081-2/+3
* Updated RISC OS depend file.Richard Wilson2006-09-081-99/+112
* Fix icon sizingRichard Wilson2006-09-081-4/+2
* Lose noisy loggingJohn Mark Bell2006-09-071-1/+0
* Fix GTK buildJohn Mark Bell2006-09-071-13/+9
* Fix 1553007John Mark Bell2006-09-071-0/+5
* Fix dataload stupiditiesJohn Mark Bell2006-09-072-3/+5
* Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing issu...Richard Wilson2006-09-0610-976/+843
* Finish event based GUI system transiton and begin code cleanup.Richard Wilson2006-09-061-6/+16
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-0617-440/+335
* Make GTK build compile again (don't expect frames to work, however)John Mark Bell2006-09-063-93/+111
* Add frame target support to imagemaps.John Mark Bell2006-09-063-93/+154
* Fix 1527343.Richard Wilson2006-09-051-0/+3
* Limit maximum frame nesting level.Richard Wilson2006-09-051-0/+13
* Improve caret handling.Richard Wilson2006-09-051-37/+19
* Fix 1528364.Richard Wilson2006-09-051-1/+1
* 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
* Make frame border width external to frame.Richard Wilson2006-09-041-0/+12
* Fix 1551183.Richard Wilson2006-09-041-2/+2
* Fix window furniture issues at small dimensions.Richard Wilson2006-09-041-5/+9
* Fix 1546941.Richard Wilson2006-09-021-6/+10
* Lower overhead of urldb calls by using url component calls.Richard Wilson2006-09-021-104/+84
* Expose url component functions.Richard Wilson2006-09-022-23/+41
* Experimental new frames code.Richard Wilson2006-09-0231-807/+2319
* Fix uninformative error message log.James Bursa2006-08-301-1/+2
* misc changes to nsgtk's glade window templatesRob Kendrick2006-08-291-20/+22
* Implement user-defined new window placement in nsgtkRob Kendrick2006-08-293-22/+66
* Move default window size opens into core for use from nsgtkRob Kendrick2006-08-293-20/+33
* Set caret position in URL bar to the end when core updates itRob Kendrick2006-08-281-0/+1
* Make nsgtk's gui_window_remove_caret actually remove the caretRob Kendrick2006-08-281-2/+6
* Force nsgtk caret plotting to use GDK. Move plotting to stand-alone function.Rob Kendrick2006-08-281-2/+20
* Use browser_window_remove_caret() instead of resetting caret-related callback...James Bursa2006-08-281-15/+5