Commit graph

1092 commits

Author SHA1 Message Date
Dana Jansens
2528b4458c new OBScreen class is somewhat complete now i think 2002-11-10 12:45:47 +00:00
Dana Jansens
b067510b61 cleanups.
OBScreen almost ready for some action
2002-11-10 12:20:29 +00:00
Dana Jansens
00b96c7846 fixups 2002-11-10 12:16:26 +00:00
Dana Jansens
c5e4a18588 x() and y() should return values :) 2002-11-10 12:15:03 +00:00
Dana Jansens
1eef416eee include the point header 2002-11-10 11:31:12 +00:00
Dana Jansens
18645bf9c7 get rid of unsigneds 2002-11-10 11:27:51 +00:00
Dana Jansens
bf160f210a make methods for Rect that use Point 2002-11-10 11:25:40 +00:00
Dana Jansens
8693dd95a2 document the Point class 2002-11-10 10:52:56 +00:00
Dana Jansens
5dc5cc32b0 add the otk::Point type 2002-11-10 10:46:28 +00:00
Dana Jansens
73f6bb1a7b move screen.cc/hh to bbscreen.cc/hh 2002-11-10 10:22:47 +00:00
Dana Jansens
410a826458 more layout fixes for the decoration elements 2002-11-10 10:14:20 +00:00
Dana Jansens
3762f3c88f pretty sure all frame elements are placed correctly now 2002-11-10 09:44:27 +00:00
Dana Jansens
6e2593cadc handle events on all of the client's decor as for the client 2002-11-10 08:42:34 +00:00
Dana Jansens
0b17bd83c7 add \n's to the signal printfs
make the hash of all clients destroy properly
2002-11-10 08:34:46 +00:00
Dana Jansens
365791838f size/position fixes 2002-11-10 08:17:21 +00:00
Dana Jansens
f424471009 frames' subemelents are created and positioned and everything 2002-11-10 08:12:53 +00:00
Dana Jansens
633df648c9 add a comment 2002-11-10 06:20:37 +00:00
Dana Jansens
9d5865a160 support for the shape extension works! 2002-11-10 05:54:12 +00:00
Dana Jansens
209b7f212d some more things to happen when changing styles on a frame 2002-11-10 04:28:43 +00:00
Dana Jansens
f257e4b079 position the client inside the frame correctly.
unmanage all clients on shutdown
2002-11-10 04:26:36 +00:00
Dana Jansens
b9cac2146e WINDOWS GET FRAMES FRAME SHOW UP THEY WORK HUZZAH SOON THEYLL BE LIKE OLD TIMES! 2002-11-10 04:08:26 +00:00
Dana Jansens
f2ae1c3b17 fully documented OBClient 2002-11-07 09:02:26 +00:00
Dana Jansens
b0149ef3fd add a bunch of documentation
add updateIconTitle
2002-11-07 08:22:50 +00:00
Dana Jansens
8b041e2f5c add updateIconTitle 2002-11-07 08:22:27 +00:00
Dana Jansens
ab88b1b9cd reverse the automake/autoconf order.. for fun 2002-11-07 07:00:39 +00:00
Dana Jansens
2a26eddc8d add XXX to a comment that deserves it 2002-11-07 00:22:58 +00:00
Dana Jansens
ec4548a19b s/NULL/0/ 2002-11-06 18:26:39 +00:00
Dana Jansens
196996230c dont need to specify otk:: when already in the namespace 2002-11-06 18:25:48 +00:00
Marius Nita
9c82f9418b seg fix 2002-11-06 14:10:02 +00:00
Marius Nita
746e55f74b ugh, misspelling 2002-11-06 14:05:08 +00:00
Marius Nita
29d640fdc2 moved em to otk 2002-11-06 14:02:50 +00:00
Marius Nita
37be3ef924 omg, fat commit
pulled the style crap out of screen, i think the reconfigure case needs to be handled still.
moved util and config into otk, changed everything else accordingly.
code compiles and runs
2002-11-06 13:57:54 +00:00
Marius Nita
35fcb62ddd added style class, moved util and config to otk 2002-11-06 13:51:23 +00:00
Dana Jansens
0cf6e32e1c new binary name 2002-11-06 11:44:35 +00:00
Dana Jansens
f7f3cd4085 set the client's desired decoration and function flags 2002-11-06 11:44:15 +00:00
Dana Jansens
9dc76e1bac support for the Mwm Hints 2002-11-06 11:31:50 +00:00
Dana Jansens
8a1989301d blef 2002-11-06 10:47:30 +00:00
Dana Jansens
16c00e34f3 show badwindow errors again 2002-11-06 10:40:17 +00:00
Dana Jansens
83322ce3be dont show badwindow errors 2002-11-06 10:39:50 +00:00
Dana Jansens
395b9e155a generate an 'openbox3' binary 2002-11-06 10:38:20 +00:00
Dana Jansens
378ed4f520 maps and unmaps windows! 2002-11-06 10:36:56 +00:00
Dana Jansens
a0cc4a7f23 windows map again! 2002-11-06 10:18:38 +00:00
Dana Jansens
076d45d0ce read protocols too in OBClient 2002-11-06 10:05:56 +00:00
Dana Jansens
78a7593a46 OBAtom/XAtom has been moved to otk::OBProperty 2002-11-06 09:20:37 +00:00
Dana Jansens
9df8ba78f3 determine if the user/application requested its initial position or not 2002-11-06 09:19:53 +00:00
Dana Jansens
aa8047d68b use INT_MAX for the default max sizes 2002-11-06 09:14:33 +00:00
Dana Jansens
116c95b887 get the min/max sizes 2002-11-06 09:12:13 +00:00
Dana Jansens
9b23dff16c when creating an OBClient class, get all the info on that class immediately.
print the info to stdout for now too!
2002-11-06 09:04:48 +00:00
Dana Jansens
7b343db222 comment the _window member 2002-11-06 08:09:03 +00:00
Dana Jansens
63233a1fc6 make the group a window
add a XXX for later
2002-11-06 08:08:16 +00:00