Dana Jansens
92864e8d1d
add cycling of windows of the same class on all workspaces
2002-07-20 10:06:09 +00:00
Dana Jansens
348c8bff11
add cycling of next/prev window of class
2002-07-20 10:03:42 +00:00
Dana Jansens
a9dfa0439b
add next/prev window on all workspaces
2002-07-20 09:58:49 +00:00
Dana Jansens
faab750f78
properly track the active workspace and the number of workspaces.
...
use these to cycle workspaces.
2002-07-20 09:51:42 +00:00
Dana Jansens
c6234a4de0
add iconifying
2002-07-20 09:28:01 +00:00
Dana Jansens
b94699afc3
add raising and lowering
2002-07-20 09:20:14 +00:00
Dana Jansens
5bf463ea95
add the ability to close a window
2002-07-20 09:17:23 +00:00
Dana Jansens
c9be3ee061
added window cycling
2002-07-20 09:02:45 +00:00
Dana Jansens
8e601e4a64
line up the vars
2002-07-20 08:38:50 +00:00
Dana Jansens
b790e78e0a
make the returned action list a const reference
2002-07-20 08:36:06 +00:00
Dana Jansens
8ec56b9907
make the action list returned a const
2002-07-20 08:35:13 +00:00
Dana Jansens
f693859b3e
remove some debug couts
2002-07-20 08:24:59 +00:00
Dana Jansens
b4816f2417
make shading work
2002-07-20 08:24:51 +00:00
Dana Jansens
7d153b742b
dont pass bound keys through to the application
2002-07-20 08:09:40 +00:00
Dana Jansens
c517f51100
some cleanups and such.
2002-07-20 08:06:54 +00:00
Scott Moynes
b4411cb1ef
Added changeWorkspace() and a broken toggleShaded()
2002-07-20 01:44:01 +00:00
Dana Jansens
a939bb6e41
properly scope thse stl stuff please!
2002-07-19 22:41:48 +00:00
Dana Jansens
be77122bee
add file headers and couple fixups
2002-07-19 22:40:29 +00:00
Dana Jansens
b9e5c705ab
no need to scope here
2002-07-19 22:37:52 +00:00
Dana Jansens
bf21451f67
add a count to the actions enum
2002-07-19 22:37:11 +00:00
Dana Jansens
1ed841ef2a
make both for's work teh same way
2002-07-19 22:35:46 +00:00
Dana Jansens
8cfa247c3f
insert some whitespace
2002-07-19 22:34:35 +00:00
Scott Moynes
ba58f65d00
added contructor for the actions
2002-07-19 22:34:28 +00:00
Dana Jansens
a0e50e15b5
fix typos
2002-07-19 22:33:20 +00:00
Dana Jansens
df61eecc26
add ifdefs for config.h
2002-07-19 22:22:32 +00:00
Dana Jansens
5d95d24dd2
use the _variable member naming convention
2002-07-19 22:22:19 +00:00
Dana Jansens
a79513f3d2
make epist not build with the rest of the source tree
2002-07-19 20:48:17 +00:00
Dana Jansens
37824505d7
screwed up the order in which hints were retrieved on windows. this actualy turns out to be important :)
2002-07-19 19:31:57 +00:00
Dana Jansens
5862475ff2
make HUP reconfigure as in blackbox. make USR1 restart instead
2002-07-19 19:04:28 +00:00
Dana Jansens
256bcbed81
changing the number of workspaces in the rc does something without restarting now!
2002-07-19 14:38:10 +00:00
Scott Moynes
f586e55a8c
Added an action class and started the even handler.
2002-07-19 13:11:27 +00:00
Dana Jansens
0326ac961f
don't try to show windows which are already shown. this also ends up fixing an elusive segfault.
2002-07-19 08:13:42 +00:00
Dana Jansens
23da937e01
only focus new transient windows if their parent has the input focus
2002-07-19 06:56:00 +00:00
Dana Jansens
6b3f5abde4
dont reconfigure during startup. thats a waste and screws up stuff!
2002-07-19 06:47:27 +00:00
Dana Jansens
90239e2bfa
make the bullet, checkmark, and text, all the same color in the menu
2002-07-18 06:47:26 +00:00
Dana Jansens
62d40248d9
updated todo. took out things we have done. added new goal for 3.0.
2002-07-18 06:37:11 +00:00
Dana Jansens
ec5ea27e53
select the focused window in the workspace menu
2002-07-18 06:29:38 +00:00
Dana Jansens
3442c5ef1c
add cvsignore
2002-07-18 05:36:14 +00:00
Dana Jansens
7972a75e46
fix some capitalisations
2002-07-18 05:30:48 +00:00
Dana Jansens
5b0751d51e
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.
2002-07-18 05:14:18 +00:00
Dana Jansens
0a9da78140
change the color used for the checkmark. match the text. dont check the current workspace in the workspace menu.
2002-07-17 22:56:21 +00:00
Dana Jansens
f020fb586b
new checkmark for the menus
2002-07-17 22:43:33 +00:00
Scott Moynes
c804a5a092
added some notes about a config file format
2002-07-17 00:40:10 +00:00
Dana Jansens
4b339891e7
reverse the if
2002-07-16 22:01:17 +00:00
Dana Jansens
de6c40934f
dont put non-normal windows in the stacking list. they dont show up in theclient list either.
2002-07-16 22:00:44 +00:00
Dana Jansens
8db840cbd0
adjust goals for 2.0
2002-07-16 17:16:43 +00:00
Dana Jansens
014a3330e8
add for ClickMousePlacement
2002-07-16 08:05:05 +00:00
Dana Jansens
2dde696a13
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.
2002-07-16 08:00:59 +00:00
Dana Jansens
41053a810a
put the assert back. better solution in mind
2002-07-16 05:09:03 +00:00
Dana Jansens
d5d02c45eb
taking out an assert that only causes problems
2002-07-16 05:07:16 +00:00