Commit Graph

  • 64bb74bdaf fix mouse click processing Chris Young 2017-01-02 18:57:16 +0000
  • 48e95ad2b3 show/hide scrollbars as required move the sslcert scrollbars into the window as per the style guide Chris Young 2017-01-02 18:41:40 +0000
  • eb63c1cc50 update default framebuffer font path Vincent Sanders 2017-01-02 15:28:26 +0000
  • 0fafa9576e make the window title text common Chris Young 2017-01-02 15:02:32 +0000
  • 4892497a19 correct full-window redraw co-ords Chris Young 2017-01-02 14:55:17 +0000
  • 4b7abde7b0 ssl cert window should not have a close gadget Chris Young 2017-01-02 14:50:20 +0000
  • 98f94c4bf3 move mousemove back to the event loop and ensure the window is created cleared Chris Young 2017-01-02 14:41:08 +0000
  • e7c9b863b3 Take the redraw routine from old tree_redraw with less meddling Chris Young 2017-01-02 13:47:21 +0000
  • a9cc0792a4 migrate sslcert to use corewindow predictably blank Chris Young 2017-01-02 12:57:07 +0000
  • a5222b579b Windows: Fix font table to return nserror. Michael Drake 2017-01-02 12:10:14 +0000
  • e3b2f792c0 Framebuffer: Fix internal font table to return nserror. Michael Drake 2017-01-02 12:01:40 +0000
  • 24b7fdf438 Framebuffer: Fix freetype font table to return nserror. Michael Drake 2017-01-02 11:59:32 +0000
  • dab118b6f7 Amga core window redraw This almost certainly will not work properly Chris Young 2017-01-01 23:57:35 +0000
  • 3227ed6556 handle core window mouse buttons todo: support drags Chris Young 2017-01-01 17:26:55 +0000
  • eb1f39fe7d Process mouse moves and qualifier keys NB: we are doing mouse moves differently by using an IDCMP hook on space.gadget, as this gives us co-ordinates relative to the render area GID_DRAW object when the window is defined will need tagging ICA_TARGET, ICTARGET_IDCMP Chris Young 2017-01-01 16:45:27 +0000
  • 31c08f39be Basic event loop, only handles keypresses and window closure so far Chris Young 2017-01-01 14:53:37 +0000
  • c40e8197c2 Allow for the prospect of in-window scrollbars Chris Young 2017-01-01 14:34:04 +0000
  • 8196f5b602 Basic template for an Amiga core window Drawing and event processing not written yet Chris Young 2017-01-01 13:28:11 +0000
  • bb23418981 Merge branch 'chris/extmem' This enables AmigaOS4.1FEU1 to use Extended Memory for the storage of uncompressed bitmaps. Chris Young 2016-12-31 14:53:10 +0000
  • 86a0f14d0a Make the documentation reflect reality. ExtMem is enabled by default for now to give it a good workout. Disabled may be a more sensible default. Chris Young 2016-12-31 14:47:33 +0000
  • 8af9a8407b Don't unmap ExtMem immediately as: (a) it is upsetting the gif decoder (although I suspect it is caused by the OS struggling with the excessive remaps) (b) We are probably going to need to map it back in imminently for display Chris Young 2016-12-31 14:43:06 +0000
  • 36b26b861f Update to test ExtMem on OS4.1FEU1 Mostly works, but falls over when there are lots of tiny GIF anims on screen Chris Young 2016-12-31 14:17:22 +0000
  • 43bbdc520d Fix merge error Chris Young 2016-05-22 15:10:51 +0100
  • b7551fec72 NULL iextmem Chris Young 2016-05-22 15:05:54 +0100
  • 570212add2 Don't map an extmem area is it is already mapped, just extend the lifetime Chris Young 2016-05-01 15:11:07 +0100
  • adac4d98bb More logging Chris Young 2016-05-01 12:53:17 +0100
  • 982a59744f Revert "Disable ExtMem in palette-mapped modes" Chris Young 2016-05-01 12:34:42 +0100
  • 205abcf189 Debug logging Chris Young 2016-05-01 12:34:26 +0100
  • 937dce4f2e Schedule unmapping the extmem object to ensure it releases main memory Chris Young 2016-05-01 12:23:56 +0100
  • 493036a920 Documentation Chris Young 2016-05-01 12:01:14 +0100
  • a83afda791 Disable ExtMem in palette-mapped modes Something handling palette mapped images causes a freeze. Chris Young 2016-04-28 19:56:31 +0100
  • 0804c43bf1 Allocate uncompressed bitmap data in extended memory. This currently isn't working correctly - it simply freezes at some point after loading the page. Chris Young 2016-03-22 23:47:07 +0000
  • 5382ad2aa6 patch up cocoa use of depricated tree api Vincent Sanders 2016-12-31 01:04:05 +0000
  • 48f868a955 move tree compatability layer to amiga frontend Vincent Sanders 2016-12-31 00:53:20 +0000
  • 76673bbf65 add a todo Chris Young 2016-12-31 00:58:03 +0000
  • 5e523b608a Simply the event loop for the shared message port This now simply calls the event callback for each window, which returns TRUE is the window was closed during event processing. The window loop now restarts if any windows were closed, which fixes a potential rare issue with delayed event processing. Chris Young 2016-12-31 00:51:05 +0000
  • 9df30eb78f Update local history window to use event callback Chris Young 2016-12-31 00:43:06 +0000
  • d8eec1b048 Update print window to use event callback Chris Young 2016-12-31 00:37:59 +0000
  • d9c8d1c70c Update 401 login window to use event callbacks Chris Young 2016-12-31 00:30:42 +0000
  • d90e82d3f1 Simplify closing of windows on quit If they have a close callback it will be called. Some windows are attached to browser windows and closed elsewhere without using the callbacks. Chris Young 2016-12-31 00:14:44 +0000
  • 4893a9f9af Update download window to use event callbacks Chris Young 2016-12-31 00:11:06 +0000
  • 6ba5edaede Update GUI options window to use event callback Chris Young 2016-12-31 00:02:21 +0000
  • 47379c0444 Update treeviews to use event callback Chris Young 2016-12-30 13:06:42 +0000
  • 9379a64c6d Start tidying up Amiga event-handling code As we used a shared message port, we call different event-handling functions for different window types. This changes that so we register the event-handler as a callback so we can handle event processing for all windows generically. Currently the main browser window and find window use the new approach, so the handling still has a long list of window types. This should also make window_list private to gui.c Chris Young 2016-12-30 00:59:12 +0000
  • 7ca75a4cee RISC OS: Fix hotlist save. Michael Drake 2016-12-29 15:15:41 +0000
  • 7fc6e6c0c0 Atari: Fix typo. Michael Drake 2016-12-29 15:08:44 +0000
  • 32d2dda01c Old tree code compat layer: Update so it still builds. Michael Drake 2016-12-29 15:00:07 +0000
  • c60ab801f3 Windows: Update for new hotlist API. Michael Drake 2016-12-29 14:59:30 +0000
  • 512a4335da Atari: Update for new hotlist API. Michael Drake 2016-12-29 14:52:34 +0000
  • 354656b442 RISC OS: Update for new hotlist API. Michael Drake 2016-12-29 14:51:43 +0000
  • 4e5e9f1f5a gtk: Update for new hotlist API. Michael Drake 2016-12-29 14:49:39 +0000
  • b6be869f19 Hotlist: Allow hotlist initilialisation without hotlist corewindow. Michael Drake 2016-12-29 14:44:48 +0000
  • ded1979fa1 Treeview: Add API for attaching and detaching from corewindows. Michael Drake 2016-12-29 14:43:38 +0000
  • 7750d926ad Treeview: Allow treeview to be created "detached". Michael Drake 2016-12-29 14:42:25 +0000
  • 93fdbcc6de Treeview: Don't call corewindow callbacks if not attached to a corewindow. Michael Drake 2016-12-29 14:40:54 +0000
  • b93ae2c28f Treeview: Convert to using corewindow callback wrappers. Michael Drake 2016-12-29 14:39:44 +0000
  • fb0cdfed79 Treeview: Add wrappers for corewindow callbacks. Michael Drake 2016-12-29 14:29:48 +0000
  • 5f32f9ddd6 Revert "RISC OS: Squash unused variable." Vincent Sanders 2016-12-29 12:56:38 +0000
  • e7598fb0b5 fix unexpected opening of windows in riscos Vincent Sanders 2016-12-29 12:54:38 +0000
  • 7b7b1507d0 Revert "RISC OS: Ensure core's hotlist_init is called on startup." Michael Drake 2016-12-29 12:21:03 +0000
  • 2917af0a96 RISC OS: Squash set but unused variable. Michael Drake 2016-12-29 12:01:48 +0000
  • 7aa1dd601e RISC OS: Squash unused variable. Michael Drake 2016-12-29 12:01:29 +0000
  • 16b8d524e8 RISC OS: Squash unused variable. Michael Drake 2016-12-29 12:00:03 +0000
  • 07456db2dc RISC OS: Squash use of uninitialised variable. Michael Drake 2016-12-29 11:59:27 +0000
  • 743637a8d2 RISC OS: Ensure core's hotlist_init is called on startup. Michael Drake 2016-12-29 11:45:21 +0000
  • 49b1b0b3a5 Atari front end doesn't need the tree compat layer. Michael Drake 2016-12-28 19:17:23 +0000
  • 96e073a297 Merge branch 'vince/ro-corewindow' Vincent Sanders 2016-12-28 16:14:19 +0000
  • af6139bcb5 remove RISC OS treeview wrapper implementation Vincent Sanders 2016-12-28 16:07:04 +0000
  • 337f9948d5 Update RISC OS ssl certificate viewer to core window interface Vincent Sanders 2016-12-28 15:23:34 +0000
  • 72d3bec792 Update RISC OS global history to use core window interface Vincent Sanders 2016-12-27 11:45:18 +0000
  • af3a78060f Update RISC OS hotlist to use core window interface Vincent Sanders 2016-12-26 13:22:42 +0000
  • 05a35725d1 Update RISC OS cookie window to use core window interface Vincent Sanders 2016-12-09 14:04:55 +0000
  • e2bad05338 RISC OS corewindow implementation Vincent Sanders 2016-12-09 13:58:48 +0000
  • c7cf2d18de reformat riscos treeview source so it can be understood Vincent Sanders 2016-12-03 16:57:30 +0000
  • c8c7de976a Fix crash when treeview widget is reinitialised Vincent Sanders 2016-12-28 15:00:58 +0000
  • 770c277ccc Duktape: Prevent clang static analysis. Michael Drake 2016-12-28 15:06:08 +0000
  • 539d5da5c4 Duktape: Make declarations match definitions for duk_raw_read_xxx_be Michael Drake 2016-12-28 15:04:08 +0000
  • 7c03ae91fd Duktape: Update to version 1.6.0. Michael Drake 2016-12-28 15:01:03 +0000
  • f68a3f9d61 improve gtk corewindow documentation Vincent Sanders 2016-12-24 23:23:30 +0000
  • f27cc16d42 improve doc comments in windows corewindow handling Vincent Sanders 2016-12-09 13:56:30 +0000
  • d2742077b9 improve corewindow API documentation Vincent Sanders 2016-12-24 23:25:11 +0000
  • b227be8cd2 fix haiku target selection from commandline Vincent Sanders 2016-12-22 16:04:59 +0000
  • 71983d527e Tree compat layer: Fix assertion for multiple SSL cert windows. Michael Drake 2016-12-18 13:03:07 +0000
  • 54f01c7d7b RISC OS: Remove unused function declaration. Michael Drake 2016-12-18 13:02:02 +0000
  • 6c441fd4b1 remove unecessary include of depricated tree interface from beos Vincent Sanders 2016-12-16 15:14:26 +0000
  • 7a5b50be94 move test script into utils Vincent Sanders 2016-12-09 14:46:16 +0000
  • 9d77dc83bd Never warn the user about multiple tabs being open when we're in the process of quitting. Chris Young 2016-12-15 18:23:52 +0000
  • f04103398b Avoid leaking memory when typing Chris Young 2016-12-11 23:04:13 +0000
  • 407e58406b Remove nonsense comments Chris Young 2016-12-11 17:33:31 +0000
  • 7318b5b65a RISC OS: Free nsoptions Chris Young 2016-12-11 16:47:14 +0000
  • 4ad375c3b0 Ensure memory used by Messages is freed on exit Chris Young 2016-12-11 16:43:48 +0000
  • ba0895121b Ensure we close all opened resources when we early exit Chris Young 2016-12-11 16:16:11 +0000
  • 9d694f56bb Tidy-up init a bit Chris Young 2016-12-11 16:04:16 +0000
  • 433418a8e9 Finalise bitmap code last as purging the cache needs it Chris Young 2016-12-11 15:24:56 +0000
  • 34a587849c Move as much closedown as possible into gui_quit Chris Young 2016-12-11 15:17:42 +0000
  • 68e8152f3e Ensure OpenURL list is always freed Chris Young 2016-12-07 00:00:54 +0000
  • 8f9a652774 Revert "Ensure we free the pen list memory" Chris Young 2016-12-06 23:58:47 +0000
  • ecf2fdf612 Free the correct memory pointer Chris Young 2016-12-06 23:39:46 +0000
  • 74d7c2d2c2 Ensure we free the pen list memory Chris Young 2016-12-06 23:39:04 +0000
  • a440907b78 Fix memory leak Chris Young 2016-12-06 23:34:24 +0000