12
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
optimize StackingList::lower(), and add comments in raise()/lower() More... about 20 years ago
since transients are kept on the same workspace as their parents, there's no reason to check if a transient is on the same workspace when raising... More... about 20 years ago
optimize StackingList::raise() More... about 20 years ago
remove debug output More... about 20 years ago
better defaults when starting blackbox for the first time More... about 20 years ago
Results is not the default style anymore More... about 20 years ago
god, stl is wierd More... about 20 years ago
part 1 of a larger change to the way windows are stacked... when raising windows, let's be super clever: More... about 20 years ago
updates More... about 20 years ago
make StackingList::raise() and ::lower() return an iterator to the entity at its new position in the stack More... about 20 years ago
calculate and display total size More... about 20 years ago
BWindowGroup::removeWindow() could delete the group, so make sure we call removeTransient() before removeWindow() More... about 20 years ago
the transientList must be empty before destroying the group More... about 20 years ago
cleanup BlackboxResource and ScreenResource more... ScreenResource now lives in its own file... More... about 20 years ago
1. make the "Disable bindings with scroll lock" resource application wide, not per-screen More... about 20 years ago
don't clear the ChangeLayer function when going fullscreen, we rely on it quite a bit, especially in fullscreen mode More... about 20 years ago
changeLayer should work when going to fullscreen mode More... about 20 years ago
managed windows may also be group leaders, in which case transients of such windows should be put into the managed window's transient list (not into the group transient list). More... about 20 years ago
copyright year update More... about 20 years ago
copyright year update More... about 20 years ago
make changeLayer() work on all transients, similar to iconify(), changeWorkspace(), etc. More... about 20 years ago
this is 0.70.0cvs, not beta2 More... about 20 years ago
make sure that transients automatically inherit their parents' workspace, no matter if the user or the client changes it. More... about 20 years ago
1. when doing an opaque resize, the maximize flag should be cleared when the resize starts, not when it finishes More... about 20 years ago
make bsetbg -d work More... about 20 years ago
consistency cleanups More... about 20 years ago
move all of the window settings into BlackboxResource, meaning they are no longer per-screen settings. More... about 20 years ago
update todo More... about 20 years ago
add write() overload taking a std::string More... about 20 years ago
make the mouse wheel scroll through all workspaces More... about 20 years ago