| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-05-15 | that broke flashing | Dana Jansens | |
| 2007-05-15 | save some rendering | Dana Jansens | |
| 2007-05-13 | where did those come from ? | Dana Jansens | |
| 2007-05-12 | change the "handle" context to "bottom". add a "top" context. make the top | Dana Jansens | |
| and bottom contexts resize vertically in the default config file. | |||
| 2007-05-12 | make the handle resize by default, and give the handle the resize south cursor | Dana Jansens | |
| 2007-05-11 | give different border colors to active and inactive windows. adjust the xml ↵ | Dana Jansens | |
| theme format a little to make it BETTER. rawr. add some metadata standards too. | |||
| 2007-05-11 | don't adjust the decorations while the server is grabbed, move it to client.c | Dana Jansens | |
| 2007-05-09 | fix positioning of the icon | Dana Jansens | |
| 2007-05-09 | fix hovering for corner buttons during full-max | Dana Jansens | |
| 2007-05-09 | when a window is fully maxed, make clicking on the titlebar past the edge ↵ | Dana Jansens | |
| buttons count as clicking on the buttons | |||
| 2007-05-09 | add support for _NET_REQUEST_FRAME_EXTENTS | Dana Jansens | |
| 2007-05-09 | size the frame properly on mapping | Dana Jansens | |
| 2007-05-09 | further work to r6205. make the disabled titlebar buttons hide if they won't ↵ | Dana Jansens | |
| move other buttons around by doing so. | |||
| 2007-05-09 | hide titlebar buttons if that won't move other buttons | Dana Jansens | |
| 2007-05-06 | more animation frames for iconifying, if your computer can do it | Dana Jansens | |
| 2007-05-05 | fixes to the properties and net_supported. a bunch weren't supported. better ↵ | Dana Jansens | |
| checking at runtime to make sure everything is in the atom. | |||
| 2007-05-05 | yay. way way cleaner code for iconify animations. let people show/hide the ↵ | Dana Jansens | |
| frame logically and it will do everything except during animations the frame will show what it needs to for visual display. | |||
| 2007-05-05 | oops, i left in the really long animate time heh | Dana Jansens | |
| 2007-05-05 | lots of fixes for the iconify animation. i think it should all work ↵ | Dana Jansens | |
| perfectly now ? one change in action.c may affect bindings... THIS COULD BREAK CURRENT CONFIG FILES. ya. so, if you used a press binding and it moved the window, no enter event will be generated for that anymore because you are holding down the button when the window moves. if you don't like that then use a click binding instead. 1 | |||
| 2007-05-05 | better iconify animation code. now it is time limited even under heavy load ↵ | Dana Jansens | |
| or whatever. yay | |||
| 2007-05-05 | dont retrurn a context while incoify animating | Dana Jansens | |
| 2007-05-05 | dont make two animations conflict | Dana Jansens | |
| 2007-05-05 | maybe 1/5 of a second is better? | Dana Jansens | |
| 2007-05-05 | animate iconify/reestore. yeah. | Dana Jansens | |
| 2007-05-01 | fix drawcontent=no resizing | Dana Jansens | |
| 2007-05-01 | a whole lot of changes to the moving/resizing code. it was broken for ↵ | Dana Jansens | |
| non-northwest gravities. now it is not. at least, that is the idea. | |||
| 2007-04-25 | some more border fixups | Dana Jansens | |
| 2007-04-25 | the inner stuff was being placed wrong all this time. | Dana Jansens | |
| also give the inner window a border. clicking to the left/right of the client now will be the client context rather than the frame. frame is just for grabbed buttons after all. | |||
| 2007-04-24 | proper handling of the plate though, too | Dana Jansens | |
| 2007-04-24 | make the inner window work like the plate used to for actions | Dana Jansens | |
| 2007-04-24 | dont cause focus change with enter events when youre already in the window | Dana Jansens | |
| 2007-04-24 | never mind on the hint idea, it was fun while it lasted. at least i know it ↵ | Dana Jansens | |
| is there now. | |||
| 2007-04-24 | missing a thinger | Dana Jansens | |
| 2007-04-24 | add the PointerMotionHintMask everywhere, we dont need every mouse event | Dana Jansens | |
| 2007-04-24 | set the eventmask on frame windows again.. | Dana Jansens | |
| 2007-04-24 | 1. 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-23 | add 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-23 | back out r5812. you do want that there | Dana Jansens | |
| 2007-04-22 | you cant grab substructureredirect on the plate. why was this even here? | Dana Jansens | |
| 2007-04-22 | xflush after changing the focus decorations so it gets shown faster | Dana Jansens | |
| 2007-04-22 | add a comparitor to timers. use this in event.c to let you remove timers ↵ | Dana Jansens | |
| from the queue selectively for delayed focus | |||
| 2007-04-12 | excessive debug printing.. :) | Dana Jansens | |
| 2007-03-24 | watch for reverttoparent reverting to the root window, which will create a ↵ | Dana Jansens | |
| DetailInferior focusin event on root. adding some debug messages also which I am using.. | |||
| 2007-03-20 | we're only getting one unmap notify now, with the new event mask on the root ↵ | Dana Jansens | |
| window. we're not getting one for the frame window anymore. | |||
| 2007-03-14 | refix for managing iconic windows, without having the frame map which caused ↵ | Dana Jansens | |
| flashing. instead, keep track of if the frame has been mapped yet. if it hasn't and it is getting hidden, then make sure to unmap the child. | |||
| 2007-03-14 | make frame and client window in a consistant mapped state when the window is ↵ | Dana Jansens | |
| grabbed | |||
| 2007-03-12 | i rewrote handling of focus events. this is pretty much based on blackbox's ↵ | Dana Jansens | |
| current form, as well as reading the xlib programming manual at: http://tronche.com/gui/x/xlib/events/input-focus/normal-and-grabbed.html this may break for people. that'd be nice to hear about, so it can be fixed. but hopefully this is more robust. it sure is a lot more simple. | |||
| 2007-03-11 | remove the kde frame extents property, add the _NET_FRAME_EXTENTS property ↵ | Dana Jansens | |
| in its stead | |||
| 2007-03-08 | a) remove the top_grip_height business from the theme | Dana Jansens | |
| b) make the focus indicator based on border width and padding, not the handle height c) add 2 more windows for the top corners for resizing, much easier to find them now. also base their width on padding, not the handle height or other weird things | |||
| 2007-03-08 | was using paddingx for y-things, oops | Dana Jansens | |
