Dana Jansens
|
836d93624c
|
removing now-unused files.
|
2002-07-12 16:31:24 +00:00 |
|
Dana Jansens
|
24a1e215d1
|
epist now based on the BaseDisplay.
has the ability to be multiscreen!
|
2002-07-12 16:29:59 +00:00 |
|
Scott Moynes
|
89d09297f0
|
some of the actions I came up with
|
2002-07-12 03:03:55 +00:00 |
|
Dana Jansens
|
5112b62704
|
gets a whole lotta window information now, and updtes when it changes!
|
2002-07-12 02:48:43 +00:00 |
|
Dana Jansens
|
e8b6f65186
|
add support for the WM_CLASS property.
make getValue for a string array return the right number in nelements.
|
2002-07-12 02:24:30 +00:00 |
|
Dana Jansens
|
5fed16de70
|
we now know for every window its state and its desktop
|
2002-07-12 01:50:56 +00:00 |
|
Scott Moynes
|
b10d59dabb
|
some more notes
|
2002-07-12 01:35:36 +00:00 |
|
Dana Jansens
|
0a9130b6c7
|
now we know the state of windows
|
2002-07-12 00:40:05 +00:00 |
|
Dana Jansens
|
cf3d512a99
|
add header for perror()
|
2002-07-12 00:25:04 +00:00 |
|
Scott Moynes
|
31732c1574
|
Initial notes on design and features
|
2002-07-12 00:03:44 +00:00 |
|
Dana Jansens
|
17fbff7d70
|
make the wheel mouse shade anywhere on the titlebar, and not press buttons. thanks woodlbock.
|
2002-07-11 23:44:04 +00:00 |
|
Dana Jansens
|
0aae724186
|
epist now handles -display on the command line, and gets the client list and act
ive window
|
2002-07-11 18:13:38 +00:00 |
|
Dana Jansens
|
7aea20d612
|
epist parses teh cpommand line for -display, and catches Property notify events. It knows about the client list and active window so far
|
2002-07-11 18:00:46 +00:00 |
|
Dana Jansens
|
426b1ea2b6
|
open an X display
|
2002-07-11 02:17:47 +00:00 |
|
Dana Jansens
|
c8d584f90e
|
added signal handling
|
2002-07-11 02:12:40 +00:00 |
|
Dana Jansens
|
06413d7e30
|
add the copyright
|
2002-07-11 01:53:47 +00:00 |
|
Dana Jansens
|
f04d2f0fc3
|
adding epist!
|
2002-07-11 01:49:04 +00:00 |
|
Dana Jansens
|
26c5c40505
|
-fno-inline when compiling in debug mode
|
2002-07-11 00:42:13 +00:00 |
|
Dana Jansens
|
f320a02397
|
clean up the systray and desktop lists
|
2002-07-11 00:41:56 +00:00 |
|
Dana Jansens
|
cac80d06ef
|
restart the window manager on a SIGHUP
|
2002-07-10 22:29:57 +00:00 |
|
Dana Jansens
|
9e99a9a1e2
|
sync with bb cvs
|
2002-07-10 22:24:48 +00:00 |
|
Dana Jansens
|
b21cf8b335
|
add another return, and return a value for a non-void funtion.
|
2002-07-10 17:49:05 +00:00 |
|
Dana Jansens
|
25f3456b5d
|
missing a ;
|
2002-07-10 17:47:59 +00:00 |
|
Dana Jansens
|
66119f751d
|
add some returns so the compiler doesnt get confused
|
2002-07-10 17:46:21 +00:00 |
|
Dana Jansens
|
235d9e4c40
|
use a BPen in the BFont class for drawing standard X fonts
|
2002-07-09 06:50:01 +00:00 |
|
Dana Jansens
|
0c04fb5260
|
synch with bb-cvs.
add window resize zones. the resource has been renamed from windowZones to resizeZones.
|
2002-07-09 06:09:10 +00:00 |
|
Dana Jansens
|
8e34bfcfcb
|
keep iconified windows' workspace set to BSENTINEL, but set the NETWM hint to 0xffffffff (all desktops)
|
2002-07-09 04:49:04 +00:00 |
|
Dana Jansens
|
f2ecfb623b
|
when a window is iconified, set its workspace to 'all workspaces' so it shows up in taskbars still. otherwise its impossible to get back iconified windows. update teh stacking list when windows switch workspaces.
|
2002-07-09 01:22:16 +00:00 |
|
Dana Jansens
|
20bc088a99
|
add option to the rc file to use/not use AA for Xft fonts
|
2002-07-08 04:40:34 +00:00 |
|
Dana Jansens
|
858af98b90
|
add the korean translation dir to configure
|
2002-07-08 02:42:17 +00:00 |
|
Dana Jansens
|
1618ecc845
|
extend the style format to use xft.(font|size|flags) to specify an xft font
|
2002-07-08 02:28:24 +00:00 |
|
Dana Jansens
|
5ba3ee6ec2
|
make the Xft check actually work
|
2002-07-07 21:17:37 +00:00 |
|
Dana Jansens
|
137a0c4e59
|
allow style options in the rc file to override those found in the style
|
2002-07-07 21:16:35 +00:00 |
|
Dana Jansens
|
32c1369752
|
no need to call XrmInit outside of Config class. fix indenting.
|
2002-07-07 20:38:39 +00:00 |
|
Dana Jansens
|
1da5287620
|
dont need to XrmInit outside of the Config class. fix indenting.
|
2002-07-07 20:38:00 +00:00 |
|
Dana Jansens
|
abb124bdb2
|
add .cvsignore for korean nls dir
|
2002-07-07 19:18:30 +00:00 |
|
Dana Jansens
|
6d4aa1af4e
|
fix a debug print
|
2002-07-07 19:17:04 +00:00 |
|
Dana Jansens
|
ed27f24191
|
added korean translation
|
2002-07-07 19:16:46 +00:00 |
|
Dana Jansens
|
e043f64824
|
make Xft default to off, you have ot --enable-xft now
|
2002-07-07 19:14:23 +00:00 |
|
Dana Jansens
|
ed3e597500
|
don't cast char*'s to string's needlessly
|
2002-07-07 11:17:44 +00:00 |
|
Dana Jansens
|
300491ce5a
|
sync with bb-cvs
|
2002-07-07 10:27:06 +00:00 |
|
Dana Jansens
|
b29977196b
|
try make the ~/.openbox dir if it doesnt exist.
|
2002-07-07 10:26:42 +00:00 |
|
Dana Jansens
|
b950402ba2
|
remove some debug fprintfs
|
2002-07-06 00:29:12 +00:00 |
|
Dana Jansens
|
5282d92b62
|
was ending up using the wrong cache items. now i find and release it every time a string is drawn
|
2002-07-06 00:28:27 +00:00 |
|
Dana Jansens
|
6716bd3323
|
sync with bb-cvs: re-add support for alt-button2, fix some off by 2's temorarily
|
2002-07-05 23:56:10 +00:00 |
|
Dana Jansens
|
9d2f88e05a
|
use the True/False as is the blackbox code standard.
|
2002-07-05 22:09:40 +00:00 |
|
Dana Jansens
|
4abbbd9f84
|
remove compiler warnings
|
2002-07-05 20:13:56 +00:00 |
|
Dana Jansens
|
b3c3157354
|
fix a memleak reported by valgrind
|
2002-07-05 19:48:03 +00:00 |
|
Dana Jansens
|
6954842d84
|
when placing a window, dont use its strut while placing itself.
|
2002-07-05 19:47:44 +00:00 |
|
Dana Jansens
|
e15e4a9e03
|
make iconified windows uniconify on an XMapRequestEvent.
sync with blackbox cvs.
|
2002-07-05 01:24:32 +00:00 |
|