0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
toolkit: Eliminates wlmtk_element_pointer_enter and wlmtk_element_pointer_leave, now handled by signals. More... about 1 month ago
toolkit: Migrates wlmtk_menu_item_t off the enter/leave virtual methods to the signals. More... about 1 month ago
toolkit: Migrates wlmtk_button_t off the enter/leave virtual methods to the signals. More... about 1 month ago
toolkits: Adds pointer_enter and pointer_leave events to wlmtk_element_t. More... about 1 month ago
toolkit: Replaces memcpy by direct struct assignment. More... about 1 month ago
chases libbase, also eliminating memset() and memcpy(). More... about 1 month ago
toolkit: Cleanup. Eliminates the use of memset(), and use C struct assignment instead. More... about 1 month ago
xwl: Fixes a crash due to a bad attribute reset. More... about 1 month ago
toolkit: Removes wlmtk_env_t. More... about 1 month ago
toolkit: Migrate from wlmtk_env_set_cursor to wlmtk_pointer_set_cursor. More... about 1 month ago
toolkit: Fixes #include quotes. More... about 1 month ago
toolkit: Adds input.c with a wrapper to wlr_cursor -- wlmtk_pointer_t. More... about 1 month ago
toolkit: Fixes keyboard assignment upon init. More... about 1 month ago
toolkit: Refactors wlmtk_element_pointer_motion call to take a struct as arg. More... about 1 month ago
toolkit: Eliminates wlr_seat also from wlmtk_env_t API. More... about 1 month ago
toolkit: Makes wlr_seat_ptr an explicit arg to wlmtk_surface, and eliminate it in wlmtk_env_t. More... about 1 month ago
toolkit: Adds wlr_seat_ptr as argument to wlmtk_window_create, as first step to eliminate wlmtk_env_t. More... about 1 month ago
clip, dock: Permit specifying preferred output. More... about 1 month ago
clip, dock: Permit specifying desired output in state.plist. More... about 1 month ago
backend: Handles case when wlr_output field is NULL. More... about 1 month ago
backend: Adds a testcase for first_fnmatch to retrieve the first output if no description given. More... about 1 month ago
backend: Adds wlmbe_output_description_first_fnmatch(). More... about 1 month ago
backend: Moves output description into a separate struct. More... about 1 month ago
toolkit: Fixes positioning of lock curtain and surfaces. More... about 1 month ago
toolkit: Handles session lock edge cases -- removal of active output, and changing layout of lock surfaces. More... about 1 month ago
toolkit: Permits surface to activate in tests, when env is NULL. More... about 1 month ago
dependencies: Tracks updates. More... about 1 month ago
libbase: Chases HEAD. More... about 1 month ago
lock: Adds basic unit tests for lock/unlock and lock/missing-unlock. More... about 1 month ago
lock: Refactor - moves wlmtk_lock_t into lock_mgr as wlmaker_lock_t. More... about 1 month ago