]> icculus.org git repositories - dana/openbox.git/log
dana/openbox.git
21 years agoadd recent fixes
Dana Jansens [Sun, 25 Aug 2002 10:10:09 +0000 (10:10 +0000)]
add recent fixes

21 years agoadd toggleDecorations
Dana Jansens [Sun, 25 Aug 2002 09:51:39 +0000 (09:51 +0000)]
add toggleDecorations

21 years agoactually check if a window has the function flags approproate before trying to perfor...
Dana Jansens [Sun, 25 Aug 2002 09:48:50 +0000 (09:48 +0000)]
actually check if a window has the function flags approproate before trying to perform an action. (i.e. dont let windows iconify if they arent supposed to, etc)

21 years agoclean up the new focusing code for workspace switching
Dana Jansens [Sun, 25 Aug 2002 08:41:18 +0000 (08:41 +0000)]
clean up the new focusing code for workspace switching

21 years agoexplicitly set the focused window instead of waiting for the x server when changing...
Dana Jansens [Sun, 25 Aug 2002 08:11:43 +0000 (08:11 +0000)]
explicitly set the focused window instead of waiting for the x server when changing workspaces, otherwise, if you move througha workspace before the xserver distributes your focus, you end up losing which window had the focus

21 years agodont add sticky windows to the stacking list more than once
Dana Jansens [Sat, 24 Aug 2002 22:22:52 +0000 (22:22 +0000)]
dont add sticky windows to the stacking list more than once

21 years agoput !normal windows in the general client list too
Dana Jansens [Sat, 24 Aug 2002 20:54:24 +0000 (20:54 +0000)]
put !normal windows in the general client list too

21 years agoput !normal windows in the stacking client list as well as the normal client list
Dana Jansens [Sat, 24 Aug 2002 20:43:58 +0000 (20:43 +0000)]
put !normal windows in the stacking client list as well as the normal client list

21 years agotry see if this broke gnome-panel
Dana Jansens [Sat, 24 Aug 2002 19:58:25 +0000 (19:58 +0000)]
try see if this broke gnome-panel

21 years agoadd showRoot/Workspace menu plus a blurp about Openbox specific actions
Dana Jansens [Sat, 24 Aug 2002 13:12:43 +0000 (13:12 +0000)]
add showRoot/Workspace menu plus a blurp about Openbox specific actions

21 years agoCapitalization fix, adding documentation for options, 2-d workspaces, and toggleGrabs
Marius Nita [Sat, 24 Aug 2002 09:40:24 +0000 (09:40 +0000)]
Capitalization fix, adding documentation for options, 2-d workspaces, and toggleGrabs

21 years agoSafari_Al's patch which fixes inconsistent capitalization in some actions.
Marius Nita [Sat, 24 Aug 2002 09:38:56 +0000 (09:38 +0000)]
Safari_Al's patch which fixes inconsistent capitalization in some actions.

21 years agodon't unmap/remap sticky windows on a workspace change, but still make sloppy focus...
Dana Jansens [Sat, 24 Aug 2002 08:09:35 +0000 (08:09 +0000)]
don't unmap/remap sticky windows on a workspace change, but still make sloppy focus work right.

21 years agoput !normal windows in the screen window list
Dana Jansens [Sat, 24 Aug 2002 05:49:22 +0000 (05:49 +0000)]
put !normal windows in the screen window list
catch systray apps unmap/destroy events

21 years agohandle systray apps closing..
Dana Jansens [Sat, 24 Aug 2002 04:41:22 +0000 (04:41 +0000)]
handle systray apps closing..

21 years agodefault to line width of 0, which is more efficient than 1
Dana Jansens [Sat, 24 Aug 2002 01:14:34 +0000 (01:14 +0000)]
default to line width of 0, which is more efficient than 1

21 years agouse the snap offset as the margin for placing windows instead of a fixed value of 1
Dana Jansens [Fri, 23 Aug 2002 23:13:21 +0000 (23:13 +0000)]
use the snap offset as the margin for placing windows instead of a fixed value of 1

21 years agodont autoraise when the window isn't going to get focused either. sdl-fullscreen...
Dana Jansens [Fri, 23 Aug 2002 07:28:04 +0000 (07:28 +0000)]
dont autoraise when the window isn't going to get focused either. sdl-fullscreen bug fixed.

21 years agoget default line width to 1, and make it a more easily used parameter in BPen
Dana Jansens [Fri, 23 Aug 2002 05:35:34 +0000 (05:35 +0000)]
get default line width to 1, and make it a more easily used parameter in BPen

21 years agogive gc's/BPen's a width
Dana Jansens [Fri, 23 Aug 2002 05:12:07 +0000 (05:12 +0000)]
give gc's/BPen's a width

21 years agotoggleGrabs action added
Marius Nita [Thu, 22 Aug 2002 18:19:57 +0000 (18:19 +0000)]
toggleGrabs action added

21 years agomodified focus() to accept a no-raise parameter
Marius Nita [Thu, 22 Aug 2002 10:13:02 +0000 (10:13 +0000)]
modified focus() to accept a no-raise parameter

21 years agothe comment more accurate
Dana Jansens [Thu, 22 Aug 2002 04:05:43 +0000 (04:05 +0000)]
the comment more accurate

21 years agos/__openbox_version/OPENBOX_VERSION
Dana Jansens [Thu, 22 Aug 2002 03:53:17 +0000 (03:53 +0000)]
s/__openbox_version/OPENBOX_VERSION

21 years agoadding the cvsignore file for the new nls dir
Dana Jansens [Thu, 22 Aug 2002 03:47:18 +0000 (03:47 +0000)]
adding the cvsignore file for the new nls dir

21 years agosync with bb-cvs
Dana Jansens [Thu, 22 Aug 2002 03:46:45 +0000 (03:46 +0000)]
sync with bb-cvs

21 years ago2.1.0 is our next target
Dana Jansens [Thu, 22 Aug 2002 01:04:16 +0000 (01:04 +0000)]
2.1.0 is our next target

21 years agofixed getStringValue failure case and compiler warnings
Marius Nita [Thu, 22 Aug 2002 01:03:33 +0000 (01:03 +0000)]
fixed getStringValue failure case and compiler warnings

21 years agodont use __ for variables.. its illegal. (thanks ppl for the patch.)
Dana Jansens [Thu, 22 Aug 2002 01:03:08 +0000 (01:03 +0000)]
dont use __ for variables.. its illegal. (thanks ppl for the patch.)

21 years agofixed unsigned/signed comparison warnings
Marius Nita [Thu, 22 Aug 2002 01:02:21 +0000 (01:02 +0000)]
fixed unsigned/signed comparison warnings

21 years agosupport for showing the root and workspace menu with epist
Dana Jansens [Thu, 22 Aug 2002 00:57:29 +0000 (00:57 +0000)]
support for showing the root and workspace menu with epist

21 years agotoggleDecorations!
Dana Jansens [Thu, 22 Aug 2002 00:10:21 +0000 (00:10 +0000)]
toggleDecorations!

21 years agotoggledecor almost done
Dana Jansens [Wed, 21 Aug 2002 23:57:03 +0000 (23:57 +0000)]
toggledecor almost done
some code cleanups/fixes

21 years agodont grab other windows while warping in opaque mode
Dana Jansens [Wed, 21 Aug 2002 09:50:47 +0000 (09:50 +0000)]
dont grab other windows while warping in opaque mode

21 years agodont pass an unused parameter, and return an unused value
Dana Jansens [Wed, 21 Aug 2002 09:23:00 +0000 (09:23 +0000)]
dont pass an unused parameter, and return an unused value

21 years agowarping is ruling!
Dana Jansens [Wed, 21 Aug 2002 09:00:37 +0000 (09:00 +0000)]
warping is ruling!

21 years agowarping works!
Dana Jansens [Wed, 21 Aug 2002 08:59:28 +0000 (08:59 +0000)]
warping works!

21 years agomaking warping work.. hopefully.
Dana Jansens [Wed, 21 Aug 2002 07:47:52 +0000 (07:47 +0000)]
making warping work.. hopefully.
fix for leaving !normal windows behind in the window list

21 years agoset a workspace and window number even for !normal windows
Dana Jansens [Wed, 21 Aug 2002 06:35:29 +0000 (06:35 +0000)]
set a workspace and window number even for !normal windows

21 years agoadd support for the kde-override hint, making the windows get no decorations.
Dana Jansens [Wed, 21 Aug 2002 06:09:31 +0000 (06:09 +0000)]
add support for the kde-override hint, making the windows get no decorations.
also, read the window type as an array, as it is supposed to be read.

21 years agoadded parameter to the move windows. it defaults to 1.
Scott Moynes [Wed, 21 Aug 2002 03:21:42 +0000 (03:21 +0000)]
added parameter to the move windows. it defaults to 1.

21 years agochangeWorkspaceHorz() now cycles
Scott Moynes [Wed, 21 Aug 2002 01:50:01 +0000 (01:50 +0000)]
changeWorkspaceHorz() now cycles

21 years agocleaned up changeWorkspaceVert() a bit
Scott Moynes [Wed, 21 Aug 2002 01:31:50 +0000 (01:31 +0000)]
cleaned up changeWorkspaceVert() a bit

21 years agoadded cycling to the grid stuff
Scott Moynes [Wed, 21 Aug 2002 01:26:56 +0000 (01:26 +0000)]
added cycling to the grid stuff

21 years agouber patch.
Scott Moynes [Wed, 21 Aug 2002 00:27:16 +0000 (00:27 +0000)]
uber patch.
Added configuration options.
Added workspace grid changing.
Added keychain timeouts.
Fixed some whitespace.

21 years agochange how the pointer is moved.. try make this more consistant when warping at high...
Dana Jansens [Tue, 20 Aug 2002 18:43:29 +0000 (18:43 +0000)]
change how the pointer is moved.. try make this more consistant when warping at high speeds.

21 years agoFix send to menu, having deleted workspaces in it.
Dana Jansens [Tue, 20 Aug 2002 15:38:51 +0000 (15:38 +0000)]
Fix send to menu, having deleted workspaces in it.
Fix workspace warping, move the mouse and window the same amount.
Fix workspace switching. Put old code back that worked better.

21 years agoadd -help and -version (thanks ppl)
Dana Jansens [Mon, 19 Aug 2002 06:12:09 +0000 (06:12 +0000)]
add -help and -version (thanks ppl)

21 years agofix indenting and caps
Dana Jansens [Fri, 16 Aug 2002 21:23:39 +0000 (21:23 +0000)]
fix indenting and caps

21 years agochange default style to mbdtex
Dana Jansens [Fri, 16 Aug 2002 21:14:27 +0000 (21:14 +0000)]
change default style to mbdtex

21 years agochange the font to be nicer
Dana Jansens [Fri, 16 Aug 2002 21:13:36 +0000 (21:13 +0000)]
change the font to be nicer

21 years agoadd the date
Dana Jansens [Fri, 16 Aug 2002 21:09:01 +0000 (21:09 +0000)]
add the date

21 years agogroup next/prev commands together
Dana Jansens [Fri, 16 Aug 2002 20:28:45 +0000 (20:28 +0000)]
group next/prev commands together

21 years agospecify which parameters can be specifyed for cycling windows and workspaces
Dana Jansens [Fri, 16 Aug 2002 20:23:52 +0000 (20:23 +0000)]
specify which parameters can be specifyed for cycling windows and workspaces

21 years agoignore the new generated manpage
Dana Jansens [Fri, 16 Aug 2002 20:12:45 +0000 (20:12 +0000)]
ignore the new generated manpage

21 years agomention that options dont exist in epist yet
Dana Jansens [Fri, 16 Aug 2002 20:11:42 +0000 (20:11 +0000)]
mention that options dont exist in epist yet

21 years agofix breaks/indents for the options section
Dana Jansens [Fri, 16 Aug 2002 19:34:53 +0000 (19:34 +0000)]
fix breaks/indents for the options section

21 years agoadd a .br
Dana Jansens [Fri, 16 Aug 2002 19:33:38 +0000 (19:33 +0000)]
add a .br

21 years agoadd a manpage for epistrc. Update the epist mapage a bit.
Dana Jansens [Fri, 16 Aug 2002 19:31:54 +0000 (19:31 +0000)]
add a manpage for epistrc. Update the epist mapage a bit.

21 years agoignore the generated manpage
Dana Jansens [Fri, 16 Aug 2002 18:32:54 +0000 (18:32 +0000)]
ignore the generated manpage

21 years agodont lose the last-focused window when all windows lose focus
Dana Jansens [Fri, 16 Aug 2002 05:29:31 +0000 (05:29 +0000)]
dont lose the last-focused window when all windows lose focus

21 years agomention epist with bbkeys
Dana Jansens [Fri, 16 Aug 2002 05:13:29 +0000 (05:13 +0000)]
mention epist with bbkeys

21 years agoadd epist and xftlsfonts in teh see also.
Dana Jansens [Fri, 16 Aug 2002 05:05:28 +0000 (05:05 +0000)]
add epist and xftlsfonts in teh see also.
s/BLACK/OPEN/

21 years agoadd authors for epist in manpage
Dana Jansens [Fri, 16 Aug 2002 05:01:36 +0000 (05:01 +0000)]
add authors for epist in manpage

21 years agoadd manpages for epist and for xftlsfonts
Dana Jansens [Fri, 16 Aug 2002 04:59:22 +0000 (04:59 +0000)]
add manpages for epist and for xftlsfonts

21 years agosome new functions added to the rc file
Scott Moynes [Fri, 16 Aug 2002 04:38:14 +0000 (04:38 +0000)]
some new functions added to the rc file

21 years agoignore the EnterNotify for focusing when changing workspaces in an ACTIVE_WINDOW...
Dana Jansens [Fri, 16 Aug 2002 04:25:13 +0000 (04:25 +0000)]
ignore the EnterNotify for focusing when changing workspaces in an ACTIVE_WINDOW change, so that the right window gets focused, not the window under the mouse.

21 years agoset up a default rc file, and change teh user rc to ~./openbox/epistrc
Dana Jansens [Fri, 16 Aug 2002 03:28:20 +0000 (03:28 +0000)]
set up a default rc file, and change teh user rc to ~./openbox/epistrc

21 years agoAdded default rc file
Scott Moynes [Fri, 16 Aug 2002 03:05:14 +0000 (03:05 +0000)]
Added default rc file

21 years agoadd xft support
Dana Jansens [Thu, 15 Aug 2002 23:56:29 +0000 (23:56 +0000)]
add xft support

21 years agoauthors updates
Dana Jansens [Thu, 15 Aug 2002 23:51:47 +0000 (23:51 +0000)]
authors updates

21 years agocatch tge XFT define, from config.h
Dana Jansens [Thu, 15 Aug 2002 23:51:19 +0000 (23:51 +0000)]
catch tge XFT define, from config.h

21 years agoadd Xft support to all of the styles
Dana Jansens [Thu, 15 Aug 2002 23:50:14 +0000 (23:50 +0000)]
add Xft support to all of the styles

21 years agoproper scoping
Dana Jansens [Thu, 15 Aug 2002 19:12:28 +0000 (19:12 +0000)]
proper scoping

21 years agobasename() returns a string sometimes.. go shaleh. but this makes it work both ways.
Dana Jansens [Thu, 15 Aug 2002 19:10:55 +0000 (19:10 +0000)]
basename() returns a string sometimes.. go shaleh. but this makes it work both ways.

21 years agono more relavent
Dana Jansens [Thu, 15 Aug 2002 19:03:07 +0000 (19:03 +0000)]
no more relavent

21 years agofix nls' that didnt build
Dana Jansens [Thu, 15 Aug 2002 18:49:53 +0000 (18:49 +0000)]
fix nls' that didnt build

21 years agofix the ko_KR makefile so it builds
Dana Jansens [Thu, 15 Aug 2002 18:43:56 +0000 (18:43 +0000)]
fix the ko_KR makefile so it builds

21 years agothis file is generated,and not supposed to eb in cvs
Dana Jansens [Thu, 15 Aug 2002 18:40:42 +0000 (18:40 +0000)]
this file is generated,and not supposed to eb in cvs

21 years agobuild something when theres no xft support
Dana Jansens [Thu, 15 Aug 2002 18:38:29 +0000 (18:38 +0000)]
build something when theres no xft support

21 years agomake sure the increments are > 0.
Dana Jansens [Thu, 15 Aug 2002 18:35:34 +0000 (18:35 +0000)]
make sure the increments are > 0.

21 years agobuild epist normally, dont link in stuff it doenst need to yet
Dana Jansens [Thu, 15 Aug 2002 18:24:58 +0000 (18:24 +0000)]
build epist normally, dont link in stuff it doenst need to yet

21 years agocaps
Dana Jansens [Thu, 15 Aug 2002 18:20:01 +0000 (18:20 +0000)]
caps

21 years agoadd the paper theme
Dana Jansens [Thu, 15 Aug 2002 18:19:47 +0000 (18:19 +0000)]
add the paper theme

21 years agohad the wrong name in it
Dana Jansens [Thu, 15 Aug 2002 17:14:29 +0000 (17:14 +0000)]
had the wrong name in it

21 years agos/black/open
Dana Jansens [Thu, 15 Aug 2002 17:14:18 +0000 (17:14 +0000)]
s/black/open

21 years agonew 2.0 authors/contributors
Dana Jansens [Thu, 15 Aug 2002 17:12:05 +0000 (17:12 +0000)]
new 2.0 authors/contributors

21 years agoadd all the changes made for 2.0.0 to the changelog
Dana Jansens [Thu, 15 Aug 2002 16:54:00 +0000 (16:54 +0000)]
add all the changes made for 2.0.0 to the changelog

21 years agosync with bb-cvs
Dana Jansens [Thu, 15 Aug 2002 16:31:04 +0000 (16:31 +0000)]
sync with bb-cvs

21 years agosync with bb-cvs.
Dana Jansens [Thu, 15 Aug 2002 16:27:02 +0000 (16:27 +0000)]
sync with bb-cvs.
Add the if(sticky) check back into the changing-transient-state code.. test this with vanrijn/bbkeys/klaunch!

21 years agobetter track of the last window on a screen.
Dana Jansens [Thu, 15 Aug 2002 16:26:07 +0000 (16:26 +0000)]
better track of the last window on a screen.

21 years agosync with bb-cvs
Dana Jansens [Thu, 15 Aug 2002 16:24:29 +0000 (16:24 +0000)]
sync with bb-cvs

21 years agooops. buglet. extra for loop
Scott Moynes [Wed, 14 Aug 2002 20:55:35 +0000 (20:55 +0000)]
oops. buglet. extra for loop

21 years agotesting whether i caused a bug with this code
Dana Jansens [Wed, 14 Aug 2002 15:10:57 +0000 (15:10 +0000)]
testing whether i caused a bug with this code

21 years agoproperly watch for windows on other workspaces when mapping.
Dana Jansens [Wed, 14 Aug 2002 06:26:42 +0000 (06:26 +0000)]
properly watch for windows on other workspaces when mapping.

21 years agoremove the net_wm_desktop/state hints from a window when we stop managing it, so...
Dana Jansens [Wed, 14 Aug 2002 06:15:08 +0000 (06:15 +0000)]
remove the net_wm_desktop/state hints from a window when we stop managing it, so that if an app reuses the window, we don't place it on the wrong workspace the second time.

21 years agoadded the ability to have numeric arguments for the cycle window/workspace functions.
Scott Moynes [Wed, 14 Aug 2002 04:17:46 +0000 (04:17 +0000)]
added the ability to have numeric arguments for the cycle window/workspace functions.
eg.
Control-Mod1-Down nextWorkspace 6;
Control-Mod1-Right nextWorkspace;
Would allow some form of relative workspace flipping. It might be much less useful for cycling windows.

21 years agodont let windows get initially mapped when they arent on the current workspace
Dana Jansens [Tue, 13 Aug 2002 21:25:41 +0000 (21:25 +0000)]
dont let windows get initially mapped when they arent on the current workspace

21 years agodon't actually focus windows when adding them to the current workspace. this is alrea...
Dana Jansens [Tue, 13 Aug 2002 21:14:37 +0000 (21:14 +0000)]
don't actually focus windows when adding them to the current workspace. this is already handled elsewhere, ands the window probably isnt evenmapped yet

21 years agoresize with alt+right click in all the same places that alt+left click moves
Dana Jansens [Tue, 13 Aug 2002 17:49:34 +0000 (17:49 +0000)]
resize with alt+right click in all the same places that alt+left click moves