summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Restore some Adjust-double-click functionality to RO treeviews.Steve Fryatt2011-04-181-5/+20
| | | | svn path=/trunk/netsurf/; revision=12201
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-1016-360/+715
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* cleanup, fixed invalid option name (downloads_path)Ole Loots2011-04-106-37/+48
| | | | svn path=/trunk/netsurf/; revision=12181
* cleanupd & comments, fixed clipping of mfdb'sOle Loots2011-04-103-155/+87
| | | | svn path=/trunk/netsurf/; revision=12180
* file not changed, commiting the change anyway ;) Ole Loots2011-04-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=12179
* removed MFDB_STRIDE macro ( moved to plotter.h)Ole Loots2011-04-101-2/+0
| | | | svn path=/trunk/netsurf/; revision=12178
* added some commentsOle Loots2011-04-101-3/+23
| | | | svn path=/trunk/netsurf/; revision=12177
* Removed nonsense include.Ole Loots2011-04-101-0/+5
| | | | svn path=/trunk/netsurf/; revision=12176
* Script to create a resources dir in the build tree, for running NetSurf from ↵Chris Young2011-04-091-0/+21
| | | | | | | | | the build tree or running makepackage (which assume a resources dir with the appropriate links in place) svn path=/trunk/netsurf/; revision=12175
* Make strchrnul stupid.John Mark Bell2011-04-081-132/+5
| | | | svn path=/trunk/netsurf/; revision=12174
* Fix build with NDEBUG definedJohn Mark Bell2011-04-038-22/+152
| | | | svn path=/trunk/netsurf/; revision=12154
* split out drawable window handlingVincent Sanders2011-04-0313-1165/+1366
| | | | | | | extensive cleanups fix localhistory svn path=/trunk/netsurf/; revision=12153
* move logging initialisationVincent Sanders2011-04-025-15/+66
| | | | svn path=/trunk/netsurf/; revision=12152
* modern debian no longer links the math library bt defaultVincent Sanders2011-04-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=12150
* remove extraneous loggingVincent Sanders2011-03-293-15/+9
| | | | | | | fix windows path_to_url coping with NULL input and allocation errors. remove forced verbose logging svn path=/trunk/netsurf/; revision=12147
* make windows frontend use Vincent Sanders2011-03-296-82/+135
| | | | svn path=/trunk/netsurf/; revision=12146
* Remove silly -xDaniel Silverstone2011-03-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=12144
* Fix bug #3156695: apply scrollbar from r12128 to all treeview windows.Steve Fryatt2011-03-285-6/+4
| | | | svn path=/trunk/netsurf/; revision=12142
* Fix bug #3253090: don't schedule updates of the cookie treeJohn Mark Bell2011-03-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=12141
* Enable the ask overwrite checkbox so it can actually be changed, correct the ↵Chris Young2011-03-261-13/+14
| | | | | | | | | gadget ID so it works and swap clipboard and search bar options as it makes the interface look neater svn path=/trunk/netsurf/; revision=12139
* 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