summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* 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-292-21/+65
| | | | svn path=/trunk/netsurf/; revision=2901
* 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
* Give more helpful log message if unable to create ~/.netsurfRob Kendrick2006-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2892
* 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-246-14/+4729
| | | | | | you must now run the "netsurf" shellscript to run nsgtk, and not nsgtk directly. svn path=/trunk/netsurf/; revision=2888
* 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
* Fix typo in widget nameRob Kendrick2006-08-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2882
* Very simple global history implementation for nsgtk, misc fixesRob Kendrick2006-08-185-4/+484
| | | | svn path=/trunk/netsurf/; revision=2867
* Further Choices improvements in nsgtk; most of them now work correctly.Rob Kendrick2006-08-182-13/+45
| | | | svn path=/trunk/netsurf/; revision=2865
* 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
* Merge new glade nsgtk window code into trunk.Rob Kendrick2006-08-156-1063/+2023
| | | | svn path=/trunk/netsurf/; revision=2853
* Merge 2818:HEAD of branches/dsilvers/gtk-bitmap-pretileDaniel Silverstone2006-08-094-15/+184
| | | | svn path=/trunk/netsurf/; revision=2824
* Implement 401 login window in nsgtkRob Kendrick2006-08-064-23/+186
| | | | svn path=/trunk/netsurf/; revision=2817
* Do not send referer when Home button is used. Fix some compile warnings.James Bursa2006-08-061-6/+3
| | | | svn path=/trunk/netsurf/; revision=2814
* Turn more recent GTK calls into properties sets for compatibility with GTK 2.6Rob Kendrick2006-07-311-3/+4
| | | | svn path=/trunk/netsurf/; revision=2803
* Fix key press event handling in drawing area for nsgtkRob Kendrick2006-07-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=2802
* Loading and saving of urldb on init/exit of nsgtk.Rob Kendrick2006-07-282-4/+14
| | | | svn path=/trunk/netsurf/; revision=2801
* Make URL completion optional in nsgtkRob Kendrick2006-07-283-2/+5
| | | | svn path=/trunk/netsurf/; revision=2800
* nsgtk URL completion: fix problem with pressing enter on a completion not ↵Rob Kendrick2006-07-281-10/+5
| | | | | | working correctly. svn path=/trunk/netsurf/; revision=2798
* Make nsgtk use find_resource() to locate netsurf.gladeRob Kendrick2006-07-281-5/+3
| | | | svn path=/trunk/netsurf/; revision=2797
* Fix problem number 2 in previous commitRob Kendrick2006-07-251-2/+5
| | | | svn path=/trunk/netsurf/; revision=2796
* Initial work on URL completion in nsgtk. Some problems still exist.Rob Kendrick2006-07-254-2/+117
| | | | | | | | 1. It works without the code that should be required to make it do so. Boggle. 2. It appears to include the URLs to images and other resources as well as pages 3. Although you can highlight a completion with the cursor keys, pressing enter on one doesn't work - you need to click on it with the mouse. svn path=/trunk/netsurf/; revision=2795
* Make image resampling optional in nsgtkRob Kendrick2006-07-233-2/+3
| | | | svn path=/trunk/netsurf/; revision=2794
* Make Cairo rendering a run-time option in nsgtk - also add infrastructure ↵Rob Kendrick2006-07-234-84/+130
| | | | | | for nsgtk-specific options. svn path=/trunk/netsurf/; revision=2793
* Initial code to support usable Choices window in nsgtk. Unsupported choices ↵Rob Kendrick2006-07-236-15/+582
| | | | | | are currently greyed out. Additionally, only the home page URL is current saved when Apply is clicked. svn path=/trunk/netsurf/; revision=2792
* Add tracking of open windows to nsgtkRob Kendrick2006-07-211-3/+23
| | | | svn path=/trunk/netsurf/; revision=2789
* Tidies for eventual gladification of main browser window in nsgtkRob Kendrick2006-07-201-97/+104
| | | | svn path=/trunk/netsurf/; revision=2784
* Further templates for other nsgtk windowsRob Kendrick2006-07-191-0/+722
| | | | svn path=/trunk/netsurf/; revision=2783
* Further nsgtk Choices window template improvementsRob Kendrick2006-07-191-61/+97
| | | | svn path=/trunk/netsurf/; revision=2782
* Add more options and layout to nsgtk's options window. Also added some ↵Rob Kendrick2006-07-191-2/+1166
| | | | | | tooltips. svn path=/trunk/netsurf/; revision=2780
* Add simple (currently non-functional) options window for nsgtkRob Kendrick2006-07-195-3/+1360
| | | | svn path=/trunk/netsurf/; revision=2779
* Update empty cookie_update stub.Richard Wilson2006-07-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=2766
* Display session cookies' expiry correctlyJohn Mark Bell2006-07-151-12/+14
| | | | | | | Fix urldb debug build Fix GTK build's cookie_update API svn path=/trunk/netsurf/; revision=2752
* GTK zoom fixes, misc multi-window fixRob Kendrick2006-07-141-11/+19
| | | | svn path=/trunk/netsurf/; revision=2750
* Basic multi-window support for nsgtkDaniel Silverstone2006-07-141-4/+15
| | | | svn path=/trunk/netsurf/; revision=2749
* Added stub tree_set_node_sprite() functionRob Kendrick2006-07-131-7/+20
| | | | svn path=/trunk/netsurf/; revision=2742
* Fix typo in stub cookie functionRob Kendrick2006-07-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=2741
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-0/+4
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Optimise out redundant group_start and group_end calls (speed up rendering.)Richard Wilson2006-07-101-14/+2
| | | | svn path=/trunk/netsurf/; revision=2725