summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2013-09-01Fix bugs and add unit tests for BSEARCH()Dana Jansens
Also adds running unit tests to the release/go script so we can be sure that all tests pass before we make a release.
2011-10-16ignore .rej filesDana Jansens
2011-01-24add some tests for obt pieces (binary search, .desktop parsking, linkbase, ↵Dana Jansens
and inotify watch)
2010-09-16add wmhints test that toggles motif decor hints on a mapped windowDana Jansens
2010-04-28add a test to set a mouse cursor on an InputOnly subwindowDana Jansens
2010-03-25ignore the rendertest executableDana Jansens
2010-03-25ignore generated autostart scriptDana Jansens
2010-02-17revamp the autostart functionality, so autostart apps launch after openbox.Dana Jansens
add /usr/libexec/openbox-autostart which runs the global/user scripts and launches /usr/libexec/openbox-xdg-autostart (which runs .desktop autostart stuff) make openbox-session call openbox with --startup option, to make openbox launch /usr/libexec/openbox-autostart *after* it is initialized. add /etc/xdg/openbox/environment and ~/.config/openbox/environment files to let user change environment variables (locale) for their Openbox session, which openbox-session loads before running openbox.
2010-02-08Merge branch 'backport' into workDana Jansens
2010-02-08add doc/obxprop.1 to gitignoreDana 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
2010-01-08ignore some added testsDana Jansens
2009-12-21Set up work for making a 3.5 prerelease.Dana Jansens
Set version stuff to 3.5.0-rc1. Copy the CHANGELOG from 3.4-working. Rename the obt-4.0 and obrender-4.0 pkgconfig stuff to obt-3.5 and obrender-3.5 Rename the "render" directory to "obrender" so that the public headers can be installed in <obrender/*>
2009-12-21Merge branch 'backport' into workDana Jansens
2009-12-21Rename obprop to obxprop (Fixes bug #4419)Dana Jansens
Avoids collision with openbabel.
2009-12-17Merge branch 'backport' into workDana Jansens
2009-12-16add a test that iconifies a window after a short delayDana Jansens
2009-12-14Merge branch 'backport' into workDana Jansens
2009-12-14Add an obprop tool which can print UTF-8 strings properly, for our users.Dana Jansens
2008-03-06Merge branch 'backport' into workDana Jansens
Conflicts: openbox/client.c
2008-03-06ignore the gdm-control binaryDana Jansens
2008-02-27Merge branch 'backport' into workDana Jansens
2008-02-27make the xdg-autostart script get installed to PREFIX/lib/openbox, and make ↵Dana Jansens
the autostart.sh script look for it there.
2008-01-31Merge branch 'backport' into workDana Jansens
Conflicts: openbox/client.c openbox/config.c openbox/event.c openbox/extensions.c openbox/focus_cycle_indicator.c openbox/focus_cycle_popup.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c openbox/stacking.c openbox/startupnotify.c
2008-01-27ignore the built tests and some extra po/ generated junkDana Jansens
2008-01-20ignore the new 4.0 pkgconfig filesDana Jansens
2007-07-19ignore .libs and .deps dirsDana Jansens
2007-07-17add TAGS to .gitignoreDana Jansens
2007-07-14split the focustobottom action back out from unfocusDana Jansens
2007-07-14make .gitignore more saneMikael Magnusson
2007-07-12add the .gitignore file and update the po filesDana Jansens
Signed-off-by: Dana Jansens <danakj@orodu.net>