platform/core/uifw/libds.git
2020-08-20 Junseok, KimZxdgShellV6: implement core methods 50/241650/1
2020-08-20 Sung-Jin ParkDSWaylandCompositor: change into singleton, add getInst... 49/241649/1
2020-08-20 Sung-Jin ParkexampleClient: implements wl_pointer/keyboard/touch... 48/241648/1
2020-08-20 Sung-Jin ParkexampleCompositor: create a seat and an input on _onIni... 47/241647/1
2020-08-20 Sung-Jin ParkDSSeat & DSInput : creates a DSWaylandSeat via DSWaylan... 46/241646/1
2020-08-20 Sung-Jin ParkDSWaylandTouch: initialize wl_touch, create wl_resource... 45/241645/1
2020-08-20 Sung-Jin ParkDSWaylandPointer: initialize wl_pointer, create wl_reso... 44/241644/1
2020-08-20 Sung-Jin ParkDSWaylandKeyboard: initialize wl_keyboard, create wl_re... 43/241643/1
2020-08-20 Sung-Jin ParkDSCompositor: remove input initialization including... 42/241642/1
2020-08-20 Sung-Jin ParkDSCore: include cassert for DS_ASSERT macro 41/241641/1
2020-08-20 jeonDSWaylandTizenInputDeviceManager: connect TizenInputDev... 40/241640/1
2020-08-20 SooChan LimTest: add registerCallbackSurfaceCreated test 39/241639/1
2020-08-20 SooChan LimDSWaylandCompositor: add callback function for surface... 38/241638/1
2020-08-20 Changyeon LeeDSWaylandBuffer: add skeleton code 37/241637/1
2020-08-20 Junkyeong KimDSWaylandServer: refactoring tizen-surface protocol... 36/241636/1
2020-08-20 Junkyeong KimDSWaylandOutput: use macros of Pimpl 35/241635/1
2020-08-20 Sung-Jin Parksamples: add exampleClient for testing exampleCompositor 34/241634/1
2020-08-20 Sung-Jin ParkDSWaylandCompositor: fix typo (waylandSruface -> waylan... 33/241633/1
2020-08-20 Sung-Jin ParkDSWaylandClient: implements fromWlClient(), does trivia... 32/241632/1
2020-08-20 Doyoun KangDSWaylandTizenPolicy: add skeleton code 31/241631/1
2020-08-20 SooChan LimDSCanvas: make DSZone at attachPolicyArea() 30/241630/1
2020-08-20 SooChan LimDSCompositor: return DSCanvas at _onInitialized() 29/241629/1
2020-08-20 Junseok, Kimzxdg_shell_v6: merge zxdg_shell_v6 protocol codes 28/241628/1
2020-08-20 Junseok, Kimmeson: remove build warning 27/241627/1
2020-08-20 SooChan LimTest: add DSZone test 26/241626/1
2020-08-20 SooChan Limbuild: link the static libds library to the libds-tests 25/241625/1
2020-08-20 SooChan LimDSZone: add DSZone class 24/241624/1
2020-08-20 SooChan LimDSPolicyArea: add functions to get the geometry of... 23/241623/1
2020-08-20 SooChan LimDSCore: include headears which are used frequently 22/241622/1
2020-08-20 jeonDSWaylandTizenInputDeviceManager: Imply macros for... 21/241621/1
2020-08-20 Junkyeong KimDSWaylandServer: add tizen_surface interface related... 20/241620/1
2020-08-20 SooChan LimDSWaylandCompositor: make DSWaylandSurface. 19/241619/1
2020-08-20 SooChan Limadd static functions to get a private __d_func(). 18/241618/1
2020-08-20 Sung-Jin ParkDSWaylandServer: update dswayland-server-*.cpp, .h... 17/241617/1
2020-08-20 Sung-Jin ParkDSWaylandClient: call add/remove a client to the DSWayl... 16/241616/1
2020-08-20 Sung-Jin ParkDSWaylandCompositor: add client created handler 15/241615/1
2020-08-20 Sung-Jin ParkDSWaylandClient: add client destroy handler 14/241614/1
2020-08-20 jeonDSInput: code refactoring 13/241613/1
2020-08-20 jeonDSInput-test: add DSInput DeviceAdd/Remove slot test 12/241612/1
2020-08-20 jeonDSInput: initialize values to nullptr 11/241611/1
2020-08-20 Sung-Jin ParkDSCompositor: initialize wayland display and input... 10/241610/1
2020-08-20 Doyoun KangDSWindow: add skeleton class 09/241609/1
2020-08-20 Sung-Jin ParkDSWaylandServer: implements DSWaylandPointer, DSWayland... 08/241608/1
2020-08-20 jeonDSLibinput: init/shutdown ecore system to use ecore... 07/241607/1
2020-08-20 jeonDSSeat: connects signals for device add/remove 06/241606/1
2020-08-20 jeonDSInput: Add device add/remove signals 05/241605/1
2020-08-20 SooChan LimDSLOG: remove new lines 04/241604/1
2020-08-20 Sung-Jin ParkDSWaylandServer: implements DSWaylandCompositor, DSWayl... 03/241603/1
2020-08-20 SooChan LimDSCanvas: initialize RenderEngine with EcoreEvas implem... 02/241602/1
2020-08-20 SooChan LimDSCompositor: initialize the Display Device with TDM 01/241601/1
2020-08-20 SooChan LimDSCompositor: change _onPrepareCanvas to _onInitialized 00/241600/1
2020-08-20 Junseok, Kimzxdg_popup_v6: Add ZxdgPopupV6 skeleton class 99/241599/1
2020-08-20 Junseok, Kimzxdg_toplevel_v6: Add ZxdgToplevelV6 skeleton class 98/241598/1
2020-08-20 Junseok, Kimzxdg_surface_v6: Add ZxdgSurfaceV6 skeleton class 97/241597/1
2020-08-20 Junseok, Kimzxdg_positioner_v6: add ZxdgPositionerV6 skeleton class 96/241596/1
2020-08-20 Junseok, Kimzxdg_shell_v6: Add ZxdgShellV6 skeleton class 95/241595/1
2020-08-20 jeonDSInput: control device add/remove events from libinput 94/241594/1
2020-08-20 SooChan Limremove DSHWC 93/241593/1
2020-08-20 SooChan LimDSOutput: change the DSOutput into IDSOutput 92/241592/1
2020-08-20 SooChan LimDSPolicyAread: make the DSPolicyAreadPrivate. 91/241591/1
2020-08-20 SooChan LimDSDisplayArea: make the DSDisplayAreaPrivate. 90/241590/1
2020-08-20 SooChan LimDSCanvas: make the DSCanvasPrivate. 89/241589/1
2020-08-20 SooChan LimDSCompositor: make the DSCompositorPrivate. 88/241588/1
2020-08-20 SooChan Limchange the raw pointers into the smart pointers 87/241587/1
2020-08-20 jeonDSInput: Add DSInputDevice's test cases 86/241586/1
2020-08-20 jeonDSInput: add DeviceSubclass enum 85/241585/1
2020-08-20 jeonDSInput: Imply pimpl macros 84/241584/1
2020-08-20 Sung-Jin ParkDSCore: clarify macros for PIMPL idiom 83/241583/1
2020-08-20 Sung-Jin ParkDSCore: add DS_ASSERT macro 82/241582/1
2020-08-20 SooChan LimDSCompositor: implement the eventloop with DSEventLoop... 81/241581/1
2020-08-20 SooChan LimDSEventLoop: add DSEventLoop class 80/241580/1
2020-08-20 jeonDSInput: Add a DSInputDevice class 79/241579/1
2020-08-20 jeonDSSeat: add keyboard/mouse/touch skeleton classes 78/241578/1
2020-08-20 Joonbum KoDSWaylandServer: add prototype codes related to wl_call... 77/241577/1
2020-08-20 Joonbum KoDSWaylandServer: add prototype codes related to wl_surf... 76/241576/1
2020-08-20 SooChan LimDSDisplayDevice: add the IDSDisplayDeviceOutputMode 75/241575/1
2020-08-20 jeonDSInput: Add a DSLibinput class to support libinput 74/241574/1
2020-08-20 SooChan LimDSDisplayDevice: implement HWC functions. 73/241573/1
2020-08-20 SooChan LimDSBuffer: add DSBufferQueueTBMImpl constructor with... 72/241572/1
2020-08-20 SooChan LimDSBuffer: add getTBMFormat method 71/241571/1
2020-08-20 SooChan LimDSDebug: add function name and end line at log macro 70/241570/1
2020-08-20 SooChan LimDSDisplayDevice: make IDSDisplayDeviceHWC be the smart... 69/241569/1
2020-08-20 SooChan LimDSDisplayDevice: make the pointers related to IDSDispla... 68/241568/1
2020-08-20 SooChan Limtest: change the smart pointer in DSDisplayDeviceTDMImp... 67/241567/1
2020-08-20 SooChan Limtest: change the DSDisplayDeviceOutput callback tests. 66/241566/1
2020-08-20 SooChan LimDSDisplay: create the DSDisplayDeviceOutputTDMImpl... 65/241565/1
2020-08-20 SooChan LimDSRender: redesign DSRender 64/241564/1
2020-08-20 SooChan LimDSBuffer: implement the DSBufferQueue methods 63/241563/1
2020-08-20 SooChan LimDSBuffer: add DSBufferTBMImpl constructor with tbm_surf... 62/241562/1
2020-08-20 SooChan LimDSBuffer: add getNativeBuffer on DSBUffer interface 61/241561/1
2020-08-20 SooChan LimDSBuffer: add some method to get the properties of... 60/241560/1
2020-08-20 SooChan Limtest: add DSDebugLog.h 59/241559/1
2020-08-20 Sung-Jin ParkDSObject: add test cases (DSObjectTest.*) 58/241558/1
2020-08-20 Sung-Jin ParkDSCore: add initial DSCore macros 57/241557/1
2020-08-20 Sung-Jin ParkDSObject: add/implments setName function 56/241556/1
2020-08-20 Junkyeong KimDSWaylandServer: add wl_output interface related protot... 55/241555/1
2020-08-20 Sung-Jin ParkDSCompositor: implements run(), basic functions using... 54/241554/1
2020-08-20 SooChan Limsamples: build exampleCompositor.cpp 53/241553/1
2020-08-20 jeonDSWaylandServer: imply Pimpl structure to DSWaylandTize... 52/241552/1
2020-08-20 jeonAdd default interface listener codes for tizen_input_device 51/241551/1
next