├── README.md ├── _config.yml ├── _devel └── hc-devel-notes.txt ├── _layouts └── default.html ├── chrome.manifest ├── chrome ├── content │ ├── HideCaption.css │ ├── HideCaption.js │ ├── options.xul │ ├── overlay.xul │ └── windows.xml ├── locale │ ├── en-US │ │ └── option.dtd │ ├── zh-CN │ │ └── option.dtd │ └── zh-TW │ │ └── option.dtd └── skin │ ├── Close.gif │ ├── Drag.gif │ ├── Maximize.gif │ ├── Minimize.gif │ ├── Restore.gif │ └── style.css ├── index.md ├── install.rdf └── web_public └── content ├── help └── dynbars_en.html └── skin └── hcp_icon.png /README.md: -------------------------------------------------------------------------------- 1 | # Readme: 2 | 3 | 4 | Test ... [Dynamic Bars help (BETA!): ](web_public/content/help/dynbars_en.html) 5 | 6 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-slate 2 | 3 | title: Hide Caption Titlebar Plus 4 | -------------------------------------------------------------------------------- /_devel/hc-devel-notes.txt: -------------------------------------------------------------------------------- 1 | 2 | - Guardar mouse-move dsd el caption y los resize tb!! 3 | - Arranca maximizado pero movido! 4 | - Falla fullscreen sin menu-bar! 5 | check inFull en REstoreWin o algo asi vd?? 6 | 7 | - Falla restore en LINUX (es el maximize extra?) 8 | - Resizing var - falta this. !!! 9 | 10 | 11 | --------------------- /\/\/\/\ TODO /\/\/\/\ ------------------------- 12 | --------------------- \/\/\/\/ DONE \/\/\/\/ ------------------------- 13 | 14 | bye haveCaption_OnlyForRestore var. 15 | Some Fulllscreen problem (bad one when there ISNT MENU-BAR). New preference config: "use_caption", "smart" & others 16 | (hc-devel-notes.txt) 17 | -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |Working like browser's "Full Screen" option + color indicators: (autohide bars without moving page content! 🙂) | 93 |||
---|---|---|
Indicator color | Activate the Floating-Toolbars: (make them appear) |
96 | Deactivate them: | 97 |
101 | | |
104 | |
By mouse hovering: on:
107 | |
111 | |
112 | |
By activating/focusing Main-Menu ("File Edit ... Tools Help") if It's inside the float-bars. (default initialization) 115 | 116 | Done by ALT & F10 keys. | 117 | |
118 | |
By focusing Address/Url-field or Search-field (usually inside "Navigation toolbar") if they are inside the float-bars 121 | 122 | Done by F6, Ctrl+L, ALT+D, Ctrl+K. 123 | | 124 | |
127 | |
By F1 key. (This kinda 'hard'-activates it, meaning It remains always active until unconditionally-deactivated) 130 | Also by clicking the 'Dynamic/Floating Toolbars button/control' (in toolbar by default). 131 | 136 | | 137 | |
138 | |
By a relevant popup menu. | |
141 | |
Temporal activation by relevant actions like: | 144 | |