summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Experimental new frames code.Richard Wilson2006-09-0231-807/+2319
| | | | svn path=/trunk/netsurf/; revision=2906
* Fix uninformative error message log.James Bursa2006-08-301-1/+2
| | | | svn path=/trunk/netsurf/; revision=2903
* misc changes to nsgtk's glade window templatesRob Kendrick2006-08-291-20/+22
| | | | svn path=/trunk/netsurf/; revision=2902
* Implement user-defined new window placement in nsgtkRob Kendrick2006-08-293-22/+66
| | | | svn path=/trunk/netsurf/; revision=2901
* Move default window size opens into core for use from nsgtkRob Kendrick2006-08-293-20/+33
| | | | svn path=/trunk/netsurf/; revision=2900
* Set caret position in URL bar to the end when core updates itRob Kendrick2006-08-281-0/+1
| | | | svn path=/trunk/netsurf/; revision=2899
* Make nsgtk's gui_window_remove_caret actually remove the caretRob Kendrick2006-08-281-2/+6
| | | | svn path=/trunk/netsurf/; revision=2898
* Force nsgtk caret plotting to use GDK. Move plotting to stand-alone function.Rob Kendrick2006-08-281-2/+20
| | | | svn path=/trunk/netsurf/; revision=2897
* Use browser_window_remove_caret() instead of resetting caret-related ↵James Bursa2006-08-281-15/+5
| | | | | | callbacks directly. svn path=/trunk/netsurf/; revision=2896
* Fix crash when using forms due to bug in browser_window_remove_caret().James Bursa2006-08-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=2895
* Make fetch_mimetype consider our internal mapping tableJohn Mark Bell2006-08-251-0/+11
| | | | svn path=/trunk/netsurf/; revision=2894
* Stop rendering of iframe children; they're for non-iframe supporting UAs John Mark Bell2006-08-241-0/+3
| | | | | | (which isn't us) svn path=/trunk/netsurf/; revision=2893
* Give more helpful log message if unable to create ~/.netsurfRob Kendrick2006-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2892
* Make nsgtk launcher script redirect stderr to a logfile (either ↵Rob Kendrick2006-08-241-1/+7
| | | | | | ~/.netsurf/log.txt or /tmp/netsurf-log.txt svn path=/trunk/netsurf/; revision=2891
* nsgtk font defaults in case of no Choices file, misc file cleanupsRob Kendrick2006-08-244-4689/+10
| | | | svn path=/trunk/netsurf/; revision=2890
* Update bullet point symlink for nsgtkRob Kendrick2006-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2889
* Improve resource finding, and start groundwork on making it installable - ↵Rob Kendrick2006-08-247-14/+4732
| | | | | | you must now run the "netsurf" shellscript to run nsgtk, and not nsgtk directly. svn path=/trunk/netsurf/; revision=2888
* Update bullet image name.Michael Drake2006-08-242-1/+1
| | | | svn path=/trunk/netsurf/; revision=2887
* Update bullet path.Michael Drake2006-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2886
* Add some symlinks inside gtk/ for resources with Unix-style namingRob Kendrick2006-08-2410-0/+10
| | | | svn path=/trunk/netsurf/; revision=2885
* Make failures to load throbber and glade windows definitions fatalRob Kendrick2006-08-221-1/+6
| | | | svn path=/trunk/netsurf/; revision=2884
* Workaround for later VideoHWSMI versions too; patterned line bug still not fixedAdrian Lees2006-08-221-1/+3
| | | | svn path=/trunk/netsurf/; revision=2883
* Fix typo in widget nameRob Kendrick2006-08-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2882
* Use weight 500 for Medium desktop font.James Bursa2006-08-221-2/+4
| | | | svn path=/trunk/netsurf/; revision=2881
* Updated makefile for rjek's hashtable changesJohn Mark Bell2006-08-211-2/+2
| | | | svn path=/trunk/netsurf/; revision=2880
* Make Messages file parsing and searching use new re-usable hash table libraryRob Kendrick2006-08-212-83/+65
| | | | svn path=/trunk/netsurf/; revision=2879
* Add riscos/configure.Michael Drake2006-08-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=2878
* Add documentation comments to hash table implementation.Rob Kendrick2006-08-211-0/+58
| | | | svn path=/trunk/netsurf/; revision=2877
* Move ro_gui_wimp_desktop_font() from wimp.c to font.c. Simplify code and add ↵James Bursa2006-08-214-160/+114
| | | | | | logging of result. svn path=/trunk/netsurf/; revision=2876
* Remove unused and unimplemented nsfont_txtenum().James Bursa2006-08-212-23/+0
| | | | svn path=/trunk/netsurf/; revision=2875
* Updated French translation and English messages corrections. Thanks to ↵Michael Drake2006-08-203-264/+264
| | | | | | Jerome Mathevet. svn path=/trunk/netsurf/; revision=2874
* Check for malloc failing in hash_add(). Remove unnecessary casts.James Bursa2006-08-202-11/+14
| | | | svn path=/trunk/netsurf/; revision=2873
* Make hash_add() return success/failure boolRob Kendrick2006-08-202-2/+20
| | | | svn path=/trunk/netsurf/; revision=2872
* Implement simple reusable write-once hash table for use in new Messages file ↵Rob Kendrick2006-08-202-0/+216
| | | | | | handling. svn path=/trunk/netsurf/; revision=2871
* Slightly improve hash table for Messages file. Paves way for more generic ↵Rob Kendrick2006-08-191-5/+14
| | | | | | use of it, as well as more constant performance. svn path=/trunk/netsurf/; revision=2870
* Fix for knockout rendering of native formatsAdrian Lees2006-08-198-3/+21
| | | | svn path=/trunk/netsurf/; revision=2869
* Give Adjust precedence over SelectAdrian Lees2006-08-191-6/+6
| | | | svn path=/trunk/netsurf/; revision=2868
* Very simple global history implementation for nsgtk, misc fixesRob Kendrick2006-08-186-6/+487
| | | | svn path=/trunk/netsurf/; revision=2867
* 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
* Further Choices improvements in nsgtk; most of them now work correctly.Rob Kendrick2006-08-182-13/+45
| | | | svn path=/trunk/netsurf/; revision=2865
* Fix buffer overrun & squash compiler warning.John Mark Bell2006-08-171-7/+14
| | | | svn path=/trunk/netsurf/; revision=2864
* Make nsgtk's rendering pay attention to font name choicesRob Kendrick2006-08-171-20/+19
| | | | svn path=/trunk/netsurf/; revision=2863
* Added font selection to nsgtk choices window. Still not used for plotting.Rob Kendrick2006-08-172-5/+13
| | | | svn path=/trunk/netsurf/; revision=2862
* Implement default font style choice in nsgtk Choices dialogueRob Kendrick2006-08-172-3/+8
| | | | svn path=/trunk/netsurf/; revision=2861
* Redraw nsgtk browser windows when Choices...Apply is clicked.Rob Kendrick2006-08-173-7/+41
| | | | svn path=/trunk/netsurf/; revision=2860
* Make nsgtk respect minimum font size setting, and save font size choicesRob Kendrick2006-08-172-2/+15
| | | | svn path=/trunk/netsurf/; revision=2859
* Fix nsgtk choices window. I have no idea why it worked before.Rob Kendrick2006-08-174-794/+837
| | | | svn path=/trunk/netsurf/; revision=2858
* Remove signal handler references from glade file to remove runtime warning.Rob Kendrick2006-08-171-2/+0
| | | | svn path=/trunk/netsurf/; revision=2857
* Remove URL caching and fix NULL reads.Richard Wilson2006-08-171-76/+37
| | | | svn path=/trunk/netsurf/; revision=2855
* Change max_fetchers_per_host to 2, as the RFC states we SHOULD not hold more ↵Daniel Silverstone2006-08-171-1/+1
| | | | | | than 2 simultaneous connections to a host. Closes #1469511 svn path=/trunk/netsurf/; revision=2854