2
I Use This!
High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 4 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
small change to get test to pass More... almost 12 years ago
update interfaces to compile with new tests (tests fail) More... almost 12 years ago
improve test_buffer_bundle.cpp a bit (add some EXPECTS and detect any thrown exceptions in buffer binding) More... almost 12 years ago
improve compositor and client iterations for getting and releasing buffers (does not compile yet) More... almost 12 years ago
move files to reflect 'buffer_bundle' instead of 'buffer_manager_client' More... almost 12 years ago
rename BufferManagerClient to BufferBundle More... almost 12 years ago
get tests to pass (tests are threadsafe, but use one big lock, need to change that) More... almost 12 years ago
get the first BufferManagerClient test to pass More... almost 12 years ago
get buffer_manager.create_client test to pass More... almost 12 years ago
change a test for buffer manager to better reflect its position in the system. BufferManager should not implement the BufferTextureBinder interface, as the BufferManagerClient is the class that will bind textures. BufferManager now has a is_empty function that can test if the class is workable More... almost 12 years ago
More tests on stacking grabs More... almost 12 years ago
ShellFilter More... almost 12 years ago
Remove spurious Application and ApplicationManager More... almost 12 years ago
Added ApplicationFilter More... almost 12 years ago
Merge from trunk. More... almost 12 years ago
Refactored ApplicationManager to talk to the SurfaceController via the interface application_surface_organiser. More... almost 12 years ago
astyle --recursive --style=allman \*.h \*.cpp More... almost 12 years ago
Remove spurious header More... almost 12 years ago
after a grab is released events are forwarded not grabbed More... almost 12 years ago
fixes noise in tests More... almost 12 years ago
if a grab is registered events are grabbed not forwarded More... almost 12 years ago
merged trunk More... almost 12 years ago
First cut at reworking the way input filters work More... almost 12 years ago
events are forwarded to next filter More... almost 12 years ago
Remove spurious comments More... almost 12 years ago
missing file More... almost 12 years ago
fixes noise in tests More... almost 12 years ago
First pass rework compiling with passing (but noisy) tests More... almost 12 years ago
Added first integration test for ApplicationManager and refactored layout of client-facing components (namespace/folder frontend). More... almost 12 years ago
update interfaces to use a std::shared_ptr instead of a raw pointer More... almost 12 years ago