openbox fork to make it act a bit more like ryudo
Find a file
Dana Jansens c5b551b25a add -fno-strict-aliasing to the gcc compiler flags. this is needed, see:
http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20030721/msg00141.html

| It's not a compiler bug.  It is a C99 bug, or more exactly, a
| feature.  C99 changed the semantic of the C language with respect to
| aliasing questions.   Now, the compiler can assume that pointer to
| different types points to different memory location.  This breaks all
| the OO code written in C.
|
| This is a very good idea that the compiler issues a warning message
| because the semantic of language really changed and you want to revert
| to the old semantic.
|
| The make package MUST add -fno-strict-aliasing.  It is not a
| convenience to get rid off warnings.
2007-03-03 00:58:37 +00:00
data Add MoveFromEdge* actions, shorten client_directional_edge_search with some handy #defines 2006-10-31 03:33:21 +00:00
DESIGN this file is so old it's scary 2004-03-27 21:21:09 +00:00
doc/doxygen remove .cvsignore files 2006-08-31 13:49:36 +00:00
m4 add -fno-strict-aliasing to the gcc compiler flags. this is needed, see: 2007-03-03 00:58:37 +00:00
openbox fix for per-application focus settings. properly use all the possible values (1, 0, and -1) 2007-03-02 22:44:38 +00:00
parser remove .cvsignore files 2006-08-31 13:49:36 +00:00
po this includes a number of things since my magnificent return.... 2007-03-02 02:23:00 +00:00
render declare variables at the beginning of blocks, because it is nice to do so. and polite? 2007-03-02 22:11:46 +00:00
tests remove .cvsignore files 2006-08-31 13:49:36 +00:00
themes remove .cvsignore files 2006-08-31 13:49:36 +00:00
tools maybe this works then 2007-02-20 13:13:27 +00:00
AUTHORS on second thought, i might do some developing 2004-02-20 23:24:56 +00:00
bootstrap move foreign into the Makefile.am 2003-09-23 19:28:58 +00:00
CHANGELOG note that in the CHANGELOG 2007-02-05 21:24:48 +00:00
COMPLIANCE current WMWH compliance 2003-10-15 06:34:53 +00:00
configure.ac update this too 2006-09-07 12:06:11 +00:00
COPYING add some text files.. 2002-11-01 10:15:13 +00:00
gettext.h no tabs 2003-09-17 07:44:49 +00:00
HACKING this was a wee bit out of date 2005-09-01 15:50:28 +00:00
install-sh stop using build/ dir configure shits all over itself for other people 2003-04-06 11:13:14 +00:00
Makefile.am a combined client_list_menu, use as client-list-combined-menu in your rc.xml. needs some layout tuneups 2007-01-30 09:32:17 +00:00
README Missed this one. 2005-03-24 23:41:22 +00:00
README.CVS lies 2004-04-17 11:39:25 +00:00
version.h.in add version info the library headers 2003-10-27 20:11:14 +00:00

Openbox
Copyright (C) 2004-2005  Mikael Magnusson
Copyright (C) 2002-2004  Ben Jansens

----

    This software is OSI Certified Open Source Software.
    OSI Certified is a certification mark of the Open Source Initiative.

----

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    See the COPYING file for a copy of the GNU General Public License.