summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use core handling of file drop over browser window.Michael Drake2011-12-011-82/+2
| | | | svn path=/trunk/netsurf/; revision=13216
* Currently untested (and unused) "drop file on browser window" handling.Michael Drake2011-12-012-0/+49
| | | | svn path=/trunk/netsurf/; revision=13215
* Currently untested (and unused) "drop file on content" handling, and HTML ↵Michael Drake2011-12-014-0/+172
| | | | | | implementation. svn path=/trunk/netsurf/; revision=13214
* Squash use of uninitialised variable warning.Michael Drake2011-12-011-1/+2
| | | | svn path=/trunk/netsurf/; revision=13213
* Open window by configured width,Ole Loots2011-11-305-31/+17
| | | | | | removed unused variables svn path=/trunk/netsurf/; revision=13212
* Copy (whole) URL on Copy key. Ole Loots2011-11-301-0/+12
| | | | svn path=/trunk/netsurf/; revision=13211
* Removed unused declarations.Ole Loots2011-11-301-12/+0
| | | | svn path=/trunk/netsurf/; revision=13210
* Removed unused declarations.Ole Loots2011-11-303-27/+2
| | | | svn path=/trunk/netsurf/; revision=13209
* release screen-lock when second lock check fails. Ole Loots2011-11-291-2/+4
| | | | svn path=/trunk/netsurf/; revision=13208
* Check for NULLOle Loots2011-11-291-5/+8
| | | | svn path=/trunk/netsurf/; revision=13207
* Handle focus event within window_set_focus, select all when url input gets focusOle Loots2011-11-292-4/+12
| | | | svn path=/trunk/netsurf/; revision=13206
* Fixed inlude.Ole Loots2011-11-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=13205
* Added missing insert key conversion. Ole Loots2011-11-291-1/+7
| | | | svn path=/trunk/netsurf/; revision=13204
* Check return value of plotter->lock()Ole Loots2011-11-293-14/+6
| | | | svn path=/trunk/netsurf/; revision=13203
* make use of non-blocking request for screen lock. Ole Loots2011-11-292-26/+32
| | | | svn path=/trunk/netsurf/; revision=13202
* Pass mouse scrollwheel events to the core firstChris Young2011-11-291-14/+42
| | | | svn path=/trunk/netsurf/; revision=13201
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars ↵Michael Drake2011-11-295-3/+77
| | | | | | and iframes. svn path=/trunk/netsurf/; revision=13200
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-0/+29
| | | | svn path=/trunk/netsurf/; revision=13199
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-2/+12
| | | | svn path=/trunk/netsurf/; revision=13198
* New function for sending a scroll request into a core browser window at a ↵Michael Drake2011-11-292-0/+61
| | | | | | given coordinate. Currently handles frames only. TODO: iframes and css overflow scrollable boxes. Front ends should call this to pass scroll wheel actions to the core. svn path=/trunk/netsurf/; revision=13197
* New function for applying a change in offset to a scrollbar.Michael Drake2011-11-292-0/+56
| | | | svn path=/trunk/netsurf/; revision=13196
* Remove redundant break.Michael Drake2011-11-291-1/+0
| | | | svn path=/trunk/netsurf/; revision=13194
* Fix caret position after deleting selection. Thanks to Ole Loots.Michael Drake2011-11-291-3/+6
| | | | svn path=/trunk/netsurf/; revision=13193
* Draw rectangle outline manually.Ole Loots2011-11-281-33/+82
| | | | svn path=/trunk/netsurf/; revision=13192
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-2818-839/+779
| | | | | | | | - Optimized browser window caret, uses back-buffer now. ( So no content redraw is scheduled by the frontend just for a caret move ) - Fixed a double redraw issue when the browser reformat is pending and the AES also sends an redraw request because of the resize. - Started to use netsurfs textarea instead of a custom implementation ( to reduce code size ). svn path=/trunk/netsurf/; revision=13191
* Fix function usageChris Young2011-11-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=13190
* Update frontends for r13185. Enabled new functionality, where it is not ↵Chris Young2011-11-275-9/+9
| | | | | | | | logical it can be switched off. svn path=/trunk/netsurf/; revision=13186
* Allow new (blank) hotlist entries to be created in the currently-selected folderChris Young2011-11-274-9/+46
| | | | | | | | | (if there is one) as this gives the user more control where their additions are being created. Functionality can be enabled/disabled by passing true/false to hotlist_add_folder/hotlist_add_entry. svn path=/trunk/netsurf/; revision=13185
* 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