Commit Graph

8 Commits

Author SHA1 Message Date
9f59279307 managers: Move visible flag to UI manager 2020-01-09 14:14:48 +00:00
094aa872ce Cleanups: fix deprecated g_type_class_add_private()
- use G_DECLARE_ and G_DEFINE_ macros
- move all data into ClassNamePrivate
- use _get_instance_private()

This should not introduce any functional changes or breakage.

Skipped two classes (EekKeyboard and EekboardContextService) for now in
order not to break the build.

These two classes are used in some very funky WIP code that tries to
circumvent encapsulation.

(Funky code is in eekboard/key-emitter.c and eekboard/eekboard-context-service.c)
2019-07-08 08:44:05 +02:00
9e5629d1e0 Enable Wayland's virtual-keyboard protocol
This commit includes a little restructuring necessary for keeping wayland objects properly.
It doesn't fix broken modifier functionality yet.
2019-06-25 18:12:15 +00:00
c0fdffac28 Separate keyboards from the dbus handler 2019-06-23 10:59:45 +00:00
d6feec8010 Removed d-bus paths from service class 2019-06-22 15:40:20 +00:00
6b15072764 dbus: Use generated code 2019-03-23 09:36:53 +00:00
42baa22cdc Add doc comment for libeekboard. 2011-08-24 17:43:00 +09:00
bb85885e5d Revamp server-client API. 2011-08-20 13:17:16 +09:00