summaryrefslogtreecommitdiff
path: root/gtk/gtk_gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Add stylesheet for GTK specific rules.Michael Drake2008-01-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=3802
* Add mockup nsgtk downloads window and some support code, remove warning on ↵Rob Kendrick2007-10-021-2/+4
| | | | | | recent nsgtk select changes svn path=/trunk/netsurf/; revision=3619
* nsgtk single and multiple select form widgets now workRob Kendrick2007-09-261-2/+39
| | | | svn path=/trunk/netsurf/; revision=3592
* fix nsgtk ssl cert verify windowRob Kendrick2007-08-111-4/+6
| | | | svn path=/trunk/netsurf/; revision=3508
* Initial trivial (temp) implementation of nsgtk SSL cert window. Currently ↵Rob Kendrick2007-08-111-5/+56
| | | | | | segfaults if you accept, however. svn path=/trunk/netsurf/; revision=3507
* nsgtk warning squashRob Kendrick2007-08-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=3498
* revert 3482 so it can be reapplied as two seperate patchesRob Kendrick2007-08-111-1/+0
| | | | svn path=/trunk/netsurf/; revision=3496
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Fix warnings in nsgtk caused by recent changes.Rob Kendrick2007-08-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=3482
* Move window scaling from platform-specific code to desktop/browser.c. Modify ↵James Bursa2007-08-071-2/+12
| | | | | | gtk gui to handle scaling in the same way as RO. svn path=/trunk/netsurf/; revision=3478
* Ignore blank option_homepage_urlJohn Mark Bell2007-06-281-4/+4
| | | | svn path=/trunk/netsurf/; revision=3376
* Add stop-gap SSL cert verification. Currently ignores problems and ↵Rob Kendrick2007-06-271-1/+11
| | | | | | continues anyway to allow access to SSL sites. A dialogue box providing the user with an opportunity to decline the certificate is on the TODO list. svn path=/trunk/netsurf/; revision=3371
* Add support for ca_path to GTK startupDaniel Silverstone2007-06-271-1/+7
| | | | svn path=/trunk/netsurf/; revision=3370
* Make the gtk_schedule stuff more robust, only run schedules inside gui_poll ↵Daniel Silverstone2007-06-251-0/+1
| | | | | | and generally cause less issues for the as-yet non-reentrant core. svn path=/trunk/netsurf/; revision=3366
* Implement Open File... in nsgtkRob Kendrick2007-06-221-0/+2
| | | | svn path=/trunk/netsurf/; revision=3357
* Changes to allow building on Solaris.Rob Kendrick2007-06-151-1/+1
| | | | | | | | | * Tested on Solaris Express: Developer Edition, which is between Solaris 10 and 11. * Used gcc, libmng etc packages using pkg-get and blastwave's resources. * Had to build lemon and re2c manually. svn path=/trunk/netsurf/; revision=3350
* 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