summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-01-24Fix icons.c test for 64-bit platformsHiltjo Posthuma
2010-09-16add wmhints test that toggles motif decor hints on a mapped windowDana Jansens
2010-09-16add stackabove test, that lets you move a client window just above a ↵Dana Jansens
specified window in the stacking order
2010-06-14Fix the EXTENTS reported on window frames.Dana Jansens
Change the order things are done on map, so we apply startup state without any states set first, thus getting all the functions possible for the window type etc. then change the order states are applied, as some remove the ability to apply others (ie fullscreen comes last). Add an oldsize to ObFrame that remembers the size of the frame last reported to the world through the EXTENTS property. If you frame_adjust_area(FAKE) then frame_adjust_area(NONFAKE), the EXTENTS would not be updated since the oldsize wasn't remembered across fake updates. Make the extentsrequest test ask about windows with states set also.
2010-04-28add a test to set a mouse cursor on an InputOnly subwindowDana Jansens
2010-01-14If a window places itself at (0,0) and there are struts there, assume it is ↵Dana Jansens
a bug. Also allow oldschool fullscreen windows that cover all monitors on a multihead setup to work properly Added a test 'oldfullscreen' that makes a oldschool fullscreen window
2009-12-17Merge branch 'backport' into workDana Jansens
2009-12-16add a test that iconifies a window after a short delayDana Jansens
2009-12-11Merge branch 'backport' into workDana Jansens
Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h
2009-12-09Add a WM_CLASS to the skiptaskbar testDana Jansens
2009-11-21Add a test that grows a window by changing its normal hints.Dana Jansens
2008-03-08Merge branch 'backport' into workMikael Magnusson
Conflicts: obt/keyboard.c openbox/actions/cyclewindows.c openbox/actions/directionalwindows.c openbox/frame.c openbox/openbox.c
2008-03-08Remove double newlines.Mikael Magnusson
2008-02-14Introducing the icon cache.Dana Jansens
If an icon is the same as one in the cache, then it uses that one. icons of different sizes (from the same client) are linked together into one, and resizes of icons are cached and linked to all the various sizes. so you only need one icon in memory for all your terminals now. ya!
2008-02-14add an override_redirect InputOnly window utility.Mikael Magnusson
The intent was the following: This is mostly a copy of override.c, it lets you map a small window (1x1 at 0,0 by default) that openbox will treat like the root window, useful for scrolling to change desktops over fullscreen and maximized windows. Since then openbox has learned to ignore other's override redirect windows but I think it might still be useful to have this util.
2008-02-14Introducing the icon cache.Dana Jansens
If an icon is the same as one in the cache, then it uses that one. icons of different sizes (from the same client) are linked together into one, and resizes of icons are cached and linked to all the various sizes. so you only need one icon in memory for all your terminals now. ya!
2007-07-17remove trailing whitespaceMikael Magnusson
2007-07-1480 cols everywhereMikael Magnusson
2007-07-12adding trunkDana Jansens
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-05-30add new test to ignoreDana Jansens
2007-05-30add another skiptskbar test that sets it after mappingDana Jansens
2007-05-30make skiptaskbar test actually skip the taskbarDana Jansens
2007-05-28cleaner code yayDana Jansens
2007-05-28add a confignotifymax testDana Jansens
2007-05-28(no commit message)Dana Jansens
2007-05-28remove all the ignoreingDana Jansens
2007-05-28add .svnignore and ignore built stuffDana Jansens
2007-05-28add some tests which i didnt add before, and the new groupmodal testDana Jansens
2007-05-27fix window gravity when there is a border widthDana Jansens
2007-05-27debug print modified and the confignotify testDana Jansens
2007-05-27don't set the above member in synthetic configurenotify eventsDana Jansens
add more output in confignotify test
2007-05-26fix for not changing clients' border widths on themDana Jansens
2007-05-26change in how things are ungrabbed to avoid grabwhilenotify. don't ungrab ↵Dana Jansens
every key press. just ungrab the passive grab when there is no active grab and we are going to move focus. this should be less intrusive and seems to work
2007-05-26add confignotify.c testDana Jansens
2007-05-24add the big.c testDana Jansens
2007-05-23yay! gravity finally works right!Dana Jansens
2007-05-22fix window gravity..Dana Jansens
also less setting the wm_state hint redundantly
2007-05-14add a test for focus falling back to a window thats goneDana Jansens
2007-05-13some focus fixes. always set the new focus when we fallback or else weird ↵Dana Jansens
states appear. better handling of focusin's on clients that don't exist?
2007-05-13add the showhide test for showing a window then hiding it really fastDana Jansens
2007-05-11add test for grouptran->transient->transientDana Jansens
2007-05-11just generating some extra configurenotifiesDana Jansens
2007-05-10add the focusout testDana Jansens
2007-05-10add the restack test for _NET_RESTACK_WINDOWSDana Jansens
2007-05-09add the _NET_WM_REQUEST_FRAME_EXTENTS testDana Jansens
fix the copyright date
2007-05-09add the user time window testDana Jansens
2007-05-05add a test for shaped windowsDana Jansens
2007-05-04add test grouptran2 for testing the transient of group transient window ↵Dana Jansens
situation
2007-05-04add a grouptrancircular test for two windows both being group transientsDana Jansens
2007-05-04add a stacking testDana Jansens