Doyoun Kang [Tue, 27 Dec 2022 00:31:28 +0000 (09:31 +0900)]
package version up to 2.0.4
Change-Id: I944be6f80842a06c665649a2e945d5c2ee143fb6
Doyoun Kang [Tue, 27 Dec 2022 00:25:52 +0000 (09:25 +0900)]
fix savce issue on 64bit env
Change-Id: I3487d68eaff8cb181020b5d3c3d4bcedb4975adb
Seunghun Lee [Thu, 3 Mar 2022 06:36:50 +0000 (15:36 +0900)]
build: Fix build error occured by autoconf upgrade
Add a space at the beginning of the assignment of CFLAGS and LIBS.
Change-Id: I986f2c9374d041748f6e483d2f0af04516ac66d6
Sung-Jin Park [Sun, 6 Jun 2021 03:25:26 +0000 (12:25 +0900)]
pepper-evdev: fix to refer to event source only when it's valid
Change-Id: Id796f2ff420f071acf9133de84b90bd1b2fb1ae4
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Sun, 6 Jun 2021 03:24:42 +0000 (12:24 +0900)]
pepper-inotify: fix to refer to event source only when it's valid
Change-Id: I80d41932d29f76a1909f0b4d449ce00267ef644f
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 9 Nov 2021 08:01:33 +0000 (17:01 +0900)]
pepper-inotify: fix to remove an event source when error/hangup comes from it
Change-Id: Ia0c3f7b96fe7f2f0be4b73c58f63ed2bb83057ac
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 9 Nov 2021 07:59:53 +0000 (16:59 +0900)]
pepper-evdev: fix to remove an event source when error/hangup comes from it
Change-Id: If2f8e800294485eb071e360ce5287732c9470d88
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 9 Nov 2021 03:31:11 +0000 (12:31 +0900)]
pepper-inotify: correct to no longer read if an error occurs in fd
Change-Id: Ic23a223758ae77056fe31cd0a0210abc2a84ef5f
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 9 Nov 2021 03:30:35 +0000 (12:30 +0900)]
pepper-evdev: correct to no longer read if an error occurs in fd
Change-Id: Iabba3ac2d94e3a632be58cc2f06b06760c3e5013
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Mon, 8 Nov 2021 09:42:47 +0000 (18:42 +0900)]
tdm-hwc: remove unused variable
Change-Id: Ib143f45d7657cb676bf90ec05657940653cb3752
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
SooChan Lim [Tue, 28 Sep 2021 07:00:26 +0000 (16:00 +0900)]
Revert "object: add create/destroy api for external object"
This reverts commit
29f3b235eab9501d4d032a63824f68ef54cf98cc.
Change-Id: I37410a24fe9795aac1f4cd3ad5c22b2fecf417ea
SooChan Lim [Tue, 28 Sep 2021 00:04:33 +0000 (09:04 +0900)]
add PEPPER_TRACE
The user of pepper still use this PEPPER_TRACE macro.
So keep this macro alive.
Change-Id: Ie1cc33db551ab6b168f127251dc5e6e9b5bc5815
SooChan Lim [Mon, 27 Sep 2021 06:02:13 +0000 (15:02 +0900)]
tdm: split the visible_window_lnk into curr_vwin_list and candidate_vwin_list at hwc_window
Change-Id: If55394f4d4d123c99eafc72ae878e5ecb8d94e9c
SooChan Lim [Mon, 27 Sep 2021 06:11:24 +0000 (15:11 +0900)]
fix the log
fix the wrong paremeter
Change-Id: I2e0cdd374d8a7ae747944b56664168078c7edbfe
SooChan Lim [Mon, 27 Sep 2021 06:09:41 +0000 (15:09 +0900)]
tdm: correct the null check
fix the typo.
Change-Id: If65ae5b85e0f29520482c37a3a54ba366d6b87b0
SooChan Lim [Mon, 27 Sep 2021 06:07:01 +0000 (15:07 +0900)]
tdm: remove a dead code
Change-Id: I22ed14eb33d3a316a19456072f307150941549de
SooChan Lim [Mon, 27 Sep 2021 02:06:13 +0000 (11:06 +0900)]
donot need to check num_outputs
num_outputs could be zero.
Change-Id: Ice4565aeafc3452da6d3529d50abd5cca38521db
SooChan Lim [Mon, 27 Sep 2021 02:04:28 +0000 (11:04 +0900)]
tdm: remove output->hwc_destroy_listerner
fix the memory leak.
Change-Id: Ib88fcdf1b3e9cbf48cd74f7215fb7a43f29a18dd
SooChan Lim [Sat, 18 Sep 2021 03:29:31 +0000 (12:29 +0900)]
add include files for fixing build-break.
Change-Id: I0ba9bc21e53980dd2d0656cbcf1e2f6250f37633
SooChan Lim [Thu, 16 Sep 2021 13:22:11 +0000 (22:22 +0900)]
object: add create/destroy api for external object
The pepper exposes the create/destroy object api.
The pepper_object_create() generates an external object.
The pepper user can create an external object and destroy it.
Change-Id: Icceb20653573dea69e258932cb42b7ed833994f9
SooChan Lim [Mon, 13 Sep 2021 05:48:03 +0000 (14:48 +0900)]
tdm: tdm-backend use pepper_tdm_renderer_t
The tdm-output change the rendereing interface to use
pepper_tdm_renderer_t.
The tdm-output can get the output-side rendering interface through
pepper_tdm_output_create_renderer function.
Otherwise, it alse uses one of the two built-in rendering interfaces
which are pixman renderer and gl renderer.
Change-Id: I88ab0f0377851999148b696a14827a97cb3e354b
SooChan Lim [Mon, 13 Sep 2021 05:45:18 +0000 (14:45 +0900)]
tdm: add pepper_tdm_output_create_gl_renderer function
This function provides pepper_tdm_renderer which contains
built-in gl renderer.
Change-Id: I94215569ed8eb35eac4e9e86089a1f7353987749
SooChan Lim [Mon, 13 Sep 2021 05:42:21 +0000 (14:42 +0900)]
tdm: add pepper_tdm_output_create_pixman_renderer function
This function provides pepper_tdm_renderer which contains
built-in pixman renderer.
Change-Id: Ied4fbf79a39ab5fc603dcd851ce60c7e9d6d95c1
SooChan Lim [Mon, 13 Sep 2021 05:37:59 +0000 (14:37 +0900)]
tdm: add pepper_tdm_output_create_renderer function
The tdm provides the pepper_tdm_renderer_t and the
pepper_tdm_renderer_iface_t.
The tdm compositor can make own renderer implementations
with pepper_tdm_output_create_renderer function on a
pepper_tdm_output.
Change-Id: Ic50ea9e241f7042bfe6d90503c826bcf333efd15
SooChan Lim [Mon, 13 Sep 2021 05:22:39 +0000 (14:22 +0900)]
tdm: add pepper_tdm_output_get_display_buffer_queue function
This funtion provides tbm_surface_queue_h from pepper_tdm_output.
Change-Id: I40fa58f6cec73d5af9127f52627eacc6efcd1772
SooChan Lim [Mon, 13 Sep 2021 05:16:22 +0000 (14:16 +0900)]
tdm: add pepper_tdm_output_get_pixel_size function
This function provides the pixel size of the pepper_tdm_output.
Change-Id: I3d937880618554a1660803d394df2efc60f7f251
SooChan Lim [Mon, 13 Sep 2021 05:12:51 +0000 (14:12 +0900)]
tdm: add pepper_tdm_output_get_pepper_output function
This function is to get pepper_output form pepper_tdm_output.
Change-Id: Ie6b92b3e563e8652861a97360d2128e8bc6bfc0f
SooChan Lim [Mon, 13 Sep 2021 05:08:58 +0000 (14:08 +0900)]
tdm: add pepper_tdm_get_output function
The pepper_tdm_get_output returns pepper_tdm_output
with a given index on a pepper_tdm.
Change-Id: I2d2211bd1072aa2fcdf69f06689785b221ef3e01
SooChan Lim [Mon, 13 Sep 2021 05:04:16 +0000 (14:04 +0900)]
tdm: add pepper_tdm_count_outputs function
The pepper_tdm_count_outputs return the number of
pepper_tdm_outputs at pepper_tdm.
Change-Id: Ic5bbbdcdc9ea8bad249c1fcf6bead6b72862b23f
SooChan Lim [Fri, 10 Sep 2021 08:08:54 +0000 (17:08 +0900)]
tdm: implement the tdm_hwc display
output uses tdm_hwc.
Change-Id: I99bfc15c95c80d52a53aefcd60813ead77e1e1a0
SooChan Lim [Fri, 10 Sep 2021 08:07:04 +0000 (17:07 +0900)]
add pepper_tdm_hwc functions
Change-Id: Idff22254f676132d1bf28d9e2760da2800db4d92
SooChan Lim [Fri, 10 Sep 2021 08:01:34 +0000 (17:01 +0900)]
tdm: add pepper_tdm_hwc resources
Change-Id: Ic8e9e7adb346cc63e69aad094be9e0750a5158d1
SooChan Lim [Fri, 10 Sep 2021 07:59:21 +0000 (16:59 +0900)]
implement hwc at pepper
use pepper_hwc and pepper_hwc_entry
Change-Id: Iefa380828f58c62723a92e60abc1c0dba41d70eb
SooChan Lim [Fri, 10 Sep 2021 07:39:52 +0000 (16:39 +0900)]
add pepper hwc resources
pepper_hwc : pepper hw compositor.
pepper_hwc_entry : hwc entry related to the render item.
Change-Id: I7ad7a4bd83348a5b973460e7c324a7b0f5bbc1ec
SooChan Lim [Fri, 10 Sep 2021 05:26:40 +0000 (14:26 +0900)]
change PEPPER_TRACE into PEPPER_DEBUG
Change-Id: Ib69c3dc8d18be1d44d4d33adc5e14d040e7f3383
SooChan Lim [Fri, 10 Sep 2021 05:25:17 +0000 (14:25 +0900)]
add information log for tracing
Change-Id: I60498a0607ce846b11ee417fc6ac1e68aafc6512
SooChan Lim [Fri, 10 Sep 2021 05:17:17 +0000 (14:17 +0900)]
view: add and fix the trace log of view
Change-Id: I8a65d730ad9e26494a0b1e8600dfaa969fc8f167
SooChan Lim [Fri, 10 Sep 2021 05:11:36 +0000 (14:11 +0900)]
add t prefix to tdm_display and tdm_output
change the var name below.
- disp -> tdisplay
- output -> toutput
Change-Id: I13616e456f772571d3a33b24294a1918eb98c96a
SooChan Lim [Fri, 10 Sep 2021 04:59:13 +0000 (13:59 +0900)]
add an info log level
Change-Id: I8255980eb7c96353ebf2886c39d4a83491f03153
SooChan Lim [Fri, 10 Sep 2021 04:58:43 +0000 (13:58 +0900)]
fix the log format
Change-Id: I2e1ad3d1272e6af061f105704a544e761ce008e8
SooChan Lim [Fri, 10 Sep 2021 04:55:51 +0000 (13:55 +0900)]
fix the indentation
Change-Id: I167ae56f7a44a4968e32b6b8df5cf7a18d9392bd
SooChan Lim [Fri, 10 Sep 2021 04:42:10 +0000 (13:42 +0900)]
add sequence diagram of tdm create
Change-Id: I5c0895fa32365440dd5423f9cc99e102566564e1
SooChan Lim [Tue, 17 Aug 2021 05:25:02 +0000 (14:25 +0900)]
add platuml files
add class and sequence diagrams of pepper
Change-Id: Ie31c045d8b9e5e4fe7f505832f8c40b616bc65b4
SooChan Lim [Fri, 13 Aug 2021 04:26:30 +0000 (13:26 +0900)]
temporary: add the name argument at pepper_compositor_create_fd
This patch is a temporary one. This patch will be reverted later.
Change-Id: I50ae1145465ffbdf8b5a347531811651076d0dcf
SooChan Lim [Fri, 13 Aug 2021 00:20:08 +0000 (09:20 +0900)]
tdm-output: type casting
Change-Id: I897a8c2698a01e1090f27095a2d3b224f3c9b6c1
SooChan Lim [Tue, 27 Jul 2021 05:55:59 +0000 (14:55 +0900)]
move samples from src/samples to samples
Change-Id: I97f00617ce0a1db03de48dd9bd47ebce17bc2a2d
SooChan Lim [Mon, 26 Jul 2021 07:35:44 +0000 (16:35 +0900)]
make pepper-tests package
pepper-tests include the gtest unit tests for libpepper.
Change-Id: Ic241f1829b5c361e79a951b968cf7327534e35b0
dyamy-lee [Mon, 24 May 2021 09:21:32 +0000 (18:21 +0900)]
add xkb enable in doctor server
For using input generation with keymap, devicemgr needs predefined
keymap. So enable xkb in devicemgr.
Change-Id: I31f1fe652c94fb88beb47339a001d0fba43e7f1e
dyamy-lee [Thu, 6 May 2021 09:51:42 +0000 (18:51 +0900)]
doctor-client, sample-server : change about keycode
change keycode in sample-server.
for executable, it needs no offset +8, because it add offset inside keyrouter process.
change keycode in doctor-client.
for executable doctor-client by sending keycode, it needs offset +8.
Change-Id: I68e09f39b440f362f2684e50464ca025a8ce3126
dyamy-lee [Thu, 6 May 2021 09:47:36 +0000 (18:47 +0900)]
Include xkb in doctor
For using xkb keymap, create xkb and set keyboard.
Change-Id: Ica04ce57971f272376784f603f1dc89e22afe12f
dyamy-lee [Tue, 4 May 2021 04:41:44 +0000 (13:41 +0900)]
version up of tizen_input_device_manager_interface
for using ecore wl2 api, it needs tizen_input_device_manager_interface version 4.
So it changed version 2->4.
Change-Id: Idb2f15bf0b4facdb88ffe56fa6fee88df0467db5
jeon [Mon, 21 Dec 2020 07:30:25 +0000 (16:30 +0900)]
fix svace issues
- add null check
- free allocated memory
Change-Id: Ic609fce530c41e877311d83764c178cfd73bfeb4
SooChan Lim [Mon, 10 Aug 2020 02:29:53 +0000 (11:29 +0900)]
package version up to 2.0.3
xz does not use at this package.
Change-Id: Ifb91e5f71cc7e93999304e7aaaad49168047bb59
Seunghun Lee [Fri, 24 Jul 2020 05:46:29 +0000 (14:46 +0900)]
packaging: update version to 2.0.2
Change-Id: I0f9c18d0f3b994ba79a6dd7933ba4604a01d3398
Seunghun Lee [Fri, 24 Jul 2020 05:36:20 +0000 (14:36 +0900)]
keyrouter: check validation before access.
acess violation issue fixed.
Change-Id: Ifede6709f4b3d98f70d9c75f8f6ae7d0e8cb0fa4
Sung-Jin Park [Tue, 9 Jun 2020 04:20:47 +0000 (13:20 +0900)]
enable ASLR(Address Space Layout Randomization)
Change-Id: Id3a7ee840142a1c55b3b13233c4a44e2734c3c7b
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Seunghun Lee [Mon, 18 May 2020 04:40:47 +0000 (13:40 +0900)]
packaging: update version to 2.0.1
Change-Id: I8fb6965c465cf5ba38d34a44ae26f6de806f6055
Seunghun Lee [Mon, 18 May 2020 04:33:24 +0000 (13:33 +0900)]
doctor: bufmgr has to be initialized as a server explicitly.
The doctor as a display server has to initialize a bufmgr for server
explicitly. Otherwise, tbm_bufmgr_init might be failed in case of checking
an environment variable of TBM_SERVER on tbm library get removed.
Change-Id: Iae59246871cc59b3a6739e871f35bbc1426e53ca
Sung-Jin Park [Thu, 5 Mar 2020 03:48:53 +0000 (12:48 +0900)]
replace strerr*() functions with %m format for thread-safety
Change-Id: Ie75f6f325edbaab71d33743e21bdd7b8ea757fc6
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 25 Feb 2020 06:14:47 +0000 (15:14 +0900)]
packaging: add pkgconfig(libudev) to spec
Change-Id: I220fd84688b42c4b693ca87c496a47c23b1bacbd
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
jeon [Tue, 25 Feb 2020 01:00:04 +0000 (10:00 +0900)]
fix build warnings
- warning: specified bound depends on the length of the
source argument
- using source argument's length in strncat, strncpy
can cause string overflow
- so instead of use source length, to use snprintf
Change-Id: Ica4ece26165670ac968725d8a69a3431e9d9aa5a
jeon [Mon, 24 Feb 2020 08:33:20 +0000 (17:33 +0900)]
pepper_keyrouter: fix a toctou race condition to open a file
Change-Id: I04309a066310337881563574b891b98cd1078f9a
jeon [Wed, 4 Sep 2019 08:34:32 +0000 (17:34 +0900)]
pepper-keyrouter: fix a coverity issue
- PEPPER_CHECK is definition to check invalid values
using do-while, so continue command is not work
intentionally.
- so change to check value condition if instead
PEPPER_CHECK(do-while)
Change-Id: I2ca32e30b53e8ae2f23114233855ad3224d7895a
jeon [Thu, 8 Aug 2019 07:08:15 +0000 (16:08 +0900)]
fix svace issues
- pepper-keyrouter: do not store unused return value
- pepper-inotify: fix a memory leak
Change-Id: I65fcaffa450d8ebf6d3d4e6cef43bff0b8aa1fcc
jeon [Mon, 29 Jul 2019 09:31:32 +0000 (18:31 +0900)]
keyrouter: fix svace issues
- add a null check
- close a opened file
- check a tainted value
Change-Id: I7cabe3c25784d140ad75ac81806071559b658cdf
INSUN PYO [Wed, 24 Jul 2019 00:31:51 +0000 (09:31 +0900)]
Remove unnecessary setting
Change-Id: I5d66955182b0bcd63c1022b6fd5aa861494f40c7
lsj119 [Thu, 18 Jul 2019 06:50:22 +0000 (15:50 +0900)]
pepper-tdm: add ldconfig
Change-Id: I4119710a10cd6e1fa1cce39ae1a5d4195715e1e9
lsj119 [Thu, 18 Jul 2019 06:47:36 +0000 (15:47 +0900)]
pepper-drm: check ENABLE_DRM
Change-Id: I1d14b26e0e51293ac01552b4a7796c9097e6f38e
lsj119 [Thu, 18 Jul 2019 02:38:27 +0000 (11:38 +0900)]
add configure for drm
Change-Id: I6a191f08398796aaa3a4cfa62e584c202d47eaa9
Sung-Jin Park [Tue, 9 Jul 2019 09:40:54 +0000 (18:40 +0900)]
shell-client.c: fix to check null about globals
Change-Id: Ia14bdc29262f7aab22ed47a200f0f3114d73ea1b
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 9 Jul 2019 08:38:35 +0000 (17:38 +0900)]
packaging: update version to 2.0.0
Change-Id: I5b755c2659d7aaccde44c0a91e1acb628b2f55f7
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
jeon [Fri, 5 Jul 2019 02:40:52 +0000 (11:40 +0900)]
pepper-keyrouter: read keylayout file and check no privilege keys
Change-Id: I2e2ebb044aafc725d6381a5c38d6048dbd6478c1
Sung-Jin Park [Fri, 5 Jul 2019 04:09:18 +0000 (13:09 +0900)]
pepper-utils: fix pepper_security crash
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Thu, 4 Jul 2019 09:55:00 +0000 (18:55 +0900)]
pepper-utils: fix files for HAVE_CYNARA
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 3 Jul 2019 06:08:59 +0000 (15:08 +0900)]
pepper_keyrouter: fix to use pepper_security APIs instead of cynara APIs
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 3 Jul 2019 06:08:35 +0000 (15:08 +0900)]
pepper_devicemgr: fix to use pepper_security APIs instead of cynara APIs
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 2 Jul 2019 08:08:43 +0000 (17:08 +0900)]
pepper-utils: add pepper_security APIs
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Fri, 21 Jun 2019 06:11:41 +0000 (15:11 +0900)]
packaging: remove unnecessary texts
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Fri, 21 Jun 2019 04:13:28 +0000 (13:13 +0900)]
pepper-headless: separate package to headless-server package (remove source)
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Fri, 21 Jun 2019 02:30:16 +0000 (11:30 +0900)]
AUTHORS: update
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Thu, 20 Jun 2019 12:09:39 +0000 (21:09 +0900)]
packaging: add requires of xkbcommon to pepper-xkb-devel
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
jeon [Fri, 7 Jun 2019 06:55:36 +0000 (15:55 +0900)]
pepper_devicemgr: pairing input block's key press/release
Sung-Jin Park [Tue, 4 Jun 2019 07:17:58 +0000 (16:17 +0900)]
packaging: add requires capi-system-peripheral-io for pepper-headless
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
jeon [Tue, 4 Jun 2019 04:15:17 +0000 (13:15 +0900)]
devicemgr: pairing inputgenerator's key press/release
jeon [Mon, 3 Jun 2019 06:39:26 +0000 (15:39 +0900)]
headless_debug: implement a keymap print
jeon [Thu, 30 May 2019 09:39:15 +0000 (18:39 +0900)]
headless_debug: implement a keygrab_status
Sung-Jin Park [Wed, 29 May 2019 04:39:36 +0000 (13:39 +0900)]
headless_debug: add topvwins feature implementation
Change-Id: Ibc88582108406f6d92db21036cecc3ac6399f555
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 22 May 2019 08:59:54 +0000 (17:59 +0900)]
headless_debug: add winfo script and fix usage() and so on
Change-Id: Ie067007c0b717d01bf62e6ef0fc0a06b220d5e39
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 21 May 2019 08:23:12 +0000 (17:23 +0900)]
headless_debug: implement connected_client, reslist features
Change-Id: I107012f79237808193a9f7eb2a959ad42923fcdc
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 21 May 2019 02:10:13 +0000 (11:10 +0900)]
headless_debug: add information and exception handling for stdout/stderr redirections
Change-Id: I6f1f3f74bc198b381beb63c33d45cd28e98c2f03
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 21 May 2019 00:57:28 +0000 (09:57 +0900)]
headless_debug: fix indentation and remove spaces
Change-Id: I4b84946bcf15f8421e3fdfb8ef0599b039b5e735
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Mon, 20 May 2019 11:44:50 +0000 (20:44 +0900)]
headless_debug: add debug features
headless_debug provides some debug features such as wayland protocol
trace (event trace), redirection of STDOUT/STDERR, displaying keygrab
status, top-visible stack of windows and connected clients information.
Intially, enabling/disabling event trace features and redirection have
been added. The rest of the features will be added soon.
Change-Id: I800249045e785988a59fd2e5b904c98a00436e3f
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
jeon [Mon, 20 May 2019 08:46:38 +0000 (17:46 +0900)]
pepper-inotify: return a valid type value
Change-Id: I07bb4c7d444a5803d2a7ad900e7f4ce29d1b9b8a
jeon [Mon, 20 May 2019 08:28:35 +0000 (17:28 +0900)]
pepper-inotify: provide a path information to inotify event
Change-Id: I14f001668c885e81dbf4dffc2217c15fe1f7cbaf
jeon [Mon, 20 May 2019 07:30:37 +0000 (16:30 +0900)]
headless-server: check HL_UI_LED is initialized or not
Change-Id: I2edc0b91754e5a67f2f2ebd6bbedfb99b9793ab9
Sung-Jin Park [Fri, 17 May 2019 05:38:06 +0000 (14:38 +0900)]
headless input: move file into input directory
Change-Id: Ib6ea87bb6606be9b4aaee374731b52870d86b489
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Thu, 16 May 2019 08:42:51 +0000 (17:42 +0900)]
headless_server: enable dlog when PEPPER_DLOG_ENABLE is set
Change-Id: I4beccbdcfb03b94ee6c0438b86eaeab80e15fdea
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Thu, 16 May 2019 08:40:57 +0000 (17:40 +0900)]
headless_server: set STDOUT/STDERR bufferless
Change-Id: I71472f7e4a030d5827190d6ee4bc404733ab5541
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 14 May 2019 09:43:54 +0000 (18:43 +0900)]
output_led: set brightness to 0x1
Change-Id: If6d43fc15c7c164f922e39c2700f9a15641b7870
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Fri, 10 May 2019 10:47:16 +0000 (19:47 +0900)]
headless-client: removed (separated into headless-samples packag)
Change-Id: I36d6f4d818a7f2d6d9a85297a6ee711e51f8da8e
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>