projects
/
platform
/
core
/
uifw
/
libds.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
subsurface: Add request_move signal
2023-06-19
Seunghun Lee
subsurface: Add request_move signal
commit
|
commitdiff
|
tree
2023-06-19
Seunghun Lee
subsurface: Add cached signal
commit
|
commitdiff
|
tree
2023-06-19
Seunghun Lee
subsurface: Add ds_subsurface_from_surface()
commit
|
commitdiff
|
tree
2023-06-16
Seunghun Lee
box: Use spaces instead of a tab for indentation
commit
|
commitdiff
|
tree
2023-06-15
Seunghun Lee
box: Remove duplicate transform calculation
commit
|
commitdiff
|
tree
2023-06-15
Seunghun Lee
Expose ds_subsurface as ABI
commit
|
commitdiff
|
tree
2023-06-15
Seunghun Lee
subsurface: Destroy after destruction of parent surface
commit
|
commitdiff
|
tree
2023-06-15
Seunghun Lee
subsurface: Add cached states
commit
|
commitdiff
|
tree
2023-06-13
Seunghun Lee
Expose ds_surface as ABI
commit
|
commitdiff
|
tree
2023-05-11
Seunghun Lee
drag: Fix wrong error check
commit
|
commitdiff
|
tree
2023-03-20
Seunghun Lee
Fix build error by -Werror=shadow
commit
|
commitdiff
|
tree
2023-03-20
Seunghun Lee
util: Fix mismatched declaration of prototype
commit
|
commitdiff
|
tree
2023-03-20
Seunghun Lee
input_device: Remove unused include
commit
|
commitdiff
|
tree
2023-03-20
Seunghun Lee
input_device: Put input_device impelmentation into...
commit
|
commitdiff
|
tree
2023-03-20
Seunghun Lee
compositor: Put compositor implementation into a directory
commit
|
commitdiff
|
tree
2023-03-20
Seunghun Lee
Add defs.h to export helper macros
commit
|
commitdiff
|
tree
2022-10-31
Seunghun Lee
Rename event types for consistency
commit
|
commitdiff
|
tree
2022-10-31
Seunghun Lee
Create wl_resource with minimum version
commit
|
commitdiff
|
tree
2022-10-31
Seunghun Lee
surface: Use DS_FLAG_* macros
commit
|
commitdiff
|
tree
2022-10-31
Seunghun Lee
Replace MIN macro with DS_MIN
commit
|
commitdiff
|
tree
2022-10-31
Seunghun Lee
Use DS_ASSERT macro instead of assert()
commit
|
commitdiff
|
tree
2022-10-31
Seunghun Lee
util: Add helper macros
commit
|
commitdiff
|
tree
2022-10-31
Seunghun Lee
Fix unused variable warning
commit
|
commitdiff
|
tree
2022-09-15
Seunghun Lee
surface: Flesh out handling viewport
commit
|
commitdiff
|
tree
2022-09-15
Seunghun Lee
surface: Add ds_surface_viewport
commit
|
commitdiff
|
tree
2022-09-06
Seunghun Lee
clients: Fix null dereferencing
commit
|
commitdiff
|
tree
2022-09-06
Seunghun Lee
clients: Silence wstringop-truncation warning
commit
|
commitdiff
|
tree
2022-09-06
Seunghun Lee
log: Replace strerror with strerror_r
commit
|
commitdiff
|
tree
2022-09-06
Seunghun Lee
client_buffer: Assert if shm_buffer is null
commit
|
commitdiff
|
tree
2022-08-26
Seunghun Lee
region: Add missing return
commit
|
commitdiff
|
tree
2022-08-26
Seunghun Lee
shm: Fix using negative fd
commit
|
commitdiff
|
tree
2022-08-26
Seunghun Lee
allocator/shm: Cast int to size_t to avoid warning
commit
|
commitdiff
|
tree
2022-08-26
Seunghun Lee
clients/simple-shm-shell: Don't use vulnerable functions
commit
|
commitdiff
|
tree
2022-08-26
Seunghun Lee
surface: Fix emitting commit event twice
commit
|
commitdiff
|
tree
2022-08-24
Seunghun Lee
Update .gitignore
commit
|
commitdiff
|
tree
2022-08-22
Seunghun Lee
data_device: Fix null-dereferencing
commit
|
commitdiff
|
tree
2022-08-22
Seunghun Lee
data_device: Fix crash with workaround
commit
|
commitdiff
|
tree
2022-08-22
Seunghun Lee
data_device: Add support for touch drag
commit
|
commitdiff
|
tree
2022-08-22
Seunghun Lee
data_device: Fix crash when destroying data_offer
commit
|
commitdiff
|
tree
2022-08-22
Seunghun Lee
data_device: Nullify {drag,offer}->source
commit
|
commitdiff
|
tree
2022-08-22
Seunghun Lee
data_device: Send dnd finish when destroying data_offer
commit
|
commitdiff
|
tree
2022-08-22
Seunghun Lee
data_device: Fix formatting
commit
|
commitdiff
|
tree
2022-08-22
Seunghun Lee
data_device, tinyds: Handle focus at data_device when...
commit
|
commitdiff
|
tree
2022-08-22
Seunghun Lee
seat: Add ds_seat_pointer_get_focused_surface()
commit
|
commitdiff
|
tree
2022-08-22
Seunghun Lee
data_device: Refactor code of drag and drop
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
tinyds: Handle request_start_drag event
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
tinyds: Call ds_seat_pointer_notify_enter() before...
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
tinyds: Fix server_view_at()
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
tinyds: Place toplevel surfaces on random position
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
data_device: Add start drag operation
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
seat: Add APIs needed by data_device
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
data_device: Create ds_data_device per seat_client
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
data_device: Add dnd implementation to ds_data_source_client
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
data_device: Add dnd implementation to ds_data_offer
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
data_deivce: Add dnd implementation to ds_data_source
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
seat: Rename ds_seat_keyboard_destroy_grab properly
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
seat: Fix formatting
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
xdg_shell: Add toplevel_set_activated()
commit
|
commitdiff
|
tree
2022-08-18
Seunghun Lee
packaging: Fix packaging break
Author:
Seunghun Lee
<shiin.lee@samsung.com>
commit
|
commitdiff
|
tree
2022-08-10
Seunghun Lee
exmaples: Remove an example 'wl-backend'
commit
|
commitdiff
|
tree
2022-08-10
Seunghun Lee
tinyds: Refactor out
commit
|
commitdiff
|
tree
2022-08-10
Seunghun Lee
Add a FIXME comment for later correction.
commit
|
commitdiff
|
tree
2022-08-10
Seunghun Lee
tinyds: Remove __attribute__((unused))
commit
|
commitdiff
|
tree
2022-08-05
Seunghun Lee
tinyds: Apply ds_data_device_manager
commit
|
commitdiff
|
tree
2022-08-05
Seunghun Lee
data_device: Add clipboard functionality
commit
|
commitdiff
|
tree
2022-08-05
Seunghun Lee
seat: Add implementation for selection source
commit
|
commitdiff
|
tree
2022-08-03
Seunghun Lee
output: Fix crash because of missing wl_list_init()
commit
|
commitdiff
|
tree
2022-08-03
Seunghun Lee
keyboard: Fix leak when destroying ds_keyboard
commit
|
commitdiff
|
tree
2022-08-03
Seunghun Lee
output: Add ds_output_{create,destroy}_global()
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
build: Set default warning_level=3
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
seat: Fix dangling focused_client in pointer
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
seat: Fix dangling focused_client in keyboard
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
buffer: Add null check after wl_array_add()
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
xdg_shell, xdg_shell_v6: Remove unreachable code
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
shm: Use snprintf() instead of vulnerable strcat()
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
region: Remove unreachable code
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
backend-wayland: Fix using uninitialized data
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
tinyds: Notify button event of pointer
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
xdg_shell_v6: Remove 'xdg-shell-unstable-v6-server...
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
seat: Add API for keyrouter
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
surface: Export ds_surface_get_wl_resource()
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
seat: Add ds_seat_set_keyboard()
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
surface: Export functions for surface role
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
keyrouter: Fix wrong validity check
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
keyrouter: Return an appropriate value
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
keyrouter: Fix wrong return value
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
security: Enable cynara to be built
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
tizen-util: Include an appropriate header
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
security: Refactor implementation for cynara
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
security: Remove meaningless double check
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
tinyds: Handle ds_seat
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
Add ds_seat
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
ds_output: Add ds_output_set_custom_mode
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
tinyds: Fix passing wrong arg to wl_container_of
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
tinyds-tdm: Fix build break
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
backend/wayland: Implement start() interface of ds_backend
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
tinyds: Use WAYLAND_DISPLAY and WAYLAND_SOCKET for...
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
backend/wayland: Remove writable flag from event source
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
examples/tinyds: Handle ds_pointer
commit
|
commitdiff
|
tree
2022-07-18
Seunghun Lee
examples/tinyds: Enhance readability
commit
|
commitdiff
|
tree
next