-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show layer icon near mouse pointer (win-tray) #1031
Commits on May 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0f06fd - Browse repository at this point
Copy the full SHA d0f06fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac89d5a - Browse repository at this point
Copy the full SHA ac89d5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0b49b - Browse repository at this point
Copy the full SHA 7a0b49bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 824e705 - Browse repository at this point
Copy the full SHA 824e705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b8dcc - Browse repository at this point
Copy the full SHA 86b8dccView commit details -
rename to icon_act_p to clearly indicate it's not an icon
add gui struct Icn
Configuration menu - View commit details
-
Copy full SHA for 3e0d008 - Browse repository at this point
Copy the full SHA 3e0d008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5572e56 - Browse repository at this point
Copy the full SHA 5572e56View commit details -
gui: dupe main icon as an image
to fix nwg bug when loading ICONs as images, which we need for menu/tooltip icons
Configuration menu - View commit details
-
Copy full SHA for b29c744 - Browse repository at this point
Copy the full SHA b29c744View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a50fc - Browse repository at this point
Copy the full SHA a4a50fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96d3dda - Browse repository at this point
Copy the full SHA 96d3ddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fee36c - Browse repository at this point
Copy the full SHA 6fee36cView commit details -
gui: refactor set_menu_item_cfg_icon
use a separate get_icon_from_file to read from file, then convert image to various formats for the icon/tooltip/tray
Configuration menu - View commit details
-
Copy full SHA for 9bd8437 - Browse repository at this point
Copy the full SHA 9bd8437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03f3550 - Browse repository at this point
Copy the full SHA 03f3550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d2b6c - Browse repository at this point
Copy the full SHA 22d2b6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c493c - Browse repository at this point
Copy the full SHA 20c493cView commit details -
win-tray: add IS_TT conditional flag for tooltip activation
to be read from user config
Configuration menu - View commit details
-
Copy full SHA for 5f9b047 - Browse repository at this point
Copy the full SHA 5f9b047View commit details -
Configuration menu - View commit details
-
Copy full SHA for b488f63 - Browse repository at this point
Copy the full SHA b488f63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e006db - Browse repository at this point
Copy the full SHA 2e006dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 862226c - Browse repository at this point
Copy the full SHA 862226cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8391471 - Browse repository at this point
Copy the full SHA 8391471View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ff71d - Browse repository at this point
Copy the full SHA 74ff71dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1d5d70 - Browse repository at this point
Copy the full SHA c1d5d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d679f - Browse repository at this point
Copy the full SHA 22d679fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec6536c - Browse repository at this point
Copy the full SHA ec6536cView commit details -
gui: refactor update_app_data into as separate function
so that it can be used on config reload
Configuration menu - View commit details
-
Copy full SHA for 7ca9417 - Browse repository at this point
Copy the full SHA 7ca9417View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5f78b7 - Browse repository at this point
Copy the full SHA b5f78b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a57763 - Browse repository at this point
Copy the full SHA 5a57763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66e11ee - Browse repository at this point
Copy the full SHA 66e11eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37968c1 - Browse repository at this point
Copy the full SHA 37968c1View commit details -
gui: add update_tooltip_data to track tooltip size changes on config …
…reload both gui-driven and kanata-driven
Configuration menu - View commit details
-
Copy full SHA for a10f9e3 - Browse repository at this point
Copy the full SHA a10f9e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eb52a3 - Browse repository at this point
Copy the full SHA 8eb52a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 596f2fa - Browse repository at this point
Copy the full SHA 596f2faView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3da43a - Browse repository at this point
Copy the full SHA f3da43aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb52cec - Browse repository at this point
Copy the full SHA fb52cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 623ef5b - Browse repository at this point
Copy the full SHA 623ef5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2e6fba - Browse repository at this point
Copy the full SHA d2e6fbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c0a6bf - Browse repository at this point
Copy the full SHA 7c0a6bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79cd2b3 - Browse repository at this point
Copy the full SHA 79cd2b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c709d78 - Browse repository at this point
Copy the full SHA c709d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9262608 - Browse repository at this point
Copy the full SHA 9262608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f885e9 - Browse repository at this point
Copy the full SHA 6f885e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ba6957 - Browse repository at this point
Copy the full SHA 8ba6957View commit details -
the mouse pointer can be on a screen with a different DPI, so can't store one even if our app is on the same screen (as it's a tray app)
Configuration menu - View commit details
-
Copy full SHA for 1da4cd7 - Browse repository at this point
Copy the full SHA 1da4cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e23d0ea - Browse repository at this point
Copy the full SHA e23d0eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f098f0 - Browse repository at this point
Copy the full SHA 7f098f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0660621 - Browse repository at this point
Copy the full SHA 0660621View commit details -
Configuration menu - View commit details
-
Copy full SHA for f88795c - Browse repository at this point
Copy the full SHA f88795cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e238f - Browse repository at this point
Copy the full SHA 17e238fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e597eb9 - Browse repository at this point
Copy the full SHA e597eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb4648a - Browse repository at this point
Copy the full SHA eb4648aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 243eecb - Browse repository at this point
Copy the full SHA 243eecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3930e6 - Browse repository at this point
Copy the full SHA d3930e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for df975bb - Browse repository at this point
Copy the full SHA df975bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61937bb - Browse repository at this point
Copy the full SHA 61937bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4113ca4 - Browse repository at this point
Copy the full SHA 4113ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7322126 - Browse repository at this point
Copy the full SHA 7322126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 935268d - Browse repository at this point
Copy the full SHA 935268dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fa1e5b - Browse repository at this point
Copy the full SHA 0fa1e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63cf6c5 - Browse repository at this point
Copy the full SHA 63cf6c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c01329b - Browse repository at this point
Copy the full SHA c01329bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ae933 - Browse repository at this point
Copy the full SHA 52ae933View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ae5b5 - Browse repository at this point
Copy the full SHA e1ae5b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b2292 - Browse repository at this point
Copy the full SHA 25b2292View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b60b35 - Browse repository at this point
Copy the full SHA 5b60b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11019ca - Browse repository at this point
Copy the full SHA 11019caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26903b9 - Browse repository at this point
Copy the full SHA 26903b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ec82b - Browse repository at this point
Copy the full SHA 82ec82bView commit details -
gui: add support for showing notifications on config reloads
both gui-driven and kanata-driven
Configuration menu - View commit details
-
Copy full SHA for 097a918 - Browse repository at this point
Copy the full SHA 097a918View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a46b2c - Browse repository at this point
Copy the full SHA 5a46b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fe4015 - Browse repository at this point
Copy the full SHA 3fe4015View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4c8b4 - Browse repository at this point
Copy the full SHA fc4c8b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 329303e - Browse repository at this point
Copy the full SHA 329303eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c914cf - Browse repository at this point
Copy the full SHA 8c914cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0234f49 - Browse repository at this point
Copy the full SHA 0234f49View commit details -
Configuration menu - View commit details
-
Copy full SHA for e85073b - Browse repository at this point
Copy the full SHA e85073bView commit details
Commits on May 20, 2024
-
Co-authored-by: jtroo <j.andreitabs@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 91c030b - Browse repository at this point
Copy the full SHA 91c030bView commit details -
Co-authored-by: jtroo <j.andreitabs@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 088f489 - Browse repository at this point
Copy the full SHA 088f489View commit details -
Configuration menu - View commit details
-
Copy full SHA for a721142 - Browse repository at this point
Copy the full SHA a721142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45cb2f7 - Browse repository at this point
Copy the full SHA 45cb2f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 908bc6b - Browse repository at this point
Copy the full SHA 908bc6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f9ffdb - Browse repository at this point
Copy the full SHA 3f9ffdbView commit details