summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ca_path option which sets CURLOPT_CAPATH.Daniel Silverstone2007-06-273-0/+6
* Move the p->parent check in urldb to before the cookie loop. Prevents the coo...Daniel Silverstone2007-06-271-6/+12
* 10ms in a cs, not 100Daniel Silverstone2007-06-251-1/+1
* Make the gtk_schedule stuff more robust, only run schedules inside gui_poll a...Daniel Silverstone2007-06-252-39/+96
* Fix crash if content failed to open (memory shortage)Adrian Lees2007-06-241-1/+1
* Scroll wheel support on hotlist and history windowsAdrian Lees2007-06-245-4/+1
* Fix length of buffer in previous change - one too short beforeRob Kendrick2007-06-221-1/+1
* Implement Open File... in nsgtkRob Kendrick2007-06-224-2/+107
* Make new_window work for nsgtkDaniel Silverstone2007-06-201-0/+6
* Ensure that when a gui_window dies in nsgtk it kills its browser and gets tha...Daniel Silverstone2007-06-203-1/+7
* Make text of nsgtk status bar selectableRob Kendrick2007-06-181-1/+2
* Read dimensions from viewport not drawing area. This causes renders to not go...Daniel Silverstone2007-06-182-4/+2
* Add HAVE_STRNDUP and supporting structure to config.h and make utils.[ch] ref...Rob Kendrick2007-06-163-6/+13
* Changes to allow building on Solaris.Rob Kendrick2007-06-158-7/+17
* Pre-seed mime type hash with essentials for use on OSes with useless /etc/mim...Rob Kendrick2007-06-151-8/+14
* Put -D_BSD_SOURCE back because it breaks building on Linux, even thought it i...Rob Kendrick2007-06-151-0/+1
* FreeBSD portability fixes.Rob Kendrick2007-06-152-3/+3
* Update user support mailing list URL.Michael Drake2007-06-154-6/+5
* Make sure the GTK frontend can get and set scroll positionDaniel Silverstone2007-06-151-4/+18
* Fix cookie domain matching in unverifiable transactions.John Mark Bell2007-06-101-15/+19
* Fix UTF-16LE BOM detection _again_John Mark Bell2007-06-101-1/+1
* Reflow useragent.c to be 8 char indent. Also rename build_user_agent to user_...Daniel Silverstone2007-06-101-27/+27
* Add debug about ring sizes. Ensure we dispatch queued jobs when a job is freed.Daniel Silverstone2007-06-101-1/+13
* Warning fixes.John Mark Bell2007-06-104-39/+49
* Remove a time consuming LOG(()) and add some whitespace to help me thinkDaniel Silverstone2007-06-101-1/+4
* Merge scheme switcher branch in.Daniel Silverstone2007-06-109-1367/+1808
* Don't bother resizing/repositioning frames when the core asks us to if it wou...Rob Kendrick2007-06-101-2/+16
* Simplify nsgtk periodic reflow. Should hopefully help in flicker.Rob Kendrick2007-06-102-29/+6
* Whoops - remove legacy line calling function that nolonger exists.Rob Kendrick2007-06-101-2/+0
* Fix destruction of nsgtk windows involving frames, fixes crashes on sites suc...Rob Kendrick2007-06-101-1/+7
* Add some debugging LOG calls to GTK gui_window_destroyRob Kendrick2007-06-101-2/+7
* Check return value of stat() in filename.c and report oddness using LOGRob Kendrick2007-06-101-2/+10
* Stop filename.c using d_type member in dirent struct, as this is completely a...Rob Kendrick2007-06-101-6/+15
* Overlooked warningsAdrian Lees2007-06-051-2/+1
* Fix interaction between failed drag save and pointer tracking (including page...Adrian Lees2007-06-052-8/+16
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-30173-1274/+1269
* Add a -v option to enable debug logging. Pass -v by default to the RO runimage.Daniel Silverstone2007-05-305-6/+22
* Add UNIX-specific fetch_filetype() support. Uses /etc/mime.types by default,...Rob Kendrick2007-05-294-3/+218
* Fix bugs in charset detection.John Mark Bell2007-05-291-20/+66
* Switch version to "2.0 (Development)".James Bursa2007-05-221-2/+2
* Tweak default hotlist entries to be more up-to-dateRob Kendrick2007-05-211-3/+3
* More alignment changes.Michael Drake2007-05-211-4/+4
* Treat CENTER like other browsers do.Michael Drake2007-05-211-1/+1
* Update development build !Help file.Michael Drake2007-05-181-5/+5
* New NetSurf logo for nsgtkRob Kendrick2007-05-171-0/+0
* Import font containing symbols we need for list items.John Mark Bell2007-05-145-5/+51
* Mention Uniboot and OS version support.Michael Drake2007-05-131-2/+9
* Fix underlines.Michael Drake2007-05-131-5/+7
* RISC OS ReadMe file.Michael Drake2007-05-131-0/+50
* Make nsgtk warn_user fflush(stdout) rather fflush(stderr)Rob Kendrick2007-05-061-1/+1