summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make teh GTK frontend build on -DG_DISABLE_SINGLE_INCLUDES ↵Vincent Sanders2011-03-267-12/+11
| | | | | | -DGTK_DISABLE_SINGLE_INCLUDES -DPANGO_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_MULTIHEAD_SAFE svn path=/trunk/netsurf/; revision=12138
* copy documentationChris Young2011-03-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=12137
* Remove unused ColorMap to CLUT functionChris Young2011-03-262-24/+0
| | | | svn path=/trunk/netsurf/; revision=12136
* Implement ask overwriteChris Young2011-03-2614-68/+188
| | | | svn path=/trunk/netsurf/; revision=12135
* Finally fix initial layout size. Tested on wine, XP, vista and windows 7Vincent Sanders2011-03-251-35/+22
| | | | | | Fix teh stupid always on top unintended behaviour svn path=/trunk/netsurf/; revision=12134
* Italian translation by Samir HawamdehChris Young2011-03-252-0/+1999
| | | | svn path=/trunk/netsurf/; revision=12133
* Remove "search from url bar" as it doesn't do anything.Chris Young2011-03-251-40/+30
| | | | | | Move clipboard group into vacated space svn path=/trunk/netsurf/; revision=12132
* make windows about window functionalVincent Sanders2011-03-258-256/+280
| | | | | | make url bar font more acceptable svn path=/trunk/netsurf/; revision=12131
* Fix crash when adding to hotlistChris Young2011-03-241-7/+7
| | | | svn path=/trunk/netsurf/; revision=12129
* Force SSLCert pane to have a horizontal scroll bar and ensure initial extent ↵Steve Fryatt2011-03-241-1/+6
| | | | | | calculation. svn path=/trunk/netsurf/; revision=12128
* Fix bug #3238151: reinstate filename sanitisation and extension strippingJohn Mark Bell2011-03-231-3/+12
| | | | svn path=/trunk/netsurf/; revision=12127
* Fix bug #3238323: pass correct context pointer for html_object_callbackJohn Mark Bell2011-03-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=12126
* Improve icon resource to contain all standard sizes and depthsVincent Sanders2011-03-226-10/+8
| | | | svn path=/trunk/netsurf/; revision=12125
* Fix testament rule for cocoa's build system's prefixed pathsDaniel Silverstone2011-03-221-0/+4
| | | | svn path=/trunk/netsurf/; revision=12123
* Try encouraging the auto-build of testament a little harderDaniel Silverstone2011-03-222-2/+2
| | | | svn path=/trunk/netsurf/; revision=12122
* Change rsrc: fetcher to check the mime type of resources from the extension. ↵François Revel2011-03-218-26/+29
| | | | | | Add needed resource to get about: working. svn path=/trunk/netsurf/; revision=12119
* Fix compilationChris Young2011-03-211-2/+1
| | | | svn path=/trunk/netsurf/; revision=12118
* Use webp.library instead of libwebp.soChris Young2011-03-211-2/+2
| | | | svn path=/trunk/netsurf/; revision=12117
* add control of fbtk text widget paddingVincent Sanders2011-03-213-10/+23
| | | | svn path=/trunk/netsurf/; revision=12116
* Update to use official libwebp 0.1Chris Young2011-03-206-39/+22
| | | | | | Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
* Thanks to AtFactOle Loots2011-03-201-0/+2
| | | | svn path=/trunk/netsurf/; revision=12114
* Added missing prototypes.Ole Loots2011-03-203-1/+6
| | | | svn path=/trunk/netsurf/; revision=12113
* added resource: handling, gui_poll now checks for browser_reformat_pendingOle Loots2011-03-202-12/+20
| | | | svn path=/trunk/netsurf/; revision=12112
* Allocate window title string memory dynamically.Ole Loots2011-03-202-2/+8
| | | | svn path=/trunk/netsurf/; revision=12111
* Removed special handling of non html content, added sanity checking for ↵Ole Loots2011-03-201-22/+17
| | | | | | scroll requests. svn path=/trunk/netsurf/; revision=12110
* When using onscreen plotter: Collect nsfb internal font characters into a ↵Ole Loots2011-03-204-38/+182
| | | | | | single bitmap instead of plotting each character. svn path=/trunk/netsurf/; revision=12109
* print caret at scroll position netsurf believes the page is at, rather than ↵Chris Young2011-03-191-2/+2
| | | | | | | | where the gui says it is svn path=/trunk/netsurf/; revision=12108
* Redraw the area under a caret when it is cleared, rather than relying on a ↵Chris Young2011-03-192-13/+9
| | | | | | | | potentially out-of-date off-screen copy of what used to be there. svn path=/trunk/netsurf/; revision=12107
* commandline option settingVincent Sanders2011-03-183-30/+105
| | | | svn path=/trunk/netsurf/; revision=12106
* Various changes to about: content markup. Added me to LibNSFB bit.Michael Drake2011-03-183-29/+47
| | | | svn path=/trunk/netsurf/; revision=12105
* Don't add NetSurf as FTP (launch-)handler.Chris Young2011-03-171-1/+1
| | | | | | | Probably need to document how to add another app to handle FTP though, as it's not obvious but could be useful. svn path=/trunk/netsurf/; revision=12104
* Enable fast scrolling for non-HTML contentsChris Young2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12103
* Fix BeOS build:François Revel2011-03-172-1/+5
| | | | | | | - missing include, - use css_computed_color() accessor instead of struct css_computed_style member as it's now opaque to us. svn path=/trunk/netsurf/; revision=12100
* Remove what should now be redundant special casing of text/plain.Michael Drake2011-03-171-6/+0
| | | | svn path=/trunk/netsurf/; revision=12099
* Handle scaled rendering of text/plain with plot origin offset too.Michael Drake2011-03-171-4/+4
| | | | svn path=/trunk/netsurf/; revision=12098
* Fix text/plain rendering's plot range calc to take account of vertical plot ↵Michael Drake2011-03-171-2/+2
| | | | | | offset (y). svn path=/trunk/netsurf/; revision=12097
* Comment out noisy nsfont_width logging.Michael Drake2011-03-171-1/+3
| | | | svn path=/trunk/netsurf/; revision=12096
* Fix framebuffer resource: handlingVincent Sanders2011-03-177-2/+15
| | | | svn path=/trunk/netsurf/; revision=12095
* Fix comment.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12094
* set hidden flag for more about: pagesVincent Sanders2011-03-171-6/+6
| | | | svn path=/trunk/netsurf/; revision=12093
* Less bloated "license" spelling handler.Michael Drake2011-03-171-12/+1
| | | | svn path=/trunk/netsurf/; revision=12092
* Retabify about.c since I had previously moosed itDaniel Silverstone2011-03-171-39/+39
| | | | svn path=/trunk/netsurf/; revision=12091
* Skip duplicates on about:about.Michael Drake2011-03-171-8/+14
| | | | svn path=/trunk/netsurf/; revision=12090
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-1711-16/+18
| | | | svn path=/trunk/netsurf/; revision=12089
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-178-84/+93
| | | | | | fetcher. svn path=/trunk/netsurf/; revision=12088
* Install new resources too.Michael Drake2011-03-171-0/+2
| | | | svn path=/trunk/netsurf/; revision=12087
* Update gtk install target.Michael Drake2011-03-171-1/+0
| | | | svn path=/trunk/netsurf/; revision=12086
* implement about:aboutVincent Sanders2011-03-171-2/+77
| | | | svn path=/trunk/netsurf/; revision=12085
* Improve options outputVincent Sanders2011-03-173-25/+39
| | | | | | improve options:config styling svn path=/trunk/netsurf/; revision=12084
* make resource header documentation more explicitVincent Sanders2011-03-171-3/+18
| | | | svn path=/trunk/netsurf/; revision=12083