Kai S. K. Engelbart kske
  • Joined on 2020-08-15
kske pushed to kske-st at kske/st 2021-02-28 10:30:46 +01:00
1f332f0411 Add delkey patch (20201112)
kske pushed to master at kske/st 2021-02-28 10:28:01 +01:00
4ef0cbd8b9 remove unused variable from previous patch
28b4c822c5 ST: Add WM_ICON_NAME property support
fa253f077f bump version to 0.8.4
b27a383a3a config.mk: use PKG_CONFIG in commented OpenBSD section
81067c65ea LICENSE: bump years
kske pushed to master at kske/dwm 2021-02-28 10:27:02 +01:00
kske created repository kske/st 2021-02-28 10:25:30 +01:00
kske pushed to kske-dwm at kske/dwm 2021-02-27 11:11:04 +01:00
609f7a7a31 Apply fullgaps patch (6.2)
fcb3f2076b Apply hide vacant tags patch (6.2)
e76cb46959 Apply swallow patch (20201211)
61bb8b2241 Fix x coordinate calculation in buttonpress.
bb2e7222ba dwm.1: fix wrong text in man page
kske created repository kske/dwm 2021-02-27 11:09:42 +01:00
kske pushed to f/listener-level-priorities at zdm/event-bus 2021-02-22 19:10:50 +01:00
6c74af608c Allow @Polymorphic and @Priority on types, add value to @Polymorphic
kske created repository banana/definma-ui 2021-02-22 10:35:15 +01:00
kske created repository banana/definma-api 2021-02-22 10:34:31 +01:00
kske deleted branch f/exception-event from zdm/event-bus 2021-02-21 14:04:33 +01:00
kske pushed to develop at zdm/event-bus 2021-02-21 14:04:27 +01:00
d9ddc0e1a9 Merge pull request 'Add ExceptionEvent' (#12) from f/exception-event into develop
7c3cd017de Add system events section to README
6a2cad4ae5 Add ExceptionEvent
Compare 3 commits »
kske merged pull request zdm/event-bus#12 2021-02-21 14:04:26 +01:00
Add ExceptionEvent
kske closed issue zdm/event-bus#11 2021-02-21 14:04:26 +01:00
Event Handler Exception Handling With Events
kske pushed to f/exception-event at zdm/event-bus 2021-02-21 13:51:20 +01:00
7c3cd017de Add system events section to README
kske commented on pull request zdm/event-bus#12 2021-02-21 12:34:12 +01:00
Add ExceptionEvent

Because the InvocationTargetException specifically wraps an exception thrown by the event handler, while the IllegalAccessException and IllegalArgumentException are only thrown in the case of…

kske created pull request zdm/event-bus#12 2021-02-21 12:10:39 +01:00
Add ExceptionEvent
kske pushed to f/exception-event at zdm/event-bus 2021-02-21 10:37:18 +01:00
6a2cad4ae5 Add ExceptionEvent
kske deleted branch f/dead-event from zdm/event-bus 2021-02-21 09:16:40 +01:00
kske pushed to develop at zdm/event-bus 2021-02-21 09:16:34 +01:00
0f9b64be48 Merge pull request 'Add DeadEvent' (#9) from f/dead-event into develop
b2fe3a9d6c Log unhandled dead events
0036dc4829 Add DeadEvent
Compare 3 commits »
kske merged pull request zdm/event-bus#9 2021-02-21 09:16:33 +01:00
Add DeadEvent