summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2007-04-24the focus_client = NULL got moved by mistake.Dana Jansens
2007-04-24focus_order_remove is called in a few places. move the check for unsetting ↵Dana Jansens
focus_client into client_unmanage.
2007-04-24add support for _NET_WM_SYNC_REQUESTDana Jansens
2007-04-24save windows' colormaps rather than querying them from the server every time ↵Dana Jansens
you focus it
2007-04-24never mind on the hint idea, it was fun while it lasted. at least i know it ↵Dana Jansens
is there now.
2007-04-24hm, that was a silly error. the propogate mask shouldnt get the Hint thing ↵Dana Jansens
in it.
2007-04-24missing a thingerDana Jansens
2007-04-24add the PointerMotionHintMask everywhere, we dont need every mouse eventDana Jansens
2007-04-24set the eventmask on frame windows again..Dana Jansens
2007-04-24in shrinking resize the frame before the clientDana Jansens
2007-04-241. remove some old event handling that was not used at all. yay less bandwidth.Dana Jansens
2. make the client padding color show during resizes with drawContents off
2007-04-23place transients without a parent in the middle of the screenDana Jansens
dont use non-normal windows as parents
2007-04-23add a window between the frame and the plate for drawing the client border. ↵Dana Jansens
this way when the client window disappears, nothing gets rendered underneath it.
2007-04-23focus_client was becoming invalid if the focused client was unmanaged.Dana Jansens
2007-04-23cycling between dock windows now possible with the <panels>yes</panels> optionDana Jansens
2007-04-23leavenotify events messing up delayed focusDana Jansens
2007-04-23fix warningDana Jansens
2007-04-23extra commaDana Jansens
2007-04-23line up the top coords box nicerDana Jansens
2007-04-23include the header that has gethostnameMikael Magnusson
2007-04-23show the hostname of forwarded clients in the titlebarMikael Magnusson
2007-04-231) translate all of openbox's outputDana Jansens
2) update copyrights. 3) make release. ok that part not quite yet.
2007-04-23remove an unused variableDana Jansens
2007-04-23only show debug messages if you enable it on command line and remove extra ↵Dana Jansens
newline
2007-04-23fallback to desktops properlyDana Jansens
2007-04-23put the separator back in the spit up client list menuDana Jansens
2007-04-23back out r5812. you do want that thereDana Jansens
2007-04-23wasteful syncingDana Jansens
2007-04-23remove windows from the hash on hide, dont readd them again!Dana Jansens
2007-04-23unused variable "icons"Mikael Magnusson
2007-04-22stop listening to events on clients that are being unmanaged before ↵Dana Jansens
generating new events
2007-04-22you cant grab substructureredirect on the plate. why was this even here?Dana Jansens
2007-04-22use event_ignore_queued_entersDana Jansens
2007-04-22when windows reverttoparent, we will get a notifynonlinear when the frame closesDana Jansens
2007-04-22use focusouts from unmanaged windows (windows which have just closed)Dana Jansens
2007-04-22add a debug messageDana Jansens
2007-04-22focus properly on desktop changeDana Jansens
2007-04-22missing a headerDana Jansens
2007-04-22when focusing nothing, make sure focus_client knows that nothing is focusedDana Jansens
2007-04-22focusin to the root window happens on both monitors when a focused window ↵Dana Jansens
unmaps... boo...
2007-04-22ignore some focus events that shouldnt be reacted toDana Jansens
2007-04-22(no commit message)Dana Jansens
2007-04-22a) set the focus client before calculating its layerDana Jansens
b) cleanup in focus.c
2007-04-22FocusOut events come after UnmapNotify, so we don't need to worry about ↵Dana Jansens
focusing an invalid window
2007-04-22a) remove focus_hilite, it is not needed and complicated thingsDana Jansens
b) set focus_client to null when nothing is actually focused, but still allow focus to go to black holes c) allow the focus action to be performed without a client, this will focus the openbox instance (i.e. the screen in multihead setups) big thanks to syscrash for the ideas on how to go about this
2007-04-22xflush after changing the focus decorations so it gets shown fasterDana Jansens
2007-04-22don't compare client pointers with random numbersMikael Magnusson
2007-04-22remove debug messageDana Jansens
2007-04-22hilite the focus target before xsyncing in the ignore enter stuff, so less ↵Dana Jansens
flicker
2007-04-22use ignore enters instead of removing them from the queueDana Jansens