summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-2333-570/+608
| | | | svn path=/trunk/netsurf/; revision=13335
* Pass keyboard scroll events to the coreChris Young2011-12-231-50/+81
| | | | svn path=/trunk/netsurf/; revision=13334
* Make the RISC OS front end foreground/background menu options work.Michael Drake2011-12-233-18/+16
| | | | svn path=/trunk/netsurf/; revision=13333
* Add core options to disable fetch of foreground & background images.Michael Drake2011-12-234-6/+17
| | | | | | Remove broken background image option from RISC OS front end. svn path=/trunk/netsurf/; revision=13332
* Sync with specJohn Mark Bell2011-12-231-7/+7
| | | | svn path=/trunk/netsurf/; revision=13329
* Removed unused variable.Ole Loots2011-12-211-5/+2
| | | | svn path=/trunk/netsurf/; revision=13320
* Fixed display of download speed.Ole Loots2011-12-212-2/+2
| | | | svn path=/trunk/netsurf/; revision=13319
* Fixed display of download speed.Ole Loots2011-12-211-2/+2
| | | | svn path=/trunk/netsurf/; revision=13318
* Removed unimplemented function declarationOle Loots2011-12-211-1/+0
| | | | svn path=/trunk/netsurf/; revision=13312
* Add event listeners to WM_MOVED, WM_RESIZED, WM_FULLED instead of ↵Ole Loots2011-12-213-182/+133
| | | | | | overwriting the default handlers. Removed option atari_realtime_move. svn path=/trunk/netsurf/; revision=13311
* Delete comment that seems incorrect.Michael Drake2011-12-201-3/+0
| | | | svn path=/trunk/netsurf/; revision=13307
* When deleting multiple treeview nodes, don't redraw after every node is ↵Michael Drake2011-12-201-3/+31
| | | | | | deleted, only after the whole lot has gone. (Much faster.) Fix redraw to clear bottom of treeview after deleting nodes. svn path=/trunk/netsurf/; revision=13306
* Provide a generic fall-back scroll event handler for scroll wheels.Steve Fryatt2011-12-193-1/+66
| | | | svn path=/trunk/netsurf/; revision=13300
* Fix comments.Steve Fryatt2011-12-181-1/+7
| | | | svn path=/trunk/netsurf/; revision=13298
* Lose unnecessary intermediate variable assignments.Steve Fryatt2011-12-181-13/+10
| | | | svn path=/trunk/netsurf/; revision=13297
* Pass Page Up/Down info to the core for scrolling.Steve Fryatt2011-12-181-14/+51
| | | | svn path=/trunk/netsurf/; revision=13296
* Complete treeview context menu.Chris Young2011-12-182-107/+165
| | | | | | | | | Fix mouse trapping. Remove remaining buttons (from non-SSL trees). May return as a graphical toolbar at some point, but for now I'm glad to be rid of them. All the options are in the context menu. svn path=/trunk/netsurf/; revision=13295
* Fix assignment of option_target_blankOle Loots2011-12-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=13294
* Add named scroll offset values for page up, page down, top and bottom.Michael Drake2011-12-182-0/+32
| | | | svn path=/trunk/netsurf/; revision=13293
* Implement Home and End scroll functionality.Steve Fryatt2011-12-181-5/+9
| | | | svn path=/trunk/netsurf/; revision=13292
* Don't allow framesets to scroll out of view.Steve Fryatt2011-12-171-2/+15
| | | | svn path=/trunk/netsurf/; revision=13291
* Use correct RISC OS filetype for PNG when identifying native format.Steve Fryatt2011-12-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=13290
* Standardise code for mouse and keyboard scrolling of browser window.Steve Fryatt2011-12-171-127/+163
| | | | | | Pass keyboard scroll details on to the core when applicable. svn path=/trunk/netsurf/; revision=13289
* Provisional core scroll-wheel support - supports scroll events only.Steve Fryatt2011-12-171-7/+38
| | | | svn path=/trunk/netsurf/; revision=13288
* Start popuating treeview context menuChris Young2011-12-178-25/+107
| | | | | | Remove add folder/bookmark buttons from hotlist svn path=/trunk/netsurf/; revision=13287
* Look toolbar handles up directly from event data.Steve Fryatt2011-12-171-3/+7
| | | | svn path=/trunk/netsurf/; revision=13286
* Make scroll event handling module specific.Steve Fryatt2011-12-176-24/+125
| | | | svn path=/trunk/netsurf/; revision=13285
* Add some missing UTF-8 conversionChris Young2011-12-161-12/+25
| | | | svn path=/trunk/netsurf/; revision=13284
* More prep for treeview context menusChris Young2011-12-161-0/+26
| | | | svn path=/trunk/netsurf/; revision=13283
* Update from Samir HawamdehChris Young2011-12-161-7/+7
| | | | svn path=/trunk/netsurf/; revision=13282
* Install "if equals" comparisons are = not ==Chris Young2011-12-161-5/+5
| | | | svn path=/trunk/netsurf/; revision=13281
* fixed syntax-error. Ole Loots2011-12-151-2/+2
| | | | svn path=/trunk/netsurf/; revision=13280
* Updated settings dialog.Ole Loots2011-12-153-31/+142
| | | | svn path=/trunk/netsurf/; revision=13279
* added mode parameter to function find_gui_windowOle Loots2011-12-152-13/+37
| | | | svn path=/trunk/netsurf/; revision=13278
* fixed types for simple Mime type detection (which shouldn't have been ↵Ole Loots2011-12-151-3/+3
| | | | | | checked in...) svn path=/trunk/netsurf/; revision=13277
* Re-Enabled "View Source"Ole Loots2011-12-151-3/+8
| | | | svn path=/trunk/netsurf/; revision=13276
* fixed type. Ole Loots2011-12-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=13275
* Check if launch-handler config already has NetSurfChris Young2011-12-151-11/+30
| | | | svn path=/trunk/netsurf/; revision=13274
* Added save functionality to settings dialiog, fixed typo resulting in not ↵Ole Loots2011-12-152-38/+123
| | | | | | freeing the resource pointer. svn path=/trunk/netsurf/; revision=13273
* Remove throbber callback from schedule before scheduling a new one. Ole Loots2011-12-141-2/+9
| | | | svn path=/trunk/netsurf/; revision=13272
* Fix frame dimension calculations when required sizes don't fit the available ↵Michael Drake2011-12-141-14/+40
| | | | | | space. svn path=/trunk/netsurf/; revision=13271
* Added settings dialog, read only right now. Ole Loots2011-12-133-1/+571
| | | | svn path=/trunk/netsurf/; revision=13270
* Moved to mouse move handler to global events, and handle different window types.Ole Loots2011-12-122-56/+70
| | | | svn path=/trunk/netsurf/; revision=13269
* Only convert resource objects to windom types when extended type is set. Ole Loots2011-12-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=13268
* added save page handlers. Ole Loots2011-12-102-0/+92
| | | | svn path=/trunk/netsurf/; revision=13267
* added save page handlers. Ole Loots2011-12-101-4/+2
| | | | svn path=/trunk/netsurf/; revision=13266
* Commented and adjusted default optionsOle Loots2011-12-101-16/+48
| | | | svn path=/trunk/netsurf/; revision=13265
* Removed option to configure knockout rendering, removed suppress_images ↵Ole Loots2011-12-102-20/+4
| | | | | | option from frontend. svn path=/trunk/netsurf/; revision=13264
* Fix bogus cache validation decisionJohn Mark Bell2011-12-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13261
* Fix bug #3454606: prevent double free of retrieval context when downloadingJohn Mark Bell2011-12-081-11/+21
| | | | svn path=/trunk/netsurf/; revision=13260