Commit Graph
12 Commits
Author SHA1 Message Date
Jeremy Plsek de7c495c4d Highlight agility shortcuts 2018-04-25 17:16:48 -04:00
Jeremy Plsek 9067d15af9 stretched mode: pass extended modifiers on click
The MouseEvent constructor says in its documentation to pass the extended modifiers. This contains alt, ctrl, meta, etc. Doing this also requires passing down the button pressed in the constructor.

Fixes #1618
2018-04-21 19:04:12 -04:00
Jeremy Plsek 579d35b294 geplugin: replace default action when pressing alt
Since clicking while holding alt searches the GE, update the default
action so the player can discover that the functionality exists.
2018-04-20 09:46:23 -04:00
Jeremy Plsek 1859a4fada geplugin: create input listener class 2018-04-20 09:38:49 -04:00
Jeremy Plsek f92f1ae6f7 clientui: don't update size if already maximized 2018-04-18 16:51:56 -04:00
Jeremy Plsek 43f0b0c7f2 tooltips: hug edge of screen instead of jumping
This is more noticeable for larger tooltips, but changing this feels more natural in general.
2018-04-08 17:37:58 -04:00
Jeremy Plsek 7640156c86 itemprices plugin: fix noted items not showing ge
The ge price did not show up for noted items, this fixes that.
2018-04-08 17:09:45 -04:00
Jeremy Plsek 53cf956547 Add bank value plugin 2018-03-18 12:11:34 -04:00
Jeremy Plsek b55fba573f bank item query: only search items in current tab 2018-03-18 11:46:47 -04:00
Jeremy Plsek 254c62bfab stack formatter: support larger stack sizes 2018-03-18 11:46:47 -04:00
Jeremy Plsek c12dc9b6c7 http-api: add batch lookup to ItemClient 2018-03-18 11:34:15 -04:00
Jeremy Plsek 3abe6f35df Add right click menu to screenshot button #797
- Add ability to open screenshot folder by right clicking the screenshot
  button. This partially fixes #797
2018-03-08 16:54:35 -05:00