aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeLines
* feat: generic IEventDispatcherHEADdev zaaarf2024-09-01-4/+6
* fix: actually register the listener0.3.2 zaaarf2024-08-30-0/+3
* feat: isRegistered method on IBus zaaarf2024-06-04-1/+14
* fix: nullptr in case where event has no listeners0.3.1 zaaarf2024-06-02-1/+4
* feat: API simplification, allow multiple instances zaaarf2024-06-01-17/+20
* feat: unregisterListener0.2.0origin/dev zaaarf2023-08-23-0/+18
* chore: identifier leftovers0.1.4 zaaarf2023-08-23-14/+5
* chore: moved back the only remaining annotation0.1.3 zaaarf2023-08-23-0/+29
* chore: javadocs update zaaarf2023-08-23-5/+2
* feat: implemented listener registration0.1.2 zaaarf2023-08-23-12/+21
* fix: javadoc0.1.1 zaaarf2023-08-23-1/+0
* feat: made more efficient by using a separate interface for dispatchers zaaarf2023-08-23-33/+31
* feat: added support for un-canceling within a same listener zaaarf2023-08-23-3/+12
* chore: separated processor and api zaaarf2023-08-22-83/+0
* feat: IBus interface zaaarf2023-08-18-6/+31
* feat: presumably completed the first version of the api zaaarf2023-08-18-8/+175
* feat: initial basic api implementation zaaarf2023-08-17-0/+36