summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-275-7/+8
| | | | svn path=/trunk/netsurf/; revision=13183
* return;John Mark Bell2011-11-278-5/+46
| | | | | | Fix bug #3442642: allow scheme-specific fetchers to have a say in whether an URL can be fetched. svn path=/trunk/netsurf/; revision=13182
* More response tags, updated docs with commandsDaniel Silverstone2011-11-253-19/+126
| | | | svn path=/trunk/netsurf/; revision=13181
* Avoid unused variable warningRob Kendrick2011-11-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=13180
* Only make space for vertical box scrollbar if box has height set.Michael Drake2011-11-241-0/+6
| | | | svn path=/trunk/netsurf/; revision=13179
* Fix bug #3441539: downloads may be created from within framesJohn Mark Bell2011-11-241-6/+11
| | | | svn path=/trunk/netsurf/; revision=13178
* Moved static declarations.Ole Loots2011-11-232-16/+15
| | | | svn path=/trunk/netsurf/; revision=13175
* Removed unused variable, plot_line is now global.Ole Loots2011-11-231-13/+12
| | | | svn path=/trunk/netsurf/; revision=13174
* Log mimetypeOle Loots2011-11-231-24/+28
| | | | svn path=/trunk/netsurf/; revision=13173
* Properly redraw the rectangle outlineOle Loots2011-11-231-24/+27
| | | | svn path=/trunk/netsurf/; revision=13172
* Comment's...Ole Loots2011-11-231-16/+29
| | | | svn path=/trunk/netsurf/; revision=13171
* Removed debug outputOle Loots2011-11-231-1/+0
| | | | svn path=/trunk/netsurf/; revision=13170
* Use new function nkc_to_input_keyOle Loots2011-11-231-40/+13
| | | | svn path=/trunk/netsurf/; revision=13169
* Removed FAQ entry for problems caused by stack overflow within mintlibs ↵Ole Loots2011-11-231-24/+13
| | | | | | regex module. svn path=/trunk/netsurf/; revision=13168
* Checkbox "Close on finish" becomes close button when download finished. Ole Loots2011-11-231-34/+37
| | | | svn path=/trunk/netsurf/; revision=13167
* Removed resize widget from statusbar ( Not needed anymore, window has native ↵Ole Loots2011-11-232-45/+14
| | | | | | widgets now) svn path=/trunk/netsurf/; revision=13166
* Add global function to resolve Netsurf input key. Ole Loots2011-11-232-13/+149
| | | | svn path=/trunk/netsurf/; revision=13165
* Lock plotter during treeview redraw. Ole Loots2011-11-231-22/+25
| | | | svn path=/trunk/netsurf/; revision=13164
* Remove drag n' drop constants, already defined by cflib.hOle Loots2011-11-232-64/+33
| | | | svn path=/trunk/netsurf/; revision=13163
* Don't escape '|'.Michael Drake2011-11-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=13162
* Fix cookie expirationJohn Mark Bell2011-11-222-11/+15
| | | | svn path=/trunk/netsurf/; revision=13161
* Committing textarea_set_dimensions patch from Ole Loots.John Mark Bell2011-11-212-1/+16
| | | | svn path=/trunk/netsurf/; revision=13160
* Update for modified libnsfb APIVincent Sanders2011-11-2118-204/+294
| | | | | | Make thumbnailing work svn path=/trunk/netsurf/; revision=13159
* Don't pass already handled keys to the URL Complete code.Steve Fryatt2011-11-202-8/+8
| | | | | | Don't scroll browser windows when the toolbar has focus. svn path=/trunk/netsurf/; revision=13157
* Revert r13155 and re-implement fix properly.Steve Fryatt2011-11-201-60/+36
| | | | svn path=/trunk/netsurf/; revision=13156
* Remember page content handle when refreshing browser menu (bug #3420985).Steve Fryatt2011-11-201-36/+60
| | | | svn path=/trunk/netsurf/; revision=13155
* Remove unused variable declaration.Steve Fryatt2011-11-201-1/+0
| | | | svn path=/trunk/netsurf/; revision=13154
* Remove unnecessary duplicate call to Wimp_OpenMenu.Steve Fryatt2011-11-201-8/+0
| | | | svn path=/trunk/netsurf/; revision=13153
* Restore lost white space.Steve Fryatt2011-11-195-37/+37
| | | | svn path=/trunk/netsurf/; revision=13152
* Implement user interface for external hotlist app details.Steve Fryatt2011-11-1910-61/+183
| | | | svn path=/trunk/netsurf/; revision=13151
* Config to enable external hotlist app to be launched via toolbar and menus.Steve Fryatt2011-11-192-2/+22
| | | | svn path=/trunk/netsurf/; revision=13150
* Fix rectangle plotter, process stroke_type. Ole Loots2011-11-171-83/+79
| | | | svn path=/trunk/netsurf/; revision=13149
* Squash warnings.Michael Drake2011-11-151-3/+6
| | | | svn path=/trunk/netsurf/; revision=13148
* Propagate mouse position during drags down to the core (needed for redraw eventsChris Young2011-11-131-0/+3
| | | | | | during drags, eg. selection bounding box, indication of node drop location, etc) svn path=/trunk/netsurf/; revision=13147
* Trap RMB and select the node under the pointer if no other node selectedChris Young2011-11-113-1/+52
| | | | svn path=/trunk/netsurf/; revision=13146
* Clicks become drags only after 2pxChris Young2011-11-101-14/+20
| | | | svn path=/trunk/netsurf/; revision=13145
* Revert r13138Chris Young2011-11-101-4/+3
| | | | svn path=/trunk/netsurf/; revision=13144
* fix redrawChris Young2011-11-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=13143
* Make default folder appear different (redraw seems to be broken at present)Chris Young2011-11-101-3/+46
| | | | svn path=/trunk/netsurf/; revision=13142
* Make default hotlist folder persistent across sessionsChris Young2011-11-104-11/+46
| | | | svn path=/trunk/netsurf/; revision=13141
* Amiga frontend update for r13139Chris Young2011-11-107-6/+43
| | | | svn path=/trunk/netsurf/; revision=13140
* Allow setting a default folder in the tree for hotlist entries to go into. ↵Chris Young2011-11-104-7/+83
| | | | | | | | | Frontends will need to be updated to use hotlist_set_default_folder() if they want to use this functionality. svn path=/trunk/netsurf/; revision=13139
* Update the title of the initial tab, even when the tab bar is hidden ↵Chris Young2011-11-091-3/+4
| | | | | | | | (ensures the correct title will be present if it is made visible) svn path=/trunk/netsurf/; revision=13138
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-088-263/+339
| | | | svn path=/trunk/netsurf/; revision=13137
* Removed calls to FrameInit/FrameExit ( was used for window components ). Ole Loots2011-11-082-13/+0
| | | | svn path=/trunk/netsurf/; revision=13136
* Reimplement the previous hotlist menu refresh code, as the bug causing the ↵Chris Young2011-11-072-10/+9
| | | | | | | | previous problems was fixed ages ago. Make the timing configurable for now but default to off. svn path=/trunk/netsurf/; revision=13135
* Fix bug #3433954: make containing_block available to layout_table so it can ↵John Mark Bell2011-11-061-0/+4
| | | | | | resolve percentage height specified on an absolutely-positioned table. svn path=/trunk/netsurf/; revision=13130
* Hack around curl complaining about junk gzip streamsJohn Mark Bell2011-11-051-2/+10
| | | | svn path=/trunk/netsurf/; revision=13129
* Fix bug #3433840: <img style="display: table" src="..."> will crash if the ↵John Mark Bell2011-11-051-2/+1
| | | | | | | | | | | image fetch completes before initial layout. A number of things wrong here: 1) The BOX_TABLE generated for the img shouldn't ever have been associated with the object (it should have been associated with the implied BOX_TABLE_CELL) 2) The layout engine's decision to treat BOX_TABLE/BOX_INLINE_CONTAINER with associated objects differently from non-replaced TABLE/INLINE_CONTAINERs seems wrong (looking though SVN history, it appears that this was introduced as part of the very first frames implementation, since replaced (twice!)) 3) Now we fetch objects in parallel with building the box tree, we're open to this kind of race condition. svn path=/trunk/netsurf/; revision=13128
* Fix bug #3433787: ignore empty meta refresh content attribute.John Mark Bell2011-11-051-8/+28
| | | | | | Squash memory leaks in error cases. svn path=/trunk/netsurf/; revision=13127