summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2019-04-09import_export: prevent form closing before doing anything; update markupAndrew Dolgov
2019-03-21domdocument: remove old meta charset unicode hacks, replace with shorter xml ↵Andrew Dolgov
preamble utf8 hack (on loadhtml where it makes sense) af_readability: better (?) charset hack for non-unicode pages
2019-03-19support "picture" tags in articlesAndrew Dolgov
2019-03-17Fix missed hotkeys in googlereaderkeys pluginMichael Kuhn
2019-03-12Add set_basic_feed_info hook to af_comics to fix GoComics title and url.Rodney Stromlund
2019-03-11Refactor hotkeys to use keypress instead of keydownMichael Kuhn
keydown returns the "raw" key in event.which. Depending on the keyboard layout, this may not be what is wanted. For example, on a German keyboard, Shift+7 has to be pressed to get a slash. However, event.which will be 55, which corresponds to "7". In the keypress event, however, event.which will be 47, which corresponds to "/". Sadly, several important keys (such as escape and the arrow keys) do not trigger a keypress event. Therefore, they have to be handled using a keydown event. This change refactors the hotkey support to make use of keypress events whenever possible. This will make hotkeys work regardless of the user's keyboard layout. Escape and arrow keys are still handled via keydown events. There should be only one change in behavior: I could not make Ctrl+/ work and therefore rebound the help dialog to "?".
2019-03-08css: insensitive -> text-mutedAndrew Dolgov
2019-03-06toggle_sidebar: switch icon on clickAndrew Dolgov
2019-03-05af_redditimgur: update prefs markupAndrew Dolgov
2019-03-04toggle_sidebar: use hamburger iconAndrew Dolgov
2019-02-26bookmarklets: add more info linkAndrew Dolgov
2019-02-25pref-prefs: fix markupAndrew Dolgov
2019-02-23fill in some missing doctypes; use short doctype where it wasn'tAndrew Dolgov
2019-02-22plugins: update markupAndrew Dolgov
2019-02-22dialogs: use semantic markup instead of dlgsec stuffAndrew Dolgov
continue unifying quoting style for html strings
2019-02-22plugins/share: update layoutAndrew Dolgov
2019-02-21UI: add some more info links to relevant wiki pages; minor layout updatesAndrew Dolgov
2019-02-21af_readability: construct readability object inside try-catch blockAndrew Dolgov
2019-02-20add plugins/hotkeys_noscrollAndrew Dolgov
2019-02-20simplify dlgSec-related markupAndrew Dolgov
2019-02-19OTP: css fixesAndrew Dolgov
2019-02-06af_redditimgur: apparently imgur has link rel='image_src' now, let's use itAndrew Dolgov
2018-12-21fetch_file_contents: decompress gzipped dataAndrew Dolgov
af_readability: remove utf8 preamble hack
2018-12-14remove pub_set.png, replace usages with iconfontAndrew Dolgov
2018-12-13plugins/embed_original: move to attic repoAndrew Dolgov
2018-12-09remove vf_shared pixmapAndrew Dolgov
2018-12-09close_button: use vector iconAndrew Dolgov
2018-12-09center previously centered text on single line dialog panelsAndrew Dolgov
2018-12-09share plugin: fix unshare()Andrew Dolgov
2018-12-08add PluginHost.HOOK_INIT_COMPLETE (and make no_title_counters use it)Andrew Dolgov
2018-12-08bookmarklets: show pref link-buttons properlyAndrew Dolgov
2018-12-08render article on the client using headlines dataAndrew Dolgov
2018-12-07shorten_expanded: use dojo button, don't break attachment dropdown, other fixesAndrew Dolgov
2018-12-07af_psql_trgm: fix parameter not being quoted properly in showrelatedAndrew Dolgov
2018-12-07remove separate classes for various panels, unify under .panelAndrew Dolgov
remove a few other unnecessary css classes/ids
2018-12-07af_comics: add StonetossAndrew Dolgov
2018-12-06article note format updatesAndrew Dolgov
2018-12-06af_psql_trgm: fix showrelated() layoutAndrew Dolgov
2018-12-06plugins/mail, mailto: update iconsAndrew Dolgov
2018-12-06add icons to accordion panels in preferencesAndrew Dolgov
fix typo in pref-prefs closing panel tag
2018-12-05trgm: use vector icon, replace recently read iconAndrew Dolgov
2018-12-05remove mark_button (just use hotkeys or main icon, why is this even needed?)Andrew Dolgov
2018-12-05share by url stuff: use link icon instead of shareAndrew Dolgov
2018-12-05remove share.pngAndrew Dolgov
2018-12-05toggle_sidebar: use icon-fontAndrew Dolgov
2018-12-05plugins: note,shared - move to iconfontAndrew Dolgov
2018-12-05shorten_expanded: call unpackVisible() because there might be new stuff from ↵Andrew Dolgov
below if current is shortened
2018-12-04updates for flat theme (mostly disable old dijit overrides)Andrew Dolgov
2018-12-04normalize various font sizes and families between prefs & main UIAndrew Dolgov
change some dialogs layout a bit to maybe become more readable
2018-12-03plugins: mail, mailto: remove code from global contextAndrew Dolgov