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
fix iconification restoration More... over 22 years ago
notes More... almost 23 years ago
focus changing fixes, i hope this is the last time this happens More... almost 23 years ago
removed empty windows, remove it from the changelog More... almost 23 years ago
keep shaped windows working More... almost 23 years ago
updated TODO More... almost 23 years ago
icky spaces More... almost 23 years ago
focus new window works again. Modifed show(), need to look into deiconify() More... almost 23 years ago
mapNotify was working on already mapped windows, this was causing the last window on the workspace to get focus even when 'last focus window' was set. It also meant windows were getting two or three setInputFocus() calls. setInputFocus() now checks if the window is focused before continuing. More... almost 23 years ago
Brad's snap cleanup code plus other small cleanups More... almost 23 years ago
small cleanups More... almost 23 years ago
empty_item was a bad idea, removing it. More... almost 23 years ago
don't ignore focus events that happen during a grab, only focus changes as a result of a grab or ungrab... this keeps focus from going screwy when using bbkeys to switch workspaces More... almost 23 years ago
unbreak Slit clients with a little modification to the BlackboxWindow constructor... we shouldn't reparent to frame.plate until we are sure that this is not a slit client... however, to make sure that property notifies are received correctly, we need to select for propertynotifies on the client before checking any properties... More... almost 23 years ago
1) make click raise work in slopp and click focus modes... this meant removing the updateFocusModel members from BlackboxWindow and Workspace More... almost 23 years ago
grab the server on startup and shutdown... we don't want to have windows mapping/unmapping/destroying while we are not processing events More... almost 23 years ago
fixing an indent issue More... almost 23 years ago
ignore focus events related to grabs... this solves things like netscape getting permanent focus if middle click on it while it is unfocused. More... almost 23 years ago
fix auto raise by making setFocusFlag() only stop the timer if it is removing focus More... almost 23 years ago
prepping the 0.65.0 alpha series More... almost 23 years ago
add comment for why we subtract 1 when drawing rubber bands More... almost 23 years ago
added some TODO items More... almost 23 years ago
small improvement to SendToMenu. It no longer wipes out the menu and then recreate it. Instead it removes what it must, adds what it needs and when possible only changes the label. More... almost 23 years ago
added the edgesnap patch and the fix for the odd off by one when resizing in non opsaque mode. Thanks xOr. More... almost 23 years ago
merged BlackboxWindow::frame.move_ with resize_ and created changing_. That is two less unsigned ints per window, but more importantly less duplicated data and code More... almost 23 years ago
gccache cleanup, no more icky stair step or macro More... almost 23 years ago
committing Brad's focus handling updates: <quote> it's a pretty hefty change, but it's needed for blackbox to correctly deal with focus changes and what not More... almost 23 years ago
edge snap honors shaded state More... almost 23 years ago
fixed the DISPLAY variable for real and properly. Toolbar weirdness solved by adding a setImageControl() method to BTexture. More... almost 23 years ago
cleanup the previous fix for the display string More... almost 23 years ago