| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-06-07 | if Key_R is set to multiple mods, then it'll use them all now. but Key_L ↵ | Dana Jansens | |
| still takes precidence if they are different | |||
| 2007-06-07 | rather than making you hit both Key_L and Key_R if they are bound to ↵ | Dana Jansens | |
| different things, make Key_L take precidence. But if only Key_R is bound then use that. If Key_L is bound to multiple masks it'll use them all, but that won't work for Key_R right now. | |||
| 2007-06-07 | get rid of client->transient_for. just client->parents and ↵ | Dana Jansens | |
| client->transient_for_group now. | |||
| 2007-06-07 | transient_for is now only used to check for OB_TRAN_GROUP | Dana Jansens | |
| 2007-06-07 | more cleanup | Dana Jansens | |
| 2007-06-07 | more cleanup | Dana Jansens | |
| 2007-06-07 | nice code cleanup that's been needed for a long time. add parents list to ↵ | Dana Jansens | |
| client, which you can iterate instead of going thru the group. | |||
| 2007-06-06 | add keyboard accels | Dana Jansens | |
| 2007-06-06 | add vietnamese translation | Mikael Magnusson | |
| 2007-06-06 | fallback under the mouse when config_focus_under_mouse | Dana Jansens | |
| 2007-06-06 | one more.. | Dana Jansens | |
| 2007-06-06 | better group_full func | Dana Jansens | |
| 2007-06-06 | check if they have a group | Dana Jansens | |
| 2007-06-06 | make active-disabled shadow offset-y be proper | Dana Jansens | |
| 2007-06-06 | better code for the last commit. let transients get focus when a group ↵ | Dana Jansens | |
| member is focused too. | |||
| 2007-06-06 | let transients take focus when anything in the transient tree _or the group_ ↵ | Dana Jansens | |
| is focused | |||
| 2007-06-06 | remove some debug prints | Dana Jansens | |
| 2007-06-05 | fix parentrel bevels | Dana Jansens | |
| 2007-06-05 | add modifier changes | Dana Jansens | |
| 2007-06-05 | ignore control_l/r shift_l/r and caps_lock bindings. Control, Shift and ↵ | Dana Jansens | |
| NumLock are hardcoded to the modmasks for them. | |||
| 2007-06-05 | fix for capslock bound to other modifiers. i think this is okay? | Dana Jansens | |
| strip LockMask instead of what caps_lock is bound to. | |||
| 2007-06-05 | combine the parent and child textures in fun ways when a parentrelative ↵ | Dana Jansens | |
| texture with a bevel is placed right overtop of another texture with a bevel | |||
| 2007-06-05 | typo from code i removed | Dana Jansens | |
| 2007-06-05 | don't force clients on screen when restarting | Dana Jansens | |
| 2007-06-05 | add some padding inside the text box | Dana Jansens | |
| 2007-06-05 | make parentrelative raised labels look nice in popups | Dana Jansens | |
| 2007-06-05 | revert that, center the popups for move/resize and keychains | Dana Jansens | |
| 2007-06-05 | center text in popups when the popu is sized to the text width | Dana Jansens | |
| 2007-06-05 | add comments | Dana Jansens | |
| 2007-06-05 | use the label only for popups without an icon, if the label is not ↵ | Dana Jansens | |
| parentrelative | |||
| 2007-06-05 | add osd theme stuff | Dana Jansens | |
| 2007-06-05 | border, not borderwidth. | Dana Jansens | |
| add osd.border stuff to themetoxml | |||
| 2007-06-05 | add osd border stuff | Dana Jansens | |
| 2007-06-05 | add osd theme elements | Dana Jansens | |
| 2007-06-05 | and interlacing! | Mikael Magnusson | |
| 2007-06-05 | reset interface age, cuz we added something | Dana Jansens | |
| 2007-06-04 | allow users of obrender to change the ellipsize mode of text textures | Mikael Magnusson | |
| 2007-06-04 | update changelog | Dana Jansens | |
| 2007-06-04 | 3.4.0 | Dana Jansens | |
| 2007-06-04 | dont place transients based on non-normal parents | Dana Jansens | |
| 2007-06-04 | dont use non-normal windows to pick a monitor for transients | Dana Jansens | |
| 2007-06-04 | allow focus to fallback to omnipresent windows, except during desktop ↵ | Dana Jansens | |
| switching which is when they are vile | |||
| 2007-06-04 | don't copy the desktop from group parents when they are omnipresent | Dana Jansens | |
| 2007-06-04 | don't change the focus order when a client tries to focus but is not ↵ | Dana Jansens | |
| visible. client_activate will -make- it visible anyways. fixes focus fallback's loop totally breaking (stopping on 32bit and looping forever on 64bit) when it encountered a non-visible window | |||
| 2007-06-04 | update changelog | Dana Jansens | |
| 2007-06-04 | dont let windows place over menu or toolbars if they don't have a parent | Dana Jansens | |
| 2007-06-04 | don't place windows over docks. but let them place over menus and toolbars. ↵ | Dana Jansens | |
| i guess not utility windows though? | |||
| 2007-06-04 | unused variables | Dana Jansens | |
| 2007-06-04 | placement improvements? | Dana Jansens | |
| when placing transients don't place them relative to iconified parents. try place avoiding max/fullscreen windows first, then ignore them entirely if that fails. | |||
| 2007-06-04 | when placing transients in the stacking order, only use relatives that are ↵ | Dana Jansens | |
| on screen or share the desktop or whatever, not iconic ones | |||
