openbox fork to make it act a bit more like ryudo
Find a file
Mikael Magnusson b69ee77256 Don't replace ~ when we shouldn't
Bump glib req to 2.14 to get GRegex, now we only replace ~ with your
homedir in an action if it is (at the start of the string or preceded
by whitespace) and (at the end of the string or followed by (whitespace
or a slash)). (?:^|(?<=[ \t]))~(?=[/ \t$])

Fixes bug #4033.
2009-07-05 20:51:04 +02:00
data Make at least the default configs validate 2009-04-15 18:18:16 +02:00
debian adding trunk 2007-07-12 02:57:08 -04:00
doc focus the desktop window when you right click it, same as you focus other windows 2008-01-11 15:01:03 -05:00
m4 add --enable-gprof option for configure 2008-02-14 19:40:01 +01:00
openbox Another debug message typo 2009-07-05 16:21:28 +02:00
parser Don't replace ~ when we shouldn't 2009-07-05 20:51:04 +02:00
po Update ukrainian translation and rename to uk.po 2009-07-05 14:04:44 +02:00
render Fix memory corruption when y2sz is 0. 2009-07-04 15:14:48 +02:00
tests Remove double newlines. 2008-03-08 17:41:52 +01:00
themes updated clearlooks theme from mulberry 2008-02-02 17:06:24 -05:00
tools Typos in error message from gdm-control 2009-01-29 22:35:56 +01:00
.gitignore ignore the gdm-control binary 2008-03-06 02:34:27 -05:00
AUTHORS update the icon to the pretty one by david barr 2008-01-12 18:25:22 -05:00
bootstrap use automake 1.9 2007-04-23 19:11:12 +00:00
CHANGELOG fix edge detection, it was skipping edges sometimes 2007-08-04 17:39:49 -04:00
COMPLIANCE Openbox doesn't support _NET_WM_USER_TIME_WINDOW atm. 2008-05-29 18:51:17 +02:00
configure.ac Don't replace ~ when we shouldn't 2009-07-05 20:51:04 +02:00
COPYING add some text files.. 2002-11-01 10:15:13 +00:00
gettext.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
HACKING update the indent style guidelines 2008-02-14 19:40:03 +01:00
install-sh install-sh should be executable 2009-01-29 22:35:48 +01:00
makedeb set the ubuntu deb version right 2007-05-18 00:43:04 +00:00
Makefile.am add a gdm-control tool that lets you..control..gdm.. 2008-03-02 03:46:28 -05:00
README yay for mika-chan 2007-05-13 22:08:35 +00:00
README.GIT more updates for the git instruction 2007-07-21 09:12:56 -04:00
README.NLS add readme.nls with fancy tricks 2007-06-01 23:18:32 +00:00
version.h.in add version info the library headers 2003-10-27 20:11:14 +00:00

Openbox
Copyright (C) 2004-2007  Mikael Magnusson
Copyright (C) 2002-2007  Dana 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.