Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-07 | qxt-mini: remove logspam | Stanislaw Halik | |
2019-06-26 | qxt-mini: appease clang | Stanislaw Halik | |
2018-02-21 | docs: add doxygen | Stanislaw Halik | |
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2017-05-30 | fix linux hotkeys | Stanislaw Halik | |
Requested-by: @miniskipper and many others | |||
2017-02-25 | qxt-mini: multiple Linux support fixes | Stanislaw Halik | |
- Register an event filter once and keep it there. The refcount goes out of whack. Will further investigate. - Use an iterator over all shortcuts registered for given key combination - Lessen logspam Keyboard shortcut support on Linux looks pretty good now. The issue that blocked keys from being further processed was running XGrabKey multiple times with various modifiers. XGrabKey will block unlisted modifiers from being passed to other apps. The solution was to register once with AnyModifier and care about modifiers only later. | |||
2017-02-25 | qxt-mini: refcount identical shortcuts rather than dropping them | Stanislaw Halik | |
Only for Linux. The OSX code should stay intact however. | |||
2017-02-25 | qxt: remove ifdefs for Qt4. We're not using it again. | Stanislaw Halik | |
2015-11-01 | qxt-mini: make own module | Stanislaw Halik | |
2015-10-30 | qxt: fix unix build | Stanislaw Halik | |
2014-09-24 | CRLF -> LF conversion .git/index removal | Stanislaw Halik | |
Forgot to do it earlier, hence trash commits in recent days | |||
2013-11-22 | revert qxt changes | Stanislaw Halik | |
2013-11-03 | "fix" crapintosh build | Stanislaw Halik | |
2013-10-15 | import cut out qxtgui/global-shortcuts :( sorry guys! | Stanislaw Halik | |