summaryrefslogtreecommitdiff
path: root/gtk/gtk_gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge scheme switcher branch in.Daniel Silverstone2007-06-101-0/+1
| | | | svn path=/trunk/netsurf/; revision=3330
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-24/+24
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Add UNIX-specific fetch_filetype() support. Uses /etc/mime.types by ↵Rob Kendrick2007-05-291-0/+5
| | | | | | default, but can build minimal mappings if it doesn't exist. New code allows file:// directory listings to be generated, although these are not sorted unlike under RISC OS, as POSIX dirent() doesn't specify sorting. svn path=/trunk/netsurf/; revision=3305
* Make nsgtk warn_user fflush(stdout) rather fflush(stderr)Rob Kendrick2007-05-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=3271
* GTK warn_user() implementationRob Kendrick2007-05-061-1/+16
| | | | svn path=/trunk/netsurf/; revision=3269
* Fix almost all warnings in gtk/Rob Kendrick2007-02-101-7/+2
| | | | svn path=/trunk/netsurf/; revision=3173
* Add default icon for nsgtk windows, tidy default locations for resources a ↵Rob Kendrick2007-02-101-5/+8
| | | | | | little svn path=/trunk/netsurf/; revision=3172
* Misc nsgtk fixes and improvements in makefile, choices dialogue and info windowRob Kendrick2007-02-021-0/+4
| | | | svn path=/trunk/netsurf/; revision=3161
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=3154
* Update project URL.Michael Drake2006-11-271-14/+14
| | | | svn path=/trunk/netsurf/; revision=3073
* Finish GTK about boxRob Kendrick2006-11-041-0/+25
| | | | svn path=/trunk/netsurf/; revision=3030
* 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-241-0/+10
| | | | svn path=/trunk/netsurf/; revision=2890
* Improve resource finding, and start groundwork on making it installable - ↵Rob Kendrick2006-08-241-13/+51
| | | | | | you must now run the "netsurf" shellscript to run nsgtk, and not nsgtk directly. svn path=/trunk/netsurf/; revision=2888
* Make failures to load throbber and glade windows definitions fatalRob Kendrick2006-08-221-1/+6
| | | | svn path=/trunk/netsurf/; revision=2884
* Very simple global history implementation for nsgtk, misc fixesRob Kendrick2006-08-181-2/+3
| | | | svn path=/trunk/netsurf/; revision=2867
* Fix nsgtk choices window. I have no idea why it worked before.Rob Kendrick2006-08-171-3/+0
| | | | svn path=/trunk/netsurf/; revision=2858
* Merge new glade nsgtk window code into trunk.Rob Kendrick2006-08-151-0/+6
| | | | svn path=/trunk/netsurf/; revision=2853
* Implement 401 login window in nsgtkRob Kendrick2006-08-061-3/+0
| | | | svn path=/trunk/netsurf/; revision=2817
* Loading and saving of urldb on init/exit of nsgtk.Rob Kendrick2006-07-281-1/+9
| | | | svn path=/trunk/netsurf/; revision=2801
* Make nsgtk use find_resource() to locate netsurf.gladeRob Kendrick2006-07-281-5/+3
| | | | svn path=/trunk/netsurf/; revision=2797
* Initial work on URL completion in nsgtk. Some problems still exist.Rob Kendrick2006-07-251-0/+3
| | | | | | | | 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
* Initial code to support usable Choices window in nsgtk. Unsupported choices ↵Rob Kendrick2006-07-231-4/+14
| | | | | | are currently greyed out. Additionally, only the home page URL is current saved when Apply is clicked. svn path=/trunk/netsurf/; revision=2792
* Add simple (currently non-functional) options window for nsgtkRob Kendrick2006-07-191-0/+14
| | | | 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
* 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
* Trivial implementation of url_to_path for nsgtk. It currently does not ↵Rob Kendrick2006-07-061-0/+6
| | | | | | strip off any params data, etc. svn path=/trunk/netsurf/; revision=2721
* Fix 1516353 and implement 1352354Richard Wilson2006-07-041-0/+3
| | | | svn path=/trunk/netsurf/; revision=2711
* Trivial warning fix in GTK GUIRob Kendrick2006-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=2665
* Added calls to urldb to load and save the cookie jar at init and exitRob Kendrick2006-06-271-0/+3
| | | | svn path=/trunk/netsurf/; revision=2657
* Fix undersized bufferJohn Mark Bell2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2555
* Fix GTK buildJohn Mark Bell2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2550
* Unify information databasesJohn Mark Bell2006-04-091-6/+6
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-03-29 15:26:53 by rjek]Rob Kendrick2006-03-291-0/+4
| | | | | | Moved homepage_url option into core from riscos, and use it in the GTK frontend svn path=/import/netsurf/; revision=2481
* [project @ 2006-03-27 13:19:08 by rjek]Rob Kendrick2006-03-271-17/+76
| | | | | | | nsgtk searches for shared resources in shared locations as well as ~/.netsurf/ Free cookie file location strings at quit as with stylesheet locations svn path=/import/netsurf/; revision=2197
* [project @ 2006-03-25 23:31:41 by rjek]Rob Kendrick2006-03-251-8/+0
| | | | | | Initial GTK thumbnail rendering implementation (still gets fonts too big) svn path=/import/netsurf/; revision=2166
* [project @ 2006-03-19 16:03:02 by dsilvers]Daniel Silverstone2006-03-191-1/+3
| | | | | | Make it so ./nsgtk http://somewhere will work for convenience svn path=/import/netsurf/; revision=2134
* [project @ 2006-03-09 20:14:13 by dsilvers]Daniel Silverstone2006-03-091-4/+0
| | | | | | Added schedule support to the GTK port svn path=/import/netsurf/; revision=2116
* [project @ 2006-02-23 17:27:30 by jmb]John Mark Bell2006-02-231-3/+5
| | | | | | Fix GTK build svn path=/import/netsurf/; revision=2093
* [project @ 2006-02-20 02:29:19 by jmb]John Mark Bell2006-02-201-3/+4
| | | | | | Fix GTK build svn path=/import/netsurf/; revision=2086
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-1/+15
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2005-12-19 22:50:23 by bursa]James Bursa2005-12-191-1/+2
| | | | | | Add headers and get rid of all externs in .c files. svn path=/import/netsurf/; revision=1901
* [project @ 2005-12-19 21:54:51 by bursa]James Bursa2005-12-191-1/+50
| | | | | | Fix busy polling in gtk build. svn path=/import/netsurf/; revision=1900
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-1/+31
| | | | | | | | | | | | | | | | | | - Convert Messages files to UTF-8 encoding. - Replace local_encoding_name() with platform specific utf8_[to,from]_local_encoding() functions - this allows mapping of 8bit characters 0x80->0x9f (inclusive). - All text that is rendered by the RISC OS Wimp is now converted to the system local encoding prior to display. - Lose the horrendous hack that was messages_get_key() - Menu text is now translated to system local encoding on the fly (if necessary) rather than at menu creation time. This allows the system alphabet to change under us and our menus remain usable. - The Languages menu now lists all languages that are present in the LangNames file. In the case of selecting the UI language, those languages which are not available are shaded. svn path=/import/netsurf/; revision=1796
* [project @ 2005-04-17 16:42:05 by bursa]James Bursa2005-04-171-0/+1
| | | | | | Fix the debug and gtk builds. svn path=/import/netsurf/; revision=1661
* [project @ 2005-04-17 03:30:35 by adrianl]Adrian Lees2005-04-171-0/+10
| | | | | | Search text highlighting in browser windows svn path=/import/netsurf/; revision=1657
* [project @ 2005-02-27 16:03:02 by bursa]James Bursa2005-02-271-0/+2
| | | | | | Fix the GTK build. svn path=/import/netsurf/; revision=1527
* [project @ 2004-10-17 22:13:34 by jmb]John Mark Bell2004-10-171-1/+27
| | | | | | Lose hard-coded stylesheet URLs. svn path=/import/netsurf/; revision=1323