• Andrew Hodgkinson's avatar
    Sorted out Res files, including fixing position of 'bytes' label in one of the... · 20f5e4ab
    Andrew Hodgkinson authored
    Sorted out Res files, including fixing position of 'bytes' label in one of the Choices dialogues (I'd missed it out of a selection when everything else got moved down a bit). Unfaded Enc_Chinese menu entries, made sure text labels were wide enough for system font, changed 'Apply' on Choices dialogue to 'Set', and added ^K to hotlist keyboard shortcut lists.
    
    Print Setup (i.e. Print dialogue) buttons all set to 'local', so the
    stupid Toolbox doesn't close the dialogue and lose the caret before I
    can see if it was in there to start with...
    
    256 colour hotlist sprites taken back to standard 16 colour versions,
    since there's a significant speed penalty on slower machines. The
    testbed browser still has the 256 colour versions so the designs aren't
    completely lost.
    
    Changed access settings to exported builds to wr/r - lr/r was really getting
    on my nerves whenever I wanted to try something temporary out.
    
    View source, save source and print handlers would all try to work if
    there was no source to act on - despite the fact that toolbar buttons
    would be greyed out form them. This is fixed.
    
    The Navigate menu has components greyed to match the toolbar state,
    when opened. It isn't kept up to date dynamically, though this shouldn't
    really be a problem (reopen the submenu...). As part of this, finally
    sorted out conditions for the Stop button to be greyed, or the
    GoTo/Go/Stop tristate to be at 'Stop' versus 'GoTo'.
    
    Deferred reformatting is now disabled for external image fetches.
    
    Browser-local client pull flag removed; hitting the Stop button simply
    cancels any null handlers working for it. That way, client pull switches
    back on in passing at the next fetch (it was never really switched off).
    So to stop client pull, hit the stop button at any point.
    
    Done CELLPADDING attribute; cellpadding field in reformat_cell (Global.h)
    is redundant since the table token is accessible from there, and so it has
    been removed. CELLSPACING support also added.
    20f5e4ab
!RunD,feb 4.9 KB