summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix crash when using forms due to bug in browser_window_remove_caret().James Bursa2006-08-281-0/+2
* Make fetch_mimetype consider our internal mapping tableJohn Mark Bell2006-08-251-0/+11
* Stop rendering of iframe children; they're for non-iframe supporting UAs John Mark Bell2006-08-241-0/+3
* Give more helpful log message if unable to create ~/.netsurfRob Kendrick2006-08-241-1/+1
* Make nsgtk launcher script redirect stderr to a logfile (either ~/.netsurf/lo...Rob Kendrick2006-08-241-1/+7
* nsgtk font defaults in case of no Choices file, misc file cleanupsRob Kendrick2006-08-244-4689/+10
* Update bullet point symlink for nsgtkRob Kendrick2006-08-241-1/+1
* Improve resource finding, and start groundwork on making it installable - you...Rob Kendrick2006-08-247-14/+4732
* Update bullet image name.Michael Drake2006-08-242-1/+1
* Update bullet path.Michael Drake2006-08-241-1/+1
* Add some symlinks inside gtk/ for resources with Unix-style namingRob Kendrick2006-08-2410-0/+10
* Make failures to load throbber and glade windows definitions fatalRob Kendrick2006-08-221-1/+6
* Workaround for later VideoHWSMI versions too; patterned line bug still not fixedAdrian Lees2006-08-221-1/+3
* Fix typo in widget nameRob Kendrick2006-08-221-1/+1
* Use weight 500 for Medium desktop font.James Bursa2006-08-221-2/+4
* Updated makefile for rjek's hashtable changesJohn Mark Bell2006-08-211-2/+2
* Make Messages file parsing and searching use new re-usable hash table libraryRob Kendrick2006-08-212-83/+65
* Add riscos/configure.Michael Drake2006-08-211-0/+1
* Add documentation comments to hash table implementation.Rob Kendrick2006-08-211-0/+58
* Move ro_gui_wimp_desktop_font() from wimp.c to font.c. Simplify code and add ...James Bursa2006-08-214-160/+114
* Remove unused and unimplemented nsfont_txtenum().James Bursa2006-08-212-23/+0
* Updated French translation and English messages corrections. Thanks to Jerome...Michael Drake2006-08-203-264/+264
* Check for malloc failing in hash_add(). Remove unnecessary casts.James Bursa2006-08-202-11/+14
* Make hash_add() return success/failure boolRob Kendrick2006-08-202-2/+20
* Implement simple reusable write-once hash table for use in new Messages file ...Rob Kendrick2006-08-202-0/+216