]> icculus.org git repositories - manmower/openbox.git/log
manmower/openbox.git
22 years agofix shape support
Dana Jansens [Tue, 27 Aug 2002 08:18:04 +0000 (08:18 +0000)]
fix shape support

22 years agoAdded missing header for clearShape, which was breaking compilation
Marius Nita [Tue, 27 Aug 2002 06:59:57 +0000 (06:59 +0000)]
Added missing header for clearShape, which was breaking compilation

22 years agolatest changessssshape changes, give vR credit
Dana Jansens [Tue, 27 Aug 2002 04:09:53 +0000 (04:09 +0000)]
latest changessssshape changes, give vR credit

22 years agofix shape.
Dana Jansens [Tue, 27 Aug 2002 03:59:51 +0000 (03:59 +0000)]
fix shape.
a) it didnt work when it added shape after mapping
b) removing shape wouldnt have worked right either

22 years agoinitial checkin
Marius Nita [Tue, 27 Aug 2002 03:02:55 +0000 (03:02 +0000)]
initial checkin

22 years agoDraw close button with line_width of 2.
Scott Moynes [Mon, 26 Aug 2002 23:52:37 +0000 (23:52 +0000)]
Draw close button with line_width of 2.

22 years agodont change last active while cycling around in stacked mode
Dana Jansens [Mon, 26 Aug 2002 22:08:54 +0000 (22:08 +0000)]
dont change last active while cycling around in stacked mode

22 years agodont use an invalid iterator in handleKeypress, also, update _last_active is it needs...
Dana Jansens [Mon, 26 Aug 2002 22:05:08 +0000 (22:05 +0000)]
dont use an invalid iterator in handleKeypress, also, update _last_active is it needs to be

22 years agoupdate the active iterator after moving the active window to the front of the list
Dana Jansens [Mon, 26 Aug 2002 21:55:37 +0000 (21:55 +0000)]
update the active iterator after moving the active window to the front of the list

22 years agoadded config.h includes
Marius Nita [Mon, 26 Aug 2002 21:42:14 +0000 (21:42 +0000)]
added config.h includes

22 years agodont use what could be an invalid iterator
Dana Jansens [Mon, 26 Aug 2002 21:29:20 +0000 (21:29 +0000)]
dont use what could be an invalid iterator

22 years agodont break the focused window iterator
Dana Jansens [Mon, 26 Aug 2002 21:27:23 +0000 (21:27 +0000)]
dont break the focused window iterator

22 years agoin stacked cycling mode, insert new clients at the front of the list
Dana Jansens [Mon, 26 Aug 2002 21:22:10 +0000 (21:22 +0000)]
in stacked cycling mode, insert new clients at the front of the list

22 years agodont auto-raise sticky windows, theyre on the current workspace too
Dana Jansens [Mon, 26 Aug 2002 21:12:17 +0000 (21:12 +0000)]
dont auto-raise sticky windows, theyre on the current workspace too

22 years agoAdded On/Off options to the grammar, for parameters.
Marius Nita [Mon, 26 Aug 2002 21:04:00 +0000 (21:04 +0000)]
Added On/Off options to the grammar, for parameters.

22 years agoFixed a couple of glitches, added on/off values for boolean
Marius Nita [Mon, 26 Aug 2002 21:03:24 +0000 (21:03 +0000)]
Fixed a couple of glitches, added on/off values for boolean

22 years agoadd the options with default values
Dana Jansens [Mon, 26 Aug 2002 20:53:52 +0000 (20:53 +0000)]
add the options with default values

22 years agoModified the way focus is handled so the focus window is always at the top of the...
Marius Nita [Mon, 26 Aug 2002 20:26:51 +0000 (20:26 +0000)]
Modified the way focus is handled so the focus window is always at the top of the stack when doing stacked cycling. yay or something.

22 years agoFixed a boob mistake which was causing KeyRelease events to not be handled properly...
Marius Nita [Mon, 26 Aug 2002 19:50:45 +0000 (19:50 +0000)]
Fixed a boob mistake which was causing KeyRelease events to not be handled properly if keys were relased quickly.

22 years agoFixed goof in config interface. All the functions are now named getValue(), since...
Marius Nita [Mon, 26 Aug 2002 15:00:14 +0000 (15:00 +0000)]
Fixed goof in config interface. All the functions are now named getValue(), since they have different signatures.

22 years agosync with bb-cvs
Dana Jansens [Mon, 26 Aug 2002 12:11:19 +0000 (12:11 +0000)]
sync with bb-cvs

22 years agodont limit how big a window can be resized.
Dana Jansens [Mon, 26 Aug 2002 12:09:28 +0000 (12:09 +0000)]
dont limit how big a window can be resized.
dont let the user resize a window smaller than 0, which makes it wrap to a huge number

22 years agoUpdate to reflect the stacked cycling additions
Marius Nita [Mon, 26 Aug 2002 06:55:57 +0000 (06:55 +0000)]
Update to reflect the stacked cycling additions

22 years agoupdated to reflect the new changes in epist.[ly]
Marius Nita [Mon, 26 Aug 2002 06:44:49 +0000 (06:44 +0000)]
updated to reflect the new changes in epist.[ly]

22 years agoEpist now supports stacked cycling. :D/-< :D\-<
Marius Nita [Mon, 26 Aug 2002 06:43:48 +0000 (06:43 +0000)]
Epist now supports stacked cycling. :D/-< :D\-<
Added several functions and modified several other ones to grab/ungrab the keyboard, handle KeyRelease events, modified focus behavior in cycleWindow, and more.
Changed some calls for the new config format.

22 years agoAdded functions for setting boolean parameters
Marius Nita [Mon, 26 Aug 2002 06:40:21 +0000 (06:40 +0000)]
Added functions for setting boolean parameters

22 years agoSlight modification to make it use the new config class calling convention
Marius Nita [Mon, 26 Aug 2002 06:39:06 +0000 (06:39 +0000)]
Slight modification to make it use the new config class calling convention

22 years agoMade case requirements less strict (you can now have "control" as well as "Control...
Marius Nita [Mon, 26 Aug 2002 06:38:02 +0000 (06:38 +0000)]
Made case requirements less strict (you can now have "control" as well as "Control") and added True/False grammar rules for parameters.

22 years agoNew and improved configuration management. It now handles bool, string and number...
Marius Nita [Mon, 26 Aug 2002 06:36:37 +0000 (06:36 +0000)]
New and improved configuration management. It now handles bool, string and number types, and all conversions happen at initialization time, so retrieval is faster. (yay)

22 years agosync with blackbox
Dana Jansens [Mon, 26 Aug 2002 05:27:25 +0000 (05:27 +0000)]
sync with blackbox
get rid of the default limit on window sizes

22 years agodon't limit how big a window can be resized
Dana Jansens [Mon, 26 Aug 2002 04:53:37 +0000 (04:53 +0000)]
don't limit how big a window can be resized

22 years agounmanage desktop windows on shutdown
Dana Jansens [Mon, 26 Aug 2002 00:25:08 +0000 (00:25 +0000)]
unmanage desktop windows on shutdown

22 years agoformat comment
Dana Jansens [Mon, 26 Aug 2002 00:23:28 +0000 (00:23 +0000)]
format comment

22 years agoinclude config.h in cc's before including openbox headers
Dana Jansens [Sun, 25 Aug 2002 18:30:16 +0000 (18:30 +0000)]
include config.h in cc's before including openbox headers
use bison instead of yacc

22 years agoconfig request with only resize honors window's gravity
Dana Jansens [Sun, 25 Aug 2002 11:31:43 +0000 (11:31 +0000)]
config request with only resize honors window's gravity

22 years agouse the window's gravity when handling a configureRequest event for a resize only
Dana Jansens [Sun, 25 Aug 2002 11:26:15 +0000 (11:26 +0000)]
use the window's gravity when handling a configureRequest event for a resize only

22 years agoadd recent fixes
Dana Jansens [Sun, 25 Aug 2002 10:10:09 +0000 (10:10 +0000)]
add recent fixes

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

22 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)

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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.

22 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.

22 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

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

22 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

22 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

22 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.

22 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

22 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

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

22 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

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

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

22 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

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

22 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

22 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

22 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.)

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

22 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

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

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

22 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

22 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

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

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

22 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

22 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

22 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.

22 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.

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

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

22 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

22 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.

22 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.

22 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.

22 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)

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

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

22 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

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

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

22 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

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

22 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

22 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

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

22 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.

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

22 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

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

22 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/

22 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