]> icculus.org git repositories - dana/openbox.git/log
dana/openbox.git
21 years agosync with bb-cvs
Dana Jansens [Mon, 26 Aug 2002 12:11:19 +0000 (12:11 +0000)]
sync with bb-cvs

21 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

21 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

21 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]

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

21 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

21 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

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

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

21 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

21 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

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

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

21 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

21 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

21 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

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