]> icculus.org git repositories - mikachu/openbox.git/log
mikachu/openbox.git
21 years agosync with bb-cvs.
Dana Jansens [Sun, 21 Jul 2002 09:56:18 +0000 (09:56 +0000)]
sync with bb-cvs.
Add option in config menu for disabling mouse input with scroll lock.
Remove compile-time flag for event clobbering since this solves that problem for now.

21 years agoadd some cvsignore's
Dana Jansens [Sat, 20 Jul 2002 23:19:25 +0000 (23:19 +0000)]
add some cvsignore's

21 years agoadd no_NO and ro_RO translations
Dana Jansens [Sat, 20 Jul 2002 23:18:29 +0000 (23:18 +0000)]
add no_NO and ro_RO translations

21 years agoi put paths in here by accident ^_^
Dana Jansens [Sat, 20 Jul 2002 23:11:46 +0000 (23:11 +0000)]
i put paths in here by accident ^_^

21 years agoadd another hardcoded binding :)
Dana Jansens [Sat, 20 Jul 2002 21:08:11 +0000 (21:08 +0000)]
add another hardcoded binding :)

21 years agonew windows on non-visible workspaces should follow the same focus rules as those...
Dana Jansens [Sat, 20 Jul 2002 20:44:29 +0000 (20:44 +0000)]
new windows on non-visible workspaces should follow the same focus rules as those on the visible workspace. if "Focus New Windows" is on, then they should get focus when the workspace becomes visible.

21 years agoremove the add/remove/active_window debug cout's
Dana Jansens [Sat, 20 Jul 2002 20:29:10 +0000 (20:29 +0000)]
remove the add/remove/active_window debug cout's

21 years agoimplement window resizing. using resizing incrememnts if the window has requested...
Dana Jansens [Sat, 20 Jul 2002 20:25:56 +0000 (20:25 +0000)]
implement window resizing. using resizing incrememnts if the window has requested them!

21 years agoimplement window resizing
Dana Jansens [Sat, 20 Jul 2002 20:06:38 +0000 (20:06 +0000)]
implement window resizing

21 years agokeep track of window dimentions
Dana Jansens [Sat, 20 Jul 2002 20:04:27 +0000 (20:04 +0000)]
keep track of window dimentions
use them for window moving

21 years agomove the Strut struct from Screen.hh to Util.hh
Dana Jansens [Sat, 20 Jul 2002 19:13:29 +0000 (19:13 +0000)]
move the Strut struct from Screen.hh to Util.hh

21 years agoadd action and design for resizing a window
Dana Jansens [Sat, 20 Jul 2002 18:46:29 +0000 (18:46 +0000)]
add action and design for resizing a window

21 years agoimplement toggleMaximize(Vert|Horz|Full)
Dana Jansens [Sat, 20 Jul 2002 18:44:39 +0000 (18:44 +0000)]
implement toggleMaximize(Vert|Horz|Full)

21 years agoimplement moveWindowUp/Down/Left/Right
Dana Jansens [Sat, 20 Jul 2002 18:16:52 +0000 (18:16 +0000)]
implement moveWindowUp/Down/Left/Right

21 years agochanged teh builtin bindings.. :)
Dana Jansens [Sat, 20 Jul 2002 18:04:48 +0000 (18:04 +0000)]
changed teh builtin bindings.. :)

21 years agonow it opens on all possible screens
Dana Jansens [Sat, 20 Jul 2002 17:04:07 +0000 (17:04 +0000)]
now it opens on all possible screens

21 years agolet you specify the class for cycling windows per class
Dana Jansens [Sat, 20 Jul 2002 17:00:36 +0000 (17:00 +0000)]
let you specify the class for cycling windows per class

21 years agomake cycling by window class work properly, was using the app name instead of class
Dana Jansens [Sat, 20 Jul 2002 16:52:52 +0000 (16:52 +0000)]
make cycling by window class work properly, was using the app name instead of class
also, make the code gcc 2.95 friendly

21 years agoadd maximizing to the action enum
Dana Jansens [Sat, 20 Jul 2002 16:30:26 +0000 (16:30 +0000)]
add maximizing to the action enum

21 years agoadd execute command. add string to action class.
Dana Jansens [Sat, 20 Jul 2002 16:26:37 +0000 (16:26 +0000)]
add execute command. add string to action class.

21 years agoexec works now
Dana Jansens [Sat, 20 Jul 2002 16:17:24 +0000 (16:17 +0000)]
exec works now

21 years agoadded hardcoded bindings for changeWorkspace 1-4
Dana Jansens [Sat, 20 Jul 2002 10:18:43 +0000 (10:18 +0000)]
added hardcoded bindings for changeWorkspace 1-4

21 years agorename the sendTo action to sendToWorkspace
Dana Jansens [Sat, 20 Jul 2002 10:17:08 +0000 (10:17 +0000)]
rename the sendTo action to sendToWorkspace

21 years agoadded sendTo action
Dana Jansens [Sat, 20 Jul 2002 10:15:43 +0000 (10:15 +0000)]
added sendTo action

21 years agoadd 'toggleomnipresent' action
Dana Jansens [Sat, 20 Jul 2002 10:11:10 +0000 (10:11 +0000)]
add 'toggleomnipresent' action

21 years agosmall change.
Dana Jansens [Sat, 20 Jul 2002 10:06:48 +0000 (10:06 +0000)]
small change.

21 years agoadd cycling of windows of the same class on all workspaces
Dana Jansens [Sat, 20 Jul 2002 10:06:09 +0000 (10:06 +0000)]
add cycling of windows of the same class on all workspaces

21 years agoadd cycling of next/prev window of class
Dana Jansens [Sat, 20 Jul 2002 10:03:42 +0000 (10:03 +0000)]
add cycling of next/prev window of class

21 years agoadd next/prev window on all workspaces
Dana Jansens [Sat, 20 Jul 2002 09:58:49 +0000 (09:58 +0000)]
add next/prev window on all workspaces

21 years agoproperly track the active workspace and the number of workspaces.
Dana Jansens [Sat, 20 Jul 2002 09:51:42 +0000 (09:51 +0000)]
properly track the active workspace and the number of workspaces.
use these to cycle workspaces.

21 years agoadd iconifying
Dana Jansens [Sat, 20 Jul 2002 09:28:01 +0000 (09:28 +0000)]
add iconifying

21 years agoadd raising and lowering
Dana Jansens [Sat, 20 Jul 2002 09:20:14 +0000 (09:20 +0000)]
add raising and lowering

21 years agoadd the ability to close a window
Dana Jansens [Sat, 20 Jul 2002 09:17:23 +0000 (09:17 +0000)]
add the ability to close a window

21 years agoadded window cycling
Dana Jansens [Sat, 20 Jul 2002 09:02:45 +0000 (09:02 +0000)]
added window cycling

21 years agoline up the vars
Dana Jansens [Sat, 20 Jul 2002 08:38:50 +0000 (08:38 +0000)]
line up the vars

21 years agomake the returned action list a const reference
Dana Jansens [Sat, 20 Jul 2002 08:36:06 +0000 (08:36 +0000)]
make the returned action list a const reference

21 years agomake the action list returned a const
Dana Jansens [Sat, 20 Jul 2002 08:35:13 +0000 (08:35 +0000)]
make the action list returned a const

21 years agoremove some debug couts
Dana Jansens [Sat, 20 Jul 2002 08:24:59 +0000 (08:24 +0000)]
remove some debug couts

21 years agomake shading work
Dana Jansens [Sat, 20 Jul 2002 08:24:51 +0000 (08:24 +0000)]
make shading work

21 years agodont pass bound keys through to the application
Dana Jansens [Sat, 20 Jul 2002 08:09:40 +0000 (08:09 +0000)]
dont pass bound keys through to the application

21 years agosome cleanups and such.
Dana Jansens [Sat, 20 Jul 2002 08:06:54 +0000 (08:06 +0000)]
some cleanups and such.

21 years agoAdded changeWorkspace() and a broken toggleShaded()
Scott Moynes [Sat, 20 Jul 2002 01:44:01 +0000 (01:44 +0000)]
Added changeWorkspace() and a broken toggleShaded()

21 years agoproperly scope thse stl stuff please!
Dana Jansens [Fri, 19 Jul 2002 22:41:48 +0000 (22:41 +0000)]
properly scope thse stl stuff please!

21 years agoadd file headers and couple fixups
Dana Jansens [Fri, 19 Jul 2002 22:40:29 +0000 (22:40 +0000)]
add file headers and couple fixups

21 years agono need to scope here
Dana Jansens [Fri, 19 Jul 2002 22:37:52 +0000 (22:37 +0000)]
no need to scope here

21 years agoadd a count to the actions enum
Dana Jansens [Fri, 19 Jul 2002 22:37:11 +0000 (22:37 +0000)]
add a count to the actions enum

21 years agomake both for's work teh same way
Dana Jansens [Fri, 19 Jul 2002 22:35:46 +0000 (22:35 +0000)]
make both for's work teh same way

21 years agoinsert some whitespace
Dana Jansens [Fri, 19 Jul 2002 22:34:35 +0000 (22:34 +0000)]
insert some whitespace

21 years agoadded contructor for the actions
Scott Moynes [Fri, 19 Jul 2002 22:34:28 +0000 (22:34 +0000)]
added contructor for the actions

21 years agofix typos
Dana Jansens [Fri, 19 Jul 2002 22:33:20 +0000 (22:33 +0000)]
fix typos

21 years agoadd ifdefs for config.h
Dana Jansens [Fri, 19 Jul 2002 22:22:32 +0000 (22:22 +0000)]
add ifdefs for config.h

21 years agouse the _variable member naming convention
Dana Jansens [Fri, 19 Jul 2002 22:22:19 +0000 (22:22 +0000)]
use the _variable member naming convention

21 years agomake epist not build with the rest of the source tree
Dana Jansens [Fri, 19 Jul 2002 20:48:17 +0000 (20:48 +0000)]
make epist not build with the rest of the source tree

21 years agoscrewed up the order in which hints were retrieved on windows. this actualy turns...
Dana Jansens [Fri, 19 Jul 2002 19:31:57 +0000 (19:31 +0000)]
screwed up the order in which hints were retrieved on windows. this actualy turns out to be important :)

21 years agomake HUP reconfigure as in blackbox. make USR1 restart instead
Dana Jansens [Fri, 19 Jul 2002 19:04:28 +0000 (19:04 +0000)]
make HUP reconfigure as in blackbox. make USR1 restart instead

21 years agochanging the number of workspaces in the rc does something without restarting now!
Dana Jansens [Fri, 19 Jul 2002 14:38:10 +0000 (14:38 +0000)]
changing the number of workspaces in the rc does something without restarting now!

21 years agoAdded an action class and started the even handler.
Scott Moynes [Fri, 19 Jul 2002 13:11:27 +0000 (13:11 +0000)]
Added an action class and started the even handler.

21 years agodon't try to show windows which are already shown. this also ends up fixing an elusiv...
Dana Jansens [Fri, 19 Jul 2002 08:13:42 +0000 (08:13 +0000)]
don't try to show windows which are already shown. this also ends up fixing an elusive segfault.

21 years agoonly focus new transient windows if their parent has the input focus
Dana Jansens [Fri, 19 Jul 2002 06:56:00 +0000 (06:56 +0000)]
only focus new transient windows if their parent has the input focus

21 years agodont reconfigure during startup. thats a waste and screws up stuff!
Dana Jansens [Fri, 19 Jul 2002 06:47:27 +0000 (06:47 +0000)]
dont reconfigure during startup. thats a waste and screws up stuff!

21 years agomake the bullet, checkmark, and text, all the same color in the menu
Dana Jansens [Thu, 18 Jul 2002 06:47:26 +0000 (06:47 +0000)]
make the bullet, checkmark, and text, all the same color in the menu

21 years agoupdated todo. took out things we have done. added new goal for 3.0.
Dana Jansens [Thu, 18 Jul 2002 06:37:11 +0000 (06:37 +0000)]
updated todo. took out things we have done. added new goal for 3.0.

21 years agoselect the focused window in the workspace menu
Dana Jansens [Thu, 18 Jul 2002 06:29:38 +0000 (06:29 +0000)]
select the focused window in the workspace menu

21 years agoadd cvsignore
Dana Jansens [Thu, 18 Jul 2002 05:36:14 +0000 (05:36 +0000)]
add cvsignore

21 years agofix some capitalisations
Dana Jansens [Thu, 18 Jul 2002 05:30:48 +0000 (05:30 +0000)]
fix some capitalisations

21 years agomove the checkmarks to the opposite side of the bullets. This means they still can...
Dana Jansens [Thu, 18 Jul 2002 05:14:18 +0000 (05:14 +0000)]
move the checkmarks to the opposite side of the bullets. This means they still can be used in the workspace menu for the focused workspace.

21 years agochange the color used for the checkmark. match the text. dont check the current works...
Dana Jansens [Wed, 17 Jul 2002 22:56:21 +0000 (22:56 +0000)]
change the color used for the checkmark. match the text. dont check the current workspace in the workspace menu.

21 years agonew checkmark for the menus
Dana Jansens [Wed, 17 Jul 2002 22:43:33 +0000 (22:43 +0000)]
new checkmark for the menus

21 years agoadded some notes about a config file format
Scott Moynes [Wed, 17 Jul 2002 00:40:10 +0000 (00:40 +0000)]
added some notes about a config file format

21 years agoreverse the if
Dana Jansens [Tue, 16 Jul 2002 22:01:17 +0000 (22:01 +0000)]
reverse the if

21 years agodont put non-normal windows in the stacking list. they dont show up in theclient...
Dana Jansens [Tue, 16 Jul 2002 22:00:44 +0000 (22:00 +0000)]
dont put non-normal windows in the stacking list. they dont show up in theclient list either.

21 years agoadjust goals for 2.0
Dana Jansens [Tue, 16 Jul 2002 17:16:43 +0000 (17:16 +0000)]
adjust goals for 2.0

21 years agoadd for ClickMousePlacement
Dana Jansens [Tue, 16 Jul 2002 08:05:05 +0000 (08:05 +0000)]
add for ClickMousePlacement

21 years agomuch awesome support for special windows like panels/desktops.
Dana Jansens [Tue, 16 Jul 2002 08:00:59 +0000 (08:00 +0000)]
much awesome support for special windows like panels/desktops.
All 'non-normal' windows are treated equally now, with a fe wexceptionms for the desktop for stacking.
Fix some ClicmMousePlacement bugs while we're at it.

21 years agoput the assert back. better solution in mind
Dana Jansens [Tue, 16 Jul 2002 05:09:03 +0000 (05:09 +0000)]
put the assert back. better solution in mind

21 years agotaking out an assert that only causes problems
Dana Jansens [Tue, 16 Jul 2002 05:07:16 +0000 (05:07 +0000)]
taking out an assert that only causes problems

21 years agoClick Mouse Placement is BACK!#!#
Dana Jansens [Tue, 16 Jul 2002 05:00:09 +0000 (05:00 +0000)]
Click Mouse Placement is BACK!#!#

21 years agoadd sendClientMessage
Dana Jansens [Tue, 16 Jul 2002 04:51:06 +0000 (04:51 +0000)]
add sendClientMessage

21 years agoscrew that change. the next releaase will be 2.0.0!
Dana Jansens [Tue, 16 Jul 2002 04:35:09 +0000 (04:35 +0000)]
screw that change. the next releaase will be 2.0.0!

21 years agochange the version number back a bit. preparing for a testing release.
Dana Jansens [Tue, 16 Jul 2002 04:31:12 +0000 (04:31 +0000)]
change the version number back a bit. preparing for a testing release.

21 years agoswitch workspaces if neccessary for a NET_WM_ACTIVE_WINDOW ClientMessage
Dana Jansens [Tue, 16 Jul 2002 04:18:13 +0000 (04:18 +0000)]
switch workspaces if neccessary for a NET_WM_ACTIVE_WINDOW ClientMessage

21 years agomake bbkeys' cycliong work right, how it used to. instead of working like supoprt...
Dana Jansens [Tue, 16 Jul 2002 04:15:24 +0000 (04:15 +0000)]
make bbkeys' cycliong work right, how it used to. instead of working like supoprt for brokenass kwin does

21 years agodont reposition non-normal/dialog windows when they get focus, such as kde's kicker...
Dana Jansens [Tue, 16 Jul 2002 03:50:55 +0000 (03:50 +0000)]
dont reposition non-normal/dialog windows when they get focus, such as kde's kicker, if they are off screen. they are special and may be doing this on purpose

21 years agodont let focus fall back to strange windows like panels, only to normal windows and...
Dana Jansens [Tue, 16 Jul 2002 02:38:26 +0000 (02:38 +0000)]
dont let focus fall back to strange windows like panels, only to normal windows and dialogs

21 years agoadd options for ignoring shaded windows and full-maxed windows while placing new...
Dana Jansens [Tue, 16 Jul 2002 02:18:16 +0000 (02:18 +0000)]
add options for ignoring shaded windows and full-maxed windows while placing new windows

21 years agoDon't install epist until it actually does something of value
Scott Moynes [Mon, 15 Jul 2002 22:58:07 +0000 (22:58 +0000)]
Don't install epist until it actually does something of value

21 years agokde's 'desktop menu' now works just like a panel
Dana Jansens [Mon, 15 Jul 2002 22:27:46 +0000 (22:27 +0000)]
kde's 'desktop menu' now works just like a panel

21 years agoproperly handle workspace names, and changes to them.
Dana Jansens [Sun, 14 Jul 2002 20:54:03 +0000 (20:54 +0000)]
properly handle workspace names, and changes to them.

21 years agofix case where the window group deletes itself. somehow missed this while syncing! :(
Dana Jansens [Sun, 14 Jul 2002 18:47:52 +0000 (18:47 +0000)]
fix case where the window group deletes itself. somehow missed this while syncing! :(

21 years agosych with blackbox
Dana Jansens [Sun, 14 Jul 2002 18:45:46 +0000 (18:45 +0000)]
sych with blackbox

21 years agomake arrows larger, match th size of the other bullets. make all bullets' sizes quick...
Dana Jansens [Sun, 14 Jul 2002 17:55:03 +0000 (17:55 +0000)]
make arrows larger, match th size of the other bullets. make all bullets' sizes quickly/easily adustable

21 years agomake sure the desktop names atom is set when setting a workspace name, even when...
Dana Jansens [Sun, 14 Jul 2002 17:30:26 +0000 (17:30 +0000)]
make sure the desktop names atom is set when setting a workspace name, even when it doesnt already exist (bug fix)

21 years agoproperly lower windows and keep desktop windows on the bottom.
Dana Jansens [Sat, 13 Jul 2002 21:25:19 +0000 (21:25 +0000)]
properly lower windows and keep desktop windows on the bottom.

21 years agolibgen.h is used by basename()
Dana Jansens [Sat, 13 Jul 2002 20:29:00 +0000 (20:29 +0000)]
libgen.h is used by basename()

21 years agoupdate deps in the Makefile
Dana Jansens [Sat, 13 Jul 2002 19:47:06 +0000 (19:47 +0000)]
update deps in the Makefile

21 years agomore actions
Dana Jansens [Fri, 12 Jul 2002 16:34:51 +0000 (16:34 +0000)]
more actions

21 years agoadd a size specifier to the enum
Dana Jansens [Fri, 12 Jul 2002 16:32:07 +0000 (16:32 +0000)]
add a size specifier to the enum

21 years agoremoving now-unused files.
Dana Jansens [Fri, 12 Jul 2002 16:31:24 +0000 (16:31 +0000)]
removing now-unused files.

21 years agoepist now based on the BaseDisplay.
Dana Jansens [Fri, 12 Jul 2002 16:29:59 +0000 (16:29 +0000)]
epist now based on the BaseDisplay.
has the ability to be multiscreen!

21 years agosome of the actions I came up with
Scott Moynes [Fri, 12 Jul 2002 03:03:55 +0000 (03:03 +0000)]
some of the actions I came up with