summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Insert missing breaks. If these cases really should fall through, they need ↵John Mark Bell2009-11-221-1/+3
| | | | | | commenting, instead. svn path=/trunk/netsurf/; revision=9699
* Actually check for realloc failingJohn Mark Bell2009-11-221-4/+11
| | | | svn path=/trunk/netsurf/; revision=9698
* Fix array bounds checkJohn Mark Bell2009-11-221-2/+3
| | | | svn path=/trunk/netsurf/; revision=9697
* This optimisation was so simple that it was broken.John Mark Bell2009-11-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=9696
* Fix the other half of this NULL dereference issueJohn Mark Bell2009-11-221-1/+2
| | | | svn path=/trunk/netsurf/; revision=9695
* Fix erroneous switch fallthroughJohn Mark Bell2009-11-221-0/+2
| | | | svn path=/trunk/netsurf/; revision=9694
* Ensure urldb file handle is closed on error.John Mark Bell2009-11-221-1/+6
| | | | svn path=/trunk/netsurf/; revision=9693
* Squash leaksJohn Mark Bell2009-11-221-4/+5
| | | | svn path=/trunk/netsurf/; revision=9692
* Squash memory leakJohn Mark Bell2009-11-221-2/+3
| | | | svn path=/trunk/netsurf/; revision=9691
* Squash memory leakJohn Mark Bell2009-11-221-0/+1
| | | | svn path=/trunk/netsurf/; revision=9690
* Squash memory leakJohn Mark Bell2009-11-221-0/+1
| | | | svn path=/trunk/netsurf/; revision=9689
* Avoid potential NULL deferenceJohn Mark Bell2009-11-221-3/+5
| | | | svn path=/trunk/netsurf/; revision=9688
* Don't call memcpy when p->segment is NULLJohn Mark Bell2009-11-221-1/+2
| | | | svn path=/trunk/netsurf/; revision=9687
* Squash warningJohn Mark Bell2009-11-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=9686
* Avoid potential NULL pointer dereferenceJohn Mark Bell2009-11-221-3/+2
| | | | svn path=/trunk/netsurf/; revision=9685
* Avoid NULL pointer dereferencesJohn Mark Bell2009-11-221-11/+21
| | | | svn path=/trunk/netsurf/; revision=9684
* Protect against NULL pointersJohn Mark Bell2009-11-221-0/+3
| | | | svn path=/trunk/netsurf/; revision=9681
* Avoid potential NULL pointer dereferencesJohn Mark Bell2009-11-221-23/+29
| | | | svn path=/trunk/netsurf/; revision=9680
* Ensure selection context is zero-initialised. This may well be the root ↵John Mark Bell2009-11-221-1/+1
| | | | | | cause of the random selection crashes people have been seeing. svn path=/trunk/netsurf/; revision=9679
* Fix some potential issues with lists not being freed properlyChris Young2009-11-153-9/+11
| | | | svn path=/trunk/netsurf/; revision=9677
* Fix quirks mode propagation for @style.John Mark Bell2009-11-151-1/+2
| | | | svn path=/trunk/netsurf/; revision=9675
* Missing breakChris Young2009-11-041-0/+1
| | | | svn path=/trunk/netsurf/; revision=9662
* Added F5 for reload, purely because I'm getting fed up of people asking for it.Chris Young2009-11-041-0/+9
| | | | svn path=/trunk/netsurf/; revision=9661
* PageUp/Down, Home/End etc page scrolling now working.Chris Young2009-11-032-1/+91
| | | | | | | | | | Most menu shortcuts now available even when the pointer is hovering over the browser window (menu disabled mode) RAmiga-R (reload page) and RAmiga-U (activate URL bar) available from keyboard shortcuts but not from the menu. This fixes unsat bug #81 svn path=/trunk/netsurf/; revision=9660
* Realm may be NULL iff there's no WWW-Authenticate header served up with a 401.John Mark Bell2009-11-031-2/+6
| | | | | | | | Default the realm to the fetch URL in this case. Fixes #2890933 Note for new cache implementation (which is actually capable of utilising response bodies in this situation): if there is no WWW-Authenticate header, serve up the response body immediately -- don't present an authentication dialogue. svn path=/trunk/netsurf/; revision=9659
* Basic keyboard scrollingChris Young2009-11-021-3/+38
| | | | svn path=/trunk/netsurf/; revision=9658
* New key handling code borrowed from the treeview branch.Chris Young2009-11-021-114/+117
| | | | svn path=/trunk/netsurf/; revision=9657
* Support file://(/)localhost/ as well as file://(/)Chris Young2009-11-011-16/+13
| | | | | | | | | As NetSurf insists on adding a third slash after file://, it is not possible to open any local files which are in subdirectory "localhost" of the current directory. Workaround is to type the "localhost" part in something other than fully lowercase. In practice it is incredibly unlikely that even the workaround will need to be used. svn path=/trunk/netsurf/; revision=9656
* Amiga print UIChris Young2009-11-0110-11/+342
| | | | svn path=/trunk/netsurf/; revision=9655
* Fix odd missing charsChris Young2009-10-241-2/+2
| | | | svn path=/trunk/netsurf/; revision=9654
* Add a note on how to obtain the sources.Chris Young2009-10-212-0/+8
| | | | svn path=/trunk/netsurf/; revision=9651
* Revert previous change, causing instability.Chris Young2009-10-162-3/+3
| | | | svn path=/trunk/netsurf/; revision=9649
* Fix-up the timer.device scheduler and reinstate it as default. ↵Chris Young2009-10-153-12/+13
| | | | | | | | | Unfortunately this doesn't remove the need for INTUITICKS messages as we still need to break out for page reflow (which doesn't use the scheduler), but it should make animations more accurate. svn path=/trunk/netsurf/; revision=9648
* Fix download progress title corruptionChris Young2009-10-152-1/+4
| | | | svn path=/trunk/netsurf/; revision=9647
* Trim dead wood.Michael Drake2009-10-151-31/+11
| | | | svn path=/trunk/netsurf/; revision=9646
* Log failuresJohn Mark Bell2009-10-121-1/+6
| | | | svn path=/trunk/netsurf/; revision=9629
* svgtiny requires separate contentsJohn Mark Bell2009-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=9615
* Use DejaVu instead of Vera, seeing as Debian have removed Vera from sid.John Mark Bell2009-10-051-8/+8
| | | | svn path=/trunk/netsurf/; revision=9606
* Implement the ability to stay in memory if all windows are closed. This and ↵Chris Young2009-10-032-10/+22
| | | | | | | | no window on startup can be used together to make NetSurf "quick launch" and always available. svn path=/trunk/netsurf/; revision=9603
* Updated translation from Samir HawamdehChris Young2009-10-011-18/+18
| | | | svn path=/trunk/netsurf/; revision=9602
* Add options for "no quit on last window close" (disabled - not implemented) andChris Young2009-09-298-31/+81
| | | | | | "no window on startup" svn path=/trunk/netsurf/; revision=9601
* Added application.library messages New Doc and Open Doc.Chris Young2009-09-283-36/+98
| | | | | | | | | | | Added option_startup_no_window to allow NetSurf to be opened without an initial browser window (unless a URL is specified on the command line or by extended selection) Provision for option_close_no_quit for NetSurf to stay in memory when all browser windows are closed (not implemented yet) svn path=/trunk/netsurf/; revision=9600
* Register with application.library.Chris Young2009-09-281-5/+70
| | | | | | | | | Icon appears on AmiDock - ToFront, Open Prefs and (Force) Quit commands work. Open (and maybe Print) Document could potentially be added. Not sure if AppIcon-style drag'n'drop works with application.library-registered apps by default (once Open supported). svn path=/trunk/netsurf/; revision=9599
* fix text cursor positioning some moreChris Young2009-09-231-5/+5
| | | | svn path=/trunk/netsurf/; revision=9597
* List SVGTiny too, because it uses the core build system now.Michael Drake2009-09-191-0/+1
| | | | svn path=/trunk/netsurf/; revision=9595
* Fix obviously wrong logic and tweak the status display area frame slightly ↵Chris Young2009-09-171-22/+22
| | | | | | | | so it looks better (or at least fits in with the OS look better) svn path=/trunk/netsurf/; revision=9592
* Modify bottom border status gadget so that it has a frame. When the gadget isChris Young2009-09-152-23/+47
| | | | | | | | refreshed now it will erase the gadget area before redrawing, allowing to use RefreshGList instead of RefreshWindowFrame. This is significantly faster as RefreshWindowFrame redraws more than the function name suggests. svn path=/trunk/netsurf/; revision=9577
* Update from Samir HawamdehChris Young2009-09-131-10/+10
| | | | svn path=/trunk/netsurf/; revision=9569
* Doc updatesChris Young2009-09-132-5/+8
| | | | svn path=/trunk/netsurf/; revision=9564
* Introduce the concept of content reusability.John Mark Bell2009-09-091-1/+11
| | | | svn path=/trunk/netsurf/; revision=9563