Commit graph

842 commits

Author SHA1 Message Date
Dana Jansens
2f919fc768 add a .br 2002-08-16 19:33:38 +00:00
Dana Jansens
7c841bbfcc add a manpage for epistrc. Update the epist mapage a bit. 2002-08-16 19:31:54 +00:00
Dana Jansens
8e50f87c63 ignore the generated manpage 2002-08-16 18:32:54 +00:00
Dana Jansens
6bf013e2b7 dont lose the last-focused window when all windows lose focus 2002-08-16 05:29:31 +00:00
Dana Jansens
481fd73de0 mention epist with bbkeys 2002-08-16 05:13:29 +00:00
Dana Jansens
e5379ad568 add epist and xftlsfonts in teh see also.
s/BLACK/OPEN/
2002-08-16 05:05:28 +00:00
Dana Jansens
4f30ee5471 add authors for epist in manpage 2002-08-16 05:01:36 +00:00
Dana Jansens
9af4075917 add manpages for epist and for xftlsfonts 2002-08-16 04:59:22 +00:00
Scott Moynes
963473ba55 some new functions added to the rc file 2002-08-16 04:38:14 +00:00
Dana Jansens
a2db09b869 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. 2002-08-16 04:25:13 +00:00
Dana Jansens
544da8c704 set up a default rc file, and change teh user rc to ~./openbox/epistrc 2002-08-16 03:28:20 +00:00
Scott Moynes
13cf497f83 Added default rc file 2002-08-16 03:05:14 +00:00
Dana Jansens
b660ebe824 add xft support 2002-08-15 23:56:29 +00:00
Dana Jansens
0e9e17a27e authors updates 2002-08-15 23:51:47 +00:00
Dana Jansens
99a3884296 catch tge XFT define, from config.h 2002-08-15 23:51:19 +00:00
Dana Jansens
a3f7fa3294 add Xft support to all of the styles 2002-08-15 23:50:14 +00:00
Dana Jansens
3a6e590d50 proper scoping 2002-08-15 19:12:28 +00:00
Dana Jansens
41a38bbdaf basename() returns a string sometimes.. go shaleh. but this makes it work both ways. 2002-08-15 19:10:55 +00:00
Dana Jansens
02d144a891 no more relavent 2002-08-15 19:03:07 +00:00
Dana Jansens
f7604fbe61 fix nls' that didnt build 2002-08-15 18:49:53 +00:00
Dana Jansens
b19065cc4c fix the ko_KR makefile so it builds 2002-08-15 18:43:56 +00:00
Dana Jansens
dd6ccfd203 this file is generated,and not supposed to eb in cvs 2002-08-15 18:40:42 +00:00
Dana Jansens
0479a9f263 build something when theres no xft support 2002-08-15 18:38:29 +00:00
Dana Jansens
352163bd64 make sure the increments are > 0. 2002-08-15 18:35:34 +00:00
Dana Jansens
89bd8afdb8 build epist normally, dont link in stuff it doenst need to yet 2002-08-15 18:24:58 +00:00
Dana Jansens
eb1f1b359f caps 2002-08-15 18:20:01 +00:00
Dana Jansens
0612318a62 add the paper theme 2002-08-15 18:19:47 +00:00
Dana Jansens
bf418b364c had the wrong name in it 2002-08-15 17:14:29 +00:00
Dana Jansens
083e9491e8 s/black/open 2002-08-15 17:14:18 +00:00
Dana Jansens
a179ffb7a1 new 2.0 authors/contributors 2002-08-15 17:12:05 +00:00
Dana Jansens
defd5e4c34 add all the changes made for 2.0.0 to the changelog 2002-08-15 16:54:00 +00:00
Dana Jansens
73cf4b153c sync with bb-cvs 2002-08-15 16:31:04 +00:00
Dana Jansens
a0c7fe1f12 sync with bb-cvs.
Add the if(sticky) check back into the changing-transient-state code.. test this with vanrijn/bbkeys/klaunch!
2002-08-15 16:27:02 +00:00
Dana Jansens
2241f5c8ea better track of the last window on a screen. 2002-08-15 16:26:07 +00:00
Dana Jansens
f21fbf1de5 sync with bb-cvs 2002-08-15 16:24:29 +00:00
Scott Moynes
d856db568a oops. buglet. extra for loop 2002-08-14 20:55:35 +00:00
Dana Jansens
b016470119 testing whether i caused a bug with this code 2002-08-14 15:10:57 +00:00
Dana Jansens
74a4bc01a7 properly watch for windows on other workspaces when mapping. 2002-08-14 06:26:42 +00:00
Dana Jansens
4bebd476c3 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. 2002-08-14 06:15:08 +00:00
Scott Moynes
75b6a5a378 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.
2002-08-14 04:17:46 +00:00
Dana Jansens
ef66d63b42 dont let windows get initially mapped when they arent on the current workspace 2002-08-13 21:25:41 +00:00
Dana Jansens
91b0784330 don't actually focus windows when adding them to the current workspace. this is already handled elsewhere, ands the window probably isnt evenmapped yet 2002-08-13 21:14:37 +00:00
Dana Jansens
1a145bba61 resize with alt+right click in all the same places that alt+left click moves 2002-08-13 17:49:34 +00:00
Dana Jansens
aa2ec5f217 don't make Decor_Close depend on MWM hints. Thats not part of them. 2002-08-13 13:53:41 +00:00
Dana Jansens
6838ab254f fix whitespace 2002-08-12 21:00:12 +00:00
Dana Jansens
f633c5f057 allow the user to specify the modmask used to mouse events on windows 2002-08-10 18:21:10 +00:00
Dana Jansens
6e07a64d33 add the FlatBorder texture type 2002-08-10 17:36:26 +00:00
Dana Jansens
ff3d12175e when updating the client menu for windows that aren't in the client menu, just ignore the request gracefully 2002-08-10 16:53:17 +00:00
Dana Jansens
175a7e5d1c sync with bb-cvs 2002-08-10 16:52:43 +00:00
Dana Jansens
0f71036099 support the blackbox hints right and the blackbox attributes for decoration state 2002-08-10 16:15:19 +00:00