dana/openbox.git
22 years agomaximizing without bugs! can it be? i think so!
Dana Jansens [Sat, 1 Feb 2003 05:49:21 +0000 (05:49 +0000)]
maximizing without bugs! can it be? i think so!

22 years agomaximizing!
Dana Jansens [Sat, 1 Feb 2003 05:26:06 +0000 (05:26 +0000)]
maximizing!

22 years agoadded compile time check for client endianness
Derek Foreman [Sat, 1 Feb 2003 02:38:16 +0000 (02:38 +0000)]
added compile time check for client endianness

22 years agoanother attempt at fixing strange endian issues
Derek Foreman [Sat, 1 Feb 2003 02:31:30 +0000 (02:31 +0000)]
another attempt at fixing strange endian issues

22 years agoGet the bit shifts from the client, not server
Derek Foreman [Sat, 1 Feb 2003 02:18:02 +0000 (02:18 +0000)]
Get the bit shifts from the client, not server

22 years agoproperly support "cross endian" configurations
Derek Foreman [Sat, 1 Feb 2003 01:41:35 +0000 (01:41 +0000)]
properly support "cross endian" configurations

22 years agofieron default
Dana Jansens [Sat, 1 Feb 2003 01:22:31 +0000 (01:22 +0000)]
fieron default

22 years agonote about automake
Dana Jansens [Sat, 1 Feb 2003 01:09:54 +0000 (01:09 +0000)]
note about automake

22 years agoupdate to new interface for toggle all desktops. use the new values for state_ calls.
Dana Jansens [Sat, 1 Feb 2003 00:25:31 +0000 (00:25 +0000)]
update to new interface for toggle all desktops. use the new values for state_ calls.

22 years agomissing a break
Dana Jansens [Sat, 1 Feb 2003 00:22:16 +0000 (00:22 +0000)]
missing a break

22 years agono options for the callbacls
Dana Jansens [Fri, 31 Jan 2003 23:54:18 +0000 (23:54 +0000)]
no options for the callbacls

22 years agodoc the state functions better
Dana Jansens [Fri, 31 Jan 2003 23:54:05 +0000 (23:54 +0000)]
doc the state functions better

22 years agoadd comment
Dana Jansens [Fri, 31 Jan 2003 23:50:59 +0000 (23:50 +0000)]
add comment

22 years agoimport config
Dana Jansens [Fri, 31 Jan 2003 09:23:31 +0000 (09:23 +0000)]
import config

22 years agotypo
Dana Jansens [Fri, 31 Jan 2003 09:23:23 +0000 (09:23 +0000)]
typo

22 years agotry appending our shit to the path, and not import config in the cc
Dana Jansens [Fri, 31 Jan 2003 06:01:16 +0000 (06:01 +0000)]
try appending our shit to the path, and not import config in the cc

22 years agodoc the functions at the top
Dana Jansens [Fri, 31 Jan 2003 06:00:30 +0000 (06:00 +0000)]
doc the functions at the top

22 years agofix comment
Dana Jansens [Fri, 31 Jan 2003 04:08:02 +0000 (04:08 +0000)]
fix comment

22 years agouse fitString to size the move coords box
Dana Jansens [Thu, 30 Jan 2003 23:33:53 +0000 (23:33 +0000)]
use fitString to size the move coords box

22 years agobreak out _focusable() function to make the test if a window can be focused reusable...
Dana Jansens [Thu, 30 Jan 2003 23:14:18 +0000 (23:14 +0000)]
break out _focusable() function to make the test if a window can be focused reusable code

22 years agochanges to the MERRY style
Dana Jansens [Thu, 30 Jan 2003 23:06:24 +0000 (23:06 +0000)]
changes to the MERRY style

22 years agoadd functions to set the skipTaskbar/Pager state
Dana Jansens [Thu, 30 Jan 2003 22:58:54 +0000 (22:58 +0000)]
add functions to set the skipTaskbar/Pager state

22 years agoadd functions to give the skipTaskbar/Pager state
Dana Jansens [Thu, 30 Jan 2003 22:58:12 +0000 (22:58 +0000)]
add functions to give the skipTaskbar/Pager state

22 years agoformatting of comment
Dana Jansens [Thu, 30 Jan 2003 22:56:41 +0000 (22:56 +0000)]
formatting of comment

22 years agotypos
Dana Jansens [Thu, 30 Jan 2003 22:56:31 +0000 (22:56 +0000)]
typos

22 years agolet you optionally avoid focusing windows which have specified to not be displayed...
Dana Jansens [Thu, 30 Jan 2003 22:55:45 +0000 (22:55 +0000)]
let you optionally avoid focusing windows which have specified to not be displayed in taskbars

22 years agodon't put windows in the focus cycling list if they are set to not show up in the...
Dana Jansens [Thu, 30 Jan 2003 22:41:05 +0000 (22:41 +0000)]
don't put windows in the focus cycling list if they are set to not show up in the taskbar

22 years agochangeState after a setState request
Dana Jansens [Thu, 30 Jan 2003 22:20:25 +0000 (22:20 +0000)]
changeState after a setState request

22 years agofocus windows on all desktops too
Dana Jansens [Thu, 30 Jan 2003 22:15:46 +0000 (22:15 +0000)]
focus windows on all desktops too

22 years agodont fux up the _dx and _dy for resizing
Dana Jansens [Thu, 30 Jan 2003 22:02:24 +0000 (22:02 +0000)]
dont fux up the _dx and _dy for resizing

22 years agodon't move the client if it isnt going anywhere
Dana Jansens [Thu, 30 Jan 2003 21:51:50 +0000 (21:51 +0000)]
don't move the client if it isnt going anywhere

22 years agoupdate the strut when a client is unmanaged
Dana Jansens [Thu, 30 Jan 2003 21:50:24 +0000 (21:50 +0000)]
update the strut when a client is unmanaged

22 years agorm debug prints
Dana Jansens [Thu, 30 Jan 2003 21:39:36 +0000 (21:39 +0000)]
rm debug prints

22 years agograb the keyboard during move/resize to make sure the popup doesnt get left onscreen...
Dana Jansens [Thu, 30 Jan 2003 21:39:12 +0000 (21:39 +0000)]
grab the keyboard during move/resize to make sure the popup doesnt get left onscreen if the modifiers are released before the button

22 years agoadd motion.py, which provides funtions for moving/resizing a window interactively
Dana Jansens [Thu, 30 Jan 2003 21:15:29 +0000 (21:15 +0000)]
add motion.py, which provides funtions for moving/resizing a window interactively

22 years agoworking popups for moving/resizing
Dana Jansens [Thu, 30 Jan 2003 21:11:04 +0000 (21:11 +0000)]
working popups for moving/resizing

22 years agopopups for moving and resizing
Dana Jansens [Thu, 30 Jan 2003 20:51:41 +0000 (20:51 +0000)]
popups for moving and resizing

22 years agomake parents dirty when a widget resizes
Dana Jansens [Thu, 30 Jan 2003 20:06:08 +0000 (20:06 +0000)]
make parents dirty when a widget resizes
save the fixed_width/fixed_height when doing an internalResize

22 years agoadd a Release MouseAction for python hooks
Dana Jansens [Thu, 30 Jan 2003 16:54:30 +0000 (16:54 +0000)]
add a Release MouseAction for python hooks

22 years agoblef
Dana Jansens [Thu, 30 Jan 2003 08:52:35 +0000 (08:52 +0000)]
blef

22 years agodont shade without a titlebar.
Dana Jansens [Thu, 30 Jan 2003 03:28:07 +0000 (03:28 +0000)]
dont shade without a titlebar.
more correct configurenotifies

22 years agoadd debug print
Dana Jansens [Thu, 30 Jan 2003 03:27:09 +0000 (03:27 +0000)]
add debug print

22 years agoremove debug print
Dana Jansens [Thu, 30 Jan 2003 02:07:26 +0000 (02:07 +0000)]
remove debug print

22 years agomissing a )
Dana Jansens [Thu, 30 Jan 2003 00:04:29 +0000 (00:04 +0000)]
missing a )

22 years agocheck if the client wants focus before adding to list
Dana Jansens [Thu, 30 Jan 2003 00:03:45 +0000 (00:03 +0000)]
check if the client wants focus before adding to list

22 years agoadd windows on all-desktops to the cycle list
Dana Jansens [Wed, 29 Jan 2003 23:46:17 +0000 (23:46 +0000)]
add windows on all-desktops to the cycle list

22 years agoFIERON default
Dana Jansens [Wed, 29 Jan 2003 23:24:33 +0000 (23:24 +0000)]
FIERON default

22 years agoChange the order of the color components in a pixel32 on big endian
Derek Foreman [Wed, 29 Jan 2003 23:22:33 +0000 (23:22 +0000)]
Change the order of the color components in a pixel32 on big endian

22 years agosmaller font
Dana Jansens [Wed, 29 Jan 2003 23:17:32 +0000 (23:17 +0000)]
smaller font

22 years agoadd merry's style as an option
Dana Jansens [Wed, 29 Jan 2003 23:16:11 +0000 (23:16 +0000)]
add merry's style as an option

22 years agofinally set up handle right based on max/min sizes
Dana Jansens [Wed, 29 Jan 2003 22:57:26 +0000 (22:57 +0000)]
finally set up handle right based on max/min sizes

22 years agomake a .py rule
Dana Jansens [Wed, 29 Jan 2003 22:44:15 +0000 (22:44 +0000)]
make a .py rule

22 years agomake .py rule
Dana Jansens [Wed, 29 Jan 2003 22:43:58 +0000 (22:43 +0000)]
make .py rule

22 years agodont show a handle if it cant be resized at all
Dana Jansens [Wed, 29 Jan 2003 22:41:43 +0000 (22:41 +0000)]
dont show a handle if it cant be resized at all

22 years agodont show a handle if it cant be resized
Dana Jansens [Wed, 29 Jan 2003 22:37:42 +0000 (22:37 +0000)]
dont show a handle if it cant be resized

22 years agocheck for endian order
Dana Jansens [Wed, 29 Jan 2003 22:17:32 +0000 (22:17 +0000)]
check for endian order

22 years agofix compiling bug
Dana Jansens [Wed, 29 Jan 2003 22:11:00 +0000 (22:11 +0000)]
fix compiling bug

22 years agolet the user remove client decorations.
Dana Jansens [Wed, 29 Jan 2003 22:10:28 +0000 (22:10 +0000)]
let the user remove client decorations.

22 years agoupdate the list of src files with translations.
Dana Jansens [Wed, 29 Jan 2003 21:57:24 +0000 (21:57 +0000)]
update the list of src files with translations.

22 years agomake struts get added to the screen when mapping a window. let the user disable windo...
Dana Jansens [Wed, 29 Jan 2003 21:48:46 +0000 (21:48 +0000)]
make struts get added to the screen when mapping a window. let the user disable window decorations.

22 years agoinclude shit in the dist
Dana Jansens [Wed, 29 Jan 2003 19:32:11 +0000 (19:32 +0000)]
include shit in the dist

22 years agoinclude the openbox.1.in in the dist
Dana Jansens [Wed, 29 Jan 2003 19:31:59 +0000 (19:31 +0000)]
include the openbox.1.in in the dist

22 years agoremove LICENSE from the dist files
Dana Jansens [Wed, 29 Jan 2003 19:26:35 +0000 (19:26 +0000)]
remove LICENSE from the dist files

22 years agodont install buttons we dont use
Dana Jansens [Wed, 29 Jan 2003 19:24:51 +0000 (19:24 +0000)]
dont install buttons we dont use

22 years agoadjust default click-focus model a bit
Dana Jansens [Wed, 29 Jan 2003 09:56:57 +0000 (09:56 +0000)]
adjust default click-focus model a bit

22 years agomake the echo more noticable
Dana Jansens [Wed, 29 Jan 2003 09:26:25 +0000 (09:26 +0000)]
make the echo more noticable

22 years agomake pwd work
Dana Jansens [Wed, 29 Jan 2003 09:25:57 +0000 (09:25 +0000)]
make pwd work

22 years agoecho a message about where to find the generated docs
Dana Jansens [Wed, 29 Jan 2003 09:19:51 +0000 (09:19 +0000)]
echo a message about where to find the generated docs

22 years agodescribe -sync better
Dana Jansens [Wed, 29 Jan 2003 09:13:45 +0000 (09:13 +0000)]
describe -sync better

22 years agoadd the doxygen configuration
Dana Jansens [Wed, 29 Jan 2003 09:12:09 +0000 (09:12 +0000)]
add the doxygen configuration

22 years agodon't manage override_redirect windows.
Dana Jansens [Wed, 29 Jan 2003 08:59:13 +0000 (08:59 +0000)]
don't manage override_redirect windows.
don't manage windows for whome get attributes fails.
validate the client before managing it.

22 years agoallow for the client to be validated.
Dana Jansens [Wed, 29 Jan 2003 08:58:28 +0000 (08:58 +0000)]
allow for the client to be validated.
don't manage override_redirect windows.
don't manage windows for whome get attributes fails.
validate the client before managing it.
validate the client in functions that query stuff off it: propertyHandler and clientMessageHandler

22 years agomake default focus model click-focus.
Dana Jansens [Wed, 29 Jan 2003 08:51:17 +0000 (08:51 +0000)]
make default focus model click-focus.
make middle-click focus the window

22 years agoignore errors when proxying configurerequests
Dana Jansens [Wed, 29 Jan 2003 08:50:52 +0000 (08:50 +0000)]
ignore errors when proxying configurerequests

22 years agoallow for ignoring x errors.
Dana Jansens [Wed, 29 Jan 2003 08:50:30 +0000 (08:50 +0000)]
allow for ignoring x errors.

22 years agoallow for ignoring x errors.
Dana Jansens [Wed, 29 Jan 2003 08:50:12 +0000 (08:50 +0000)]
allow for ignoring x errors.
make grab() sunc immediately and ungrab() flush

22 years agolink the test apps properly
Dana Jansens [Wed, 29 Jan 2003 08:49:34 +0000 (08:49 +0000)]
link the test apps properly

22 years agogive the debian pkg names
Dana Jansens [Wed, 29 Jan 2003 07:28:03 +0000 (07:28 +0000)]
give the debian pkg names

22 years agoadd comment
Dana Jansens [Wed, 29 Jan 2003 01:38:45 +0000 (01:38 +0000)]
add comment

22 years agograb the pointer when grabbing the keyboard to discard pointer events
Dana Jansens [Wed, 29 Jan 2003 00:50:28 +0000 (00:50 +0000)]
grab the pointer when grabbing the keyboard to discard pointer events

22 years agoonly ignore NotifyGrab again
Dana Jansens [Wed, 29 Jan 2003 00:47:32 +0000 (00:47 +0000)]
only ignore NotifyGrab again

22 years agocomment unused variable
Dana Jansens [Wed, 29 Jan 2003 00:46:31 +0000 (00:46 +0000)]
comment unused variable

22 years agorm debug print
Dana Jansens [Wed, 29 Jan 2003 00:46:19 +0000 (00:46 +0000)]
rm debug print

22 years agosync after sending focus
Dana Jansens [Wed, 29 Jan 2003 00:45:28 +0000 (00:45 +0000)]
sync after sending focus

22 years agoignore more focus events, and also crossing events from grabs
Dana Jansens [Wed, 29 Jan 2003 00:44:55 +0000 (00:44 +0000)]
ignore more focus events, and also crossing events from grabs

22 years agodestroy the list before ungrabbing
Dana Jansens [Wed, 29 Jan 2003 00:44:41 +0000 (00:44 +0000)]
destroy the list before ungrabbing

22 years agohandle weird cases where theres no more focused windows left gracefully (switching...
Dana Jansens [Tue, 28 Jan 2003 06:45:25 +0000 (06:45 +0000)]
handle weird cases where theres no more focused windows left gracefully (switching desktops)

22 years agoadd docs
Dana Jansens [Tue, 28 Jan 2003 05:57:58 +0000 (05:57 +0000)]
add docs

22 years agoadd comments at the top for the functions
Dana Jansens [Tue, 28 Jan 2003 05:56:38 +0000 (05:56 +0000)]
add comments at the top for the functions

22 years agostacked_cycle_popup_list done
Dana Jansens [Tue, 28 Jan 2003 05:38:32 +0000 (05:38 +0000)]
stacked_cycle_popup_list done

22 years agofix bug in python when rming window while cycling
Dana Jansens [Tue, 28 Jan 2003 05:30:12 +0000 (05:30 +0000)]
fix bug in python when rming window while cycling

22 years agotitlebar focus in the background of the popuplist
Dana Jansens [Tue, 28 Jan 2003 05:01:39 +0000 (05:01 +0000)]
titlebar focus in the background of the popuplist

22 years agoadd margins, and limit title lengths
Dana Jansens [Tue, 28 Jan 2003 05:00:39 +0000 (05:00 +0000)]
add margins, and limit title lengths

22 years agofocus cycling list
Dana Jansens [Tue, 28 Jan 2003 04:53:10 +0000 (04:53 +0000)]
focus cycling list

22 years agomove the font up in the file so its generated before renderstyle
Dana Jansens [Tue, 28 Jan 2003 04:53:01 +0000 (04:53 +0000)]
move the font up in the file so its generated before renderstyle

22 years agoinclude gettext.h from ../src
Dana Jansens [Tue, 28 Jan 2003 03:26:59 +0000 (03:26 +0000)]
include gettext.h from ../src

22 years agoinclude gettext from ../src
Dana Jansens [Tue, 28 Jan 2003 03:24:45 +0000 (03:24 +0000)]
include gettext from ../src

22 years agoadd version for automake
Dana Jansens [Tue, 28 Jan 2003 03:18:43 +0000 (03:18 +0000)]
add version for automake

22 years agoa little reordering.. useless really
Dana Jansens [Tue, 28 Jan 2003 00:31:20 +0000 (00:31 +0000)]
a little reordering.. useless really

22 years agosetStyle in the constructor
Dana Jansens [Tue, 28 Jan 2003 00:30:57 +0000 (00:30 +0000)]
setStyle in the constructor