summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change scrollbar arrow pngs.Michael Drake2009-12-284-0/+0
| | | | svn path=/trunk/netsurf/; revision=9762
* Updated Italian translation from Samir HawamdehChris Young2009-12-281-104/+104
| | | | svn path=/trunk/netsurf/; revision=9761
* Only attempt to fall back to /favicon.ico if the document's base URI points to John Mark Bell2009-12-261-0/+17
| | | | | | an http(s) location. svn path=/trunk/netsurf/; revision=9760
* Don't set proxy option for file: URLs to workaround some versions of libcurl ↵James Bursa2009-12-251-1/+4
| | | | | | attempting to use it (fixed in latest libcurl). Also unset curl proxy option if it's disabled so the previous xfer's setting isn't retained. svn path=/trunk/netsurf/; revision=9759
* It helps to allocate enough memory for 40 LONGs, and that memory needs to be ↵Chris Young2009-12-231-4/+4
| | | | | | | | returned regardless as passing a NULL to chooser.gadget crashes it. svn path=/trunk/netsurf/; revision=9757
* Search and a couple of other new optionsChris Young2009-12-238-20/+162
| | | | svn path=/trunk/netsurf/; revision=9756
* Functional search bar; search icon doesn't refresh if the search area is resizedChris Young2009-12-222-1/+14
| | | | | | however. svn path=/trunk/netsurf/; revision=9755
* Non-functional search barChris Young2009-12-214-3/+88
| | | | svn path=/trunk/netsurf/; revision=9754
* Vertically centre the main row of toolbar gadgets as it looks much neater.Chris Young2009-12-201-0/+5
| | | | svn path=/trunk/netsurf/; revision=9752
* Make nsgtk_throbber_initialise_from_png() actually check for allocation failure.John Mark Bell2009-12-201-38/+81
| | | | | | Make nsgtk_throbber_initialise_from_gif() actually stand a chance of working. svn path=/trunk/netsurf/; revision=9747
* Files required for web searchChris Young2009-12-192-0/+2
| | | | svn path=/trunk/netsurf/; revision=9746
* Copy and update SearchEngines fileChris Young2009-12-191-1/+28
| | | | svn path=/trunk/netsurf/; revision=9745
* Save favicon as part of icon for save_complete drawers and PDFsChris Young2009-12-193-1/+92
| | | | svn path=/trunk/netsurf/; revision=9744
* Don't fail on non-HTML/CSS types - we just don't want an icon saving so is ↵Chris Young2009-12-191-1/+1
| | | | | | non-fatal. svn path=/trunk/netsurf/; revision=9743
* Make favicons work properly with tabsChris Young2009-12-192-18/+33
| | | | svn path=/trunk/netsurf/; revision=9742
* Preliminary favicon support - doesn't display properly due to endian issue inChris Young2009-12-192-0/+42
| | | | | | libnsbmp svn path=/trunk/netsurf/; revision=9740
* themesfolder is on stack. Do not free().John Mark Bell2009-12-181-3/+0
| | | | svn path=/trunk/netsurf/; revision=9739
* Ensure scaffolding object exists before using itJohn Mark Bell2009-12-181-1/+6
| | | | svn path=/trunk/netsurf/; revision=9738
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-1816-50/+124
| | | | svn path=/trunk/netsurf/; revision=9737
* Simple web search implementationChris Young2009-12-182-4/+23
| | | | svn path=/trunk/netsurf/; revision=9735
* Fix compilationChris Young2009-12-181-4/+4
| | | | svn path=/trunk/netsurf/; revision=9734
* I've decided that the user probably doesn't care if setting the filetype of ↵John Mark Bell2009-12-181-3/+5
| | | | | | | | saved HTML documents to HTML fails or not. More importantly, this also squashes a memory leak, and stops returning false from a function which is defined as returning -1 on error. svn path=/trunk/netsurf/; revision=9731
* Fix framebuffer buildJohn Mark Bell2009-12-183-11/+66
| | | | svn path=/trunk/netsurf/; revision=9730
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-17127-5103/+11392
| | | | svn path=/trunk/netsurf/; revision=9729
* Allow hiding of Docky icon by setting hide_docky_icon:1Chris Young2009-12-131-1/+4
| | | | | | | (bit of a workaround involved as REGAPP_NoIcon doesn't appear to check the tag value) svn path=/trunk/netsurf/; revision=9725
* Added keyboard navigation of tabs, using Alt+Left/RightChris Young2009-12-131-0/+38
| | | | svn path=/trunk/netsurf/; revision=9724
* ensure source rectangle on copy operations has its upper co-ordinates setVincent Sanders2009-12-071-0/+8
| | | | svn path=/trunk/netsurf/; revision=9721
* optimise 1x1 bitmap plottingVincent Sanders2009-12-051-5/+18
| | | | svn path=/trunk/netsurf/; revision=9717
* Make pan routines use new screen copy APIVincent Sanders2009-12-042-47/+43
| | | | svn path=/trunk/netsurf/; revision=9715
* Another blatent use-after-freeJohn Mark Bell2009-12-031-2/+1
| | | | svn path=/trunk/netsurf/; revision=9713
* Fix blatent use-after-free bug.John Mark Bell2009-12-031-3/+3
| | | | svn path=/trunk/netsurf/; revision=9712
* Squash leak.John Mark Bell2009-12-021-0/+2
| | | | svn path=/trunk/netsurf/; revision=9711
* Modern OSLib (as of 3 months ago) no longer has colourtrans_CURRENT_MODE.John Mark Bell2009-12-022-3/+3
| | | | | | Use os_CURRENT_MODE, instead. svn path=/trunk/netsurf/; revision=9710
* Remove extraneous comma.Michael Drake2009-11-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=9709
* Purge unnecessary libs from requirements.Michael Drake2009-11-301-7/+5
| | | | svn path=/trunk/netsurf/; revision=9708
* Make the gui click handlers responsible for deciding whether to act on DOWN ↵John Mark Bell2009-11-232-5/+32
| | | | | | | | or UP (or both), rather than having the fbtk forcibly prevent UP events being generated. This fixes the inability to have clicks in the viewport acted upon, and also allows for useful future extensions such as drag scrolling and text selection. svn path=/trunk/netsurf/; revision=9704
* Treat decomposed URLs with no path component as being for the path "/".John Mark Bell2009-11-221-0/+7
| | | | svn path=/trunk/netsurf/; revision=9703
* 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