2008-02-14 |
Dana Jansens | Make a pending ReplayPointer happen before moving/showi... |
blob | commitdiff | raw |
2008-02-02 |
Dana Jansens | make fullscreen windows more xinerama and multi-screen... |
blob | commitdiff | raw | diff to current |
2008-01-31 |
Dana Jansens | when checking that a window is onscreen, if there are... |
blob | commitdiff | raw | diff to current |
2008-01-31 |
Dana Jansens | don't deiconify windows on reconfigure if they cant... |
blob | commitdiff | raw | diff to current |
2008-01-28 |
Dana Jansens | reordering things when mapping windows a little to... |
blob | commitdiff | raw | diff to current |
2008-01-28 |
Dana Jansens | fix a rare assert condition (window maps in iconic... |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Dana Jansens | only store icons for windows that are 64px or smaller... |
blob | commitdiff | raw | diff to current |
2008-01-25 |
Dana Jansens | fix a memleak in client_update_icon_geometry |
blob | commitdiff | raw | diff to current |
2008-01-25 |
Dana Jansens | fix a mem leak |
blob | commitdiff | raw | diff to current |
2008-01-20 |
Dana Jansens | check them startupnotify-provided wmclass against both... |
blob | commitdiff | raw | diff to current |
2008-01-17 |
Dana Jansens | make the ping hash tables work correctly. don't need... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Mikael Magnusson | Various fixes for sparse warnings. |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Dana Jansens | add a comment |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Dana Jansens | cant consistently tell if we should use WM_DESTROY... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Dana Jansens | only ping windows that we need to |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Dana Jansens | ping all the windows every 3 seconds, and show "not... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Dana Jansens | its possible we did kill -TERM and it stayed alive... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Dana Jansens | when you close an app and it stops responding.. if... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Dana Jansens | when you close a window that you already tried to close... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Dana Jansens | show [Not Responding] in the titlebar when closing... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Dana Jansens | can tell when a window that was "closed" has stopped... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Dana Jansens | check if a client will respond to pings |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Dana Jansens | remove the visible window title hints when unmanaging... |
blob | commitdiff | raw | diff to current |
2008-01-13 |
Dana Jansens | don't skip windows that are skip_taskbar unless they... |
blob | commitdiff | raw | diff to current |
2008-01-11 |
Dana Jansens | allow dialog windows to be fullscreened, kpdf does... |
blob | commitdiff | raw | diff to current |
2007-09-04 |
Mikael Magnusson | ANSI function declarations, ie () -> (void) |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Mikael Magnusson | Squash one more leak |
blob | commitdiff | raw | diff to current |
2007-08-04 |
Dana Jansens | fix edge detection, it was skipping edges sometimes |
blob | commitdiff | raw | diff to current |
2007-08-04 |
Dana Jansens | don't focus new windows if they appear on another deskt... |
blob | commitdiff | raw | diff to current |
2007-08-03 |
Dana Jansens | new least-intrusive focus stealing prevention |
blob | commitdiff | raw | diff to current |
2007-08-02 |
Dana Jansens | remove focus-stealing-prevention stuff, don't use user_... |
blob | commitdiff | raw | diff to current |
2007-08-01 |
Dana Jansens | don't force oldschool fullscreen windows to move inside... |
blob | commitdiff | raw | diff to current |
2007-08-01 |
Dana Jansens | fix for acroread - don't shrink windows when they speci... |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Dana Jansens | fix directional edge finding for xinerama, so that... |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Dana Jansens | raise new windows when they aren't getting activated... |
blob | commitdiff | raw | diff to current |
2007-07-22 |
Dana Jansens | don't focus new windows when the user is in a menu... |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Mikael Magnusson | remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2007-07-15 |
Dana Jansens | Merge branch 'mika' |
blob | commitdiff | raw | diff to current |
2007-07-15 |
Dana Jansens | a number for placing windows, to keep them on screen... |
blob | commitdiff | raw | diff to current |
2007-07-15 |
Dana Jansens | was incorrectly using the width for calculations instea... |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Mikael Magnusson | Merge branch 'master' of git://orodu.net/openbox |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Mikael Magnusson | 80 cols everywhere |
blob | commitdiff | raw | diff to current |
2007-07-13 |
Mikael Magnusson | use dock_get_area instead of accessing dock struct... |
blob | commitdiff | raw | diff to current |
2007-07-13 |
Mikael Magnusson | split out edge detecting code a bit so it is easy to... |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Dana Jansens | only add group transients when you have a group |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Dana Jansens | adding trunk |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Dana Jansens | fix grow to edge stuff. also fix key-resizing terminals. |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Dana Jansens | comment |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Dana Jansens | fix for weird group transient crap. |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Dana Jansens | grow to edge works again, using the new edge detection... |
blob | commitdiff | raw | diff to current |
2007-07-06 |
Dana Jansens | don't focus helper windows that map unless there are... |
blob | commitdiff | raw | diff to current |
2007-07-06 |
Dana Jansens | move to edge works and the code can be used for resize... |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Dana Jansens | rewrote the movetoedge code so it works with both types... |
blob | commitdiff | raw | diff to current |
2007-06-23 |
Dana Jansens | remove excessive debug print |
blob | commitdiff | raw | diff to current |
2007-06-23 |
Dana Jansens | always reconfigure the window to its new position even... |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Dana Jansens | add the moveto action |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Dana Jansens | add the activate action. it will replace the focus... |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Dana Jansens | look, thumbnails in alt-tab. its such crap though.... |
blob | commitdiff | raw | diff to current |
2007-06-19 |
Dana Jansens | don't resize windows when they are user size _or_ user... |
blob | commitdiff | raw | diff to current |
2007-06-15 |
Dana Jansens | don't set the default icon on child windows, their... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | always show the client on desktop change, only use... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | raise windows smartly when merging desktops |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | improve the add/remove desktop actions a bunch. |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | only send configurenotify for user-action configures... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | add force_reply back to client_configure(). client_reco... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | don't raise windows when moving them between desktops... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | fix moved comment |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | don't force reconfigure in a number of places, also... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | don't show vertical resize context/arrow when the windo... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | xinerama support like crazy for struts and everything... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | use all possible struts when maximizing to fill the... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | some typos |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | plug memory leaks from the new strut code |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Dana Jansens | very cool struts. partial struts actually are partial... |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Dana Jansens | ratios are floats |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Dana Jansens | use the same decision code to focus new windows as... |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Dana Jansens | respect max/min sizes when fullscreen or maximized |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Dana Jansens | stop ignoring enters on window hide, and explain why |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Dana Jansens | like unmap, don't let enter events move focus when... |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Dana Jansens | dont use enter events from new windows appearing to... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Dana Jansens | when undecorated and keepborder is on, show only the... |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Dana Jansens | fix a debug print |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Dana Jansens | frigging gtk frig. |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Dana Jansens | make client_under_pointer only count windows on the... |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Dana Jansens | better. |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Dana Jansens | c comments |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Dana Jansens | i dont think that line is valid, if it ever did run |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Dana Jansens | add debug prints |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Dana Jansens | get rid of client->transient_for. just client->parents... |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Dana Jansens | transient_for is now only used to check for OB_TRAN_GROUP |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Dana Jansens | more cleanup |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Dana Jansens | more cleanup |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Dana Jansens | nice code cleanup that's been needed for a long time... |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Dana Jansens | one more.. |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Dana Jansens | better group_full func |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Dana Jansens | check if they have a group |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Dana Jansens | better code for the last commit. let transients get... |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Dana Jansens | let transients take focus when anything in the transien... |
blob | commitdiff | raw | diff to current |
2007-06-05 |
Dana Jansens | don't force clients on screen when restarting |
blob | commitdiff | raw | diff to current |
2007-06-04 |
Dana Jansens | don't copy the desktop from group parents when they... |
blob | commitdiff | raw | diff to current |
next |