Commit Graph

  • a6643b7cd5 Only convert resource objects to windom types when extended type is set. Ole Loots 2011-12-12 19:38:58 +0000
  • 4c1922433b added save page handlers. Ole Loots 2011-12-10 01:06:48 +0000
  • 0dfb12d43b added save page handlers. Ole Loots 2011-12-10 01:06:23 +0000
  • a0ecaf6262 Commented and adjusted default options Ole Loots 2011-12-10 01:02:19 +0000
  • 556a0fe484 Removed option to configure knockout rendering, removed suppress_images option from frontend. Ole Loots 2011-12-10 00:38:21 +0000
  • c22038bed8 Fix bogus cache validation decision John Mark Bell 2011-12-08 22:44:19 +0000
  • 4e4cf305cb Fix bug #3454606: prevent double free of retrieval context when downloading John Mark Bell 2011-12-08 21:58:26 +0000
  • 4f4e7927bb toggle menu item when debug rendering is toggled. Ole Loots 2011-12-08 00:08:41 +0000
  • 3f72673316 remove debug message. Ole Loots 2011-12-07 23:19:33 +0000
  • 5c2406c30b force list of scheduled callbacks to be unique. Ole Loots 2011-12-07 23:05:50 +0000
  • 97dce15b9e Set input_window on click, instead of asserting input window equals the receiver window. Ole Loots 2011-12-06 22:49:54 +0000
  • 9f1de63949 Handle iconify correctly Ole Loots 2011-12-06 22:47:40 +0000
  • e7e8024be8 Fix focus element Ole Loots 2011-12-06 21:06:41 +0000
  • 3ba6a15fa7 Fix bug #3452421: retain hlcache retrieval context when reporting errors & rely on clients correctly releasing handles to clean up. John Mark Bell 2011-12-06 20:47:15 +0000
  • c673ba6c23 Disable rendering of interactive features when exporting as Drawfile. Michael Drake 2011-12-06 19:28:14 +0000
  • 4e3a4448ec Beginnings of a gstreamer binding. I've been sitting on this for too long John Mark Bell 2011-12-05 22:33:02 +0000
  • 61a36faf7f Add proposed small caps "x" and "q" mappings. Chris Young 2011-12-05 20:08:17 +0000
  • a0bbd87b1e Fix frameset resizing. Michael Drake 2011-12-05 13:49:34 +0000
  • 71a08da397 Support small caps using the font's designed characters. TODO: fallback to generated characters. Chris Young 2011-12-04 23:39:22 +0000
  • ccbca43457 Avoid memory leak when requested font cannot be opened. Chris Young 2011-12-04 20:06:53 +0000
  • 2ff45272d0 Fix utf-8 conversion. Ole Loots 2011-12-04 17:18:59 +0000
  • d7067aa873 Fix file drops Ole Loots 2011-12-04 17:18:29 +0000
  • 49ff4d5900 Fix conversion of local encoding to utf-8 Ole Loots 2011-12-04 17:18:07 +0000
  • b97ccb1f0f Log URL of external CSS which fails to fetch. Michael Drake 2011-12-04 15:11:30 +0000
  • e2ffd38c1e Fix monkey frontend John Mark Bell 2011-12-04 14:59:11 +0000
  • d2ce167021 Revert r13235 as we can now log URLs for hlcache_handles without an underlying content John Mark Bell 2011-12-04 14:56:54 +0000
  • f2993e6ed0 content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url John Mark Bell 2011-12-04 14:55:23 +0000
  • 890bb67993 Can't log an erroring content's URL. Michael Drake 2011-12-04 14:40:47 +0000
  • 051eedddeb Removed unused code. Ole Loots 2011-12-04 13:10:24 +0000
  • 7323f012ed Stick to OS features for drag feature - handle it almost blocking (improves user experience). Ole Loots 2011-12-04 13:05:00 +0000
  • c3be583d22 Added drag feature to the new url input. Ole Loots 2011-12-04 13:02:07 +0000
  • 3de9422594 Added copyright comment. Ole Loots 2011-12-04 12:54:49 +0000
  • 7d4a0be284 Fixed header, made different font plotters optional. Ole Loots 2011-12-04 12:53:03 +0000
  • 905b3c2641 Removed unused variable Ole Loots 2011-12-04 12:51:37 +0000
  • 6ef2df13f7 Fix const correctness John Mark Bell 2011-12-04 11:12:17 +0000
  • a06678dabf Don't use a designed font for oblique, only italic. Chris Young 2011-12-04 01:45:31 +0000
  • 0ce6fc409c Global list for diskfont.library fontengine cache Chris Young 2011-12-04 01:10:19 +0000
  • 7bd9158f18 Remove render/box.h include. Michael Drake 2011-12-03 19:51:55 +0000
  • 54408f6360 Fix select menu item selection in frames. Note: the API for front end select menus is a mess ATM. Michael Drake 2011-12-03 19:39:36 +0000
  • ebebdfda4b Fix framebuffer build. Michael Drake 2011-12-02 17:46:57 +0000
  • e2a7600e9a Big wodge of internal browser window scroll fixes, or "rationalisation of browser window scrollbar handling". Michael Drake 2011-12-02 16:10:13 +0000
  • 6a7e602bbd Avoid assertion crash when html object recieves favicon message. Michael Drake 2011-12-02 15:08:25 +0000
  • ce37fdb128 Support dragging from global history to hotlist Chris Young 2011-12-02 13:24:40 +0000
  • 8d685d7ac0 Use core file drop. Loop through entire list of dropped files. If multiple files are dropped and not handled by core, open in tabs; Activate the window on first file drop to workaround a bug where the window needed to be clicked before the file would appear. As using core functionality, DataTypes no longer used to parse dropped files (likely to be rarely needed anyway). Chris Young 2011-12-02 12:47:11 +0000
  • 751bf78241 Pass drops into iframes. Michael Drake 2011-12-01 23:52:45 +0000
  • ae222acbca Use core handling of file drop over browser window. Michael Drake 2011-12-01 23:51:37 +0000
  • 71a8a8118c Currently untested (and unused) "drop file on browser window" handling. Michael Drake 2011-12-01 21:51:04 +0000
  • 02780e1f2d Currently untested (and unused) "drop file on content" handling, and HTML implementation. Michael Drake 2011-12-01 21:49:57 +0000
  • 70c8d94858 Squash use of uninitialised variable warning. Michael Drake 2011-12-01 17:04:35 +0000
  • b20f47262b Open window by configured width, removed unused variables Ole Loots 2011-11-30 23:08:21 +0000
  • 9efb276f97 Copy (whole) URL on Copy key. Ole Loots 2011-11-30 22:37:57 +0000
  • 1f4ab6384c Removed unused declarations. Ole Loots 2011-11-30 22:37:32 +0000
  • 6f699c05b0 Removed unused declarations. Ole Loots 2011-11-30 22:36:52 +0000
  • 5f69abb504 release screen-lock when second lock check fails. Ole Loots 2011-11-29 23:19:18 +0000
  • 1c640bc529 Check for NULL Ole Loots 2011-11-29 22:05:44 +0000
  • dbffd36e14 Handle focus event within window_set_focus, select all when url input gets focus Ole Loots 2011-11-29 21:51:18 +0000
  • 4313de0584 Fixed inlude. Ole Loots 2011-11-29 21:32:47 +0000
  • 94bacf7b4f Added missing insert key conversion. Ole Loots 2011-11-29 21:31:31 +0000
  • 9f55b1cc7d Check return value of plotter->lock() Ole Loots 2011-11-29 21:22:01 +0000
  • d25f7cc27e make use of non-blocking request for screen lock. Ole Loots 2011-11-29 21:19:26 +0000
  • a7af4ba0c1 Pass mouse scrollwheel events to the core first Chris Young 2011-11-29 20:58:57 +0000
  • 4856a4c1fb Pass scroll wheel action into contents. Handle scrolling of box scrollbars and iframes. Michael Drake 2011-11-29 17:47:29 +0000
  • 9a29f4b4fe Call core to see if handles scroll wheel event first. Michael Drake 2011-11-29 15:17:35 +0000
  • 3299b9493b Call core to see if handles scroll wheel event first. Michael Drake 2011-11-29 14:22:08 +0000
  • 64c405c541 New function for sending a scroll request into a core browser window at a 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. Michael Drake 2011-11-29 14:20:25 +0000
  • 449e41e306 New function for applying a change in offset to a scrollbar. Michael Drake 2011-11-29 14:16:26 +0000
  • d54e5719d8 Remove redundant break. Michael Drake 2011-11-29 10:43:15 +0000
  • e79c7d2ce8 Fix caret position after deleting selection. Thanks to Ole Loots. Michael Drake 2011-11-29 10:40:30 +0000
  • 2f9ac934e6 Draw rectangle outline manually. Ole Loots 2011-11-28 23:29:35 +0000
  • 999410adc8 I'm actually trying to simplify the frontend code, changes: - 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 ). Ole Loots 2011-11-28 23:23:28 +0000
  • a7ba1b7ccd Fix function usage Chris Young 2011-11-28 21:10:58 +0000
  • 24486e342a Update frontends for r13185. Enabled new functionality, where it is not logical it can be switched off. Chris Young 2011-11-27 20:09:10 +0000
  • d169eefe59 Allow new (blank) hotlist entries to be created in the currently-selected folder (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. Chris Young 2011-11-27 20:07:26 +0000
  • 714f07c48b Rename nsurl_enquire to nsurl_has_component. Michael Drake 2011-11-27 18:32:06 +0000
  • 07309888d6 return; Fix bug #3442642: allow scheme-specific fetchers to have a say in whether an URL can be fetched. John Mark Bell 2011-11-27 14:14:36 +0000
  • f32fa6fa0e More response tags, updated docs with commands Daniel Silverstone 2011-11-25 18:08:30 +0000
  • dd3ac94a9c Avoid unused variable warning Rob Kendrick 2011-11-25 16:46:00 +0000
  • 60a9d3af3b Only make space for vertical box scrollbar if box has height set. Michael Drake 2011-11-24 17:22:25 +0000
  • 5970157fc7 Fix bug #3441539: downloads may be created from within frames John Mark Bell 2011-11-24 00:13:19 +0000
  • 8490662b09 Moved static declarations. Ole Loots 2011-11-23 22:38:38 +0000
  • a14f675fdb Removed unused variable, plot_line is now global. Ole Loots 2011-11-23 22:37:29 +0000
  • 01666a444f Log mimetype Ole Loots 2011-11-23 22:35:40 +0000
  • 6227acbd50 Properly redraw the rectangle outline Ole Loots 2011-11-23 22:34:38 +0000
  • 8b4c96a953 Comment's... Ole Loots 2011-11-23 22:33:02 +0000
  • cb84601b44 Removed debug output Ole Loots 2011-11-23 22:27:57 +0000
  • 5da485d423 Use new function nkc_to_input_key Ole Loots 2011-11-23 22:25:22 +0000
  • 0c7b4bc6c7 Removed FAQ entry for problems caused by stack overflow within mintlibs regex module. Ole Loots 2011-11-23 20:13:07 +0000
  • fbb3ed3ff4 Checkbox "Close on finish" becomes close button when download finished. Ole Loots 2011-11-23 20:01:47 +0000
  • 0b3977b52b Removed resize widget from statusbar ( Not needed anymore, window has native widgets now) Ole Loots 2011-11-23 19:59:24 +0000
  • a82f2721e6 Add global function to resolve Netsurf input key. Ole Loots 2011-11-23 19:56:20 +0000
  • 385ffaad7b Lock plotter during treeview redraw. Ole Loots 2011-11-23 19:55:03 +0000
  • c23ef5e7aa Remove drag n' drop constants, already defined by cflib.h Ole Loots 2011-11-23 19:53:54 +0000
  • de10eff59c Don't escape '|'. Michael Drake 2011-11-23 16:27:20 +0000
  • eb122c52d2 Fix cookie expiration John Mark Bell 2011-11-22 00:34:06 +0000
  • 3f395ec3bf Committing textarea_set_dimensions patch from Ole Loots. John Mark Bell 2011-11-21 09:09:28 +0000
  • 820312eb35 Update for modified libnsfb API Make thumbnailing work Vincent Sanders 2011-11-21 08:45:08 +0000
  • 747c66c982 Don't pass already handled keys to the URL Complete code. Don't scroll browser windows when the toolbar has focus. Steve Fryatt 2011-11-20 18:38:33 +0000
  • 98378081a7 Revert r13155 and re-implement fix properly. Steve Fryatt 2011-11-20 18:18:30 +0000
  • 49f583ba6e Remember page content handle when refreshing browser menu (bug #3420985). Steve Fryatt 2011-11-20 14:39:49 +0000
  • 527330eb4a Remove unused variable declaration. Steve Fryatt 2011-11-20 14:01:08 +0000