]> icculus.org git repositories - mikachu/openbox.git/blob - ChangeLog
recent changes
[mikachu/openbox.git] / ChangeLog
1 2003-09-03  Ben Jansens  <xor@zed.orodu.net>
2
3         * configure.ac: beta1 time. fuck yah.
4
5         * openbox/openbox.c:
6         kill the window mapping.. its not doing anything anyways? whatever..
7
8         * openbox/mouse.c:
9         dont ungrab/grab all the mouse bindings every time a new one is added. just do it once on startup.
10
11         * openbox/openbox.c:
12         dont exit when a theme can't be loaded during reconfigure
13
14         * openbox/client.c:
15         handle the case where a transient is a child of a dockapp
16
17         * openbox/moveresize.c:
18         don't let move/resize occur on non-visible clients
19
20         * openbox/openbox.c:
21         display a popup and perform a smooth transition when reconfiguring
22
23         * openbox/keyboard.c: grab keys on the client windows themselves
24
25         * openbox/frame.c:
26         only remove one flash timer at a time, so all frames dont stop flashing just cuz a window closed
27
28         * openbox/client_list_menu.c: remove from desktop_menus when freed
29
30         * openbox/event.c:
31         use the ob_main_loop_timeout_remove_data to only remove one timer
32
33         * openbox/dock.c: dont set a strut when there are no apps in the dock
34
35         * openbox/client.c:
36         support getting the desktop from the startup notification protocol
37         pass on to the startup notification code that a window has mapped with a given wmclass
38
39         * openbox/client.h: add the startup_id
40
41         * openbox/openbox.c, openbox/openbox.h: add the NONE cursor.
42         remove startup notification code from openbox.c and openbox.h
43         call the new sn_startup/shutdown for startupnotification.c
44
45         * openbox/moveresize.c: use NONE cursor when not specifying one
46
47         * Makefile.am:
48         remove startup hacks and add startup notification in its own files
49
50         * openbox/event.c:
51         remove the startup notification code from event.c, it all lives in its own file now
52
53         * openbox/startupnotify.c, openbox/startupnotify.h:
54         add startup notification in its own .c/.h files
55
56         * openbox/menuframe.c: use the NONE cursor when not specifying one
57
58         * openbox/mainloop.c, openbox/mainloop.h:
59         add ob_main_loop_timeout_remove_data.
60         make the timeout remove functions remove *all* timeouts that match
61
62         * openbox/startup.c, openbox/startup.h:
63         remove teh startup state saving hacks since we can reconfigure now. no more restarting for the average user anymore.
64
65         * openbox/grab.c: use the NONE cursor when not specifying one
66
67         * openbox/screen.c, openbox/screen.h:
68         remove all the startup notification code from screen.c
69
70         * openbox/prop.c, openbox/prop.h: add the startup_id atom
71
72         * openbox/action.c, openbox/keyboard.c, openbox/mouse.c:
73         use the NONE cursor when not specifying a cursor
74
75         * openbox/misc.h: add a NONE cursor, to not change the cursor at all
76
77         * data/menu.xml: add reconfigure to the menu
78
79         * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/event.h, openbox/focus.c, openbox/focus.h, openbox/frame.c, openbox/frame.h, openbox/grab.h, openbox/group.c, openbox/group.h, openbox/keyboard.c, openbox/keyboard.h, openbox/menu.c, openbox/menu.h, openbox/mouse.c, openbox/mouse.h, openbox/moveresize.c, openbox/moveresize.h, openbox/openbox.c, openbox/openbox.h, openbox/screen.c, openbox/screen.h, openbox/window.c, openbox/window.h:
80         add a reconfigure action, also reconfigure on SIGUSR2.
81         support reconfiguring throughout the entire codebase.
82
83         * themes/thebear/themerc: updates for thebear from merry
84
85         * openbox/event.c:
86         make focusDelay check the destroying window properly before killing the timer
87
88         * data/rc.xml: add default A-space binding for the client menu
89
90         * AUTHORS: add teh focusDelay option for mikachu
91
92         * openbox/menuframe.c, openbox/menuframe.h:
93         track the maximum margin of menu items. use this to keep icons in the menus inside the bevel/borders of the menu items
94
95         * ChangeLog: recent changes
96
97         * configure.ac: alpha8
98
99         * data/rc.xml, openbox/config.c, openbox/config.h, openbox/event.c:
100         add the focusDelay option
101
102         * openbox/mouse.c:
103         dont grab frame context mouse bindings on desktop windows
104
105         * openbox/client.c, openbox/client.h, openbox/menu.c, openbox/moveresize.c:
106         make the client destructor a GDestroyNotify
107
108         * Makefile.am: add themeupdate.py to the distribution
109
110         * data/rc.xml: add focus the desktop on left click binding
111
112         * openbox/menuframe.c: rm empty line
113
114         * openbox/menuframe.c: limit menus' width to 400px
115
116         * data/rc.xml, openbox/config.c:
117         rename the theme name node from 'theme' to 'name'
118
119         * data/rc.xml: fix capitalization and empty tags. cleanup.
120
121         * data/rc.xml: remove obsolete placement/remember option
122
123         * openbox/moveresize.c:
124         only show resize popups for clients with size increments. no move popup at all. waste of screen space.
125
126         * openbox/popup.c: use the provided margins to layout the popup better
127
128         * render/render.c, render/render.h:
129         provide a function to give the margins for an appearance
130
131         * data/rc.xml, openbox/config.c:
132         make the default screen-edge resistance 20 (double what it is for windows)
133
134         * render/render.c:
135         we use the offsets we get from the server, we should use the byte order too..
136
137         * render/color.c: remove bad comment
138
139 2003-09-03  Ben Jansens  <xor@zed.orodu.net>
140
141         * configure.ac: alpha8
142
143         * data/rc.xml, openbox/config.c, openbox/config.h, openbox/event.c:
144         add the focusDelay option
145
146         * openbox/mouse.c:
147         dont grab frame context mouse bindings on desktop windows
148
149         * openbox/client.c, openbox/client.h, openbox/menu.c, openbox/moveresize.c:
150         make the client destructor a GDestroyNotify
151
152         * Makefile.am: add themeupdate.py to the distribution
153
154         * data/rc.xml: add focus the desktop on left click binding
155
156         * openbox/menuframe.c: rm empty line
157
158         * openbox/menuframe.c: limit menus' width to 400px
159
160         * data/rc.xml, openbox/config.c:
161         rename the theme name node from 'theme' to 'name'
162
163         * data/rc.xml: fix capitalization and empty tags. cleanup.
164
165         * data/rc.xml: remove obsolete placement/remember option
166
167         * openbox/moveresize.c:
168         only show resize popups for clients with size increments. no move popup at all. waste of screen space.
169
170         * openbox/popup.c: use the provided margins to layout the popup better
171
172         * render/render.c, render/render.h:
173         provide a function to give the margins for an appearance
174
175         * data/rc.xml, openbox/config.c:
176         make the default screen-edge resistance 20 (double what it is for windows)
177
178         * render/render.c:
179         we use the offsets we get from the server, we should use the byte order too..
180
181         * render/color.c: remove bad comment
182
183 2003-09-02  Ben Jansens  <xor@zed.orodu.net>
184
185         * openbox/moveresize.c:
186         more fixes to keep the pointer stuff aligned when doing keyboard move/resize
187
188         * openbox/moveresize.c:
189         fix flashing when using keyboard move against the edge of the screen
190
191         * render/gradient.c:
192         interlace is drawn first, so bevels n shit cover it
193
194         * openbox/client_menu.c, openbox/menu.h, openbox/menuframe.c, openbox/menuframe.h:
195         use new menu.bullet.selected.imageColor. use the text colors for the menu mask icons instead of teh bullet color, and set it based on selected/disabled/normal like the text.
196
197         * render/theme.c, render/theme.h: add menu.bullet.selected.imageColor
198
199         * openbox/action.c:
200         grab the mouse before any move/resizes in actions, preventing focus from moving when followMouse is on and the window moves/resizes out from under the pointer
201
202         * Makefile.am, data/menu, data/menu.xml, data/rc.xml, openbox/menu.c:
203         move the default menu to menu.xml
204
205         * openbox/session.c: remove debug prints
206
207         * render/render.c: remove debug print
208
209         * render/color.c: remove XXX comment, it was right, now its done :>
210
211         * render/color.c, render/color.h:
212         use the new color hash to cache RrColors
213
214         * render/instance.c, render/instance.h, render/render.h:
215         move some internal functions from render.h to instance.h
216         add a color hash table to the RrInstance
217
218         * openbox/resist.c: remove debug print
219
220         * openbox/mainloop.c: make the segfault swearing more clear
221
222         * openbox/moveresize.c:
223         add comment about the new code in moveresize for size increment windows
224
225         * openbox/client.c, openbox/moveresize.c:
226         stop doing stupid shit for the size increments in client_configure, it belongs in the moveresize code. add it there.
227
228         * openbox/resist.c, openbox/resist.h:
229         separate window and screen snapping so only one or the other can be used
230
231         * openbox/action.c: grow to edge is a move and a resize, oops
232
233 2003-09-01  Ben Jansens  <xor@zed.orodu.net>
234
235         * Makefile.am, data/rc.xml, data/rc3, parser/parse.c:
236         move rc3 to rc.xml
237
238         * Makefile.am: update for the new theme selections
239
240         * data/rc3: make thebear the default theme
241
242         * themes/thebear/themerc:
243         add a menu overlap and smaller font size for the menu items
244
245         * themes/allegro/bullet.xbm, themes/allegro/themerc, themes/artwiz/themerc, themes/blah41/themerc, themes/om4ob/themerc, themes/thebear/themerc:
246         add/fix themes for 3.0
247
248         * openbox/menuframe.c, openbox/popup.c, render/theme.c, render/theme.h:
249         rename back the app_selected appearances to app_hilite
250
251         * tools/themeupdate/themeupdate.py: some stuff is exact
252
253         * tools/themeupdate/themeupdate.py: remove menu.bullet from themes
254
255         * tools/themeupdate/themeupdate.py: show errors on stderr
256
257         * tools/themeupdate/themeupdate.py: nicer usage output
258
259         * openbox/moveresize.c: this move is not final
260
261         * openbox/openbox.c:
262         make ob_expand_tilde expand all tildes in the string
263
264         * tools/themeupdate/themeupdate.py: global valid
265
266         * tools/themeupdate/themeupdate.py: more checks, for pixelsize fonts
267
268         * tools/themeupdate/themeupdate.py:
269         add more checks, for fonts, and for missing stuff
270
271         * tools/themeupdate/themeupdate.py:
272         update oldschool .xft.font options from ob2
273
274         * tools/themeupdate/themeupdate.py: enable all the tests
275
276         * tools/themeupdate/themeupdate.py: check for oldschool fonts
277
278         * tools/themeupdate/themeupdate.py: check window.button.pressed
279
280         * tools/themeupdate/themeupdate.py:
281         themeupdate already fixes some recent changes
282
283         * openbox/popup.c: couple more xrdb theme format cleanups:
284         window.focus.font -> window.label.focus.font
285         window.unfocus.font -> window.label.unfocus.font
286         window.justify -> window.label.justify
287         menu.frame.* -> menu.items.*
288         menu.hilite.* -> menu.selected.*
289         *.picColor -> *.imageColor
290
291         * openbox/client_list_menu.c: remove an old plugin call
292
293         * openbox/menuframe.c, render/theme.c, render/theme.h:
294         couple more xrdb theme format cleanups:
295         window.focus.font -> window.label.focus.font
296         window.unfocus.font -> window.label.unfocus.font
297         window.justify -> window.label.justify
298         menu.frame.* -> menu.items.*
299         menu.hilite.* -> menu.selected.*
300         *.picColor -> *.imageColor
301
302         * data/rc3: remove the urgent options
303
304         * openbox/frame.c:
305         dont crash when flashing a window when it goes away, remove the timer when dying
306
307         * openbox/client.c: flash when urgent
308
309         * openbox/action.c, openbox/action.h: remove vibrate and flash actions
310
311         * openbox/frame.c, openbox/frame.h:
312         improved frame flashing code, can start and stop it on command
313
314         * openbox/config.c, openbox/config.h: remove the urgent actions
315
316         * render/render.c: i rul.. at typos..
317
318         * render/render.c: copy/free the new interlaced color
319
320         * render/gradient.c, render/render.h, render/theme.c:
321         add interlaceColor, and support interlaced gradients
322
323         * data/rc3: add flashing urgent windows
324
325         * openbox/action.c, openbox/action.h: add flash action
326
327         * openbox/frame.c, openbox/frame.h: add code to flash the frame
328
329         * openbox/menuframe.c:
330         make separators span the width of the entire menu
331
332         * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h, openbox/config.c, openbox/config.h, openbox/moveresize.c:
333         add urgent actions
334         add some macros for moving/resizing clients
335         add 'vibrate' action
336
337         * openbox/action.c: s/expand_tile/ob_expand_tilde/
338
339         * openbox/config.h: missing 'extern' for a bunch of vars
340
341         * openbox/action.c, openbox/config.c, openbox/menu.c, openbox/openbox.c, openbox/openbox.h:
342         move expand_tilde to ob_expand_tilde in openbox.c to make it global.
343         use it on the command read in the menu parsing for pipe menus.
344         use it on the command read for execute/restart actions.
345
346 2003-08-31  Ben Jansens  <xor@zed.orodu.net>
347
348         * openbox/menu.c: parse all the menu files specified
349
350         * openbox/mainloop.c: oops, now is in the loop :>
351
352         * openbox/mainloop.c: get the current time when adding timers
353
354         * configure.ac: i dont use sed for anything, no need to check for it
355
356         * Makefile.am: rm some plugin stuff that i missed
357
358         * configure.ac: alpha7
359
360         * ChangeLog: changes
361
362         * openbox/action.c, openbox/action.h, openbox/screen.c, openbox/screen.h:
363         add the DesktopLast action, props to marius nita for this one
364
365         * openbox/event.c: remove debug print
366
367         * openbox/client_list_menu.c:
368         add a separator in the client-list-menus above iconic windows
369
370         * openbox/menuframe.c:
371         dont lose the menu selection while puttin the mouse over a separator (properly)
372
373         * openbox/event.c: compress events properly
374
375         * openbox/menuframe.c:
376         only hide menus if theyre supposed to when executing
377
378         * openbox/action.c, openbox/action.h:
379         make directional focusing an interactive action
380
381         * data/rc3: the <interactive> tags are no longer needed
382
383         * openbox/screen.c:
384         make desktop cycling work properly when non-interactive
385
386         * openbox/keyboard.c, openbox/mouse.c:
387         when no modifiers are in a binding, then make it non-interactive
388
389         * openbox/focus.c, openbox/focus.h:
390         make focus cycling work when not interactive
391         add focus_directional_cycle
392
393         * AUTHORS: tore did some more actions :)
394
395         * openbox/keyboard.c:
396         ungrab keys before grabbnig keys at the next chain level
397
398         * openbox/grab.c:
399         grab the pointer Async for key grabs, lets key bindings like <execute>xkill</execute> work
400
401         * openbox/menuframe.c, openbox/menuframe.h: draw menu separators
402
403         * render/render.c, render/render.h: add RrColorGC
404         add a LineArt texture type for drawing a line, this is used for drawing the menu separators
405
406         * render/gradient.c, render/mask.c: use RrColorGC
407
408         * render/color.c: add RrColorGC
409
410         * openbox/stacking.c: kill a warning
411
412         * openbox/client.c:
413         move_onscreen was supposed to go away.. :) thanks mikachu
414
415 2003-08-31  Ben Jansens  <xor@zed.orodu.net>
416
417         * openbox/action.c, openbox/action.h, openbox/screen.c, openbox/screen.h:
418         add the DesktopLast action, props to marius nita for this one
419
420         * openbox/event.c: remove debug print
421
422         * openbox/client_list_menu.c:
423         add a separator in the client-list-menus above iconic windows
424
425         * openbox/menuframe.c:
426         dont lose the menu selection while puttin the mouse over a separator (properly)
427
428         * openbox/event.c: compress events properly
429
430         * openbox/menuframe.c:
431         only hide menus if theyre supposed to when executing
432
433         * openbox/action.c, openbox/action.h:
434         make directional focusing an interactive action
435
436         * data/rc3: the <interactive> tags are no longer needed
437
438         * openbox/screen.c:
439         make desktop cycling work properly when non-interactive
440
441         * openbox/keyboard.c, openbox/mouse.c:
442         when no modifiers are in a binding, then make it non-interactive
443
444         * openbox/focus.c, openbox/focus.h:
445         make focus cycling work when not interactive
446         add focus_directional_cycle
447
448         * AUTHORS: tore did some more actions :)
449
450         * openbox/keyboard.c:
451         ungrab keys before grabbnig keys at the next chain level
452
453         * openbox/grab.c:
454         grab the pointer Async for key grabs, lets key bindings like <execute>xkill</execute> work
455
456         * openbox/menuframe.c, openbox/menuframe.h: draw menu separators
457
458         * render/render.c, render/render.h: add RrColorGC
459         add a LineArt texture type for drawing a line, this is used for drawing the menu separators
460
461         * render/gradient.c, render/mask.c: use RrColorGC
462
463         * render/color.c: add RrColorGC
464
465         * openbox/stacking.c: kill a warning
466
467         * openbox/client.c:
468         move_onscreen was supposed to go away.. :) thanks mikachu
469
470 2003-08-30  woodblock  <woodblock@zed>
471
472         * AUTHORS: *** empty log message ***
473
474 2003-08-30  Ben Jansens  <xor@zed.orodu.net>
475
476         * openbox/client_menu.c:
477         add masks from the titlebar buttons to the client menu's options
478
479         * openbox/menu.h, openbox/menuframe.c, openbox/menuframe.h:
480         add suppot for showing pixmap masks in menus where the rgba icons go too
481
482         * openbox/client.c: use the nwe theme's show_handle value
483
484         * render/theme.c, render/theme.h:
485         allow handlewidth of 0, which sets show_handle to false
486
487         * openbox/event.c: compress motion events
488
489         * render/theme.c: bugz, wrong vars
490
491         * openbox/menuframe.c: add padding in the menu title too
492
493         * openbox/client.c, openbox/client.h, openbox/menu.c, openbox/moveresize.c:
494         add destructor functions for clients that you acn subscribe with, and use these instead of hardcoding special cases in the unmanage code
495
496         * data/rc3, openbox/action.c, openbox/action.h, openbox/client_list_menu.c, openbox/config.c, openbox/config.h, openbox/focus.c, openbox/focus.h, openbox/keyboard.c, openbox/mouse.c, openbox/screen.c, openbox/screen.h:
497         make interactive actions a type and not special cases.
498         add the <interactive> option to them to turn off interactivity
499
500         * openbox/grab.c: remove debug print
501
502         * Makefile.am, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/event.h, openbox/grab.c, openbox/keyboard.c, openbox/mainloop.c, openbox/mainloop.h, openbox/openbox.c, openbox/openbox.h, openbox/screen.c, openbox/timer.c, openbox/timer.h:
503         using the ObMainLoop, which rulz the planet
504
505         * data/rc3: put debian menu file first
506
507         * openbox/menu.c, openbox/menu.h: add pipe-menus
508
509         * openbox/menuframe.c: fix grabbing and not releasing with menus
510
511 2003-08-29  Ben Jansens  <xor@zed.orodu.net>
512
513         * openbox/menuframe.c: dont ungrab twice when hiding menus
514
515         * openbox/event.c:
516         properly select the first menu item in the child menu when using the 'right' keycode
517
518         * openbox/menuframe.c: dont keyboard nav onto disabled menu items
519
520         * openbox/event.c:
521         missing break would be bad in future if added more cases
522
523         * Makefile.am, configure.ac: dont need gmodule anymore
524
525         * openbox/event.c, openbox/menu.c, openbox/menuframe.c, openbox/menuframe.h:
526         ultra-keyboard-controlled-menus
527
528         * openbox/translate.c, openbox/client_list_menu.c, openbox/client_menu.c:
529         fix includes
530
531         * po/POTFILES.in: update which files have translatable strings
532
533         * Makefile.am, configure.ac: the kernel/ dir has been moved to openbox/
534
535         * openbox/openbox.c: remove the plugin stuffs
536
537         * openbox/resist.c: remove a dispatch.h
538
539         * openbox/action.c, openbox/menu.c, openbox/menu.h:
540         remove plugins from the menu parsing
541
542         * Makefile.am, data/menu, data/rc3, openbox/client_list_menu.c, openbox/client_list_menu.h, openbox/client_menu.c, openbox/client_menu.h:
543         move the client and client-list menus into the 'kernel'
544
545         * Makefile.am, openbox/client.c, openbox/dispatch.c, openbox/dispatch.h, openbox/event.c, openbox/focus.c, openbox/moveresize.c, openbox/openbox.c, openbox/screen.c:
546         remove the event dispatcher
547
548         * openbox/action.c:
549         typo, reading from the wrong member of the actiondata union
550
551         * Makefile.am, openbox/place.c, openbox/place.h:
552         add window placement routines to the kernel
553
554         * openbox/menuframe.c:
555         place submenus with their borders over the parent's
556
557         * render/theme.c: nicer default bullets
558
559 2003-08-28  Ben Jansens  <xor@zed.orodu.net>
560
561         * render/theme.c:
562         only left-justify menus, remove the menu.frame.justify option
563
564         * openbox/menu.c, openbox/menuframe.c, openbox/openbox.c, openbox/prop.c, openbox/screen.c, render/color.c, render/font.c, render/theme.c:
565         fix a bunch of memleaks from valgrind and stuff
566
567         * render/render.c: free rgba texture caches
568
569         * openbox/menuframe.c: only execute enabled items
570
571         * data/rc3, openbox/config.h, openbox/event.c, openbox/event.h, openbox/menu.c, openbox/menu.h:
572         new method for loading menu files etc
573
574         * openbox/config.c: fix crash bug is parsing menu section of the rc3
575
576         * openbox/menuframe.c: missed one thing, using invalid mem still
577
578         * openbox/menu.c, openbox/menu.h, openbox/menuframe.c:
579         fix for using freed memory to exec stuff
580
581         * openbox/menuframe.c: free the menu entry frames
582
583         * openbox/action.c: rm double ;;
584
585         * openbox/menu.h, openbox/menuframe.c:
586         add icons to the client-list-menu
587
588         * data/menu, data/rc3: load the plugins in the rc3 for the menus
589
590         * openbox/menu.c, openbox/menu.h, openbox/menuframe.c:
591         make submenus not require the menu to exist when they are created, not until they are shown.
592         crash fix in client_menu
593
594         * Makefile.am, data/menu, openbox/action.c, openbox/action.h, openbox/config.c, openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menuframe.c, openbox/menuframe.h:
595         make client-list-menu work too
596         more menu cleanups
597
598         * data/menu, openbox/menu.c, openbox/menu.h, openbox/menuframe.c, openbox/plugin.c, openbox/plugin.h, openbox/screen.c, openbox/session.c, parser/parse.c:
599         load menu plugins automatically from whats in the menu file
600         menu fixups
601         move enabled into the 'normal menu item' specific data stuff
602
603         * Makefile.am, data/menu, openbox/client.c, openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menuframe.c, openbox/menuframe.h, openbox/openbox.c, openbox/plugin.c, openbox/plugin.h:
604         change the menu plugin interface, no need for the create/destroy functions any more.
605         redo the client-menu plugin to work with the new menu api
606
607         * openbox/action.c, openbox/action.h:
608         add follow option back for sendto actions
609
610         * data/menu: split the menus out so they aren't nested in the example
611
612         * Makefile.am, openbox/client.c, openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/menuframe.c, openbox/menuframe.h, openbox/popup.c, openbox/window.c, openbox/window.h, render/font.c, render/theme.c, render/theme.h:
613         half way through the changes to new menu code/design. hot shit. static menus work, on to plugins next.
614
615 2003-08-27  Ben Jansens  <xor@zed.orodu.net>
616
617         * openbox/geom.h: oooops RECT_SET_POINT was broken
618
619         * openbox/event.c: more typo :)
620
621         * openbox/event.c: typo :)
622
623         * openbox/client.c, openbox/event.c:
624         dont be rude to non-normal windows with keeping them onscreen
625
626         * openbox/frame.c: fix border on shaded maximized windows
627
628         * openbox/event.c: double deref, props to 'mmj' for spotting this
629
630 2003-08-25  Ben Jansens  <xor@zed.orodu.net>
631
632         * openbox/client.c:
633         remove the last of the cool stuff thanks to GTK fuck fuck. no more not focusing windows in groups that arent focused on map
634
635         * openbox/session.c: blef
636
637         * openbox/session.c: type change
638
639         * openbox/session.c: make --disable-session-management work i think
640
641         * openbox/focus.c: dont force fallbacks within groups
642
643         * openbox/client.c, openbox/frame.c, openbox/frame.h:
644         better handling of maximizing, wrt changing decorations on the windows, and showing the correct decor for the max state especially for windows which dont change size (Xnest) when maximized cuz they are at their maximum size already
645
646         * openbox/geom.h: add STRUT_EQUAL
647
648         * openbox/frame.c:
649         set the client decorations to match the frame's so that there is not thot to be changes later on whene there were actually none
650
651         * openbox/client.c, openbox/client.h:
652         restore the stacking order of a saved session
653
654         * openbox/session.c, openbox/session.h:
655         save the stacking order of the windows, and sort the saved session data based on stacking when it is loaded. make the list public.
656
657         * openbox/screen.c:
658         dont put #define values into the supported atoms list
659
660         * openbox/stacking.h: clarify that stacking_below sucks
661
662         * openbox/stacking.c, openbox/stacking.h:
663         add stacking_below which moves a window to immediately below another window. use with care it doesn't enforce transient shit etc..
664
665 2003-08-23  Ben Jansens  <xor@zed.orodu.net>
666
667         * openbox/keyboard.c: better handling of multiple niteractive actions
668
669         * m4/x11.m4: better ac macro usage
670
671         * configure.ac: alpha6
672
673         * ChangeLog: recent changes
674
675         * openbox/keyboard.c:
676         end the other action when starting a new interactive action while one was in place
677
678         * render/render.c: formatting
679
680         * render/render.c: 80 cols
681
682         * render/render.c: stupid function name die
683
684 2003-08-23  Ben Jansens  <xor@zed.orodu.net>
685
686         * ChangeLog: recent changes
687
688         * kernel/keyboard.c:
689         end the other action when starting a new interactive action while one was in place
690
691         * render/render.c: formatting
692
693         * render/render.c: 80 cols
694
695         * render/render.c: stupid function name die
696
697 2003-08-22  Ben Jansens  <xor@zed.orodu.net>
698
699         * render/theme.c: nevermind
700
701         * render/theme.c:
702         default font size one smaller to make default bitmaps fit better
703
704         * themes/Light-Industry/themerc: offset of 1 is default
705
706         * themes/Light-Industry/themerc:
707         shrink font by a pixel to make the button bitmaps line up nice
708
709         * kernel/action.c: only use visible windows when calcing for raiselower
710
711         * kernel/action.c: maybe smarter
712
713         * kernel/action.c: make the raiselower action smarter
714
715         * render/theme.c, render/theme.h, themes/BBstylE/themerc, themes/I-merry/themerc, themes/Light-Industry-big/themerc, themes/Light-Industry/themerc, themes/greenz/themerc, themes/om4ob/themerc, themes/planton/themerc, themes/thebear/themerc:
716         make focus and unfocus fonts for window titles. change 'xftfont' to 'font' in the themes.
717
718 2003-08-20  Ben Jansens  <xor@zed.orodu.net>
719
720         * ChangeLog: recent changes
721
722         * kernel/keyboard.c:
723         better handling of starting a new interactive grab while one is in progress
724
725         * data/rc3, kernel/frame.c, kernel/frame.h, kernel/mouse.c:
726         rename the 'root' context to 'desktop'
727
728         * kernel/action.c, kernel/action.h:
729         add the 'raiselower' action for raising obscured windows and lowering fully visible ones
730
731         * kernel/event.c, kernel/frame.c, kernel/frame.h:
732         add an obscured flag that tracks if the frame is at all obscured
733
734         * themes/Light-Industry-big/themerc, themes/Light-Industry/themerc:
735         shrink the handles
736
737         * kernel/mouse.c: use the result from XGetGeometry correctly
738
739         * kernel/mouse.c: handle the XGetGeomtry failing for button releases
740
741         * kernel/mouse.c:
742         dont grab client context stuff on desktop windows. check that clint is non-null
743
744         * kernel/frame.c, kernel/mouse.c:
745         grab root mouse bindings on desktop windows also, since they are conceptually the desktop.
746
747         * kernel/screen.c:
748         reset first to TRUE properly when the desktop popup is off
749
750         * kernel/moveresize.c:
751         move the pointer while doing a keyboard move/resize
752
753 2003-08-16  Ben Jansens  <xor@zed.orodu.net>
754
755         * kernel/keyboard.c: fix whitespace
756
757 2003-08-14  Ben Jansens  <xor@zed.orodu.net>
758
759         * render/theme.c:
760         was reading the menu bullet color into the wrong place
761
762         * kernel/focus.c:
763         skip windows in the alt-tabbing which have the SKIP_TASKBAR hint set on them
764
765         * README.CVS: add the gettext version
766
767         * ChangeLog: recent changes
768
769         * kernel/menu.c: fix the offsets used to keep the menus on screen
770
771         * kernel/menu_render.c:
772         dont show titles on submenus. kill the extra 1px at the top of titleless menus
773
774         * kernel/menu.c:
775         make putting plugin menus in a menu closer to working..
776
777         * data/menu: rename root to root-menu
778
779         * data/rc3: add the client-list-menu
780
781         * Makefile.am, kernel/plugin.c, plugins/menu/.cvsignore, plugins/menu/client_list_menu.c:
782         add the client_list_menu plugin
783
784         * plugins/menu/client_menu.c: add the destructor for menus
785
786         * kernel/menu.c, kernel/menu.h: add a menu destructor callback.
787         fix a possible crasher where a callback was called with a different menu.
788
789         * kernel/stacking.c: 80 cols
790
791         * kernel/openbox.c: shutdown the menus before the plugins are unloaded
792
793         * kernel/focus.c, kernel/event.c, kernel/client.c, kernel/client.h:
794         make activate take a here parameter
795
796         * kernel/action.c: parse <here>true</here> for the activate action
797
798         * kernel/action.c, kernel/action.h:
799         make the activate action have a 'here' parameter
800
801         * kernel/action.c, kernel/action.h: add an 'activate' action
802
803 2003-08-12  Ben Jansens  <xor@zed.orodu.net>
804
805         * Makefile.am, kernel/config.c, kernel/config.h, kernel/moveresize.c, kernel/plugin.c, kernel/resist.c, kernel/resist.h:
806         move the resistance plugin into the kernel. dont resist when move/resizing with the keyboard, only when doing it with the mouse.
807
808         * kernel/client.c: oops i fucked up tore's patch. better.
809
810         * kernel/action.c, kernel/client.c:
811         bug fixes for growtoedge from tore. props to tore for all the growtoedge and movetoedge code, and directional focus code also since i dont think i mentioned his name before in the changelogs woot.
812
813         * Makefile.am, data/menu, data/rc3, kernel/config.c, kernel/config.h, kernel/menu.c, kernel/menu.h, kernel/mouse.c, kernel/openbox.c, kernel/plugin.c, kernel/plugin.h, plugins/interface.h, plugins/menu/fifo_menu.c, plugins/menu/include_menu.c, plugins/menu/timed_menu.c, plugins/placement/placement.c:
814         adjust for changes to the parsing api.
815         split the menu into its own file.
816
817         * parser/parse.c, parser/parse.h:
818         create ObParseInst structuer which can be then used to parse more than one file/memory thing at a time.
819         add function to parse memory block.
820
821         * kernel/config.c, kernel/mouse.c, kernel/mouse.h:
822         prefix/capitalize the mouse actions enum
823
824         * kernel/config.c: oops read the mouse cnofig vars into the right place
825
826         * data/rc3, kernel/config.c, kernel/config.h, kernel/keyboard.c:
827         add the chainQuitKey option to teh <keyboard> section of the rc3
828
829         * render/font.h, render/render.h, render/test.c:
830         add Xutil includes for these badboys on older X versions/solaris
831
832         * render/theme.c:
833         make all the masks unsigned chars for consistancy woot
834
835         * render/theme.c: kill some warnings
836
837         * kernel/extensions.h: include Xutil for shape.h on old X versions
838
839         * kernel/menu_render.c, render/theme.c:
840         rendering fixups for submenu bullets
841
842         * data/rc3: add the cyclingDialog option
843
844         * data/rc3:
845         remove the scrolling on root without alt since that fucks up with the dialog since there are no modifiers
846
847         * kernel/config.c, kernel/config.h, kernel/mouse.c, kernel/screen.c:
848         add an option for if the popup is used for desktop cycling. defaults on.
849
850         * kernel/client.c: dont move windows when starting
851
852         * ChangeLog: recent changes
853
854         * configure.ac: alpha5
855
856         * kernel/screen.c: when cancelling return the first desktop
857
858         * kernel/action.c, kernel/action.h:
859         use the new client_directional_edge_search for the movetoedge actions.
860         add new growtoedge actions.
861
862         * kernel/client.c, kernel/client.h:
863         small bugfix to the directional focus code.
864         add the client_directional_edge_search function.
865
866         * kernel/keyboard.c:
867         only do shit with the grabbed_* when a grab is in place
868
869         * kernel/action.c, kernel/mouse.c, kernel/screen.c:
870         remove debug printings
871
872         * ChangeLog, Makefile.am, kernel/.cvsignore, kernel/action.c, kernel/action.h, kernel/client.c, kernel/config.c, kernel/config.h, kernel/event.c, kernel/focus.c, kernel/keyboard.c, kernel/keyboard.h, kernel/keytree.c, kernel/keytree.h, kernel/menu.c, kernel/menu.h, kernel/mouse.c, kernel/mouse.h, kernel/openbox.c, kernel/plugin.c, kernel/screen.c, kernel/screen.h, kernel/translate.c, kernel/translate.h, plugins/menu/client_menu.c:
873         move the keyboard and mouse plugins into the kernel for mucho sexiness.
874         make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all.
875         this is some hot shit.
876
877         * kernel/event.c:
878         keep event_lasttime at the last time an event has come in so far, don't regress when events come out of order. props to shrimpx for this patch.
879
880 2003-08-11  woodblock  <woodblock@zed>
881
882         * kernel/menu.c, kernel/menu.h, kernel/menu_render.c, plugins/menu/fifo_menu.c, plugins/menu/timed_menu.c, render/theme.c, render/theme.h:
883         Some fixes and new bugs. Someone else can do the menus because it is
884         clear no one gives a fuck what I think and no one else wants a window
885         manager that doesn't suck the same balls as every other window manager.
886
887 2003-08-10  Ben Jansens  <xor@zed.orodu.net>
888
889         * kernel/client.c:
890         save the frame decorations in client_configure_full before causing the fake frame adjust, since that loses its old value.
891
892         * kernel/framerender.c:
893         clear the window after setting the background color, this isnt implicit
894
895 2003-08-09  Ben Jansens  <xor@zed.orodu.net>
896
897         * kernel/focus.c, kernel/popup.c, kernel/popup.h, kernel/screen.c, kernel/timer.c, kernel/timer.h, plugins/menu/timed_menu.c:
898         changes to the timer api, pass the timer to the callback function.
899         add a desktop-switch popup with the desktop's name
900
901 2003-08-08  Ben Jansens  <xor@zed.orodu.net>
902
903         * render/render.h: include Xlib.h for other platforms
904
905 2003-08-07  woodblock  <woodblock@zed>
906
907         * kernel/event.c:
908         Fix lock up when not using a session manager and doing fd management.
909
910 2003-08-06  Ben Jansens  <xor@zed.orodu.net>
911
912         * data/rc3:
913         remove the <windows> option from the resistance plugin since window and edge resistance have been separated, a 0 value will work now
914
915         * plugins/menu/client_menu.c:
916         disable the current desktop in the send-to menu
917
918 2003-08-05  Ben Jansens  <xor@zed.orodu.net>
919
920         * kernel/screen.c: dont ignore topleft layouts
921
922         * plugins/placement/placement.c: missed prefix of define
923
924         * plugins/placement/placement.c:
925         pick  the xinerama head of the parent if possible
926
927         * plugins/placement/placement.c:
928         center parentless dialogs on the screen
929
930         * kernel/frame.c:
931         dont map the tl/tr invisible grips when the grip decors are turned off
932
933         * render/gradient.c: split the increment into a separate macro
934
935         * kernel/client.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c:
936         a couple frame layout bugfixes hidden inside all this.. wee
937         fixes for maximizing windows:
938          - when you toggledecor, it will reconfigure once, but the new constraints from the decor changes would not be in effect when the window was resized to the contranits. fixed by calling frame_adjust_area first thing ni client_configure_fulll with fake=TRUE which will recalc all the frame geometry without resizing/redrawing anything in the frame. this way the decor can take effect in the geometries.
939          - when maxed horizontally, make the client fill the screen, but dont do this by just making it wider than the screen, fit it to the screen and adjust the titlebar/handle as appropriate to keep it all on the screen.
940          - when maxed horizontally and vertically, remove the handle from the decorations
941
942         * kernel/client.c:
943         when setting up decor on a window, it needs to reconfigure twice if the decor changes, cuz the constraints need the new frame sizes to work right
944
945         * kernel/moveresize.c:
946         make the position dislpayed in the moving popup offset by the top/left struts so that 0,0 is inside teh struts not neccessarily at the screen edge
947
948 2003-08-03  Ben Jansens  <xor@zed.orodu.net>
949
950         * tools/obconf/main.c: add more widgets to the main window
951
952         * ChangeLog: recent changes
953
954         * data/rc3, kernel/client.c, kernel/config.c, kernel/config.h, kernel/moveresize.c:
955         kill non-opaque move/resize
956         add an option for redrawing/resizing the client window while resizing, when disabled the client is not touched until the resize is complete.
957
958         * kernel/framerender.c:
959         give the plate the same background color as its border
960
961 2003-08-02  Ben Jansens  <xor@zed.orodu.net>
962
963         * tools/obconf/main.c: has a pane and list and workarea
964
965         * tools/obconf/main.c: has a menu and a treeview
966
967         * kernel/client.c, kernel/event.c:
968         use the frame size not the client size when figuring out if stuff fits on the screen
969
970         * plugins/placement/placement.c:
971         let transients go where they requested :( fuck xmms
972
973         * themes/om4ob/themerc: add disabled button styles (from miklos)
974
975         * tools/kdetrayproxy/kdetrayproxy.c: missing sys/time.h
976
977         * configure.ac: alpha4
978
979         * ChangeLog: recent changes
980
981         * Makefile.am, themes/om4ob/close.xbm, themes/om4ob/close_hover.xbm, themes/om4ob/desk.xbm, themes/om4ob/desk_hover.xbm, themes/om4ob/desk_toggled.xbm, themes/om4ob/iconify.xbm, themes/om4ob/iconify_hover.xbm, themes/om4ob/iconify_pressed.xbm, themes/om4ob/max.xbm, themes/om4ob/max_disabled.xbm, themes/om4ob/max_hover.xbm, themes/om4ob/max_pressed.xbm, themes/om4ob/max_toggled.xbm, themes/om4ob/shade.xbm, themes/om4ob/shade_disabled.xbm, themes/om4ob/shade_hover.xbm, themes/om4ob/shade_toggled.xbm, themes/om4ob/themerc:
982         add the om4ob theme
983
984         * ChangeLog: recent changes
985
986         * render/theme.c: oops indenting
987
988         * render/theme.c:
989         look in theme dirs first, use the theme as the path as a last attempt only!
990
991         * kernel/frame.c: the grips go below the titlebar buttons
992
993         * plugins/placement/placement.c: place transients better
994
995         * kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/geom.h, kernel/prop.c, kernel/prop.h:
996         add partial struts tho they arent useful eyt
997
998         * data/rc3, kernel/frame.c, kernel/frame.h, kernel/framerender.c, render/theme.h:
999         invisible resizing areas/grips in the top corners of the window
1000
1001         * render/theme.c: use the toggled mask for shade and desk buttons
1002
1003         * kernel/client.c: that line ended up in teh if somehow...
1004
1005 2003-08-01  Ben Jansens  <xor@zed.orodu.net>
1006
1007         * kernel/grab.c: oops buttons not keycodes
1008
1009         * kernel/grab.c:
1010         if a dock app has a button grabbed already then dont die
1011
1012         * render/theme.c: look for masks only where the themerc was read from
1013
1014         * themes/BBstylE/desk.xbm, themes/BBstylE/desk_toggled.xbm, themes/BBstylE/stick.xbm, themes/BBstylE/stick_toggled.xbm, themes/planton/desk.xbm, themes/planton/desk_toggled.xbm, themes/planton/stick.xbm, themes/planton/stick_toggled.xbm:
1015         rename stick bitmaps to desk
1016
1017         * Makefile.am: rename stick buttons to desk
1018
1019         * render/theme.c, render/theme.h:
1020         add pressed bitmaps. rename stick bitmaps to desk
1021
1022         * kernel/framerender.c, render/theme.c, render/theme.h:
1023         add toggled textuers for titlebar buttons
1024
1025         * Makefile.am: make obconf_interface.h belong to the obconf sources
1026
1027         * data/openbox.desktop, kernel/openbox.desktop, render/gradient.c, render/render.c, render/render.h:
1028         move the dekstop file to data/
1029
1030         * Makefile.am: install the .desktop file again
1031
1032         * themes/I-merry/themerc, themes/Light-Industry-big/themerc, themes/Light-Industry/themerc, themes/planton/themerc, themes/thebear/themerc:
1033         remove old stuff
1034
1035         * Makefile.am: install greenz theme
1036
1037         * Makefile.am: s/_t.xbm/_toggled.xbm/
1038
1039         * render/theme.c, render/theme.h, themes/BBstylE/max_t.xbm, themes/BBstylE/max_toggled.xbm, themes/BBstylE/shade_t.xbm, themes/BBstylE/shade_toggled.xbm, themes/BBstylE/stick_t.xbm, themes/BBstylE/stick_toggled.xbm, themes/planton/max_t.xbm, themes/planton/max_toggled.xbm, themes/planton/shade_t.xbm, themes/planton/shade_toggled.xbm, themes/planton/stick_t.xbm, themes/planton/stick_toggled.xbm:
1040         renamed the _t bitmaps, and added disabled and hover bitmaps
1041
1042         * Makefile.am, render/theme.c, themes/BBstylE/close.xbm, themes/BBstylE/iconify.xbm, themes/BBstylE/max.xbm, themes/BBstylE/max_t.xbm, themes/BBstylE/shade.xbm, themes/BBstylE/shade_t.xbm, themes/BBstylE/stick.xbm, themes/BBstylE/stick_t.xbm, themes/BBstylE/themerc, themes/I-merry/close.xbm, themes/I-merry/iconify.xbm, themes/I-merry/max.xbm, themes/I-merry/themerc, themes/Light-Industry-big/close.xbm, themes/Light-Industry-big/iconify.xbm, themes/Light-Industry-big/max.xbm, themes/Light-Industry-big/themerc, themes/Light-Industry/close.xbm, themes/Light-Industry/iconify.xbm, themes/Light-Industry/max.xbm, themes/Light-Industry/themerc, themes/artwiz, themes/bbs, themes/bluebox, themes/cthulhain, themes/deep, themes/ebox, themes/fieron, themes/fieron2, themes/flux, themes/frobozz, themes/frobust, themes/greenz/themerc, themes/mbdtex, themes/miklos, themes/nyz, themes/nyzclone, themes/ob20, themes/operation, themes/outcomes, themes/paper, themes/planton/close.xbm, themes/planton/iconify.xbm, themes/planton/max.xbm, themes/planton/max_t.xbm, themes/planton/shade.xbm, themes/planton/shade_t.xbm, themes/planton/stick.xbm, themes/planton/stick_t.xbm, themes/planton/themerc, themes/purplehaaze, themes/shade, themes/steelblue, themes/steelblue2, themes/the_orange, themes/thebear/themerc, themes/trisb, themes/twice, themes/warp-xp:
1043         make themes inside a directory
1044
1045         * Makefile.am, tools/kdetrayproxy/.cvsignore, tools/kdetrayproxy/Makefile, tools/kdetrayproxy/kdetrayproxy.c:
1046         add the kdetrayproxy tool
1047
1048         * kernel/screen.c: configre teh dock after finding the new screen sizes
1049
1050         * kernel/session.c: compile fixes
1051
1052         * render/theme.c: add missing includes
1053
1054 2003-07-31  Ben Jansens  <xor@zed.orodu.net>
1055
1056         * ChangeLog: recent changes
1057
1058         * configure.ac: alpha3
1059
1060         * kernel/frame.c: fix a long-lurknig gravity bug
1061
1062         * tools/obconf/main.c: dont inlcude these headers they arent needed yet
1063
1064         * ChangeLog: recent changes
1065
1066         * kernel/openbox.c: oops missed one
1067
1068         * kernel/openbox.c, kernel/openbox.h: expose exit_with_error
1069
1070         * plugins/placement/history.c: kill warnings
1071
1072         * kernel/session.c: kill some output
1073
1074         * kernel/openbox.c:
1075         only load the session from file if a file was provided
1076
1077         * render/font.c: missing a header
1078
1079         * README.CVS: remove shit i no longer use
1080
1081         * parser/parse.c: always return a string from parse_string
1082
1083         * kernel/client.c:
1084         set the desktop hint if the desktop is changed by the session code
1085
1086         * kernel/client.c:
1087         set the desktop hint after everything is read/setup even session stuff
1088
1089         * kernel/client.c:
1090         add the window to the lists before setting the client list hint
1091
1092         * kernel/session.c:
1093         declare functions that are needed when built without session support
1094
1095         * kernel/session.c:
1096         use the new sm_client_id function so all windows who should save state do. session save/load seems to be working with gnome-session rather well.
1097
1098         * kernel/client.c, kernel/client.h:
1099         add a function to retrieve the sm_client_id value
1100
1101         * plugins/placement/history.c:
1102         dont save/load history. its slow and its stupid.
1103
1104 2003-07-30  Ben Jansens  <xor@zed.orodu.net>
1105
1106         * kernel/client.c, kernel/prop.c, kernel/prop.h, kernel/session.c, kernel/session.h:
1107         restore saved session data for applications
1108
1109         * plugins/placement/placement.c: center transients
1110
1111         * data/rc3, kernel/config.c, kernel/config.h, kernel/frame.c, render/theme.c, render/theme.h:
1112         move the titlebar layout from the theme to the rc file
1113
1114         * kernel/client.c: attemp #3
1115
1116         * kernel/client.c: attempt #2 at better logical size values
1117
1118         * kernel/client.c: include the base size in the logical size
1119
1120         * ChangeLog: recent changes
1121
1122         * kernel/client.c: the size can be 0 when there is a base size
1123
1124         * kernel/client.c, kernel/client.h, kernel/event.c:
1125         improved ICCCM compliance!
1126           a) send ConfigureNotify back to the client as required by the ICCCM in all sitatuations.
1127           b) send the corrent coords in the ConfigureNotify, including the border width
1128           c) remove the WM_STATE property when unmanaging a window
1129
1130         * kernel/frame.c: code cleaning
1131
1132         * kernel/menu.c: only ignore wheel buttons
1133
1134 2003-07-29  Ben Jansens  <xor@zed.orodu.net>
1135
1136         * kernel/event.c: i am the king of copy/paste errors
1137
1138 2003-07-29  woodblock  <woodblock@zed>
1139
1140         * kernel/event.c: more menu fixes.
1141         I hate menus.
1142
1143         * kernel/menu.c: Clear current_menu when hiding menus.
1144
1145         * kernel/event.c, kernel/menu.c: Close menu properly on unbound keys.
1146
1147         * kernel/menu.c: Fix some keyboard control issues.
1148
1149 2003-07-28  Ben Jansens  <xor@zed.orodu.net>
1150
1151         * kernel/client.c, kernel/event.c:
1152         base rudeness on if they have a strut even smarter!
1153
1154         * kernel/client.c, kernel/event.c:
1155         base rudeness on if they have a strut or not
1156
1157         * kernel/client.c, kernel/event.c, kernel/screen.c:
1158         make the new placement restrictions not affect !normal windows like panels
1159
1160         * kernel/menu.c: use plugin_open_reopen not plugin_open_full
1161
1162         * render/theme.c: typo thanks merry
1163
1164         * kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c:
1165         hover theme elements for window titlebar buttons
1166
1167         * kernel/client.c, kernel/client.h, kernel/event.c, kernel/screen.c:
1168         make those apps stay/map on screen!! fuck stupid apps. thats right im talking to you mozilla and you too java.
1169
1170         * kernel/event.c: make things compile again. hover does not work yet.
1171
1172         * kernel/client.c: use the macro
1173
1174         * kernel/client.c, kernel/event.c:
1175         keep apps from moving/maping their titlebar underneath left/top panels
1176
1177         * kernel/session.c: set teh clone comamnd
1178
1179         * kernel/session.c:
1180         use char not a long, since we're telling the SM that its 1 byte lone
1181
1182         * kernel/session.c: save the commands on startup
1183
1184         * kernel/session.c: use the path properly for the session file
1185
1186         * kernel/session.c: use teh save file not the session id
1187
1188 2003-07-28  woodblock  <woodblock@zed>
1189
1190         * kernel/menu.c: demand load plugins from the menu
1191
1192         * kernel/event.c, kernel/menu.c, plugins/menu/client_menu.c:
1193         Menu stuff.
1194         Testing may begin.
1195
1196 2003-07-27  Ben Jansens  <xor@zed.orodu.net>
1197
1198         * render/theme.c, render/theme.h: fix mem leaks/crashes
1199
1200         * render/theme.c, render/theme.h: add pressed colors for buttons
1201
1202 2003-07-26  woodblock  <woodblock@zed>
1203
1204         * kernel/event.c: Close menu on click if outside the menu.
1205         I think, haven't tested.
1206
1207         * kernel/menu.c: more fixes
1208
1209 2003-07-26  Ben Jansens  <xor@zed.orodu.net>
1210
1211         * tools/obconf/main.c: make errors non-modal
1212
1213         * Makefile.am, configure.ac, tools/obconf/.cvsignore, tools/obconf/Makefile, tools/obconf/main.c:
1214         restarting work on obconf
1215
1216         * ChangeLog: recent changes
1217
1218         * data/rc3:
1219         split resistance strengths for screen edges and windows. also a fix for parsing changes,
1220
1221         * kernel/stacking.c: dont stack groups together
1222
1223         * plugins/placement/placement.c:
1224         the parsing shit changed but this didnt yet
1225
1226 2003-07-26  woodblock  <woodblock@zed>
1227
1228         * kernel/event.c, kernel/menu.c, kernel/menu.h: Some menu updates.
1229         Don't talk to me about menus.
1230
1231 2003-07-25  Ben Jansens  <xor@zed.orodu.net>
1232
1233         * kernel/client.c, kernel/client.h:
1234         add client_search_transient which searches the tree from a client down for a client
1235
1236         * render/theme.c: dont allow parentrelative on top-level appearances
1237
1238         * kernel/stacking.c: stacking fixes
1239
1240 2003-07-24  Ben Jansens  <xor@zed.orodu.net>
1241
1242         * Makefile.am, kernel/openbox.c, kernel/openbox.h, kernel/session.c, kernel/session.h:
1243         save and load the session save file, though its data is not used yet!
1244
1245 2003-07-24  woodblock  <woodblock@zed>
1246
1247         * kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, plugins/menu/client_menu.c:
1248         I had a commit message but my commit got stepped on so fuck it.
1249         No one cares what I think anyway.
1250         If the menu navigation isn't EXACTLY FUCKING RIGHT I WILL REMOVE IT
1251         AND SOME OTHER POOR FUCK CAN PUT UP WITH ALL THE FUCKING BULLSHIT.
1252
1253 2003-07-24  Ben Jansens  <xor@zed.orodu.net>
1254
1255         * ChangeLog: updates to changelog
1256
1257         * configure.ac:
1258         dont display the build type at the end its already in the output
1259
1260         * configure.ac, kernel/action.c, kernel/client.c, kernel/debug.h, kernel/dock.c, kernel/event.c, kernel/focus.c, kernel/menu.c, kernel/menu_render.c, kernel/openbox.c, kernel/screen.c, parser/parse.c, plugins/menu/client_menu.c, plugins/placement/history.c, render/color.c, render/gradient.c, render/instance.c, render/theme.c, tools/obconf/main.c:
1261         use ob_debug for any debug printing and only display the output when its a debug build or when --debug is passed to it
1262
1263         * render/gradient.c:
1264         draw the bevel stuff in the pixel data buffer so parent-relative stuff can use it.
1265
1266         * render/render.c: space
1267
1268 2003-07-23  Ben Jansens  <xor@zed.orodu.net>
1269
1270         * render/render.c:
1271         init the parent shit in the surface when making a copy
1272
1273         * Makefile.am: use rm -f
1274
1275         * plugins/menu/include_menu.c: declare vars at top
1276
1277         * plugins/menu/timed_menu.c:
1278         i already fixed this once :) var declarations go first
1279
1280         * Makefile.am: include obconf_interface.h in the dist
1281
1282         * Makefile.am: remove headers that dont exist
1283
1284         * plugins/menu/.cvsignore: add the include menu plugin
1285
1286         * m4/Makefile.am: add the new m4s
1287
1288 2003-07-23  woodblock  <woodblock@zed>
1289
1290         * plugins/menu/timed_menu.c: Timed menu updates. Still needs work.
1291
1292         * plugins/menu/client_menu.c:
1293         Better placement of the client window. Might need some tweaking.
1294
1295 2003-07-23  Ben Jansens  <xor@zed.orodu.net>
1296
1297         * kernel/menu.c: unhilite the entry for the submenu when it is closed
1298
1299         * configure.ac: alpha2
1300
1301         * DESIGN/themes.txt: add hover
1302
1303 2003-07-23  woodblock  <woodblock@zed>
1304
1305         * Makefile.am, plugins/menu/include_menu.c:
1306         Added include_menu.c as an example of how one could write a plugin.
1307
1308         * kernel/config.c, kernel/menu.c, parser/parse.c, plugins/menu/fifo_menu.c, plugins/placement/history.c:
1309         * Change xml parsing to pass the parent node, rather than the first
1310         child.
1311         * Add x,y co-ordinates on showmenu action so we can place menus on keypress.
1312
1313 2003-07-22  Ben Jansens  <xor@zed.orodu.net>
1314
1315         * kernel/event.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c:
1316         add the --replace command line option, and support for the WM_Sn selection
1317
1318         * kernel/prop.c, kernel/prop.h: add the MANAGER atom.
1319         allow prop_message to be used with a user-defined mask instead of only with the NetWM mask
1320
1321         * kernel/client.c: stop shownig the desktop when a new window maps
1322
1323         * kernel/menu.c: add a func to find a menu entry from a submenu.
1324         keep menu entries highlighted while they have their submenu open
1325
1326         * kernel/menu.h: add a func to find a menu entry from a submenu
1327
1328         * plugins/menu/fifo_menu.c: declare vars at the top of the block
1329
1330         * kernel/menu.c, render/theme.c, render/theme.h:
1331         add a menuOverlap property to themes, and use it in the submenu placement
1332
1333         * configure.ac: update to new version of gettext
1334
1335         * m4/.cvsignore, po/.cvsignore: more stuff to ignore
1336
1337 2003-07-21  woodblock  <woodblock@zed>
1338
1339         * kernel/event.c, kernel/menu.c, kernel/menu.h:
1340         Keyboard navigatable menus
1341
1342 2003-07-19  woodblock  <woodblock@zed>
1343
1344         * kernel/action.c, kernel/menu.c: Fix a couple memory leaks.
1345
1346         * plugins/menu/fifo_menu.c:
1347         If there is a pid="true" attribute in the <menu plugin="fifo_menu">
1348         tag, append .pid to the fifo files. This allows for more than one
1349         openbox to be run by the same user and use fifo menus.
1350
1351 2003-07-17  woodblock  <woodblock@zed>
1352
1353         * kernel/menu.c, kernel/menu.h, kernel/plugin.c, kernel/plugin.h, plugins/menu/fifo_menu.c:
1354         Menu parsing updates for plugins.
1355
1356         FIFO menus are the only plugin that takes advantage of this.
1357         Example:
1358         <menu id="root" label="Openbox 3">
1359           <menu id="fonk" label="fonk" plugin="fifo_menu">
1360           </menu>
1361         </menu>
1362
1363         This creates a FIFO ~/.openbox/fifo_menu/fonk to which you can send
1364         menus to. The menus sent to it must be like
1365         <fifo>
1366           <item>
1367            etc...
1368         </fifo>
1369
1370         I think. If my memory serves me right.
1371
1372         It is all hideous, but I just wanted to experiment and see if it was
1373         possible.
1374
1375 2003-07-12  Ben Jansens  <xor@zed.orodu.net>
1376
1377         * render/theme.c: useless code move
1378
1379         * kernel/client.c: simple code cleanup
1380
1381 2003-07-11  Ben Jansens  <xor@zed.orodu.net>
1382
1383         * render/color.c, render/render.c:
1384         removed the RrEndian so using LSBFirst always now. hopefully this works!
1385
1386         * kernel/client.c:
1387         when a transient maps on another desktop, give it focus when it deserves it
1388
1389         * render/render.h: same default offsets for all endian machines
1390
1391         * DESIGN/themes.txt: some input from woobie and changed the menu stuff
1392
1393         * DESIGN/themes.txt: extra menu tag
1394
1395         * kernel/openbox.c: add --g-fatal-warnings
1396
1397         * kernel/dock.c:
1398         fix a seggie i introduced, going too far in the dockapps list
1399
1400         * DESIGN/themes.txt: attempt #2
1401
1402         * DESIGN/themes.txt: oops extra menu_layout
1403
1404         * DESIGN/themes.txt: a full style defn..
1405
1406         * kernel/client.c: move to the desktop of the activated window
1407
1408 2003-07-10  Ben Jansens  <xor@zed.orodu.net>
1409
1410         * kernel/action.c, kernel/client.c, kernel/client.h, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/openbox.c, render/theme.c, render/theme.h, tests/.cvsignore, tests/noresize.c:
1411         add disabled buttons, instead of now showing buttons at all when they wont do anything, now show a disabled button instead. this severely breaks compatibility with blackbox themes since there is no good way to automiatically create a disabled button that i can think of, so if they dont exist in the theme you get black and white for the button.
1412
1413         when a window cant be resized, its handle is not removed but its grips are.
1414
1415         change allowing the user to disable individual decorations as that is overkill,
1416         instead allow a toggle through the client.decorate boolean.
1417
1418         * tests/Makefile: readd the Makefile
1419
1420         * kernel/focus.c: simply startup/shutdown
1421
1422         * AUTHORS: add some more contributors
1423
1424         * kernel/openbox.c: sync is in unistd.h
1425
1426         * kernel/client.c, kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/window.c, kernel/window.h, plugins/menu/client_menu.c, plugins/menu/fifo_menu.c, plugins/menu/timed_menu.c:
1427         prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType
1428         make the ObMenuEntryRenderType a standard enum instead bitflags
1429
1430         * kernel/focus.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c, kernel/screen.h:
1431         move ob_pointer_pos to screen_pointer_pos
1432
1433         * kernel/client.c, kernel/dock.c, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c, kernel/stacking.c, plugins/placement/history.c, plugins/placement/placement.c:
1434         make ob_state a function so it cant be changed outside of openbox.c
1435
1436         * kernel/client.c, kernel/dock.c, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/grab.c, kernel/menu.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/prop.c, kernel/screen.c, kernel/stacking.c, kernel/startup.c:
1437         remove the ob_root var, its redundant of what Xlib already provides
1438
1439         * kernel/openbox.c, kernel/openbox.h: use gint
1440
1441         * kernel/openbox.c, kernel/openbox.h:
1442         ob_remote has been killed, remove ob_sync from the public header, its only used internally
1443
1444         * kernel/openbox.c, kernel/openbox.h:
1445         the --rc arg and rc_path var wasnt even being used so just rm it
1446
1447         * kernel/action.c, kernel/event.c, kernel/openbox.c, kernel/openbox.h:
1448         make the ob_restart/shutdown stuff static vars and expose them only through functions ob_restart_other(), ob_restart() and ob_exit()
1449
1450         * kernel/stacking.c: remove useless include
1451
1452         * kernel/focus.c, kernel/focus.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c:
1453         replace the focus_backup with the screen_support_win, we dont need 2 offscreen windows.
1454
1455         * kernel/screen.c:
1456         use the xerror stuff to trap errors instead of dupliacted the effort here
1457
1458         * kernel/dock.c, kernel/dock.h, kernel/screen.c, kernel/timer.c, kernel/timer.h, plugins/menu/timed_menu.c:
1459         prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz
1460
1461         * kernel/action.h, kernel/client.c, kernel/client.h, kernel/config.c, kernel/config.h, kernel/dispatch.c, kernel/dispatch.h, kernel/dock.c, kernel/event.c, kernel/extensions.h, kernel/framerender.c, kernel/framerender.h, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/popup.h, kernel/screen.h, kernel/stacking.c, kernel/stacking.h, kernel/window.c, kernel/window.h:
1462         prefixing and capitalizing the StackLayer -> ObStackingLayer enum.
1463         less includes in headers for less rebuilding on changes
1464
1465         * kernel/client.c, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/screen.c:
1466         prefix and capitalize the ObFocusFallbackType enum
1467
1468         * kernel/config.c, kernel/config.h, kernel/dock.c:
1469         use the ObOrientation enum instead of a horz bool for configuring the dock's orientation
1470
1471         * kernel/config.c, kernel/config.h, kernel/dock.c, kernel/dock.h, kernel/event.c, kernel/window.c, kernel/window.h:
1472         prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement
1473
1474         * kernel/popup.c, kernel/popup.h:
1475         prefixing for the Popup->ObPopup struct
1476
1477         * kernel/moveresize.h: dont need client.h in this header
1478
1479         * kernel/client.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/framerender.h, kernel/popup.c:
1480         prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants.
1481
1482         * kernel/client.h, kernel/group.c, kernel/group.h:
1483         prefix Group to ObGroup
1484
1485         * kernel/client.c, kernel/client.h, kernel/focus.c, kernel/stacking.c:
1486         prefix TRAN_GROUP to OB_TRAN_GROUP
1487
1488         * kernel/action.c, kernel/client.c, kernel/client.h, kernel/frame.h, kernel/screen.c:
1489         prefix and capitalize some more constants/enums in client.h (Function -> ObFunctions and WindowType -> ObClientType)
1490
1491         * plugins/menu/client_menu.c, plugins/menu/fifo_menu.c, plugins/menu/timed_menu.c:
1492         kill warnings
1493
1494         * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h, kernel/dispatch.c, kernel/dispatch.h, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/group.c, kernel/group.h, kernel/menu.c, kernel/menu.h, kernel/moveresize.c, kernel/moveresize.h, kernel/popup.c, kernel/popup.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, kernel/window.c, kernel/window.h, plugins/placement/history.c, plugins/placement/history.h, plugins/placement/placement.c:
1495         rename the Client struct to ObClient
1496
1497         * Makefile.am: add the new misc.h and mwm.h to the kernel sources
1498
1499         * kernel/client.c, kernel/client.h, kernel/mwm.h:
1500         add a mwm.h for the mwm hint structure and flags.
1501         use proper prefixing and capitalization for the new mwm stuff.
1502
1503         * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h, kernel/dispatch.c, kernel/dispatch.h, kernel/dock.c, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/grab.c, kernel/grab.h, kernel/misc.h, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, plugins/placement/history.c, plugins/placement/placement.c:
1504         add misc.h with some standard enumerations with proper prefixing and capitalizations.
1505
1506         use the new enums throughout.
1507
1508         provide keycodes and cursors through ob_cursor and ob_keycode functions, which use the new misc.h enums for picking the cursor and keycode.
1509
1510         * kernel/client.c, kernel/client.h, kernel/event.c, kernel/extensions.c, kernel/focus.c, kernel/menu.c, kernel/moveresize.c, kernel/screen.c, kernel/screen.h, plugins/menu/client_menu.c, plugins/placement/placement.c:
1511         rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
1512
1513         * kernel/stacking.c: speed up pick_group_windows too
1514
1515         * kernel/stacking.c: make pick_windows waaaay faster
1516
1517         * kernel/openbox.c:
1518         remove the use of the BINARY define. kill a compiler warning.
1519
1520         * kernel/stacking.c: allow restacking of transients above one another
1521
1522         * kernel/focus.c:
1523         put the transient's title before the parent's in the focus popup
1524
1525         * kernel/extensions.c, kernel/extensions.h:
1526         remove the xinerama active boolean, just count the extension as not present if it is not active
1527
1528         * kernel/client.c, kernel/client.h: add client_search_top_transient.
1529         keep transients all on the same desktop together. use client_search_top_transient where possible in client.c
1530
1531         * kernel/debug.c, kernel/debug.h:
1532         add ob_debug for printing stuff only when debug is enabled
1533
1534         * render/color.c, render/font.c, render/font.h, render/geom.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h:
1535         remove rependancy on geom.h from the kernel, provide what is used in its own geom.h
1536
1537         * Makefile.am, configure.ac, data/.cvsignore, data/Makefile, data/Makefile.am, kernel/.cvsignore, kernel/Makefile, kernel/Makefile.am, parser/.cvsignore, parser/Makefile, parser/Makefile.am, plugins/.cvsignore, plugins/Makefile.am, plugins/menu/.cvsignore, plugins/menu/Makefile, plugins/menu/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile, plugins/placement/Makefile.am, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile, themes/Makefile.am, tools/Makefile.am, tools/obconf/Makefile.am:
1538         update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
1539
1540         * gettext.h, kernel/gettext.h:
1541         move the gettext header out to the root source dir
1542
1543 2003-07-07  Ben Jansens  <xor@zed.orodu.net>
1544
1545         * render/font.c: include stdlib for exit()
1546
1547 2003-07-06  Ben Jansens  <xor@zed.orodu.net>
1548
1549         * bootstrap: add ACLOCAL_FLAGS to the aclocal call.
1550
1551 2003-07-05  Ben Jansens  <xor@zed.orodu.net>
1552
1553         * kernel/openbox.c: use --foo instead of -foo for cmd line arguments
1554
1555         * render/color.c, render/render.h:
1556         try some better default offsets for big endian machines.
1557         print what the conversion is so i can see what it should be if im wrong though
1558
1559         * render/color.c:
1560         used RrColorShift when RrColorOffset was what we wanted
1561
1562         * configure.ac, kernel/Makefile.am, render/Makefile.am, render/color.c, render/color.h, render/gradient.c, render/instance.c, render/instance.h, render/render.c, render/render.h:
1563         use the gdk-pixbuf-xlib library to render with
1564
1565         * configure.ac: coment the USE_LIBSN defined variable
1566
1567 2003-07-02  Ben Jansens  <xor@zed.orodu.net>
1568
1569         * kernel/stacking.c:
1570         rename the raise and lower functions. raise is claimed by signal.h already
1571
1572 2003-06-30  Ben Jansens  <xor@zed.orodu.net>
1573
1574         * kernel/dock.c: set te strut smaller when autohide is on
1575
1576 2003-06-30  woodblock  <woodblock@zed>
1577
1578         * kernel/event.c:
1579         Makes a simple click not so accidently annoying by making it not
1580         execute a menu action if nothing is highlighted.
1581
1582 2003-06-30  Ben Jansens  <xor@zed.orodu.net>
1583
1584         * kernel/extensions.c:
1585         messed up the indexes while finding the combined size of all xineerama heads
1586
1587         * kernel/extensions.c: oops, i want the max edges to find the full area
1588
1589         * CHANGELOG, ChangeLog: using a changelog generated off of CVS
1590
1591 2003-06-30  woodblock  <woodblock@zed>
1592
1593         * plugins/menu/Makefile.am:
1594         Remove menu plugins because they are stupid and don't work.
1595
1596 2003-06-29  Ben Jansens  <xor@zed.orodu.net>
1597
1598         * kernel/prop.c:
1599         the prop_get_strings_locale function looked for a utf8 typed property
1600
1601         * kernel/focus.c, kernel/openbox.c, kernel/stacking.c:
1602         add some comments and asserts to make sure I don't ever add this bug again
1603
1604         * kernel/popup.c:
1605         create the popup's window before adding it to the stacking list, so that it is stacked properly and doesnt wreck everything
1606
1607         * Makefile.am, configure.ac, data/Makefile.am, kernel/Makefile.am, parser/Makefile.am, plugins/Makefile.am, plugins/menu/Makefile.am, plugins/placement/Makefile.am, render/Makefile.am, themes/Makefile.am, tools/obconf/Makefile.am:
1608         prepare for alpha1 release.
1609         make 'make dist' work.
1610
1611         * m4/.cvsignore, m4/Makefile.am:
1612         add a makefile so i can put stuff into the make dist
1613
1614         * m4/python.m4: python support is gone
1615
1616         * po/POTFILES.in:
1617         we dont really have any translatable stuff yet but this was pointing at old cpp shit
1618
1619         * plugins/placement/history.c:
1620         use strcmp instead of collate, since collate is slower and we're only doing an == check
1621
1622         * render/gradient.c:
1623         missed setting 'current' at the end of the pyramid gradient
1624
1625         * kernel/stacking.c:
1626         waste of energy in stacking_add, and it even caused bugs. woops.
1627
1628 2003-06-29  woodblock  <woodblock@zed>
1629
1630         * plugins/menu/client_menu.c:
1631         Update the send-to window only if the workspaces have changed.
1632
1633         * kernel/menu.c, kernel/menu_render.c:
1634         Handle menu events a little better: don't bother updating a submenu on
1635         mouseover if it is already open, and call update on menus, even if
1636         they aren't marked as invalid.
1637
1638 2003-06-28  Ben Jansens  <xor@zed.orodu.net>
1639
1640         * kernel/openbox.c:
1641         use fprintf not g_message in the signal handler. no mallocing allowed.
1642
1643         * render/font.c: remove debug print
1644
1645         * kernel/prop.c: set the values of the array at teh right indexes
1646
1647         * kernel/prop.c: fix memory bugs
1648
1649         * data/rc3: remove the switch to... menu
1650
1651         * render/font.c:
1652         don't destroy font patterns, i think this is a double free
1653
1654         * kernel/stacking.c:
1655         put group members above the window when lowering it
1656
1657         * kernel/stacking.c: set the stacking list when stacking changes
1658
1659         * render/theme.h:
1660         add the themes path to the struct. make the name never include a path
1661
1662         * configure.ac, themes/Makefile.am:
1663         adjust the themes with buttons to match how they are read now
1664
1665         * AUTHORS: simplify this shit
1666
1667         * render/theme.c: hardcode the button names for themes
1668
1669         * kernel/popup.c: dont need to raise after adding
1670
1671         * render/theme.c: rename the button_dir var to data_dir.. pointless :>
1672
1673 2003-06-27  Ben Jansens  <xor@zed.orodu.net>
1674
1675         * kernel/Makefile.am: build 'openbox' instead of 'openbox3'.
1676         add the openbox.desktop file for gnome compat.
1677
1678         * kernel/screen.c: set "Openbox" as the name no "Openbox3"
1679
1680         * kernel/openbox.desktop:
1681         add a .desktop file which gets installed for gnome
1682
1683         * kernel/.cvsignore: add the openbox binary
1684
1685         * kernel/openbox.c: add a call to g_set_prgname
1686
1687         * kernel/stacking.c:
1688         stacking changes, its more like the old code without being shitty and with support for raising groups at a time.
1689
1690         * kernel/stacking.c: core when the list gets out of order
1691
1692         * kernel/client.c, kernel/client.h, kernel/dock.c, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/geom.h, kernel/menu.c, kernel/menu.h, kernel/moveresize.c, kernel/screen.c, kernel/screen.h, plugins/menu/client_menu.c, plugins/placement/placement.c:
1693         xinerama support
1694
1695         * data/rc3: root menu on right click
1696
1697         * kernel/event.c: 4 space indents
1698
1699 2003-06-26  Ben Jansens  <xor@zed.orodu.net>
1700
1701         * kernel/grab.c:
1702         return true when ungrabbing so that it can ungrab them all on shutdown
1703
1704         * kernel/grab.c:
1705         set ret to true when grabbing and we alerady have it grabbed
1706
1707         * render/font.c:
1708         dont destroy the match pattern, it seems that Xft holds onto the pointer
1709
1710         * kernel/client.c:
1711         check that extensions_vidmode is set before trying to use the vidmode functions
1712
1713         * kernel/grab.c, kernel/grab.h: return FALSE if a grab fails
1714
1715         * kernel/client.c:
1716         set the desktop hint when the window already has a hint but its out of range
1717
1718         * kernel/event.c: clear the over item in the menu when executing shit
1719
1720         * kernel/stacking.h:
1721         add NUM_STACKLAYER, fix some comments that dont apply
1722
1723         * kernel/menu.c: remove unused variable
1724
1725         * kernel/client.c:
1726         remove/add instead of raising to put a window into a new layer
1727
1728         * kernel/stacking.c:
1729         new stacking code that doesnt suck ass to look at, woot
1730
1731         * kernel/dock.c:
1732         use the minsize to keep the stuff ni the dock off of the bevel edges etc
1733
1734         * render/theme.c: add comment
1735
1736         * render/font.c, render/font.h, render/render.c, render/render.h, render/theme.c, render/theme.h:
1737         read fonts and titlebar layout from theme files
1738
1739 2003-06-25  Ben Jansens  <xor@zed.orodu.net>
1740
1741         * data/rc3: add right click on icon to open the client menu
1742
1743         * render/font.c: set teh X so it gets used right
1744
1745         * render/font.c:
1746         keep a small space on the sides of windows between the edge and the text
1747
1748         * kernel/event.c: only render if there was an over existing
1749
1750         * kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c:
1751         menus grab the keyboard and pointer, thus making only one menu visible at a time, and making them act like gtk menus and * menus do, where you can click and drag and release to select something as well as click-release to elave it open while you search around the menu
1752
1753         * data/rc3: show the client meun on "press" on the icon
1754
1755         * plugins/menu/client_menu.c:
1756         use the stock shownig method for the client menu for now, makes it pop up under the cursor so a click-release works like expected
1757
1758         * kernel/grab.c: grab all motion events for pointer grabs
1759
1760 2003-06-24  Ben Jansens  <xor@zed.orodu.net>
1761
1762         * kernel/menu.c: position submenus correctly horizontally
1763
1764         * kernel/menu_render.c: menus were too short by a border width
1765
1766         * kernel/client.c:
1767         check to make sure the window is on screen *after* positioning it
1768
1769         * render/gradient.c: do horz grads without any multipliaction
1770
1771         * render/gradient.c, render/render.h, render/test.c, render/theme.c:
1772         made all the gradients work with integer math. removed the pipecross and rectangle gradietns tho cuz they are ugly and i dont want to code that bullshit cuz they are ugly.
1773
1774         * render/gradient.c, render/test.c:
1775         integer math for gradients. horz vert and diags and pipecross work so far.
1776
1777 2003-06-22  Ben Jansens  <xor@zed.orodu.net>
1778
1779         * kernel/menu.c, kernel/menu_render.c: add a simple menu parser.
1780         while menu parsing, the theme does not exist so we can't do any theme stuff while creating menu stuff, so put that off for later, i.e when the menu is shown.
1781
1782         * kernel/openbox.c: reorder startup so menu goes before config parsing
1783
1784         * data/rc3: add a root menu
1785
1786 2003-06-21  Ben Jansens  <xor@zed.orodu.net>
1787
1788         * kernel/client.c, kernel/frame.c, kernel/frame.h:
1789         add decoration state to the frame struct. make client_configure adjust the frame if the decorations do not match between the client and the frame, so that when they change it can send a configurenotify to the client.
1790
1791         * kernel/client.c:
1792         make client_reconfigure a non-user-type client_configure
1793
1794         * kernel/action.c:
1795         strdup the exec path cuz it gets freed by the time we restart otherwise
1796
1797         * kernel/event.c: moveresize messages are not user-requests
1798
1799         * kernel/client.c: remove debug print
1800
1801         * kernel/client.c:
1802         send teh configure event to client on user-requested final configures even if not moved, cuz usualy the final isnt sent with a change, but just to end the move process.
1803
1804         * render/render.c:
1805         always create the bg pixmap, X seems to not like it if i dont?
1806
1807         * kernel/openbox.c:
1808         always use the session id from the session manager when setting the restart property
1809
1810         * kernel/openbox.c: add -sm-disable option
1811
1812         * kernel/openbox.c:
1813         only show -sm-client-id in the help when session management is build in
1814
1815         * kernel/openbox.c:
1816         session management works, and it can resume with its old ID, so it works with gnome-session
1817
1818         * configure.ac, kernel/Makefile.am, kernel/event.c, kernel/openbox.c, m4/x11.m4:
1819         make session management optional
1820
1821         * kernel/openbox.c:
1822         set the required properties so that session managers see openbox
1823
1824         * render/font.c, render/theme.c:
1825         don't exit in the render lib, rather return a NULL font/theme on failure
1826
1827         * kernel/event.c, kernel/openbox.c:
1828         add libSM *client* support, so we should work with gnome-session now!
1829
1830         * render/instance.c, render/render.c: more namespacing with Rr*
1831
1832         * render/color.c: use the pseudo shit in the instance now
1833
1834         * render/gradient.c, render/gradient.h, render/render.c, render/color.c, render/color.h, render/image.c, render/image.h, kernel/client.c, kernel/screen.c, render/font.c, render/render.h, render/theme.h:
1835         more namespacing with Rr*
1836
1837         * kernel/menu.h, kernel/menu.c: kill a warning
1838
1839         * kernel/openbox.c, render/font.c, render/font.h, render/render.c, render/render.h, render/theme.c, render/theme.h:
1840         more namespacing to Rr*
1841
1842         * kernel/menu.c: fix a warning
1843
1844         * kernel/client.c, kernel/client.h, render/color.c, render/color.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/render.c, render/render.h:
1845         rename pixel32/16 to RrPixel32/16
1846
1847         * render/color.c, render/color.h, render/render.h, render/theme.c, render/theme.h:
1848         rename color_rgb to RrColor
1849
1850         * kernel/dock.c, kernel/frame.c, kernel/framerender.c, kernel/menu.c, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, plugins/menu/client_menu.c, render/font.c, render/font.h, render/theme.c, render/theme.h:
1851         put the render theme into a struct
1852
1853         * kernel/client.c, kernel/dock.c, kernel/dock.h, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/screen.c:
1854         fixed to accomodate the changes to the render/ API.
1855
1856 2003-06-20  Ben Jansens  <xor@zed.orodu.net>
1857
1858         * render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/instance.c, render/instance.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
1859         this is going to break the kernel/ building.
1860
1861         lots of modifications to the render API, prefixing everything, making proper
1862         names for everything. the structures are not hidden/opaque yet, but the naming scheme of the public API works much better now.
1863
1864         * render/font.c: oops typo
1865
1866         * render/font.c:
1867         take the bevel width into account for the width available
1868
1869         * plugins/menu/client_menu.c: position the client menu right
1870
1871         * kernel/dock.c, kernel/frame.c, kernel/framerender.c, kernel/menu_render.c, kernel/popup.c, plugins/menu/client_menu.c, render/font.c, render/gradient.c, render/image.c, render/image.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
1872         simply the render interface by not requiring the setting of all the areas. only take a w and h in paint(). best font layout ever.
1873
1874         * AUTHORS: miklos does themes like mad
1875
1876         * render/gradient.c:
1877         slight optimizations, and make the last 4 gradients work properly
1878
1879         * render/font.c:
1880         center text vertically. use the font's height because all that space is needed for some charcters
1881
1882         * kernel/frame.c, kernel/framerender.c, kernel/menu_render.c, kernel/popup.c, kernel/screen.c, render/gradient.c, render/render.c, render/render.h, render/test.c, render/theme.c:
1883         remove non-planar surfaces
1884
1885 2003-06-19  Ben Jansens  <xor@zed.orodu.net>
1886
1887         * configure.ac, m4/gl.m4: remove --enable-gl
1888
1889         * kernel/client.c:
1890         fix for how base-size is used to comply with the icccm
1891
1892 2003-06-18  Ben Jansens  <xor@zed.orodu.net>
1893
1894         * kernel/framerender.c: copy the frame's surface from the prototype
1895
1896 2003-06-17  Ben Jansens  <xor@zed.orodu.net>
1897
1898         * bootstrap: export the WANT_AUTOMAKE var before running acloacl
1899
1900 2003-06-17  manmower  <manmower@zed>
1901
1902         * kernel/client.c: wake up old icon grabbing code
1903
1904         * render/color.c: remove unneeded/uncompiled junk
1905
1906 2003-06-09  manmower  <manmower@zed>
1907
1908         * kernel/client.c: try swapping bytes on textures
1909
1910         * kernel/client.c: | != &
1911
1912         * kernel/client.c: fix? color on icons
1913
1914         * kernel/client.c: remove bogus byte permutations in icon code
1915
1916 2003-06-08  Ben Jansens  <xor@zed.orodu.net>
1917
1918         * kernel/focus.c:
1919         remove an extra useless call to focus_set_client(NULL)
1920
1921         * kernel/client.c: describe the complicated if a bit :)
1922
1923         * kernel/client.c: more checks for when to do an XResizeWindow
1924
1925         * kernel/client.c:
1926         send the configure notify for resizes too, just to be a little more safe
1927
1928         * kernel/client.c:
1929         onlt send configurenotify if the client actually moved, to work around emacs, hopefully :)
1930
1931         * kernel/client.c:
1932         some more fixes for resizing clients. aspect ratio is not the last thing checked and so rules all, that might need to change.. however, it now uses base-size only for aspect ratios and base-size/min-size for other sizing shit, as per the ICCCM.
1933
1934         * kernel/client.c: from icccm:
1935         If a base size is not provided, the minimum size is to be used in its place and vice versa.
1936
1937         Added support for this.
1938
1939         * kernel/frame.c: missing another bwidth
1940
1941         * kernel/frame.c: position titlebars better, was missing a bwidth
1942
1943         * kernel/client.c: i was backwards
1944
1945         * kernel/event.c: this cnofigure is FINAL!
1946
1947         * kernel/client.c:
1948         don't resize the client itself while doing a resize if its not final when config_opaque_resize is not on
1949
1950 2003-06-04  Ben Jansens  <xor@zed.orodu.net>
1951
1952         * kernel/client.c:
1953         better VIDMODE support, handle the cases where the functions fail
1954
1955         * kernel/client.c:
1956         size fullscreen applications to the resolution with the VIDMODE extension
1957
1958         * kernel/client.c, kernel/client.h, kernel/screen.c:
1959         remove the client_remaximize function, and replace it with the client_reconfigure function, which just calls client_configure with the window's current location and dimensions, user=TRUE and final=TRUE.
1960
1961         add support for the VIDMODE extension in client_configure, namely, fullscreen windows are positioned at the point of the viewport rather than at 0,0.
1962         call client_reconfigure when uniconifying a window, so that fullscreen windows are put at the point of the view port.
1963
1964         * data/rc3:
1965         remove that fancy new leftHanded option, it should be done via xmodmap instead
1966
1967         * data/rc3:
1968         add a leftHanded option for mouse bindings, reverses the left/right keywords
1969
1970         * kernel/grab.c, kernel/grab.h:
1971         make key grabbing per window instead of always root
1972
1973         * kernel/focus.c: allow cycling to iconic windows
1974
1975         * kernel/client.c:
1976         use client_can_focus from client_focus to always get the same result
1977
1978         * kernel/client.c, kernel/client.h, kernel/focus.c:
1979         reverting the transient focus cycle change, its just not.. right. add the parent's title to the transient's for the popup instead of just relpacing it
1980
1981         * kernel/focus.c:
1982         better focus cycling for transients. use the parent instead of the transients in the list in case it has more than one, then after choosing it try focus a transient instead
1983
1984         * kernel/focus.c:
1985         dont try change focus while looping thru the focus list
1986
1987         * kernel/client.c, kernel/client.h, kernel/focus.c:
1988         allow focus_fallback to query if a client can be focused without changing the focus order on it
1989
1990 2003-06-03  Ben Jansens  <xor@zed.orodu.net>
1991
1992         * kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/popup.c:
1993         modifications to keep up with libobrender2
1994
1995         * kernel/popup.c: use theme stuff for the gfx/font
1996
1997         * kernel/frame.c: layout fixes
1998
1999         * kernel/frame.c: position the grips
2000
2001         * kernel/framerender.c: fix some theme colors/display
2002
2003         * kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/screen.c, kernel/window.c, m4/gl.m4, plugins/menu/client_menu.c, render/.cvsignore, render/Makefile.am, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h, COPYING, COPYING.FDL, COPYING.GPL, COPYING.LGPL, Makefile.am, README, configure.ac:
2004         the kernel is using th gl shit to render itself, but with the old style frame shit here. in practice, the render and glft libraries needed some changes to be used better, these are incorporated.
2005
2006         * kernel/stacking.c: remove debug print
2007
2008         * render/color.c:
2009         more unique error for unhandles image bit depths, remove debug prints
2010
2011         * render/color.c: handle increase_depth on 1bpp images
2012
2013         * kernel/client.c:
2014         ignore xerrors while using the pixmaps specified by the client, since they can certainly be invalid and there's nothing i can do about it.
2015
2016         * kernel/client.c: rm g_messages.. ones that segfault.. :>
2017
2018 2003-06-02  Ben Jansens  <xor@zed.orodu.net>
2019
2020         * kernel/client.c: also dont increment the nicons if the w*h is 0
2021
2022         * kernel/client.c: watch out for 0x0 icons, and skip them
2023
2024         * kernel/menu_render.c, kernel/popup.c:
2025         create some temporary fonts to use for rendering text
2026
2027         * kernel/frame.c, kernel/menu_render.c, kernel/popup.c:
2028         set colors for text
2029
2030         * kernel/frame.c, kernel/popup.c:
2031         adjust for some api extensions in render2
2032
2033         * bootstrap: add env var to get automake 1.7
2034
2035 2003-06-01  Ben Jansens  <xor@zed.orodu.net>
2036
2037         * COPYING, COPYING.FDL, COPYING.GPL, COPYING.LGPL, Makefile.am, README, configure.ac, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/screen.c, kernel/window.c, kernel/window.h, m4/gl.m4, plugins/menu/client_menu.c, render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
2038         Merging in th gl2 branch. Adding a --enable-gl option to the configure script, which defaults off.
2039
2040 2003-05-30  manmower  <manmower@zed>
2041
2042         * kernel/frame.c: adjust title bar text
2043
2044 2003-05-30  Ben Jansens  <xor@zed.orodu.net>
2045
2046         * kernel/client.c:
2047         adjust what gets raised on map a bit, a little less selective.
2048
2049 2003-05-30  manmower  <manmower@zed>
2050
2051         * kernel/frame.c: add some test cases for the font crap
2052
2053 2003-05-29  Ben Jansens  <xor@zed.orodu.net>
2054
2055         * m4/openbox.m4: better alpha/beta check :)
2056
2057         * m4/openbox.m4: look for 'alpha' and 'beta' releases also
2058
2059         * kernel/stacking.c:
2060         only add non-nonintrusively when both windows share a stacking layer
2061
2062         * data/rc3: raise on client clicks
2063
2064 2003-05-28  Ben Jansens  <xor@zed.orodu.net>
2065
2066         * COPYING: remove the generic COPYING
2067
2068         * COPYING.FDL, COPYING.GPL, COPYING.LGPL: New file.
2069
2070         * COPYING.FDL, COPYING.GPL, COPYING.LGPL, README:
2071         specify different licenses for different directories
2072
2073         * kernel/action.c, kernel/action.h:
2074         rm the 'focusraise' action, it is redundant.
2075
2076         * kernel/frame.c: use the new shape API from the render libs
2077
2078         * kernel/event.c:
2079         pass expose events like i was before. cleanups in rendering to not render areas anymore. pass the surface's absx/y to planar's paint func
2080
2081         * kernel/frame.c:
2082         no button mask on the plate, and some cleanups with redundant if's
2083
2084 2003-05-28  manmower  <manmower@zed>
2085
2086         * kernel/frame.c: slightly improved theme
2087
2088 2003-05-28  Ben Jansens  <xor@zed.orodu.net>
2089
2090         * kernel/popup.c: proper centering of the text in popups without icons
2091
2092 2003-05-27  manmower  <manmower@zed>
2093
2094         * kernel/frame.c, kernel/frame.h: fixed the flicker in shape
2095         (we use a shapewindow now.  it rules, I rule, fuck X, blah blah MOOOOOOO)
2096
2097 2003-05-27  Ben Jansens  <xor@zed.orodu.net>
2098
2099         * kernel/frame.c: and typod
2100
2101         * kernel/frame.c, kernel/frame.h:
2102         some cleanups, got rid of the border shit
2103
2104         * kernel/event.c: toss out expose events to render
2105
2106         * kernel/popup.c: no more seg
2107
2108         * kernel/frame.c, kernel/frame.h: some cleanups
2109
2110 2003-05-27  manmower  <manmower@zed>
2111
2112         * kernel/frame.c: free decor when removing frame
2113
2114         * kernel/frame.c: HOW DO YOU LIKE MY SEXY NEW DECOR?!?
2115
2116         * kernel/frame.c: I get my events on decor again
2117         and probably ruined exposure for some weird case. bwa ha ha
2118
2119         * kernel/frame.c, kernel/frame.h: how about some UGLY decor!
2120
2121 2003-05-27  Ben Jansens  <xor@zed.orodu.net>
2122
2123         * kernel/popup.c: paints are now recursive
2124
2125 2003-05-27  manmower  <manmower@zed>
2126
2127         * kernel/frame.h: surface pointer please
2128
2129 2003-05-27  Ben Jansens  <xor@zed.orodu.net>
2130
2131         * kernel/popup.c: proper layout
2132
2133         * kernel/popup.c: i suck so much
2134
2135         * kernel/event.c, kernel/menu.c, kernel/popup.c: DRAWS!!
2136
2137 2003-05-27  manmower  <manmower@zed>
2138
2139         * kernel/frame.c, kernel/frame.h: added shape support for decor
2140
2141 2003-05-27  Ben Jansens  <xor@zed.orodu.net>
2142
2143         * kernel/popup.c: dont try use an icon when where isnt one
2144
2145         * kernel/client.c, kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/screen.c, kernel/window.c, plugins/menu/client_menu.c:
2146         port to the new render stuff.. but this isnt complte since we don't have themes yet.
2147
2148         * Makefile.am, configure.ac, render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
2149         removing the old render stuffs
2150
2151 2003-05-27  manmower  <manmower@zed>
2152
2153         * kernel/frame.c, kernel/frame.h: added % based decoration sizes
2154
2155         * kernel/frame.c, kernel/frame.h: fixed right decor anchors properly
2156
2157         * kernel/frame.c: fix right anchor point offsets
2158
2159         * kernel/frame.c: position windows for all anchor types
2160
2161         * kernel/frame.c: all decor anchors supported
2162
2163         * kernel/event.c, kernel/frame.c:
2164         change event.c to use a frame pointer instead of client pointer in framedecor
2165         frame.c now supports more decor anchors
2166
2167         yay for 1 to many commit logs
2168
2169 2003-05-26  Ben Jansens  <xor@zed.orodu.net>
2170
2171         * kernel/Makefile.am: link render version 2
2172
2173 2003-05-26  manmower  <manmower@zed>
2174
2175         * kernel/frame.c, kernel/frame.h:
2176         frame pointer in framedecor instead of client pointer
2177
2178 2003-05-26  Ben Jansens  <xor@zed.orodu.net>
2179
2180         * kernel/event.c, kernel/window.c: add case for Window_Decoration
2181
2182 2003-05-26  manmower  <manmower@zed>
2183
2184         * kernel/frame.c, kernel/frame.h: client pointer in framedecor
2185
2186         * kernel/frame.c: crap
2187
2188         * kernel/frame.c, kernel/frame.h:
2189         I can now map arbitrarily sized invalid space above my windows!
2190         I suck.
2191
2192         * kernel/frame.c:
2193         we now have no decor at all, but are otherwise functional
2194
2195 2003-05-26  Ben Jansens  <xor@zed.orodu.net>
2196
2197         * kernel/client.c:
2198         use frame->visible, not the desktop number, other states exist too, like show_desktop
2199
2200         * plugins/menu/client_menu.c, kernel/dock.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/popup.c, kernel/screen.c, kernel/window.h:
2201         merge in the changes made in the gl branch
2202
2203         * Makefile.am, configure.ac:
2204         create the glft library. it will be using freetype and fontconfig to render fonts in GL.
2205         flesh out render2 a bit more.. actually just in comments
2206
2207         * Makefile.am, configure.ac:
2208         add a new render2 lib, which has a proper API and uses only OpenGL to render.
2209
2210         * render/render.c: remove GL from the old render lib for now
2211
2212         * configure.ac, m4/gl.m4:
2213         gl support in configure, fontconfig instead of xft
2214
2215 2003-05-26  manmower  <manmower@zed>
2216
2217         * kernel/frame.c: add back some frame adjust stuff
2218
2219         * kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/window.h, plugins/menu/client_menu.c:
2220         complete destruction of all current frame functionality.
2221         you're welcome.
2222
2223 2003-05-25  manmower  <manmower@zed>
2224
2225         * render/gradient.c, render/mask.c, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h, kernel/dock.c, kernel/frame.c, kernel/framerender.c, kernel/menu.c, kernel/popup.c, kernel/screen.c, render/color.c, render/color.h:
2226         everything compiles.  everything is broken.
2227
2228         rendertest works, yay.
2229
2230         * render/render.c: now it even links.
2231
2232         * render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/render.c, render/render.h:
2233         once again it compiles.
2234
2235         no, it does not work
2236
2237         much has been removed.
2238
2239 2003-05-25  Ben Jansens  <xor@zed.orodu.net>
2240
2241         * configure.ac, m4/gl.m4:
2242         right branch. no more xft. fontconfig. gl. woot.
2243
2244         * configure.ac, m4/gl.m4: omg wrong branch!
2245
2246         * configure.ac, m4/gl.m4: always gl. fontconfig instead of xft.
2247
2248 2003-05-25  manmower  <manmower@zed>
2249
2250         * render/gradient.c: gl.h shouldn't be required when not enabling gl
2251
2252 2003-05-25  Ben Jansens  <xor@zed.orodu.net>
2253
2254         * README.CVS: add the glade/gtk deps for debian
2255
2256 2003-05-25  manmower  <manmower@zed>
2257
2258         * render/gradient.c, render/test.c: all grads done
2259
2260         * render/gradient.c, render/test.c: pipecross
2261
2262         * render/gradient.c, render/test.c: rectangle and diagonal grads yay
2263
2264         gl > *
2265
2266 2003-05-25  Ben Jansens  <xor@zed.orodu.net>
2267
2268         * data/rc3: Shade not Shaded
2269
2270         * README.CVS: add debian package list
2271
2272         * README.CVS: automake 1.7
2273
2274         * README.CVS: mention glib, xml, gtk and glade
2275
2276         * configure.ac:
2277         make autoconf 2.54 required. makes automake1.6 get used on some systems
2278
2279 2003-05-25  manmower  <manmower@zed>
2280
2281         * render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
2282         gl is starting.  it's gonna get really ugly really fast, folks
2283
2284 2003-05-24  Ben Jansens  <xor@zed.orodu.net>
2285
2286         * Makefile.am, configure.ac, kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/config.c, kernel/focus.c, kernel/openbox.c, kernel/parse.c, kernel/parse.h, kernel/plugin.c, parser/.cvsignore, parser/Makefile.am, parser/parse.c, parser/parse.h, plugins/Makefile.am, plugins/interface.h, plugins/menu/Makefile.am, plugins/obconf_interface.h, plugins/placement/history.c, plugins/placement/placement.c, plugins/resistance.c, tools/.cvsignore, tools/Makefile.am, tools/obconf/.cvsignore, tools/obconf/Makefile.am, tools/obconf/about.c, tools/obconf/main.c, tools/obconf/obconf.glade, tools/obconf/obconf.gladep, tools/obconf/obconf.h, tools/obconf/plugins.c, tools/obconf/plugins.h:
2287         this is a big one! im putting stats in here just cuz!
2288          59 files changed, 1691 insertions(+), 607 deletions(-)
2289         Adding the beginings of ObConf. Adding a resistance-config plugin for ObConf.
2290         Creating an obparser library that obrender can use, the kernel can use, plugins can use, and ObConf and its plugins can use. (its just code for using libXml2)
2291
2292         * kernel/action.c: convert shit from utf8 to filename before execing it
2293
2294         * configure.ac, data/rc3, kernel/Makefile.am, kernel/config.c, kernel/openbox.c, kernel/parse.c, kernel/parse.h, kernel/parse.l, kernel/parse.y, plugins/Makefile.am, plugins/placement/Makefile.am, plugins/placement/history.c, plugins/placement/history.h, plugins/placement/placement.c, plugins/resistance.c:
2295         ECKS EM ELL
2296
2297         * plugins/menu/client_menu.c:
2298         let the client menu open below the top of the window, just limit it at the titlebar
2299
2300         * kernel/action.c, kernel/action.h: add actions for showing the desktop
2301
2302         * kernel/action.c, kernel/action.h: soem changes to desktop actions.
2303         instead of having *wrap actions, just default to having wrap on, and let it be optionally placed into the rc to disable it.
2304         instead of next/prev desktop, just have actions for desktop to the right/left/up/down. this applies to sendtodesktop actions too.
2305
2306         * kernel/focus.c: add a DEBUG_FOCUS print
2307
2308         * kernel/event.c:
2309         there's this case where we DONT want to ignore both events or we end up without anything we know of being focused, even tho something is. this case is now covered. ps i hate focus so much.
2310
2311         * kernel/client.c: use the user friendly desktop number
2312
2313         * kernel/focus.c: clarify comment
2314
2315 2003-05-23  Ben Jansens  <xor@zed.orodu.net>
2316
2317         * kernel/event.c:
2318         dont refocus the focused window, that just causes so many problems (with alt-tab :)
2319
2320         * kernel/prop.c: validate utf8 strings before using them
2321
2322 2003-05-23  woodblock  <woodblock@zed>
2323
2324         * plugins/menu/fifo_menu.c: Fixed missing includes
2325
2326 2003-05-23  Ben Jansens  <xor@zed.orodu.net>
2327
2328         * configure.ac, kernel/Makefile.am, m4/gl.m4, plugins/Makefile.am, plugins/placement/Makefile.am, render/Makefile.am:
2329         add --enable-gl support, and put the flags/libs in the appropriate makefiles
2330
2331         * kernel/focus.c: remove a todo item that seems to be.. done!
2332
2333         * kernel/focus.c:
2334         missed a case of using the stacking list and assuming that its all clients still. fixed that assumption now.
2335
2336         * kernel/event.c:
2337         ignore ancestor FocusIn events. i get them sometimes when hitting alt-tab and that totally fucks it up cuz it cancels teh alt-tab process.
2338
2339 2003-05-23  woodblock  <woodblock@zed>
2340
2341         * plugins/menu/client_menu.c: Add toggle decor action to client menu
2342
2343 2003-05-22  manmower  <manmower@zed>
2344
2345         * render/test.c: fix cut'n'paste bug
2346
2347 2003-05-22  Ben Jansens  <xor@zed.orodu.net>
2348
2349         * kernel/event.c: only button 1 can use menu items
2350
2351         * plugins/menu/client_menu.c: watch out for border widths
2352
2353 2003-05-22  manmower  <manmower@zed>
2354
2355         * render/render.c: removed a piece of code I suspect has never been run
2356         this is for XServers that report less than 8 bpp default visual and support
2357         8bpp or higher visuals
2358
2359         hopefully nothing is really that stupid.  we'll see.
2360
2361         * render/render.h, render/render.c:
2362         keep XVisualInfo around in preparation for opengl stuff
2363
2364 2003-05-22  Ben Jansens  <xor@zed.orodu.net>
2365
2366         * plugins/menu/.cvsignore: add the client_menu stuff
2367
2368         * configure.ac:
2369         remove shit for my own makefiles that i dont need no more
2370
2371         * kernel/event.c: a missing break!
2372
2373 2003-05-22  woodblock  <woodblock@zed>
2374
2375         * kernel/menu.c, plugins/menu/client_menu.c: layers submenu on client
2376
2377 2003-05-22  Ben Jansens  <xor@zed.orodu.net>
2378
2379         * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h:
2380         add actions for changing client layers to abov/below/normal
2381
2382         * kernel/client.c: typo
2383
2384         * kernel/plugin.c: load the client_menu by default for nowc
2385
2386 2003-05-21  woodblock  <woodblock@zed>
2387
2388         * data/rc3, kernel/client.c, kernel/event.c, kernel/menu.c, kernel/menu.h, plugins/menu/Makefile.am, plugins/menu/client_menu.c:
2389         Client menus
2390         Add "client_menu" to pluginrc to use.
2391
2392 2003-05-21  Ben Jansens  <xor@zed.orodu.net>
2393
2394         * render/font.c: optimize it a bit
2395
2396         * render/font.c:
2397         pass the number of bytes, not characters to the xft draw functions
2398
2399         * kernel/action.c, kernel/action.h: add 'movetoedge' actions
2400
2401         * kernel/screen.c: add xerror.h
2402
2403         * kernel/screen.c:
2404         Openbox3 in the WM name, FUCK OFF XINE, YA YOU HEARD ME.
2405
2406         * render/gradient.c: allocate the border_color's gc
2407
2408 2003-05-20  Ben Jansens  <xor@zed.orodu.net>
2409
2410         * render/color.c, render/render.c:
2411         put the devation back how it used to be, it aws definately no better..
2412
2413 2003-05-20  manmower  <manmower@zed>
2414
2415         * render/gradient.c:
2416         of by one error in pyramid, rectangle, and crosspipe
2417
2418 2003-05-20  Ben Jansens  <xor@zed.orodu.net>
2419
2420         * render/gradient.c: remove debug prints
2421
2422         * render/gradient.c: reindent the file....
2423         but while i'm at it:
2424           - add support for bevels/borders on solid textures.
2425           - reverse the colors in the rectangle gradient, the pipecross and pyramid
2426             ones may need to be reversed as well.
2427
2428         * render/render.c, render/render.h: remove the elliptic gradient type.
2429         add bevel light/dark colors for solid textures with bevels
2430
2431         * render/theme.c:
2432         use the rectangle gradient when the theme asks for elipse
2433
2434         * m4/openbox.m4: argh put it back right!*(
2435
2436         * m4/openbox.m4: fuck it, put it back
2437
2438         * m4/openbox.m4: smarter default debug value :)
2439
2440         * m4/openbox.m4: default debug off (for non-cvs builds!)
2441
2442         * kernel/screen.c:
2443         ignore errors when playing with application defined colormaps
2444
2445 2003-05-19  Ben Jansens  <xor@zed.orodu.net>
2446
2447         * kernel/dock.c: get the size for all the apps before positioning them
2448
2449         * kernel/dock.c:
2450         set teh dock sizes before the app uses it for positioning
2451
2452         * kernel/dock.c: center dock apps
2453
2454         * plugins/menu/.cvsignore: add fifo_menu shit
2455
2456         * kernel/action.c: use the resize increment when resizing relative
2457
2458         * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h:
2459         2 in 1 again..
2460         a) directional focus actions
2461         b) action system changes i.e. use structs/arrays for convertings strings to actions instead of gross if-else chains
2462
2463 2003-05-18  woodblock  <woodblock@zed>
2464
2465         * kernel/menu.c, plugins/menu/Makefile.am, plugins/menu/fifo_menu.c, plugins/menu/fifo_menu.h:
2466         Added a fifo_menu plugin
2467
2468 2003-05-18  manmower  <manmower@zed>
2469
2470         * render/gradient.c, render/test.c: PipeCross
2471
2472         * render/gradient.c: there's the rect grad.  now stop bugging me :(
2473
2474         * render/gradient.c: is that a rectangle grad?  damned if I know
2475
2476 2003-05-18  Ben Jansens  <xor@zed.orodu.net>
2477
2478         * kernel/client.c, kernel/client.h, render/color.c, render/color.h, render/image.c, render/render.c, render/render.h:
2479         make icons use pixel32 data, and image_draw takes pixel32 data.
2480         client.c gets pixmap icons as a backup to netwm ones, and they are converted into pixel32 data.
2481
2482         * kernel/focus.c: include grab.h
2483
2484 2003-05-18  manmower  <manmower@zed>
2485
2486         * render/test.c: whatever, it's a junk file.
2487
2488         * render/gradient.c: change badly named offsets
2489         add stubs for rectangle and pipecross
2490
2491         * render/image.c: rename poorly named offsets
2492
2493         * render/gradient.h: add stubs for pipecross and rectangle
2494
2495         * render/color.h: fix poor naming of default offset
2496
2497         * render/color.c: fix poor naming of the default offset
2498
2499 2003-05-18  woodblock  <woodblock@zed>
2500
2501         * kernel/client.c:
2502         this is actually xor :) - fixing the focus search function to not return NULL if no valid group members exist to be a transient for
2503
2504 2003-05-18  Ben Jansens  <xor@zed.orodu.net>
2505
2506         * kernel/stacking.c:
2507         proper check to see if something was raised, the it==NULL would cause it to always return, incorrectly.
2508
2509         * kernel/client.c, kernel/client.h, kernel/event.c, kernel/stacking.c, render/render.c, render/render.h:
2510         2 in 1 deal :\
2511
2512         client.c stacking.c: fixing looping transient case for group transient windows. now a window which is transient for a group is *not* transient for any other transient windows in the group (perviously the other window had to be transient for the group to be excluded, now it can be transient for anything).
2513
2514         client.c/h event.c render.c/h: adjustnig icon handling a bit. will be converting the legacy pixmap icons into rgba data so they can be handled the same as netwm icons.
2515
2516 2003-05-18  woodblock  <woodblock@zed>
2517
2518         * HACKING: Indentation stuff
2519
2520 2003-05-18  Ben Jansens  <xor@zed.orodu.net>
2521
2522         * configure.ac: actually optional now.
2523
2524         * configure.ac: make LIBSN optional
2525
2526         * kernel/focus.c:
2527         grab the mouse during focus cycling. this removes the bug of focusing following the mouse when the popup disappears and fuck up your cycling.
2528
2529         * render/Makefile.am: need the libsn flags
2530
2531         * plugins/Makefile.am, plugins/menu/Makefile.am, plugins/placement/Makefile.am:
2532         needs the libsn flags to use openbox.h now
2533
2534 2003-05-18  woodblock  <woodblock@zed>
2535
2536         * plugins/menu/timed_menu.c: Clean up on destroy.
2537
2538 2003-05-18  Ben Jansens  <xor@zed.orodu.net>
2539
2540         * configure.ac, kernel/Makefile.am, kernel/event.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c:
2541         add (optional) support for showing a busy cursor via startup notification
2542
2543 2003-05-18  woodblock  <woodblock@zed>
2544
2545         * plugins/menu/timed_menu.c: Added stat() based timed menu update.
2546         Needs parser before it is useful.
2547
2548 2003-05-17  Ben Jansens  <xor@zed.orodu.net>
2549
2550         * kernel/event.c: disallow drag events on title buttons.
2551         dont redraw title button when the wheel buttons are used on them.
2552
2553 2003-05-16  Ben Jansens  <xor@zed.orodu.net>
2554
2555         * kernel/client.c: print the class not the name
2556
2557         * kernel/prop.c: get all the strings!
2558
2559         * kernel/client.c, kernel/dock.c, kernel/dock.h:
2560         save the dock's class/name for future evil purposes!
2561         also print names of windows being managed/unmanaged
2562
2563         * data/rc3: discourage floating a bit, capitalize better.
2564
2565         * kernel/dock.c: FUCK dock is not an array anymore!
2566
2567         * kernel/dock.c, kernel/dock.h, kernel/screen.c:
2568         give the dock a strut and use it
2569
2570 2003-05-16  woodblock  <woodblock@zed>
2571
2572         * plugins/menu/timed_menu.c: Fixed child wait.
2573
2574 2003-05-16  Ben Jansens  <xor@zed.orodu.net>
2575
2576         * kernel/event.c: remove debug prints
2577
2578         * kernel/dock.c, kernel/dock.h, kernel/event.c:
2579         dockapps are ObWindows now.
2580         set the type when creating new dockapps.
2581
2582         * plugins/menu/timed_menu.c: add stdio.h
2583
2584         * data/rc3, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/config.c, kernel/config.h, kernel/dock.c, kernel/dock.h, kernel/event.c, kernel/frame.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c, kernel/screen.c, kernel/slit.c, kernel/slit.h, kernel/window.c, kernel/window.h:
2585         rename "Slit" to "Dock".
2586         add config options to the rc3 for the dock.
2587         create a window_map, add DockApps to the ObWindow types, use the window_map for translating windows into objects for event handling (only one lookup now) and remove the old maps (client_map, menu_map).
2588
2589         * kernel/client.c, kernel/menu.c, kernel/moveresize.c, kernel/popup.c, kernel/slit.c, kernel/stacking.c, kernel/stacking.h:
2590         add anotehr stacking_add function.
2591         make stacking_add take care of raising also.
2592         make new windows that dont get focus also not raise above the focused window.
2593
2594         * kernel/event.c: movnig shit around
2595
2596 2003-05-14  Ben Jansens  <xor@zed.orodu.net>
2597
2598         * kernel/menu.c: watch out for not loading the timed_menu plugin
2599
2600         * kernel/client.c: pass teh correct values for config notify events
2601
2602 2003-05-14  woodblock  <woodblock@zed>
2603
2604         * kernel/event.c, kernel/event.h, kernel/menu.c, plugins/menu/timed_menu.c:
2605         Added a menu to read from a pipe.
2606         File descriptors added to the event loop.
2607
2608 2003-05-12  woodblock  <woodblock@zed>
2609
2610         * kernel/event.c, kernel/event.h, kernel/menu.c, plugins/menu/timed_menu.c:
2611         woodblock's failed attempt at making pipes work
2612
2613 2003-05-11  Ben Jansens  <xor@zed.orodu.net>
2614
2615         * plugins/resistance.c: watch out for stacking_list
2616
2617         * data/rc3, kernel/config.c, kernel/config.h, kernel/moveresize.c:
2618         add opaque move/resize to the rc3
2619
2620         * kernel/stacking.c:
2621         was using the frame window in the stacking list hint
2622
2623         * kernel/event.c, kernel/menu.c, kernel/moveresize.c, kernel/popup.c, kernel/stacking.c, kernel/window.c, kernel/window.h:
2624         add internal popups n shit to the stacking list.
2625         some cleanups for the stacking order hint.
2626         add non-opaque move/resize. cant toggle it yet.
2627
2628         * kernel/menu.c: rm comment for shit i fixed
2629
2630         * TODO: updated... it sucks tho anyways
2631
2632         * kernel/screen.c:
2633         not everything in the stacking_list is a client anymore
2634
2635         * kernel/event.c, kernel/menu.c:
2636         Menus put themselves into the stacking list.
2637         Clicking on the menu (but not on an entry) will raise it.
2638
2639         * kernel/Makefile.am, kernel/action.c, kernel/client.c, kernel/client.h, kernel/config.h, kernel/event.c, kernel/focus.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c, kernel/slit.c, kernel/slit.h, kernel/stacking.c, kernel/stacking.h, kernel/window.c, kernel/window.h, plugins/resistance.c:
2640         Clients Menus and Slits are all 'ObWindow's now.
2641         Stacking is done with ObWindows.
2642         Slits add themselves to the stacking order, as do clients of course.
2643         Added some macros for adding/removing to the stacking order.
2644
2645         * kernel/slit.c:
2646         garb press events so they dont break bindings... X sucks
2647
2648         * kernel/slit.c:
2649         grab button events on the slit so they dont go through to root
2650
2651         * kernel/client.c, kernel/slit.c, kernel/slit.h:
2652         use the size of the icon window for slit apps, not the client window
2653
2654         * plugins/menu/timed_menu.h: cleanups
2655
2656         * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/slit.c, kernel/slit.h:
2657         can drag slit-apps around in the slit
2658
2659 2003-05-10  Ben Jansens  <xor@zed.orodu.net>
2660
2661         * kernel/event.c, kernel/slit.c, kernel/slit.h, kernel/timer.h:
2662         add autohiding to the slit
2663
2664         * kernel/event.c, kernel/slit.c, kernel/slit.h:
2665         some slit fixes, support resizing slitapps
2666
2667         * Makefile.am, configure.ac: rm the tools dir
2668
2669         * tools/Makefile.am: rm this garbage...
2670
2671         * kernel/Makefile.am, kernel/client.c, kernel/event.c, kernel/frame.c, kernel/openbox.c, kernel/screen.c, kernel/slit.c, kernel/slit.h:
2672         add a slit to the kernel
2673
2674         * plugins/menu/.cvsignore: ignore the build shit
2675
2676         * doc/.cvsignore: add the sgml dir
2677
2678         * kernel/menu.c: make the client menu not have a title
2679
2680         * kernel/event.c:
2681         be more careful about ignoring focusin/out event pairs
2682
2683 2003-05-10  woodblock  <woodblock@zed>
2684
2685         * plugins/Makefile.am: tyop
2686
2687         * kernel/menu.c, plugins/menu/timed_menu.c:
2688         Turn off timed_menu by default
2689
2690         * kernel/menu.c, kernel/menu.h, plugins/menu/timed_menu.c:
2691         Timed menu that reads output from a process while the window is hidden
2692
2693         * kernel/event.c, kernel/menu_render.c: whitespace
2694
2695 2003-05-09  woodblock  <woodblock@zed>
2696
2697         * plugins/menu/Makefile.am, plugins/menu/Makefile.in: fixor
2698
2699 2003-05-09  Ben Jansens  <xor@zed.orodu.net>
2700
2701         * configure.ac: nice merge
2702
2703 2003-05-09  woodblock  <woodblock@zed>
2704
2705         * configure.ac, kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/plugin.c, kernel/plugin.h, kernel/timer.c, plugins/Makefile.am, plugins/menu/Makefile.in, plugins/menu/timed_menu.c, plugins/menu/timed_menu.h:
2706         Menu uber patch
2707         Since we have no menu parser see menu_startup() to customize
2708
2709 2003-05-09  Ben Jansens  <xor@zed.orodu.net>
2710
2711         * kernel/client.c, kernel/client.h, kernel/event.c, kernel/focus.c:
2712         add a client_activate function, use it for net_wm_active mesgs and for focus cycling.
2713
2714         * kernel/focus.c: unshade windows when you cycle focus to them
2715
2716         * kernel/openbox.c, kernel/popup.c, kernel/popup.h, tools/Makefile.am:
2717         add shit that i made in the last week!
2718
2719         * HACKING, Makefile.am, configure.ac, data/rc3, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/config.c, kernel/config.h, kernel/event.c, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/framerender.c, kernel/framerender.h, kernel/menu.c, kernel/moveresize.c, kernel/moveresize.h, kernel/openbox.c, kernel/parse.h, kernel/parse.l, kernel/parse.y, kernel/screen.c, kernel/screen.h, kernel/stacking.c, m4/x11.m4, render/font.c, render/image.c, render/render.c, render/render.h, render/theme.c, render/theme.h:
2720         all my changes while i was offline.
2721         better alt-tabbing. better transient handling. i dont even know. lots of fucking cool shit so WATCH the FUCK OUT.
2722
2723 2003-04-28  Ben Jansens  <xor@zed.orodu.net>
2724
2725         * kernel/screen.c:
2726         move windows before calcing struts. watch for windows on DESKTOP_ALL when removeing a desktop
2727
2728 2003-04-27  Ben Jansens  <xor@zed.orodu.net>
2729
2730         * kernel/client.c, kernel/stacking.c:
2731         a more correct for the missing frame problem. don't restack windows when changing the window's layer while it is being managed.
2732
2733         * kernel/stacking.c:
2734         watch for windows without frames, they can be in the transient order before they get fully managed
2735
2736         * doc/themerc.txt: no longer pertinent
2737
2738         * render/image.c, render/image.h, render/render.c:
2739         fix window icon rendering, was using incorrect size.
2740
2741         * render/color.h: its G_BYTE_ORDER not G_ENDIAN.
2742
2743 2003-04-26  Ben Jansens  <xor@zed.orodu.net>
2744
2745         * kernel/moveresize.c:
2746         show the move coords for where the window will actually be
2747
2748 2003-04-25  Ben Jansens  <xor@zed.orodu.net>
2749
2750         * kernel/client.c: only focus on startup if focus_new is true
2751
2752         * kernel/Makefile.am, kernel/client.c, kernel/openbox.c, kernel/screen.c, kernel/startup.c, kernel/startup.h:
2753         restore the desktop and focused window on restarts if possible
2754
2755         * kernel/action.c, kernel/client.c, kernel/client.h, kernel/focus.c, kernel/focus.h:
2756         add helper functions for manipulating the focus_order list.
2757         move the focus popup into focus.c, out of action.c
2758         allow cycling to iconic windows, which are kept at the bottom of the focus_order lists.
2759
2760         * kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c:
2761         let the frame hold a focus state so that it can lie.
2762         dont focus windows while cycling, just highlight them as if they are focused
2763
2764         * kernel/framerender.c: icons are not at +1 anymore
2765
2766 2003-04-24  Ben Jansens  <xor@zed.orodu.net>
2767
2768         * kernel/client.c:
2769         some more checks for transients looping on eachother when they are transients of a group
2770
2771 2003-04-22  Ben Jansens  <xor@zed.orodu.net>
2772
2773         * kernel/prop.c:
2774         client side shit ISNT 32 bits on 64 bit platforms, its 64 bits. fuck X so hard.
2775
2776 2003-04-22  woodblock  <woodblock@zed>
2777
2778         * CHANGELOG: NLS update
2779
2780 2003-04-22  Ben Jansens  <xor@zed.orodu.net>
2781
2782         * kernel/client.c:
2783         even better checks for when to focus new windows. focus dialogs when they are the only member of their group
2784
2785 2003-04-22  woodblock  <woodblock@zed>
2786
2787         * kernel/menu.c, kernel/menu.h, kernel/menu_render.c:
2788         More menu changes to facilitate plugins.
2789
2790         * kernel/Makefile.am, kernel/menu.c, kernel/menu.h, kernel/menu_render.c:
2791         Render menus only when they are invalid.
2792
2793 2003-04-21  Ben Jansens  <xor@zed.orodu.net>
2794
2795         * README.CVS: add automake
2796
2797         * data/rc3: focus on press onm the titlebar buttons
2798
2799         * kernel/client.c:
2800         yet more changes to choosing to focus windows when they mapp
2801
2802         * kernel/parse.h, kernel/parse.y:
2803         try avoid cicular includes with the bison shit
2804
2805 2003-04-20  woodblock  <woodblock@zed>
2806
2807         * CHANGELOG: tyop
2808
2809 2003-04-20  Ben Jansens  <xor@zed.orodu.net>
2810
2811         * kernel/frame.c, kernel/framerender.c:
2812         make the icon larger than the buttons by one pixel in each direction, this makes it as tall as the label and lets it fit more image in
2813
2814         * kernel/client.c: new focus-new rules
2815
2816 2003-04-20  woodblock  <woodblock@zed>
2817
2818         * CHANGELOG: Update log
2819
2820 2003-04-19  Ben Jansens  <xor@zed.orodu.net>
2821
2822         * kernel/client.c: i lied.. fuck @ those gnome dialogs
2823
2824         * kernel/client.c: lighten up a bit on the focus new windows criteria
2825
2826         * kernel/event.c: rm invalid comment
2827
2828         * kernel/event.c: only look for FocusOut events on the same window
2829
2830         * kernel/prop.c:
2831         convert STRING properties from "ISO-8859-1" instead of from the current locale, since this is what they apparently are, according to gdk.
2832
2833         * kernel/prop.c: check the string not the pointer to it
2834
2835 2003-04-18  Ben Jansens  <xor@zed.orodu.net>
2836
2837         * kernel/event.c: the mouse grab screws that up
2838
2839         * kernel/event.c: dispatch presses and releases during a move/resize
2840
2841         * kernel/event.c: kill the debug prints for now
2842
2843         * kernel/event.c: nm cant do it.. damn
2844
2845         * kernel/event.c:
2846         ignore another type of crossing event, caused when leaving gtk popup menus
2847
2848         * kernel/focus.c: just formatting
2849
2850         * kernel/event.c:
2851         yet MORE changes to how focusin/out's are handled. more edge case fixing, this time with focus fallback when unmapping a window in sloppy focus mode.
2852
2853         * kernel/client.c:
2854         adjust choosing to focus new windows, make it more strict.
2855         eat all Enter events when unmapping a window so focus fallback can be more smarter..
2856
2857         * kernel/screen.c: dont need to sync
2858
2859         * kernel/focus.c: check for client_normal before focusing
2860
2861         * kernel/focus.c:
2862         when unfocusing a window (e.g. unmanaging) try fallback to transient relations, if that fails, try group relations, then fallback to other window.
2863
2864         * kernel/focus.c:
2865         try focus other transients of the parent window when a transient falls back before focusing the parent
2866
2867         * kernel/moveresize.c: unset it AFTER using it...
2868
2869         * kernel/moveresize.c: unset the client when done moveresizing
2870
2871         * kernel/openbox.c:
2872         don't wait(), the glib function does that for us woot.
2873
2874         * kernel/client.c:
2875         more strict rules on what will be focused by the focusNew option in the rc3. only strictly NORMAL windows will be focused, not dialogs or anything else when they are mapped.
2876
2877         * kernel/focus.h: comment typo
2878
2879         * kernel/client.c, kernel/moveresize.c, kernel/moveresize.h:
2880         watch out when unmanaging a window, that it is not being move/resized
2881
2882 2003-04-17  Ben Jansens  <xor@zed.orodu.net>
2883
2884         * kernel/client.c:
2885         a) put transient windows on the same desktop as their parent
2886         b) if a window is attempted to be focused but it is not on the current desktop,
2887            then move it to the top of the focus order on its desktop
2888
2889         * kernel/screen.c:
2890         distribute focus when entering/leaving show-the-desktop mode
2891
2892         * kernel/event.c: remove debug print
2893
2894         * kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h:
2895         add the left/right/top/bottom direction arrows and use them for resizing those ways
2896
2897         * kernel/event.c: dont ignore all Virtual pointer events
2898
2899         * kernel/action.c: 02:33 (@xor) omg yes
2900         02:33 (@xor) grid workspace cycling of d3th
2901
2902         * kernel/action.c: fix grip workspace cycling
2903
2904         * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/moveresize.c, kernel/moveresize.h:
2905         fix up support for moveresize. make keyboard grabs Async so that i can hit escape to cancel a moveresize process.
2906
2907         * kernel/openbox.c: do not shadow parameter pls
2908
2909         * kernel/moveresize.c: initialize start_x/y
2910
2911         * kernel/focus.c, kernel/moveresize.c, kernel/moveresize.h, kernel/openbox.c, kernel/openbox.h:
2912         add support for interactive/keyboard move/resize
2913
2914         * kernel/event.c, kernel/prop.c, kernel/prop.h, kernel/screen.c:
2915         add support for net_moveresize_window and net_wm_moveresize
2916
2917         * kernel/frame.c: use the new cursor defn's
2918
2919         * kernel/screen.c: use the new ptr cursor defn
2920
2921         * kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/event.c, kernel/moveresize.c, kernel/moveresize.h, kernel/prop.c, kernel/prop.h:
2922         move the move/resize functionality into moveresize.c, for use with the netwm atoms. use it from teh plugins. combine the two actions.
2923
2924         * kernel/framerender.c: put text centered in the popup dialog properly
2925
2926         * data/rc3: make alt-middle the default resize binding
2927
2928         * kernel/openbox.c, kernel/openbox.h:
2929         add more cursors for move/resizing, and use the arrows not the angle brackets
2930
2931         * kernel/action.c:
2932         grab pointer during cycling to remove focus screwups from focus-follows-mouse.
2933         grab during move/resize and assign a cursor while doing the move/resize too!
2934
2935         * kernel/event.c: ignore virtual crossing events..
2936
2937         * kernel/focus.c: that was dumb, it was metacity's fault
2938
2939         * kernel/focus.c: only cycle to visible windows
2940
2941 2003-04-16  Ben Jansens  <xor@zed.orodu.net>
2942
2943         * kernel/event.c: dont send menu events to plugins
2944
2945         * data/rc3: show the root menu on right click
2946
2947         * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/menu.c, kernel/menu.h:
2948         menus works on some level. add a built-in root menu
2949
2950         * kernel/client.c: code cleanup
2951
2952         * kernel/client.c: when flags are not set assume bette defaults
2953
2954         * kernel/event.c, kernel/focus.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c, kernel/stacking.c, kernel/stacking.h:
2955         raise menus above clients.
2956         hilight menu entries as the cursor passes over them.
2957
2958         * kernel/menu.c, kernel/menu.h:
2959         save the window ids in a map for the menus
2960
2961         * kernel/client.c: only change the group info if the group flag is set
2962
2963         * kernel/client.c: only add transients if we are IN a group
2964
2965         * kernel/client.c: oops nm
2966
2967         * kernel/client.c: less ()s cleanup
2968
2969         * kernel/client.c:
2970         remove transients before removing ourlselves from teh group
2971
2972         * kernel/client.c:
2973         set the group to null when removeing ourselves from it
2974
2975 2003-04-15  Ben Jansens  <xor@zed.orodu.net>
2976
2977         * kernel/action.c: watch out for missing a name
2978
2979         * render/theme.c: make menu font smaller and !bold for now
2980
2981         * kernel/action.c, kernel/action.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c:
2982         start of showing/rendering menus. woot!
2983
2984         * render/theme.c, render/theme.h: load menu style stuff
2985
2986         * render/render.c, render/render.h:
2987         make minsize take int*'s not a Size*
2988
2989         * kernel/client.c:
2990         remove transients of the group from teh window when it leaves the group
2991
2992         * kernel/client.c: add group transients when setting up the group
2993
2994         * kernel/client.c: bug in the search for transient_for's
2995
2996         * data/rc3: update the theme stuff
2997
2998 2003-04-15  manmower  <manmower@zed>
2999
3000         * render/gradient.c: PYRAMID PARTY PART 2!!!
3001
3002         * render/gradient.c, render/gradient.h: PYRAMID PARTY!!!
3003
3004 2003-04-15  Ben Jansens  <xor@zed.orodu.net>
3005
3006         * kernel/screen.c: remove debug print
3007
3008 2003-04-14  Ben Jansens  <xor@zed.orodu.net>
3009
3010         * kernel/client.c, kernel/prop.c, kernel/screen.c:
3011         fixes for handling char**s
3012
3013         * render/font.c: indenting oopsie
3014
3015         * kernel/prop.c: dont get a null at the end of the data, so use strndup
3016
3017         * kernel/screen.c: fix a seg from ignoreing PROP_GETSS failure
3018
3019         * kernel/screen.c: more fixes for working with char**s
3020
3021         * kernel/screen.c: nullify the ends of the char**
3022
3023         * kernel/client.c, kernel/prop.h, kernel/screen.c:
3024         remove casts from PROP defines. use proper vars and cast elsewhere if needed.
3025
3026         * render/font.c: text justification
3027
3028         * render/render.c:
3029         shrink the area that the textures are rendered into by the bevels/borders
3030
3031         * kernel/client.c, kernel/prop.c, kernel/prop.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c:
3032         rip the prop code i wrote in cwmcc out and make it all 64bit friendly (i think!). stop using gulong for values from the xserver, using guint32 instead.
3033
3034         * kernel/menu.c, kernel/menu.h:
3035         these menus should not be removed, they are good and will be used.
3036
3037         * kernel/event.c: clean up this mess of crap a lot
3038
3039         * kernel/prop.c, kernel/prop.h:
3040         do not commit bad char* foo that breaks on !32 bit platforms
3041
3042 2003-04-14  woodblock  <woodblock@zed>
3043
3044         * kernel/menu.c, kernel/menu.h: *** empty log message ***
3045
3046 2003-04-14  Ben Jansens  <xor@zed.orodu.net>
3047
3048         * kernel/parse.l: allow _'s in identifiers
3049
3050         * kernel/stacking.c: raise and lower all transients along with parents
3051
3052         * kernel/client.c:
3053         apply layers to all transients. only raise once on the highest window who's layer changed after applying layers to them all
3054
3055 2003-04-13  Ben Jansens  <xor@zed.orodu.net>
3056
3057         * kernel/client.c: ifdef not ifndef
3058
3059         * kernel/stacking.c: keep all transient windows above their parents
3060
3061         * kernel/client.c: simple cleanups for the client_iconify function.
3062         also dont follow into other groups when searching up the transient_for tree
3063
3064         * kernel/client.c: rm the unused vars
3065
3066         * kernel/client.c: onyl focus 'normal' windows on map
3067
3068         * kernel/client.c:
3069         only keep fullscreen windows on top while they are focused
3070
3071         * kernel/client.c, kernel/client.h:
3072         make fullscreen decorations and functions be calculated by the setup_decor_and_functions func
3073
3074         * kernel/group.c: rm the group debug prints
3075
3076         * kernel/client.c: only print that when debuggin focus
3077
3078         * .cvsignore, kernel/.cvsignore, plugins/.cvsignore, plugins/placement/.cvsignore, render/.cvsignore:
3079         ignore the remaining new shit from automaking everything again
3080
3081         * .cvsignore, INSTALL, Makefile.am, Makefile.in, bootstrap, configure.ac, data/.cvsignore, data/Makefile.am, kernel/.cvsignore, kernel/Makefile, kernel/Makefile.am, plugins/.cvsignore, plugins/Makefile, plugins/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile, plugins/placement/Makefile.am, po/.cvsignore, render/.cvsignore, render/Makefile, render/Makefile.am, tests/Makefile, themes/.cvsignore, themes/Makefile.am:
3082         back to automake
3083
3084         * AUTHORS: shrimpx above miklos?
3085
3086         * kernel/event.c, kernel/frame.c, kernel/frame.h:
3087         pass the Client for frame_context cuz the client might be NULL
3088
3089         * themes/ebox: comment properly
3090
3091         * render/theme.c: load the font shadow stuff from the old ob2 shitz
3092
3093         * kernel/config.c, kernel/config.h, kernel/openbox.c:
3094         let specify theme in the rc3 file. rm the other old engine options
3095
3096         * Makefile.in: break on errors
3097
3098         * Makefile.in, kernel/.cvsignore, kernel/action.c, kernel/client.c, kernel/config.h, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/framerender.h, kernel/openbox.c, kernel/parse.l, kernel/parse.y, kernel/screen.c, render/.cvsignore, render/font.h, render/mask.h, render/render.h, render/theme.c, render/theme.h:
3099         move the openbox engine into librender and the kernel. the theme is loaded and stored inside librender. the frame is decorated and managed inside the kernel.
3100
3101         * themes/ob20, themes/operation, themes/outcomes, themes/artwiz, themes/bbs, themes/bluebox, themes/cthulhain, themes/deep, themes/ebox, themes/fieron, themes/fieron2, themes/flux, themes/frobozz, themes/frobust, themes/mbdtex, themes/miklos, themes/nyz, themes/nyzclone, themes/paper, themes/purplehaaze, themes/shade, themes/steelblue, themes/steelblue2, themes/the_orange, themes/trisb, themes/twice, themes/warp-xp:
3102         move the themes
3103
3104         * render/render.c: allow freeing NULL appearances
3105
3106         * render/font.c: allow closing NULL fonts
3107
3108         * render/mask.c: allow freeing NULL pixmap masks
3109
3110         * render/color.c: dont fux self in color_free if the color is NULL
3111
3112 2003-04-12  Ben Jansens  <xor@zed.orodu.net>
3113
3114         * tests/fullscreen.c: set the right mask for the client msg!
3115
3116 2003-04-12  woodblock  <woodblock@zed>
3117
3118         * CHANGELOG: Fixed another damned focus bug. Pray.
3119
3120 2003-04-11  Ben Jansens  <xor@zed.orodu.net>
3121
3122         * data/rc3: add right click in client focuses
3123
3124         * kernel/client.c: make utility windows able to be resized
3125
3126         * Makefile.in: rm the main Makefile in a distclean
3127
3128 2003-04-10  Ben Jansens  <xor@zed.orodu.net>
3129
3130         * kernel/client.c:
3131         deiconify transient parents when a child is deiconified.
3132
3133         * kernel/client.h: no fuck that it was working fine
3134
3135         * kernel/client.h: make the TRAN_GROUP an unsigned long
3136
3137         * kernel/event.c: add MapRequest print
3138
3139         * kernel/client.c:
3140         some smarter rules for focusing new window when focus_new is not set
3141
3142 2003-04-09  Ben Jansens  <xor@zed.orodu.net>
3143
3144         * Makefile.in, render/.cvsignore: add libcwmcc and libobcl
3145
3146         * HACKING: describe the code subdirs
3147
3148         * kernel/action.c:
3149         dont show the focus popup when theres no target client
3150
3151 2003-04-08  Ben Jansens  <xor@zed.orodu.net>
3152
3153         * kernel/event.c: rm debug print
3154
3155         * tests/.cvsignore: add override
3156
3157         * tests/override.c: add a test that maps an override redirect window
3158
3159         * kernel/client.c, kernel/config.c, kernel/config.h, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/openbox.c, kernel/prop.c, kernel/screen.c:
3160         move config option loading for the kernel into config.c/h
3161         add options for the number of desktops and the names of the desktops
3162
3163         * data/rc3: add the desktops options
3164
3165         * data/rc3: better clickfocus friendliness
3166
3167         * kernel/client.c: check for focus before unfocusing
3168
3169         * kernel/client.c, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/screen.c:
3170         add more options for focus fallback, use an enum for all the types of fallbacks.
3171
3172         * kernel/focus.c: only cycle focus to normal windows
3173
3174         * data/rc3: make stacked cycling the default
3175
3176         * kernel/action.c: show a popup with the focus target while cycling
3177
3178         * kernel/focus.c, kernel/focus.h:
3179         fallback to transients' parents when possible.
3180         return the Client* which was focused from focus_cycle
3181
3182         * kernel/client.c: fallback focus while unmanaging the window
3183
3184 2003-04-07  Ben Jansens  <xor@zed.orodu.net>
3185
3186         * data/rc3: FocusRaise to be more clickfocus friendly too
3187
3188         * data/rc3, kernel/focus.c, kernel/focus.h:
3189         add focusLast and focusLastOnDesktop options in the [focus] section of the rc3. allows more customizaton of the focus model. default to click-focus style. add handling for focus cycling when nothing on the desktop is focused.
3190
3191         * kernel/event.c: ignore inferior enternotifies
3192         add anotehr focusdebug print
3193
3194         * kernel/client.c: check for new windows always being onscreen.
3195         rename the client pointer to self in teh manage unmanage functions for consistancy
3196
3197         * kernel/grab.c: rm debug prints
3198
3199 2003-04-07  woodblock  <woodblock@zed>
3200
3201         * configure.in: bump version string
3202
3203 2003-04-07  Ben Jansens  <xor@zed.orodu.net>
3204
3205         * plugins/placement/history.c:
3206         dont check to make sure the window is on screen here
3207
3208         * HACKING: add comment about the two different area Rects
3209
3210         * HACKING: add new HACKING!
3211         warn about Client.transient_for
3212
3213         * kernel/client.h, kernel/stacking.c, kernel/client.c:
3214         support for transients of groups
3215
3216         * kernel/event.c: missed one
3217
3218         * kernel/event.c: put focus messages in ifdefs
3219
3220         * kernel/focus.c: remove debug print
3221
3222         * kernel/client.c, kernel/client.h, kernel/group.c, kernel/group.h, kernel/openbox.c:
3223         track window groups
3224         iconify all its transients when a window is iconified
3225
3226         * kernel/action.c, kernel/client.c, kernel/client.h, kernel/focus.c, kernel/focus.h:
3227         put focus_cycle into focus.c, use it there in the action. improved it as well to handle odd cases like modal windows. added functions to client.c which are needed by the focus cycling routine.
3228
3229         * kernel/grab.c: grab the other device in Sync for button/key grabs
3230
3231 2003-04-06  Ben Jansens  <xor@zed.orodu.net>
3232
3233         * plugins/placement/history.c: dont let windows be placed offscreen
3234
3235         * render/render.c: ifndef NOT IFNDEF GAH
3236
3237         * kernel/action.c: dont toggle when no client was passed to teh action
3238
3239         * kernel/event.c: nm that, pointless...
3240
3241         * kernel/event.c:
3242         disable keyboard and mouse input while ob is starting or exiting
3243
3244 2003-04-06  manmower  <manmower@zed>
3245
3246         * render/color.c, render/render.c:
3247         Fix reduce color depth to not use original data
3248         (and break parentrel)
3249
3250 2003-04-06  Ben Jansens  <xor@zed.orodu.net>
3251
3252         * kernel/engine.c: print the error when the engine cant load
3253
3254         * render/render.c: add stdlib.h for exit()
3255
3256         * .cvsignore, configure.ac, install-sh:
3257         stop using build/ dir configure shits all over itself for other people
3258
3259         * m4/x11.m4, m4/openbox.m4:
3260         build fixes for finding Xlibs and for setting vars based on found Xlib info and Xinerama info
3261
3262         * configure.ac: more build system fixups
3263
3264         * .cvsignore, Makefile, Makefile.in, configure.ac, install-sh, m4/openbox.m4, render/.cvsignore:
3265         fixes for build system. add themes to the install process. use the build/ dir for configures trash dump
3266
3267         * kernel/engine.c: clean up the module if load() fails
3268
3269         * render/render.c, render/render.h:
3270         add function to give the minimum size of an appearance to fully render it's data
3271
3272         * kernel/action.c: add a coords popup for moving and resizing
3273
3274         * kernel/geom.h: add ()'s to the macros for more safety
3275
3276         * kernel/engine.c, kernel/engine.h:
3277         add the ability to render and size text labels for non-window-decorations
3278
3279 2003-04-06  woodblock  <woodblock@zed>
3280
3281         * bootstrap: Remove woodblock's local changes :P
3282
3283         * bootstrap: Moved to DESIGN/
3284
3285         * DESIGN/menu-thoughts.txt: some thoughts on menu stuff
3286
3287 2003-04-06  manmower  <manmower@zed>
3288
3289         * render/gradient.c: remove asserts pending sanity check.
3290
3291         * render/gradient.c:
3292         added flakey parentrel for solids and some mean spirited asserts
3293
3294         * render/color.c, render/color.h, render/render.c, render/render.h:
3295         added superb pseudo-color (8bpp) support
3296
3297 2003-04-06  Ben Jansens  <xor@zed.orodu.net>
3298
3299         * plugins/resistance.c: dont resize snap windows with size increments
3300
3301         * data/rc3, kernel/engine.c: make NLIMC the default titlebar layout
3302
3303 2003-04-06  woodblock  <woodblock@zed>
3304
3305         * configure.in: Huge i18n patch from Mike Fabian.
3306         We use utf8 everywhere now.
3307
3308 2003-04-05  Ben Jansens  <xor@zed.orodu.net>
3309
3310         * kernel/action.c, kernel/focus.c, kernel/focus.h:
3311         allow specifying that some focus events should be ignored for the focus order list
3312
3313         * kernel/action.c: stacked and linear cycling
3314
3315         * kernel/action.c, kernel/action.h: linear focus cycling of the gods
3316
3317         * kernel/client.c: typo
3318
3319         * kernel/client.c: put it back
3320
3321         * kernel/client.c: make unfocus really unfocus everything
3322
3323         * data/rc3: add linear cycling for now
3324
3325         * data/rc3: rm the [foo] section
3326
3327         * data/rc3: update teh rc3 to reflect how the code works now
3328
3329         * kernel/engine.c: dont default to NULL for the engine name
3330
3331         * kernel/engine.c: add engine options to the new rc file
3332
3333         * Makefile, kernel/focus.c, kernel/openbox.c, kernel/parse.c:
3334         add focus options to the new rc file
3335
3336         * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h, kernel/config.c, kernel/config.h, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/openbox.c, kernel/parse.c, kernel/parse.h, kernel/parse.l, kernel/parse.y, kernel/screen.c, plugins/placement/history.c, plugins/placement/placement.c, plugins/resistance.c:
3337         change how rc parsing will work. a=b will be parsed in any [section] and given to a separate parsing callback. no more general config infrastructure needed/
3338
3339         * render/render.h: make tint signed
3340
3341         * data/rc3: typo
3342
3343         * Makefile, data/rc3: add an rc3 which gets installed
3344
3345         * Makefile: make love
3346
3347         * kernel/frame.c, kernel/frame.h: use a context enum instead of quarks
3348
3349 2003-04-04  Ben Jansens  <xor@zed.orodu.net>
3350
3351         * kernel/openbox.c:
3352         reorder startup so that grabs are set up before parsing teh rc
3353
3354         * kernel/parse.c, kernel/parse.y:
3355         add the keyboard plugin into the build systems
3356         keyboard bindings are parsed from the rc file
3357
3358         * configure.ac: clean up output
3359
3360         * configure.ac: properly
3361
3362         * configure.ac: add -DENABLE_NLS
3363
3364         * kernel/parse.c: more using of new token struct
3365
3366         * kernel/parse.c: use new token structs. free token lists.
3367
3368         * kernel/parse.c, kernel/parse.h, kernel/parse.y:
3369         attempting to parse lists
3370
3371         * README.CVS: reflect the current requirements for building/using cvs
3372
3373 2003-04-03  Ben Jansens  <xor@zed.orodu.net>
3374
3375         * kernel/parse.l: allow '-' in identifiers
3376
3377         * Makefile: engine builds
3378
3379         * Makefile: build the resistance/placement plugins
3380
3381         * kernel/parse.h: use the values from the yacc parser
3382
3383         * Makefile, kernel/.cvsignore, kernel/parse.y:
3384         more build fixes, calling the other makefiles instead of including them
3385
3386         * kernel/parse.y: try accomidate more versions of bison
3387
3388         * .cvsignore, Makefile, kernel/.cvsignore, plugins/.cvsignore, plugins/placement/.cvsignore:
3389         more build fixes
3390
3391         * configure.ac: use PACKAGE_FOO vars
3392
3393         * kernel/action.c: double break statements :) oops
3394
3395         * .cvsignore: add stuff that should be ignored at the toplevel
3396
3397         * bootstrap, install-sh: some build fixes
3398
3399         * .cvsignore, Makefile, Makefile.am, bootstrap, configure.ac, doc/.cvsignore, doc/Makefile.am, doc/doxygen/.cvsignore, doc/doxygen/Makefile.am, kernel/.cvsignore, kernel/Makefile, kernel/Makefile.am, kernel/openbox.c, kernel/parse.h, m4/openbox.m4, plugins/.cvsignore, plugins/Makefile, plugins/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile, plugins/placement/Makefile.am, po/.cvsignore, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile.am:
3400         new build system without automake
3401
3402         * data/.cvsignore, data/Makefile.am, data/README, data/README.menu, data/README.style, data/menu.in:
3403         rm the data dir
3404
3405 2003-04-02  Ben Jansens  <xor@zed.orodu.net>
3406
3407         * kernel/Makefile.am: BLEF HATE DIE
3408
3409         * kernel/Makefile.am: bison doesnt use y.tab.*
3410
3411         * configure.ac: use bison not yacc
3412
3413         * kernel/Makefile.am, kernel/parse.y, kernel/parse.yacc:
3414         rename the parse.yacc to parse.y
3415
3416         * kernel/Makefile.am: make parse.h depend on y.tab.h
3417
3418         * kernel/parse.h, kernel/parse.l: this should seriously work
3419
3420         * kernel/parse.h, kernel/parse.yacc: undo that
3421
3422         * kernel/.cvsignore: ignore new lex/yacc gen'd files
3423
3424         * kernel/parse.h, kernel/parse.yacc:
3425         don't include the y.tab.h inside the yacc file
3426
3427         * kernel/Makefile.am: add y.tab.h to the headers so the yacc shit runs
3428
3429         * kernel/Makefile.am: rm the generated files on clean
3430
3431         * kernel/Makefile.am: wrong .h for the make rule
3432
3433         * kernel/Makefile.am: deps the lex h on the c
3434
3435         * kernel/Makefile.am, kernel/config.c, kernel/config.h, kernel/cparse.l, kernel/openbox.c, kernel/parse.c, kernel/parse.h, kernel/parse.l, kernel/parse.yacc:
3436         create a generic tokenizer/sectionizer for the config file. pass off the token to functions registered for each section to parse them further. some fixes for the engine irt font shadows, and fixed a bug with rendering the iconify button when it was not in the layout
3437
3438         * render/font.c: whitespace
3439
3440         * render/font.c: kill debug print
3441
3442         * render/font.c: use the tint properly for the shadow
3443
3444         * kernel/client.c: rm debug print
3445
3446         * render/render.c: will seg again
3447
3448         * render/render.c: stop copying. still segfault?
3449
3450         * render/render.c:
3451         find the right offset in the source data for parent relative
3452
3453 2003-04-02  manmower  <manmower@zed>
3454
3455         * render/render.c: let there be parentrelative
3456
3457 2003-04-01  Ben Jansens  <xor@zed.orodu.net>
3458
3459         * TODO: more updates to current status
3460
3461 2003-03-31  Ben Jansens  <xor@zed.orodu.net>
3462
3463         * kernel/client.c, kernel/client.h: add a shaded button
3464
3465         * TODO: add some current states
3466
3467         * plugins/resistance.c: dont resist to windows which we're not touching
3468
3469         * kernel/client.c:
3470         only disallow shading when the function is not enabled, dont disallow unshading
3471
3472         * kernel/action.c: disallow resizing of windows which are shaded
3473
3474         * kernel/client.c:
3475         use the frame's position in the maximize function since they're converted to the client coords before getting to client_configure
3476
3477         * kernel/frame.c:
3478         was not using the pointer properly. leaving the value untouched
3479
3480         * kernel/client.c:
3481         set fullscreen and max positions properly for all gravities
3482
3483         * kernel/focus.c: rm a no-longer-valid comment
3484
3485         * kernel/event.c:
3486         yet more haxes to make focus events work the way i want. this is rough shit.
3487
3488         * plugins/resistance.c:
3489         extraneous ! causing resistance to be snapping in one case. rm a debug print
3490
3491 2003-03-30  Ben Jansens  <xor@zed.orodu.net>
3492
3493         * render/font.c: use 'sans' as the fallback font instead of 'fixed'
3494
3495         * kernel/event.c, kernel/focus.c:
3496         yet more focus fixings. RevertToPointerRoot could mess things up focusing a client and us ignoring the FocusIn of Pointer type. this is all handled now.
3497
3498 2003-03-29  Ben Jansens  <xor@zed.orodu.net>
3499
3500         * kernel/action.c, kernel/action.h:
3501         make SendToDesktop action work right, give the option of following
3502
3503         * render/mask.c, render/mask.h, render/render.h:
3504         add pixmap_mask_copy, and add the data to the mask struct, since it is needed for allowing copies
3505
3506         * kernel/action.c, kernel/action.h: rm a redundant actiondata struct
3507
3508         * kernel/menu.c: no //'s plz
3509
3510         * kernel/action.c: translate sendtodesktop actions
3511
3512         * plugins/resistance.c: use the top when snapping to the top
3513
3514         * kernel/openbox.c: create the dirs for themes in ~/.openbox on startup
3515
3516 2003-03-29  woodblock  <woodblock@zed>
3517
3518         * tests/Makefile: Add include path
3519
3520 2003-03-29  Ben Jansens  <xor@zed.orodu.net>
3521
3522         * plugins/resistance.c:
3523         use the bottom of the screen for botom snapping! :)
3524
3525 2003-03-29  woodblock  <woodblock@zed>
3526
3527         * kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/menu.c, kernel/menu.h:
3528         Menu data structures basically completed.
3529         Need the engine support still, parser, and controllers.
3530
3531 2003-03-29  Ben Jansens  <xor@zed.orodu.net>
3532
3533         * kernel/action.c, kernel/action.h:
3534         add unshaderaise and shadelower actions from Mikachu
3535
3536         * kernel/xerror.c, kernel/xerror.h: add a var to track errors
3537
3538         * kernel/grab.c: don't die when someone else has a key grabbed
3539
3540 2003-03-28  Ben Jansens  <xor@zed.orodu.net>
3541
3542         * kernel/action.c, kernel/client.c, kernel/client.h:
3543         rm client_disable_decorations.. it already had an action.
3544         add the action to the action_from_string func
3545
3546         * kernel/client.c, kernel/client.h: add client_disable_decorations
3547
3548         * kernel/client.c:
3549         onlt raise the window when sending to a desktop it wasnt already on
3550
3551         * kernel/event.c:
3552         FocusOut's are NOT ignored. thats bullshit. fixing comment.
3553
3554         * kernel/event.c:
3555         focus... works...? i have all cases of mozilla working, with RevertToPointerRoot sucking ass but.. working now.
3556
3557         * kernel/client.c:
3558         RevertToPointerRoot is the worse error case, so use it always
3559
3560         * kernel/event.c: comment why NotifyAncestor is not ignored
3561
3562         * kernel/event.c:
3563         yet MORE focus events reworkings. mozilla behaves now too. woot
3564
3565         * kernel/client.c: make the value boolean
3566
3567         * kernel/event.c:
3568         more focus cleanups. ignored focusin's were not working right recursively.
3569         also, when the focusin coming later is not for a valid window the fallback would not be called. both fixed.
3570
3571         * plugins/resistance.c: round down for size increments
3572
3573         * kernel/action.c, kernel/dispatch.c, kernel/dispatch.h:
3574         add resizing event
3575
3576         * plugins/resistance.c:
3577         resize resistance. size incs will fuck with it yet though.
3578
3579         * kernel/client.c:
3580         was not moving the window between desktop focus lists sometimes. bad news. now i always do. yay!
3581
3582         * kernel/focus.c: killa  debug print
3583
3584         * kernel/focus.c:
3585         handle better the case of choosing the window to focus but it is already focused when switching desktops
3586
3587         * kernel/client.h: comment the new parameter
3588
3589         * kernel/action.c, kernel/client.c, kernel/client.h, kernel/event.c, kernel/screen.c:
3590         let a window be 'moved' to a new desktop without actually show/hiding it. useful for sending a window when following it, so theres no flash/flicker
3591
3592         * kernel/stacking.c: oops that worked before i borked it bad
3593
3594         * kernel/stacking.c: frame is a pointer
3595
3596         * kernel/stacking.c: dont die if a non-visible window is raised/lowered
3597
3598         * kernel/geom.h: make better?
3599
3600         * kernel/focus.c: sync after focusing
3601
3602         * kernel/geom.h: make these things one 'command' without braces
3603
3604 2003-03-28  manmower  <manmower@zed>
3605
3606         * render/render.c, render/render.h, render/test.c:
3607         moved paint's arguments into the appearance struct
3608
3609 2003-03-28  Ben Jansens  <xor@zed.orodu.net>
3610
3611         * kernel/stacking.c: dont lower below lower layers
3612
3613         * kernel/client.c:
3614         use the struts to size the window correctly for maximized windows
3615
3616         * kernel/client.c: read struts properly
3617
3618 2003-03-28  manmower  <manmower@zed>
3619
3620         * render/render.c, render/render.h: fix draw order in x_paint
3621
3622         * render/render.c: black.  not white.  oops
3623
3624         * render/render.c: black for parentrelative so we can test icons
3625
3626 2003-03-28  Ben Jansens  <xor@zed.orodu.net>
3627
3628         * kernel/plugin.c: skip better
3629
3630         * kernel/plugin.c: skip comments and empty lines
3631
3632         * kernel/client.c:
3633         only use the initial_state shit when NOT starting and when managing the window
3634
3635         * kernel/focus.c:
3636         rm a bunch of prints. make switching to an empty desktop not kill focus
3637
3638         * kernel/event.c: dont focus !normal windows on enter events
3639
3640         * plugins/Makefile.am: focus plugin is gone
3641
3642         * kernel/client.c: mor fabulous focus fixings.
3643         RevertToNone so that when the fallback stuff goes the window wont already have focus cuz it has the pointer in to
3644
3645         * kernel/event.c: fallback focus in superior fashion
3646
3647         * kernel/focus.c: better var naming
3648
3649         * kernel/focus.c:
3650         dont rm focus when i actually found something to fall back to with the pointer
3651
3652 2003-03-27  Ben Jansens  <xor@zed.orodu.net>
3653
3654         * kernel/event.c: watch for FocusIn's for unknown clients
3655
3656         * kernel/plugin.c: rm the focus plugin
3657
3658 2003-03-27  manmower  <manmower@zed>
3659
3660         * render/render.h: prep for parentrelative
3661
3662 2003-03-27  Ben Jansens  <xor@zed.orodu.net>
3663
3664         * kernel/event.c: missed the end of a comment
3665
3666         * kernel/client.c, kernel/client.h, kernel/event.c, kernel/event.h:
3667         handle focus in the kernel, no more plugin
3668
3669         * kernel/focus.c, kernel/focus.h: add code to fallback focus
3670
3671         * kernel/screen.c: focus a window on desktop switch
3672
3673         * plugins/Makefile.am, plugins/focus.c: rm the focus plugin
3674
3675         * kernel/config.c: add focus options
3676
3677         * kernel/event.c:
3678         set the last time to CurrentTime for events that don't have time stamps
3679
3680         * kernel/client.c: rm debug print
3681
3682 2003-03-26  Ben Jansens  <xor@zed.orodu.net>
3683
3684         * kernel/client.c, kernel/event.c, kernel/event.h, kernel/focus.c, kernel/grab.c, kernel/keyboard.c, kernel/keyboard.h, kernel/pointer.c, kernel/pointer.h:
3685         not using CurrentTime anywhere
3686
3687         * kernel/grab.c: use CurrentTime again?
3688
3689         * kernel/grab.c: ungrab with currenttime
3690
3691         * kernel/focus.c:
3692         use the last event timestamp when focusing the focus_backup
3693
3694         * kernel/action.h:
3695         comment that the relative move/resize amounts need to be set
3696
3697         * kernel/action.c, kernel/action.h:
3698         split up the relative move/resize actions into horz/vert
3699
3700         * kernel/action.c, kernel/action.h: create actions from string names
3701
3702         * kernel/action.c: let a be null for action_free
3703
3704         * kernel/cparse.l: use g_warning not printf
3705
3706         * kernel/client.c: kill the prints again for now
3707
3708         * kernel/xerror.c: dont print bad window errors
3709
3710         * kernel/client.c, kernel/grab.c: put back map/unmap msgs
3711
3712         * configure.ac: look for yacc
3713
3714         * kernel/event.c: dont let you got to numdesktops+1
3715
3716         * kernel/screen.c: rm the debug print
3717
3718         * kernel/event.c: kill debug prints
3719
3720         * kernel/client.c: oops
3721
3722         * kernel/client.c: rm some debug prints
3723
3724         * kernel/event.c: use ungrab enter events
3725
3726 2003-03-26  manmower  <manmower@zed>
3727
3728         * render/render.c: add rgba icon support
3729
3730         * render/image.c, render/image.h: rgba icon rendering
3731
3732         * render/Makefile.am: add image.c to the build process
3733
3734 2003-03-26  Ben Jansens  <xor@zed.orodu.net>
3735
3736         * kernel/client.c, kernel/client.h: use rgba icons for clients
3737
3738 2003-03-26  manmower  <manmower@zed>
3739
3740         * render/render.h: added "NoTexture" type
3741
3742 2003-03-26  Ben Jansens  <xor@zed.orodu.net>
3743
3744         * kernel/action.c: check for no client
3745
3746 2003-03-26  manmower  <manmower@zed>
3747
3748         * render/render.h: filled out rgba
3749
3750 2003-03-26  Ben Jansens  <xor@zed.orodu.net>
3751
3752         * kernel/.cvsignore: new output file from flex
3753
3754         * .cvsignore: wrong place
3755
3756         * .cvsignore, kernel/Makefile.am, kernel/cparse.l:
3757         usnig flex directly, renaming symbols so that theres no clash with other lexers
3758
3759         * configure.ac: look for flex
3760
3761         * kernel/action.c: free the string for action_restart too
3762
3763 2003-03-26  manmower  <manmower@zed>
3764
3765         * render/font.c, render/font.h, render/mask.c, render/mask.h, render/render.c:
3766         add a Rect to the textures for positioning them
3767
3768 2003-03-26  Ben Jansens  <xor@zed.orodu.net>
3769
3770         * kernel/plugin.c: print a warning when a module fails to open
3771
3772 2003-03-26  manmower  <manmower@zed>
3773
3774         * render/render.h: include appropriate header file for Rect
3775
3776         * render/render.h: added position to the textures
3777
3778 2003-03-25  Ben Jansens  <xor@zed.orodu.net>
3779
3780         * kernel/event.c: dont change desktop when its out of range
3781
3782         * render/font.c: bettr font alignment, i think
3783
3784         * plugins/resistance.c: add 'corner snapping' resistance
3785
3786         * kernel/event.c: typo
3787
3788         * kernel/event.c: dont accept MapRequest's for !iconic windows
3789
3790         * kernel/client.c:
3791         clarify using stacking_lower for restoring the stacking order
3792
3793         * kernel/client.c: free the startup stacking order after using it
3794
3795         * kernel/client.c:
3796         read in the stacking order on startup, and use it to restore windows back to the order they were in before
3797
3798         * kernel/stacking.c:
3799         dont change the stacking order hint while shuting down
3800
3801 2003-03-24  Ben Jansens  <xor@zed.orodu.net>
3802
3803         * kernel/menu.h: add action.h for menu entries
3804
3805         * kernel/menu.h: you cant reference yourself as a type
3806
3807         * kernel/client.c, kernel/event.c: use g_hash_table properly
3808
3809 2003-03-24  woodblock  <woodblock@zed>
3810
3811         * kernel/menu.c, kernel/menu.h: Added some menu structure.
3812
3813 2003-03-24  Ben Jansens  <xor@zed.orodu.net>
3814
3815         * kernel/client.c:
3816         make sure the ConfigureNotify is propogated even when there is no change
3817
3818         * kernel/client.c:
3819         always send the event on a final configure even if there was no real move
3820
3821         * kernel/client.c:
3822         make sure windows which cant be moved or resized also can't be fullscreened
3823
3824         * kernel/client.c: only configure the engine if something changed
3825
3826         * kernel/client.c, kernel/event.c:
3827         only perform the actions necessary when performing an engine_adjust_area. pass whether the client has moved or resized
3828
3829         * kernel/event.c: double ptrs suck! yay shape!
3830
3831         * kernel/event.c: handle shape events
3832
3833         * kernel/action.c: dont move/resize !normal windows
3834
3835         * kernel/event.c: kill debug prints
3836
3837         * kernel/client.c: kill debug print
3838
3839         * kernel/client.c, kernel/client.h, kernel/dispatch.h, kernel/event.c, kernel/focus.c:
3840         more focus improvements. everything seems to work!
3841
3842         * kernel/event.h: Time is declared in Xlib.h
3843
3844         * kernel/openbox.c: not.
3845
3846         * kernel/openbox.c: focus seems to work when not remote too now
3847
3848         * kernel/event.c, kernel/openbox.c:
3849         more focus fixes. i wish this could end.
3850
3851         * kernel/client.c: no \n in g_message
3852
3853         * kernel/action.c, kernel/action.h: add restart and exit actions
3854
3855 2003-03-23  Ben Jansens  <xor@zed.orodu.net>
3856
3857         * kernel/client.c, kernel/client.h, kernel/event.c:
3858         yet more improvements to focus handling
3859
3860         * render/test.c: gl aint used yet
3861
3862         * plugins/resistance.c: export config values
3863
3864         * plugins/focus.c, plugins/placement/placement.c: dont need the bool
3865
3866         * plugins/focus.c: typo
3867
3868         * plugins/placement/placement.c: make history placement optional
3869
3870         * plugins/focus.c: export its options and use them from the rc file
3871
3872         * plugins/focus.c: export focus options to the rc file
3873
3874         * render/font.c: seems to be better text placement than ever
3875
3876         * render/font.c:
3877         found what seems to be a better vertical offset for the fonts
3878
3879         * kernel/stacking.c: compare it to null like i do elsewhere
3880
3881         * kernel/client.c: code optimization
3882
3883         * kernel/client.c:
3884         when adjusting the trasient lists, set them, dont leave them hanging into space
3885
3886         * kernel/client.c: whitespace
3887
3888         * kernel/dispatch.c: use gnew0 to make life easy
3889
3890         * kernel/plugin.c: use the plugins' plugin_setup_config function
3891
3892         * render/gradient.c: dont render gradients that are missing
3893
3894         * plugins/focus.c, plugins/placement/placement.c, plugins/resistance.c:
3895         add the plugin_setup_config function
3896
3897         * kernel/event.c: kill debug print
3898
3899         * kernel/event.c: handle multiple maprequests graciously
3900
3901         * kernel/screen.c: oops
3902
3903         * kernel/screen.c:
3904         move windows when the number of desktops changes and they arent on a desktop anymore
3905
3906         * kernel/focus.c:
3907         set focus_order back to null on shutdown so g_renew would work
3908
3909         * render/render.c: add more size checks
3910
3911 2003-03-23  woodblock  <woodblock@zed>
3912
3913         * CHANGELOG:
3914         Fix a bug that would put duplicate windows in the workspace menu.
3915
3916 2003-03-23  Ben Jansens  <xor@zed.orodu.net>
3917
3918         * kernel/openbox.c, kernel/themerc.c, kernel/themerc.h:
3919         rm the themerc stuff
3920
3921         * kernel/Makefile.am: rm themerc.[ch]
3922
3923         * kernel/config.c, kernel/cparse.l: better parsing errors
3924
3925         * kernel/config.c, kernel/config.h: add booleans
3926
3927         * kernel/cparse.l: properly parse comments!
3928         parse booleans
3929
3930         * render/gradient.c: no \n in g_message
3931
3932         * kernel/config.c, kernel/config.h:
3933         add descriptive names and long descriptions to config var def'ns. set these for the kernel config options.
3934
3935 2003-03-22  Ben Jansens  <xor@zed.orodu.net>
3936
3937         * kernel/config.c, kernel/engine.c, kernel/openbox.c, kernel/plugin.c, kernel/plugin.h:
3938         make the openbox engine use the new config shit instead of the themerc shit.
3939         order te startup so that plugins can set up their config shit before parsing the config, then the config is parsed, engine is loaded, and finally the plugins are officially started.
3940
3941         * kernel/config.c: only load the system rc if the user rc didnt load
3942
3943         * kernel/config.c, kernel/engine.c, kernel/engine.h, kernel/openbox.c:
3944         load the engine out of the config shit. tho the ordering is fucked atm
3945
3946         * kernel/cparse.l: parse lines that start with '#' as comments
3947
3948         * kernel/cparse.l: let identifiers have '.' in them
3949
3950         * kernel/config.c, kernel/cparse.l:
3951         give the filename to the parser for errors
3952
3953         * kernel/cparse.l: remove debug print
3954
3955         * kernel/config.c: yah. fuck
3956
3957         * kernel/config.c: add a check for adding the same exact def'n twice
3958
3959         * kernel/Makefile.am, kernel/config.c, kernel/config.h:
3960         config system fleshed out. many thanks to woodlbock for his code! yay!
3961
3962         * configure.ac: add const and inline checks for the compiler
3963
3964         * kernel/.cvsignore: ignore cparse.c
3965
3966         * kernel/cparse.c: didnt belong
3967
3968         * kernel/Makefile.am, kernel/config.c, kernel/config.h, kernel/cparse.c, kernel/cparse.l, kernel/openbox.c:
3969         start the config system, add the config file parser
3970
3971         * configure.ac: check for stdio.h
3972
3973         * kernel/client.c: asserts in unmanage to try track a crash
3974
3975         * kernel/screen.c: blef
3976
3977         * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h:
3978         add the client_kill function, and the kill action, and bind it to the middle mouse button on the close button.
3979
3980         * plugins/placement/history.c, plugins/placement/placement.c:
3981         history placement works. loads. saves. woot.
3982
3983         * configure.ac: look for sys/stat.h
3984
3985         * kernel/openbox.c: make the ~/.openbox dir on startup
3986
3987 2003-03-22  woodblock  <woodblock@zed>
3988
3989         * CHANGELOG: Bug fixes from 2_4. Merge point tag 2_4-to-2_3-03-21-2003.
3990
3991 2003-03-22  Ben Jansens  <xor@zed.orodu.net>
3992
3993         * kernel/client.c, kernel/client.h:
3994         rename the res_name and res_class members to name and class
3995
3996 2003-03-22  woodblock  <woodblock@zed>
3997
3998         * CHANGELOG:
3999         Fixed some more menu lamity, and the infamous xmms focus crash. wunf.
4000
4001 2003-03-21  Ben Jansens  <xor@zed.orodu.net>
4002
4003         * data/Makefile.am, data/menu.in: use $(datadir)
4004
4005         * data/Makefile.am: install the menu in $(datadir)
4006         build from $(srcdir)/menu.in
4007
4008         * data/Makefile.am: use the SED command
4009
4010         * kernel/event.c, kernel/openbox.c, kernel/plugin.c, kernel/timer.c, m4/openbox.m4, render/color.c, render/font.c, render/mask.c, render/render.c, render/test.c:
4011         add strict ansi compliance
4012
4013         * configure.ac: find sed
4014
4015         * configure.ac: clean up configure.ac a bit
4016
4017         * configure.ac: rm the c/Makefile
4018
4019         * configure.ac: look for kernel/openbox.c instead of src/main.cc
4020
4021         * render/font.c: include gettext.h from the right place
4022
4023         * kernel/.cvsignore: ignore the openbox3 binary
4024
4025         * kernel/Makefile.am: build 'openbox3' instead of 'ob3'
4026
4027         * kernel/Makefile.am: build the binary called 'openbox3'
4028
4029         * tools/.cvsignore, tools/Makefile.am, tools/obsetroot.cc:
4030         rm the obsetroot tool and the wrap shit from swig
4031
4032         * kernel/client.c, kernel/engine.c, kernel/engine.h:
4033         always adjust the frames size and position together, so there is no more weird resizing before moving and edge flickering when resizing from the top/left
4034
4035         * kernel/screen.c:
4036         dont focus anything in the kernel from showing-the-desktop mode
4037
4038         * plugins/focus.c:
4039         focus windows when entering/leaving enter-the-desktop mode
4040
4041         * kernel/dispatch.h: better comment for Event_Client_Moving
4042
4043         * kernel/openbox.c: choke on invalid options on the cmd line
4044
4045         * kernel/client.c: dont check for != NULL before freeing. pointless.
4046
4047         * kernel/screen.c: don't check for != NULL before freeing. pointless
4048
4049         * kernel/screen.c: defn vars at the top of funcs
4050
4051         * plugins/placement/placement.c:
4052         dont reposition windows who know what they want
4053
4054         * kernel/client.c, kernel/client.h:
4055         add the client_set_focused function.
4056         make focus state be changed internally immediately after calling the X functions to make it so, basically, assume their success. this elimiates races all over the place with our state vs the server's state.
4057
4058         * kernel/event.c:
4059         use the client_set_focused function when getting FocusIn/Out events
4060
4061         * kernel/focus.c: init the focus_client ptr in startup
4062
4063         * plugins/focus.c: dont focus !normal clients under the mouse
4064
4065         * kernel/screen.c: dont use the client's colormap if it is set to None!
4066
4067         * kernel/Makefile.am, kernel/action.c, kernel/dispatch.c, kernel/dispatch.h, kernel/openbox.c, kernel/snap.c, kernel/snap.h:
4068         add a dispatched event for interactively moving a window.
4069         move window snapping/resistance out of the kernel.
4070         make the action_move dispatch the new event.
4071
4072         * plugins/resistance.c: rm debug print
4073
4074         * plugins/resistance.c: optimization!
4075
4076         * plugins/resistance.c: syntax error!
4077
4078         * plugins/resistance.c: don't snap to non-visibles
4079
4080         * plugins/resistance.c: dont snap to self
4081
4082         * plugins/resistance.c:
4083         rm the edge_resistance option.. just dont load the plugin!
4084
4085         * plugins/focus.c, plugins/placement/placement.c:
4086         make the event function static!
4087
4088         * plugins/Makefile.am, plugins/.cvsignore, plugins/resistance.c:
4089         add a window resistance plugin
4090
4091         * plugins/placement/placement.c: rename event() to place_event()
4092
4093         * kernel/snap.c: snap window-to-window
4094
4095         * plugins/focus.c: focus new windows
4096
4097         * plugins/focus.c: rm debug prints
4098
4099         * kernel/event.c: rm debug print
4100
4101         * kernel/client.c: rm debug prints
4102
4103         * kernel/client.c, kernel/client.h, plugins/focus.c:
4104         rm the focused member from the client struct, it was redundant with the focus_client variable around
4105
4106         * kernel/event.c: update engine last for focus events
4107
4108         * plugins/placement/.cvsignore, plugins/placement/Makefile.am, plugins/placement/history.c, plugins/placement/history.h:
4109         set up the history place stuff's files
4110
4111         * plugins/placement/placement.c: start and stop the history plugin
4112
4113         * kernel/openbox.c:
4114         dont set the restart path to "", load the placement plugin
4115
4116         * plugins/focus.c: dont skip enter events
4117
4118         * .cvsignore, configure.ac, kernel/openbox.c, plugins/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile.am, plugins/placement/placement.c:
4119         add a window placement plugin
4120
4121 2003-03-21  woodblock  <woodblock@zed>
4122
4123         * CHANGELOG: Document unexpandTilde()
4124
4125         * CHANGELOG: Support _NET_WM_STATE_FULLSCREEN
4126
4127         * CHANGELOG: We'll call it 2.4, I guess.
4128
4129         * CHANGELOG: Display titles in the workspace menu as UTF8.
4130
4131 2003-03-20  Ben Jansens  <xor@zed.orodu.net>
4132
4133         * plugins/focus.c: disable warping on desk switch
4134
4135         * plugins/focus.c: skip events more smarter
4136
4137         * plugins/focus.c: kill all enter events on a desktop switch
4138
4139         * kernel/screen.c: show windows before hiding when switching desktops
4140
4141         * plugins/focus.c: skipping the right number of enters now i think
4142
4143         * plugins/focus.c:
4144         skip all enter events for now.. need a clever tactic for this..
4145
4146         * kernel/openbox.c, kernel/openbox.h:
4147         add -help -version -sync and -rc cmd line options
4148
4149         * kernel/Makefile.am: add the binary and urls to the Makefile and -D's
4150
4151         * kernel/geom.h: add RECT_CONTAINS
4152
4153         * kernel/client.c, kernel/client.h:
4154         save decor and functions per client for fullscreening!
4155
4156         * kernel/client.c:
4157         lock the size/position of maximized and fullscreen clients
4158
4159         * plugins/focus.c:
4160         fallback super intelligently with focus when the focused
4161
4162         * kernel/client.c: lock the position/size of maximized windows
4163
4164         * kernel/openbox.c: restart and catch errors appropriately
4165
4166         * kernel/action.c: init the GError to NULL
4167
4168         * kernel/openbox.c: can restart now
4169
4170 2003-03-19  manmower  <manmower@zed>
4171
4172         * render/color.c, render/color.h, render/render.c, render/render.h:
4173         added depth reduction and startup for true color visuals
4174         16bpp should now work
4175
4176 2003-03-19  Ben Jansens  <xor@zed.orodu.net>
4177
4178         * kernel/openbox.c: restart will work soon
4179
4180         * kernel/client.c: no \n in g_messages
4181
4182         * kernel/event.c: MapRequest needs to activate the window
4183
4184         * kernel/action.c: snap windows when moving them
4185
4186         * kernel/Makefile.am, kernel/snap.c, kernel/snap.h:
4187         add code for snapping windows to screen edges
4188
4189         * kernel/grab.h: add funcs to grab buttons and keys
4190
4191         * kernel/event.h: export the NumLock and ScrollLock masks
4192
4193         * kernel/event.c: dont need a mask_list here
4194
4195         * kernel/grab.c: grab all lock keys
4196
4197         * kernel/event.c: break, dont return
4198
4199         * kernel/event.c: add code to make net_active_window events work
4200
4201         * kernel/action.c, kernel/action.h: add focusraise
4202
4203         * kernel/screen.c: put the comment where it belongs
4204
4205         * kernel/screen.c:
4206         on shutdown: destroy the net support window. clear a few more properties we dont want across restart. select NoEventMask on root.
4207
4208         * kernel/focus.c: oops
4209
4210         * kernel/focus.c: destroy the focus_backup
4211
4212         * kernel/screen.c:
4213         erase the openbox_pid hint on the root window when we shutdown
4214
4215         * plugins/focus.c: all the old ob2 mouse bindings are workin
4216
4217         * kernel/event.c: ignore !normal crossing events
4218
4219         * plugins/focus.c: simply out the events we dont need no more
4220
4221         * render/render.c: free the right pixel data yay!
4222
4223         * render/render.c: free the pixel data
4224
4225         * kernel/screen.c:
4226         start with 0 desktops, so the focus_order stuff all gets initialized properly
4227
4228         * kernel/focus.c:
4229         the focus_order shit is init'd by the screen_startup setting the number of desktops
4230
4231         * kernel/openbox.c: shutdown everything before closing the display
4232
4233         * render/render.c: can fit on one line
4234
4235         * render/render.c:
4236         initialize texture to NULL if theres no textures. use g_memdup to copy it
4237
4238         * kernel/dispatch.c: comment what funcs is
4239
4240         * kernel/themerc.c: close the channel by unref'ing it
4241
4242         * render/font.c:
4243         kill the const, use g_new instead of malloc, g_free the font in font_close()
4244
4245         * render/font.h: kill the const
4246
4247         * render/font.c: clean up comments regarding alpha
4248
4249         * kernel/client.c:
4250         rm the comments pointer bindings stuff, thats in a plugin now
4251
4252         * kernel/client.c: add new windows to the back of the focus order list
4253
4254         * kernel/client.c, kernel/dispatch.h, kernel/focus.c, kernel/focus.h, kernel/openbox.c, kernel/screen.c, plugins/focus.c:
4255         move the focus_order lists into the kernel
4256
4257         * kernel/action.c, kernel/action.h: add focus actions
4258
4259         * plugins/focus.c: add sloppy focus
4260
4261         * kernel/action.c, kernel/action.h, kernel/grab.c:
4262         mouse and key bindings plugins work. segfault somewhere still on shutdown
4263
4264         * kernel/openbox.c: reset focus to root before exiting
4265
4266 2003-03-18  Ben Jansens  <xor@zed.orodu.net>
4267
4268         * plugins/.cvsignore: ignore shit
4269
4270         * configure.ac: add the mouse plugin
4271
4272         * kernel/client.c, kernel/grab.c, kernel/grab.h:
4273         add 'grab_server' for grabbing .. the .. server!
4274
4275         * kernel/Makefile.am, kernel/grab.c, kernel/grab.h, kernel/openbox.c:
4276         provide functions for grabbing and ungrabbing the keyboard and pointer
4277
4278         * plugins/Makefile.am: set the log domain for each plugin properly
4279
4280         * plugins/focus.c:
4281         warp the pointer on a workspace change to the focused window
4282
4283         * kernel/focus.c: kill some whitespace
4284
4285         * kernel/focus.c: kill a comment
4286
4287         * plugins/focus.c: focus fallback works when nothing is focused
4288
4289         * kernel/event.c: dont set the focused client if it's already set
4290
4291         * kernel/focus.c: send the right client for unfocus events
4292
4293         * kernel/focus.c: send unfocus events after focus events
4294
4295         * plugins/Makefile.am: generic domain
4296
4297         * kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/client.c, kernel/keyboard.c, kernel/openbox.c, kernel/screen.h:
4298         add actions for key/mouse bindings etc
4299
4300         * configure.ac: dont need process.h, yay glib
4301
4302         * configure.ac: add process.h
4303
4304         * plugins/.cvsignore: add cvsignores
4305
4306         * configure.ac, kernel/client.c, kernel/client.h, kernel/dispatch.c, kernel/dispatch.h, kernel/engine.c, kernel/focus.c, kernel/openbox.c, kernel/plugin.c, kernel/screen.c, plugins/Makefile.am:
4307         add a keyboard plugin
4308
4309         * plugins/focus.c:
4310         focus new windows and focus windows on workspace change
4311
4312         * kernel/Makefile.am, kernel/dispatch.c, kernel/dispatch.h, kernel/engine.c, kernel/engine.h, kernel/openbox.c, kernel/plugin.c, kernel/plugin.h, plugins/Makefile.am, plugins/focus.c:
4313         plugins work.
4314         start a focus plugin.
4315
4316 2003-03-17  Ben Jansens  <xor@zed.orodu.net>
4317
4318         * render/font.c: dont put \n's at the end of g_message
4319
4320         * kernel/dispatch.c: make sure theres always a client for client events
4321
4322         * kernel/dispatch.h: oops missing a */
4323
4324         * kernel/dispatch.h: fix comments
4325
4326         * kernel/clientwrap.c, kernel/clientwrap.h, kernel/configwrap.c, kernel/configwrap.h, kernel/hooks.c, kernel/hooks.h, kernel/openboxwrap.c, kernel/openboxwrap.h, kernel/python.c, kernel/python.h:
4327         rming almost all the old python stuffs
4328
4329         * kernel/client.c, kernel/dispatch.c, kernel/dispatch.h, kernel/event.c, kernel/focus.c, kernel/openbox.c, kernel/screen.c:
4330         all events are dispatched
4331
4332         * render/font.c: kill the debug print
4333
4334         * plugins/Makefile.am: add the plugins dir
4335
4336         * Makefile.am, configure.ac, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/dispatch.c, kernel/dispatch.h, kernel/event.c, kernel/focus.c, kernel/openbox.c:
4337         stop using python internally. add an event dispatcher
4338
4339         * DESIGN/plugins_vs_scripting.txt: kill the timestamps
4340
4341         * DESIGN/plugins_vs_scripting.txt: my rant..
4342
4343         * render/font.c, render/font.h, render/render.c:
4344         pass the x,y,w,h to font_draw.
4345         draw the text in the "right" place for now.. no justification yet
4346
4347         * render/font.c, render/render.h:
4348         measure the font's height instead of listening to Xft
4349
4350         * kernel/event.c: dont skip ungrab corssing events
4351
4352 2003-03-17  manmower  <manmower@zed>
4353
4354         * render/gradient.c, render/gradient.h, render/render.c:
4355         solids should now work with offsets
4356
4357         * render/render.c: more random pokery
4358
4359         * render/render.c: either offsets work, or I've broken lots of things.
4360
4361         * render/render.h, render/test.c:
4362         more changes wrt passing x, y, w, h to render
4363
4364         * render/color.c, render/render.c, render/render.h:
4365         paint gets more parameters
4366
4367         * render/render.h: apparently my variable names were too verbose.
4368
4369         * render/render.h: offsets in planar surfaces
4370
4371 2003-03-17  Ben Jansens  <xor@zed.orodu.net>
4372
4373         * kernel/hooks.c: declare variables first!
4374
4375         * render/color.c: decalre variables before code!
4376
4377         * kernel/client.c, kernel/client.h:
4378         make client_showhide a static function
4379
4380         * kernel/client.c, kernel/client.h, kernel/screen.c:
4381         speed up workspace switching by causing the minimal number of expose events (none for the hiding windows!)
4382
4383         * kernel/engine.c, kernel/engine.h, kernel/event.c:
4384         give engines mouse event notifications. make the openbox engine display pressed buttons
4385
4386 2003-03-17  manmower  <manmower@zed>
4387
4388         * render/render.h: added justification to textureText
4389
4390 2003-03-17  Ben Jansens  <xor@zed.orodu.net>
4391
4392         * kernel/themerc.c: pixmap button masks work (hardcoded)
4393
4394         * render/mask.h: dont need those includes no more
4395
4396 2003-03-17  manmower  <manmower@zed>
4397
4398         * render/mask.c, render/mask.h, render/render.c:
4399         in keeping with my tradition of committing untested code, here is the
4400         pixmap mask rendering code ported from the old otk dirs
4401
4402         * render/mask.c, render/mask.h, render/render.h:
4403         move pixmap_mask typedef
4404         add stub for draw_mask
4405
4406 2003-03-17  Ben Jansens  <xor@zed.orodu.net>
4407
4408         * render/mask.c, render/mask.h: add funcs to create/free pixmap_masks
4409
4410         * render/mask.h: add glib.h for guint
4411
4412         * render/mask.h: include Xlib.h for Pixmap
4413
4414         * render/Makefile.am: add mask.[ch]
4415
4416         * render/mask.c, render/mask.h, render/render.h:
4417         add a struct for pixmap masks
4418
4419 2003-03-17  manmower  <manmower@zed>
4420
4421         * render/render.c: hack so text shows up
4422
4423 2003-03-17  Ben Jansens  <xor@zed.orodu.net>
4424
4425         * render/render.c:
4426         dont delete the pixmap until after changeing the visible one
4427
4428 2003-03-17  manmower  <manmower@zed>
4429
4430         * render/render.c: add missing include, pass right args to font_draw
4431
4432 2003-03-16  manmower  <manmower@zed>
4433
4434         * render/render.c: malloc.  yeah.
4435
4436 2003-03-16  Ben Jansens  <xor@zed.orodu.net>
4437
4438         * kernel/openbox.c: will draw fonts when stop segging
4439
4440 2003-03-16  manmower  <manmower@zed>
4441
4442         * render/render.c: copy textures in appearance_copy
4443
4444         * render/render.c: try to render fonts
4445         destroy pixmaps and xftdraws in appearance_delete
4446
4447         * render/render.h: font changes
4448
4449         * render/gradient.c: remove printf and stdio.h
4450
4451         * render/font.c: add font_draw
4452
4453         * render/font.h: add font_draw
4454         move font def'n to render.h
4455
4456 2003-03-16  Ben Jansens  <xor@zed.orodu.net>
4457
4458         * kernel/Makefile.am, kernel/configwrap.c, kernel/configwrap.h, kernel/openbox.c, kernel/pointer.c:
4459         pointer's variables are config vars
4460
4461 2003-03-16  manmower  <manmower@zed>
4462
4463         * render/Makefile.am: font.h and font.c
4464
4465         * kernel/openbox.c: added font_startup
4466
4467         * render/render.h: filled out font texture
4468
4469         * render/font.c, render/font.h: added some font stuff
4470
4471 2003-03-16  Ben Jansens  <xor@zed.orodu.net>
4472
4473         * themes/.cvsignore, themes/Makefile.am, Makefile.am, README.CVS, bootstrap, configure.ac, doc/Makefile.am, doc/bsetbg.1, doc/bsetroot.1, doc/openbox.1.in, doc/themerc.txt, kernel/.cvsignore, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/clientwrap.c, kernel/clientwrap.h, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/event.h, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/focus.h, kernel/frame.c, kernel/frame.h, kernel/geom.h, kernel/gettext.h, kernel/hooks.c, kernel/hooks.h, kernel/keyboard.c, kernel/keyboard.h, kernel/openbox.c, kernel/openbox.h, kernel/openboxwrap.c, kernel/openboxwrap.h, kernel/pointer.c, kernel/pointer.h, kernel/prop.c, kernel/prop.h, kernel/python.c, kernel/python.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, kernel/stacking.h, kernel/themerc.c, kernel/themerc.h, kernel/timer.c, kernel/timer.h, kernel/xerror.c, kernel/xerror.h, m4/openbox.m4, m4/swig.m4, render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4474         merge the C branch into HEAD
4475
4476         * kernel/openboxwrap.c: add functions for next/previous workspace
4477
4478         * kernel/pointer.c: no segfault with the cleaner code
4479
4480         * kernel/pointer.c: clean up pointer_event a little
4481
4482 2003-03-12  Ben Jansens  <xor@zed.orodu.net>
4483
4484         * kernel/keyboard.c, render/render.c: blef
4485
4486 2003-03-11  Ben Jansens  <xor@zed.orodu.net>
4487
4488         * kernel/pointer.c:
4489         fire off pointer events and grabbed events, make work withthe new bindings model
4490
4491 2003-03-08  Ben Jansens  <xor@zed.orodu.net>
4492
4493         * kernel/keyboard.c: use glib TRUE/FALSE
4494
4495         * kernel/keyboard.c: new keyboard model (the old old one basically..)
4496
4497         * kernel/clientwrap.c: compare 2 clients properly
4498
4499         * kernel/clientwrap.c:
4500         return False when comparing a client to another object type
4501
4502         * kernel/keyboard.c: pass a KeyboardData instead of just the chain
4503
4504         * kernel/keyboard.c: typo in the port to C
4505
4506         * kernel/clientwrap.c: add __eq__ to Client
4507
4508         * kernel/openboxwrap.c: check for desktops out of range
4509
4510         * kernel/client.c:
4511         OMG KILL ME PLZ THAT WAS SO FUCKING STUPID YA LETS USE TRUE AS THE INDEX FUCK YES THATS SO FUCKING BRILLIANT I THINK A MUTINY IS IN ORDER NOW
4512
4513         * kernel/openbox.c: must use a tuple for the argument list
4514
4515         * kernel/clientwrap.c: add the maximized() setMaximized() funcs
4516
4517         * kernel/pointer.c: add the drag threshold
4518
4519         * kernel/clientwrap.c: add Client.close()
4520
4521         * kernel/client.c: keep clients in the right range of desktops
4522
4523         * kernel/client.c: kill debug prints
4524
4525         * kernel/client.c: client_validate should return TRUE sometimes@!(
4526
4527         * kernel/event.c: *** empty log message ***
4528
4529         * kernel/client.c:
4530         position the maximized window so that its client's left edge is at the edge of the screen
4531
4532         * kernel/client.c:
4533         dont resize the client window unless its size changed
4534
4535         * kernel/client.c: dont resize the frame when not needed
4536
4537 2003-03-08  manmower  <manmower@zed>
4538
4539         * render/render.c, render/test.c: solid.
4540
4541 2003-03-08  Ben Jansens  <xor@zed.orodu.net>
4542
4543         * kernel/openbox.c: start render before the engine
4544
4545 2003-03-08  manmower  <manmower@zed>
4546
4547         * render/gradient.c, render/render.c, render/render.h:
4548         hopefuly pixmap management is improved.
4549
4550         * render/render.c: appearance_copy needs to copy the whole appearance.
4551
4552         * render/render.c: copy the original.  ugh
4553
4554         * render/gradient.c, render/render.c:
4555         fix appearance_copy (check for null colors)
4556
4557         * render/gradient.c, render/render.c, render/render.h:
4558         removed interlace_color
4559         added appearance_copy
4560
4561         * render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4562         removed w,h from surface struct
4563         it is now passed with paint()
4564
4565 2003-03-08  Ben Jansens  <xor@zed.orodu.net>
4566
4567         * kernel/geom.h: kill an assert.h include
4568
4569 2003-03-07  manmower  <manmower@zed>
4570
4571         * render/render.c: only free it if I allocated it!
4572
4573         * render/render.c: still retarded
4574
4575         * render/render.c, render/test.c: I hate being retarded
4576
4577         * render/color.c:
4578         color_rgb now reflects the actually color, not requested
4579
4580         * render/color.c, render/color.h:
4581         allocate colors on creation, added .pixel to color_rgb
4582
4583         * render/color.c, render/color.h, render/render.c, render/test.c:
4584         added color_free, made appearance_free use it
4585
4586 2003-03-07  Ben Jansens  <xor@zed.orodu.net>
4587
4588         * render/color.h: add include for GC
4589
4590         * kernel/Makefile.am: use librender.a
4591
4592         * render/Makefile.am: make a librender.a
4593
4594 2003-03-07  manmower  <manmower@zed>
4595
4596         * render/color.c, render/color.h, render/gradient.c, render/render.c, render/render.h, render/test.c:
4597         added color new/destroy
4598         made color_rgbs in appearance into pointers
4599         updated the rest to follow
4600
4601 2003-03-07  Ben Jansens  <xor@zed.orodu.net>
4602
4603         * configure.ac: look for ctype.h for toupper
4604
4605         * kernel/themerc.c: use g_build_filename!
4606
4607         * kernel/themerc.c: dont need to check for path being set now
4608
4609         * kernel/engine.c, kernel/openbox.c, kernel/python.c, kernel/themerc.c:
4610         use g_build_filename properly, gotta pass a NULL at the end
4611
4612         * kernel/event.c:
4613         wait for the time until the next timer if there is a timer pending
4614
4615         * kernel/timer.c: if a callback fires, set the wait time to 0
4616
4617         * kernel/Makefile.am: add the render/color.o
4618
4619         * kernel/timer.c: oops stupid c++ iterators messing with me
4620
4621         * kernel/timer.c, kernel/timer.h: New file.
4622
4623         * kernel/Makefile.am, kernel/timer.c, kernel/timer.h: add timers
4624
4625         * kernel/themerc.c: fucked up an error message
4626
4627 2003-03-07  manmower  <manmower@zed>
4628
4629         * render/render.c: XDestroyImage, not Xfree.  stop memleak
4630
4631 2003-03-07  Ben Jansens  <xor@zed.orodu.net>
4632
4633         * configure.ac: check for sys/time.h
4634
4635 2003-03-07  manmower  <manmower@zed>
4636
4637         * render/color.c, render/color.h, render/font.c: New file.
4638
4639         * render/Makefile.am, render/color.c, render/color.h, render/font.c, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4640         it was broken before, it is broken now.
4641
4642 2003-03-07  Ben Jansens  <xor@zed.orodu.net>
4643
4644         * kernel/engine.c, kernel/python.c, kernel/themerc.c:
4645         build paths properly, and get the home dir properly
4646
4647         * render/test.c: enum changed
4648
4649 2003-03-07  manmower  <manmower@zed>
4650
4651         * render/render.c, render/render.h: added appearance_new/free
4652         changed assert to g_assert
4653         changed enum and struct names to be friendlier
4654
4655 2003-03-07  Ben Jansens  <xor@zed.orodu.net>
4656
4657         * doc/themerc.txt: add a full example
4658
4659         * doc/themerc.txt: New file.
4660
4661         * doc/themerc.txt: add a doc for the themerc file
4662
4663         * kernel/engine.c, kernel/engine.h, kernel/openbox.c, kernel/themerc.c, kernel/themerc.h:
4664         load the font and titlebarlayout from the themerc
4665
4666         * configure.ac, m4/openbox.m4, m4/swig.m4:
4667         kill old swig shit for the build system. rm the endian check, glib does this
4668
4669         * m4/openbox.m4: dont set crazy mipspro flags.. this is C not C++!
4670
4671         * kernel/themerc.c: read home dir in the right order n shi
4672
4673         * kernel/themerc.c: read the file out of the homedir first
4674
4675         * kernel/themerc.c: print warnings for redefines in the themerc
4676
4677         * kernel/openbox.c, kernel/themerc.c, kernel/themerc.h:
4678         themerc gets parsed
4679
4680         * kernel/themerc.c, kernel/themerc.h: New file.
4681
4682         * kernel/Makefile.am, kernel/engine.c, kernel/engine.h, kernel/openbox.c, kernel/python.c, kernel/themerc.c, kernel/themerc.h:
4683         load the engine before the python
4684
4685         * kernel/client.c: fire the visible hook when requested
4686
4687         * kernel/engine.c, kernel/engine.h, kernel/openbox.c:
4688         rm the engine interface from the python
4689
4690         * kernel/pointer.c: dont let invalid contexts through
4691
4692         * Makefile.am: build render before kernel
4693
4694 2003-03-07  manmower  <manmower@zed>
4695
4696         * render/render.c, render/render.h, render/test.c:
4697         removed a bunch of stuff that the rest of ob3 already does for us
4698         renamed a couple of functions to match the rest of ob3's style
4699
4700 2003-03-07  Ben Jansens  <xor@zed.orodu.net>
4701
4702         * kernel/client.c: map withdrawn/dock apps
4703
4704         * kernel/Makefile.am: link the .o's instead of building them again
4705
4706 2003-03-06  Ben Jansens  <xor@zed.orodu.net>
4707
4708         * kernel/openbox.c: startup/shutdown the render stuff
4709
4710         * kernel/Makefile.am: build in the render/ sources
4711
4712         * themes/.cvsignore: New file.
4713
4714         * themes/.cvsignore: ignore new shit
4715
4716         * configure.ac: openbox engine loads a style, well, opens one
4717
4718         * kernel/event.c: catch xkb bell events, fire the hook
4719
4720         * themes/Makefile.am: New file.
4721
4722         * Makefile.am, configure.ac, themes/Makefile.am:
4723         add themes for the openbox engine
4724
4725         * kernel/engine.c: clean up messages
4726
4727         * kernel/engine.c: dont save the internal char*'s
4728
4729         * kernel/pointer.c: allow any context
4730
4731         * render/Makefile.am: render/ doesnt need the locale or script dir
4732
4733         * render/Makefile.am: link in xft and find its headers
4734
4735         * kernel/Makefile.am: link in Xft
4736
4737         * kernel/client.c, kernel/client.h, kernel/screen.c, kernel/stacking.h:
4738         show and hide windows in the order to cause the least expose events
4739
4740         * configure.ac, kernel/Makefile.am, kernel/client.c, kernel/clientwrap.c, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/pointer.c, kernel/stacking.c:
4741         openbox engine works, fuck this tabs shit
4742
4743 2003-03-05  Ben Jansens  <xor@zed.orodu.net>
4744
4745         * kernel/pointer.c: kill bad return
4746
4747         * kernel/client.c, kernel/clientwrap.c, kernel/frame.c, kernel/frame.h, kernel/pointer.c, kernel/stacking.c:
4748         engines n shit
4749
4750         * kernel/engine.c:
4751         staticify these vars.. they were causing a SIGILL..???!!? i blame gcc..
4752
4753 2003-03-04  Ben Jansens  <xor@zed.orodu.net>
4754
4755         * kernel/client.c, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/frame.h, kernel/pointer.c, kernel/stacking.c:
4756         allow a frame to have multiple top-level windows. provide functions for getting a clients parent, and all of a frames top-level windows.
4757
4758         * kernel/engine.c, kernel/engine.h: New file.
4759
4760         * configure.ac, kernel/Makefile.am, kernel/client.c, kernel/clientwrap.c, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/openbox.c, kernel/pointer.c:
4761         make the pwm engine "work", however we have a race on startup..
4762
4763         * kernel/Makefile.am: add the enginedir
4764
4765         * kernel/pointer.c: generate release events for client clicks
4766
4767         * kernel/pointer.c:
4768         XAllowEvents when we get one with the client context
4769
4770         * kernel/frame.c: plate is the client context
4771
4772         * kernel/pointer.c: dont let 3 clicks be 2 double clicks
4773
4774         * kernel/hooks.c: kill debug prints
4775
4776         * Makefile.am, configure.ac: add dirs for engines
4777
4778         * configure.ac: kill these dirs not using them
4779
4780 2003-03-04  manmower  <manmower@zed>
4781
4782         * render/.cvsignore: New file.
4783
4784         * render/.cvsignore:
4785         THIS IS MY LOG FILE ENTRY. THERE ARE MANY LIKE IT BUT THIS ONE IS MINE.
4786
4787         * Makefile.am: added render dir
4788
4789         * configure.ac: Added the render directory
4790
4791 2003-03-04  Ben Jansens  <xor@zed.orodu.net>
4792
4793         * kernel/frame.c: kill debug prints
4794
4795 2003-03-04  manmower  <manmower@zed>
4796
4797         * render/Makefile.am, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4798         New file.
4799
4800         * render/Makefile.am, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4801         the beginning of the new rendering stuff.
4802
4803 2003-03-04  Ben Jansens  <xor@zed.orodu.net>
4804
4805         * kernel/frame.c: highlight the focused window
4806
4807         * kernel/pointer.c: cleanuo
4808
4809         * kernel/hooks.c: let hook functions remove themselves
4810
4811         * README.CVS: no mor swig, using C, etc.
4812
4813         * kernel/pointer.c:
4814         some cleanups/reordering. get those events going right.
4815
4816 2003-03-03  Ben Jansens  <xor@zed.orodu.net>
4817
4818         * kernel/pointer.c: grab all the requested grabs
4819
4820         * kernel/pointer.c: pass along the client's area including the frame!
4821
4822         * kernel/clientwrap.c, kernel/pointer.c: pointer events work for real
4823
4824         * kernel/event.c, kernel/pointer.c, kernel/pointer.h:
4825         pointer events should work
4826
4827         * kernel/keyboard.c, kernel/keyboard.h, kernel/pointer.c, kernel/pointer.h:
4828         New file.
4829
4830         * kernel/Makefile.am, kernel/client.c, kernel/event.c, kernel/hooks.c, kernel/hooks.h, kernel/kbind.c, kernel/kbind.h, kernel/keyboard.c, kernel/keyboard.h, kernel/mbind.c, kernel/mbind.h, kernel/openbox.c, kernel/pointer.c, kernel/pointer.h:
4831         keyboard events work
4832
4833         * kernel/python.c: create the 'input' module
4834
4835         * kernel/clientwrap.c, kernel/openboxwrap.c: add the constants
4836
4837         * kernel/openbox.c, kernel/prop.c, kernel/prop.h:
4838         s/prop_init/prop_startup/
4839
4840         * kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/clientwrap.c, kernel/clientwrap.h, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/hooks.c, kernel/hooks.h, kernel/openbox.c, kernel/openbox.h, kernel/openboxwrap.c, kernel/openboxwrap.h, kernel/prop.c, kernel/prop.h, kernel/python.c:
4841         Client and Openbox python objects "done"
4842
4843         * kernel/clientwrap.c, kernel/clientwrap.h, kernel/openboxwrap.c, kernel/openboxwrap.h:
4844         New file.
4845
4846 2003-03-02  Ben Jansens  <xor@zed.orodu.net>
4847
4848         * kernel/client.c: typecast to get the proper aspect ratio
4849
4850 2003-02-28  Ben Jansens  <xor@zed.orodu.net>
4851
4852         * kernel/Makefile.am: New file.
4853
4854         * Makefile.am, kernel/.cvsignore, kernel/Makefile.am:
4855         add shit that was missing
4856
4857 2003-02-27  Ben Jansens  <xor@zed.orodu.net>
4858
4859         * kernel/.cvsignore: New file.
4860
4861         * kernel/.cvsignore: add the cvsignore
4862
4863         * kernel/client.c, kernel/client.h, kernel/event.c, kernel/event.h, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/focus.h, kernel/frame.c, kernel/frame.h, kernel/geom.h, kernel/gettext.h, kernel/hooks.c, kernel/hooks.h, kernel/kbind.c, kernel/kbind.h, kernel/mbind.c, kernel/mbind.h, kernel/openbox.c, kernel/openbox.h, kernel/prop.c, kernel/prop.h, kernel/python.c, kernel/python.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, kernel/stacking.h, kernel/xerror.c, kernel/xerror.h:
4864         New file.
4865
4866         * kernel/client.c, kernel/client.h, kernel/event.c, kernel/event.h, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/focus.h, kernel/frame.c, kernel/frame.h, kernel/geom.h, kernel/gettext.h, kernel/hooks.c, kernel/hooks.h, kernel/kbind.c, kernel/kbind.h, kernel/mbind.c, kernel/mbind.h, kernel/openbox.c, kernel/openbox.h, kernel/prop.c, kernel/prop.h, kernel/python.c, kernel/python.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, kernel/stacking.h, kernel/xerror.c, kernel/xerror.h:
4867         add the 'kernel' based on what's in c/. improved the Hook class for the hooks python module.
4868
4869         * Makefile.am, bootstrap, configure.ac, doc/Makefile.am:
4870         updated interface completed hooks and keyboard/pointer
4871
4872 2003-02-24  Ben Jansens  <xor@zed.orodu.net>
4873
4874         * doc/bsetbg.1, doc/bsetroot.1, doc/openbox.1.in: old out-of-date files
4875
4876 2003-02-22  Ben Jansens  <xor@zed.orodu.net>
4877
4878         * configure.ac: rm the swig shit
4879
4880         * configure.ac: fixups
4881
4882         * m4/openbox.m4: got my warnings i want
4883
4884         * m4/openbox.m4:
4885         python events en masse!! also, make it look for GCC not GXX now..
4886
4887 2003-02-21  Ben Jansens  <xor@zed.orodu.net>
4888
4889         * configure.ac, m4/openbox.m4: new smarts for swig
4890
4891         * Makefile.am, configure.ac, m4/openbox.m4:
4892         setup autotools build for C shit
4893
4894 2003-02-19  Ben Jansens  <xor@zed.orodu.net>
4895
4896         * AUTHORS: nick's no longer the site designer
4897
4898         * README: add mention of being OSI Certified Open Source Software
4899
4900         * CHANGELOG: add mention of the new es_AR translations
4901
4902 2003-02-16  Ben Jansens  <xor@zed.orodu.net>
4903
4904         * CHANGELOG: add the new german translations
4905
4906         * tools/obsetroot.cc: rm the warnings for now
4907
4908 2003-02-14  Ben Jansens  <xor@zed.orodu.net>
4909
4910         * tools/Makefile.am, tools/obsetroot.cc, Makefile.am, configure.ac, tools/.cvsignore:
4911         Add the "obsetroot" tool. Use it to set the root background.
4912
4913         * configure.in: call CHECK_FUNCS in C mode
4914
4915 2003-02-11  Ben Jansens  <xor@zed.orodu.net>
4916
4917         * .cvsignore: add ABOUT-NLS
4918
4919         * tests/.cvsignore: add the icons app
4920
4921         * tests/icons.c, tests/icons.cpp: make the icons program a C app.
4922
4923         * tests/icons.cpp: add an app to display the icons for a window
4924
4925 2003-02-10  Ben Jansens  <xor@zed.orodu.net>
4926
4927         * configure.in: require autoconf 2.5x
4928
4929 2003-02-09  Ben Jansens  <xor@zed.orodu.net>
4930
4931         * README.CVS: mention that 2.9x is not supported
4932
4933         * configure.ac: use the c++ std cheaders
4934
4935 2003-02-06  Ben Jansens  <xor@zed.orodu.net>
4936
4937         * AUTHORS: move marius from active developers to contributors :\
4938
4939         * Makefile.am, data/Makefile.am:
4940         make "make dist" work, compiler flags cleanups
4941
4942 2003-02-06  woodblock  <woodblock@zed>
4943
4944         * configure.in: Back port fixes from TESTING branch
4945
4946         * CHANGELOG: Updated changelog for 2.2.4 release
4947
4948 2003-02-05  Ben Jansens  <xor@zed.orodu.net>
4949
4950         * ABOUT-NLS, INSTALL, Makefile.am: rm this thing
4951
4952         * configure.ac, data/Makefile.am, doc/Makefile.am, m4/swig.m4, m4/x11.m4:
4953         new swig build system. much better. yay.
4954
4955         * README.CVS: you need swig at least 1.3.14
4956
4957         * README.CVS: require automake 1.7.1 for py-compile
4958
4959         * Makefile.am, configure.ac: dont make wrap a subdir of otk
4960
4961         * m4/openbox.m4: give output when building a cvs release
4962
4963         * configure.ac, m4/python.m4:
4964         move the otk swig module into its own lib/directory
4965
4966         * .cvsignore: add py-compile
4967
4968         * doc/doxygen/.cvsignore: ignore the latex dir
4969
4970         * README.CVS: mention the swig wrapper warnings
4971
4972         * doc/doxygen/Makefile.am, doc/doxygen/comments, doc/doxygen/doxygen.conf.in:
4973         add latex to the doc build process. fix namespace comments again.
4974
4975         * doc/doxygen/comments: fix up the otk description
4976
4977         * CHANGELOG.Blackbox, CHANGELOG.bsetbg, README.bbtools, README.bsetbg:
4978         remove docs from old blackbox
4979
4980         * doc/doxygen/doxygen.conf.in: ignore the wrappers
4981
4982         * doc/doxygen/doxygen.conf: not needed, the .in is commited
4983
4984 2003-02-04  woodblock  <woodblock@zed>
4985
4986         * CHANGELOG: updated changelog
4987
4988 2003-02-03  woodblock  <woodblock@zed>
4989
4990         * doc/openbox.1.in: documentation update
4991
4992         * doc/openbox.1.in: update documentation
4993
4994         * CHANGELOG, configure.in: Version bump
4995
4996 2003-02-03  Ben Jansens  <xor@zed.orodu.net>
4997
4998         * tests/.cvsignore: ignore the bins
4999
5000         * tests/Makefile, tests/aspect.c, tests/fullscreen.c, tests/grav.c, tests/modal.c, tests/modal2.c, tests/modal3.c, tests/urgent.c:
5001         add some tests
5002
5003 2003-02-03  woodblock  <woodblock@zed>
5004
5005         * CHANGELOG: Updated changelog for shaded window bug fix
5006
5007 2003-02-01  Ben Jansens  <xor@zed.orodu.net>
5008
5009         * README.CVS: add comment for configuration
5010
5011 2003-02-01  woodblock  <woodblock@zed>
5012
5013         * CHANGELOG: Fixed the image cache when dealing with borders.
5014
5015 2003-02-01  Ben Jansens  <xor@zed.orodu.net>
5016
5017         * README.CVS: note about automake
5018
5019 2003-01-29  Ben Jansens  <xor@zed.orodu.net>
5020
5021         * configure.ac: check for endian order
5022
5023         * po/POTFILES.in: update the list of src files with translations.
5024
5025         * data/Makefile.am: include shit in the dist
5026
5027         * doc/Makefile.am: include the openbox.1.in in the dist
5028
5029         * Makefile.am: remove LICENSE from the dist files
5030
5031         * doc/doxygen/Makefile.am: make the echo more noticable
5032
5033         * doc/doxygen/Makefile.am: make pwd work
5034
5035         * doc/doxygen/Makefile.am:
5036         echo a message about where to find the generated docs
5037
5038         * doc/doxygen/doxygen.conf: add the doxygen configuration
5039
5040         * README.CVS: give the debian pkg names
5041
5042 2003-01-28  Ben Jansens  <xor@zed.orodu.net>
5043
5044         * README.CVS: add version for automake
5045
5046 2003-01-27  Ben Jansens  <xor@zed.orodu.net>
5047
5048         * README.CVS: use a built-in module to replace libswigpy
5049
5050 2003-01-24  Ben Jansens  <xor@zed.orodu.net>
5051
5052         * DESIGN/glue.dia:
5053         add some design ideas for a glue layer between the wm and the scripts
5054
5055         * README.CVS: add all teh steps
5056
5057         * README.CVS: add instructions for CVS compiling
5058
5059 2003-01-22  Ben Jansens  <xor@zed.orodu.net>
5060
5061         * m4/openbox.m4: REMOVE -fno-rtti. we use that!
5062
5063         * m4/openbox.m4: -fno-rtti as in cxxflags too!
5064
5065         * m4/openbox.m4: fix the stupid spelling
5066
5067         * m4/openbox.m4: add -fno-check-new -fno-execptions to the g++ cxxflags
5068
5069 2003-01-20  Ben Jansens  <xor@zed.orodu.net>
5070
5071         * DESIGN/render.dia: remove the XImage from Surface
5072
5073         * AUTHORS: new authors. this is how we dooo iiiit...
5074
5075 2003-01-18  Ben Jansens  <xor@zed.orodu.net>
5076
5077         * DESIGN/ob3arch.png, DESIGN/render.dia, DESIGN/roadmap, DESIGN/thoughts:
5078         add DESIGN from the openbox3 repository. add to that the render.dia, a design diagram for the new render code
5079
5080 2003-01-17  Ben Jansens  <xor@zed.orodu.net>
5081
5082         * README: state the license. killall the old readme data
5083
5084 2003-01-16  Ben Jansens  <xor@zed.orodu.net>
5085
5086         * m4/python.m4: use -export-dynamic when linking libpython.a
5087
5088 2003-01-14  Ben Jansens  <xor@zed.orodu.net>
5089
5090         * m4/x11.m4: add comment
5091
5092         * m4/x11.m4: check for XftGetVersion
5093
5094         * configure.ac: rm the util directory
5095
5096 2003-01-13  Ben Jansens  <xor@zed.orodu.net>
5097
5098         * m4/openbox.m4: keep the asserts for !debug builds..
5099
5100         * configure.ac: begin conversion to ustring. add some more members.
5101
5102 2003-01-12  Ben Jansens  <xor@zed.orodu.net>
5103
5104         * LICENSE: omg im relicensing this shit as gpl. nobody hurt me.
5105
5106         * m4/python.m4: dont show find errors
5107
5108         * CHANGELOG: my utf shit for the titlebars and toolbar
5109
5110 2003-01-11  Ben Jansens  <xor@zed.orodu.net>
5111
5112         * configure.ac: rm a blank line at the end
5113
5114         * configure.ac: add some more AC stuff
5115
5116         * m4/python.m4: used old vars
5117
5118         * m4/openbox.m4: caps
5119
5120         * configure.ac, m4/openbox.m4:
5121         caps for giving the build target. show it at the end
5122
5123         * configure.ac: better ordering.. define te version before using it
5124
5125         * m4/openbox.m4: check for cvs in the version properly
5126
5127         * configure.ac: no caps in the package name!
5128
5129         * m4/openbox.m4: cvs builds are always debug
5130
5131         * m4/python.m4: use the right lib
5132
5133         * m4/openbox.m4, m4/python.m4, m4/x11.m4:
5134         my newer better autoconf functions. woowoo
5135
5136         * m4/.cvsignore: adding my autoconf functions. woowoo
5137
5138         * .cvsignore, bootstrap, configure.ac, version.h.in:
5139         new autoconf shit woowoo
5140
5141         * m4/x11.m4: add X_DEVEL and XFT_DEVEL m4 functions
5142
5143         * m4/openbox.m4: create OB_DEBUG and OB_COMPILER_FLAGS m4 functionc
5144
5145         * m4/python.m4: check for the python cflags and libs
5146
5147 2003-01-09  Ben Jansens  <xor@zed.orodu.net>
5148
5149         * configure.ac: use default prefix.
5150         better python library checks.
5151
5152 2003-01-04  Ben Jansens  <xor@zed.orodu.net>
5153
5154         * Makefile.am, configure.ac, data/Makefile.am, doc/Makefile.am:
5155         add buttons to the tree.rm stupid comments in Makefile.ams
5156
5157         * doc/Makefile.am, doc/xftlsfonts.1: rm the xftlsfonts manpage
5158
5159         * CHANGELOG: add proper whitespace
5160
5161         * configure.ac: line up text in --help
5162
5163 2003-01-04  manmower  <manmower@zed>
5164
5165         * configure.ac: Check for XKB extension
5166
5167 2003-01-01  woodblock  <woodblock@zed>
5168
5169         * CHANGELOG: Documented sendToWorkspace addition
5170
5171 2002-12-28  Ben Jansens  <xor@zed.orodu.net>
5172
5173         * bootstrap: add --force for autopoint
5174
5175 2002-12-26  Ben Jansens  <xor@zed.orodu.net>
5176
5177         * .cvsignore, po/.cvsignore: add newish stuff
5178
5179         * Makefile.am, bootstrap, configure.ac: better support for gettext
5180
5181         * config.rpath: removing generated file
5182
5183         * bootstrap: add gettextize here
5184
5185         * po/Makevars: readd Makevars
5186
5187         * po/LINGUAS, po/Makefile.in.in, po/Makevars, po/Makevars.template, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header, po/en@quot.header, po/insert-header.sin, po/quot.sed, po/remove-potcdate.sin:
5188         remove shit generated by gettextize
5189
5190         * m4/.cvsignore, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4:
5191         make bootstrap generate this shit
5192
5193 2002-12-25  Ben Jansens  <xor@zed.orodu.net>
5194
5195         * configure.ac: conflicts with python too :\
5196
5197         * configure.ac:
5198         no -pedantic :\ it fucks up on the python headers. sigh.
5199
5200         * configure.ac: set CXXFLAGS better
5201
5202         * Makefile.am, configure.ac:
5203         global python scripts. client motion/resizing is all done via python now
5204
5205 2002-12-24  Ben Jansens  <xor@zed.orodu.net>
5206
5207         * configure.ac: python. no more guile. python.
5208
5209         * CHANGELOG: add changelog for the netwm iconic windows bugfix
5210
5211         * configure.in: up version for next release
5212
5213 2002-12-23  Ben Jansens  <xor@zed.orodu.net>
5214
5215         * configure.ac: using python and swig for now.
5216
5217 2002-12-19  Ben Jansens  <xor@zed.orodu.net>
5218
5219         * configure.ac: python has begun!
5220
5221         * configure.ac: check for python. not for guile.
5222
5223 2002-12-18  Ben Jansens  <xor@zed.orodu.net>
5224
5225         * configure.ac: guileize
5226
5227         * .cvsignore: add stuff i rm'd from cvs
5228
5229         * doc/doxygen/comments: erm
5230
5231 2002-12-13  Ben Jansens  <xor@zed.orodu.net>
5232
5233         * Makefile.am: dist the bootstrap file for package maintainers
5234
5235 2002-12-11  Ben Jansens  <xor@zed.orodu.net>
5236
5237         * mkinstalldirs: autogenned
5238
5239         * bootstrap: add --copy
5240
5241         * install-sh, missing: autogenned
5242
5243         * install-sh, missing, mkinstalldirs: this is genned bya automake
5244
5245 2002-12-10  Ben Jansens  <xor@zed.orodu.net>
5246
5247         * CHANGELOG: fix for installation of pl locale
5248
5249         * configure.in: up the version
5250
5251 2002-12-09  Ben Jansens  <xor@zed.orodu.net>
5252
5253         * CHANGELOG: work when strftime is not found
5254
5255 2002-12-08  Ben Jansens  <xor@zed.orodu.net>
5256
5257         * doc/Makefile.am:
5258         dont install the xftlsfonts manpage if we didnt build xftlsfonts
5259
5260 2002-12-07  Ben Jansens  <xor@zed.orodu.net>
5261
5262         * .cvsignore: add depcomp
5263
5264         * Makefile.am: include depcomp in make dist
5265
5266         * bootstrap: copy, dont link
5267
5268         * configure.in: 2.2.2 release
5269
5270 2002-12-03  Ben Jansens  <xor@zed.orodu.net>
5271
5272         * configure.ac: better xft checks. require xft version 2
5273
5274         * configure.in: reset the xft flags if it fails
5275
5276         * configure.in: link in xft only where appropriate
5277
5278         * configure.in: restore the CXXFLAGS/LIBS
5279
5280         * configure.in: more verbose, and better checks for Xft version 2/1
5281
5282         * configure.in:
5283         better checks for Xft version 2/1 and more verbose warning if it fails
5284
5285         * po/POTFILES.in: xft2 works. and works good.
5286
5287 2002-11-28  Ben Jansens  <xor@zed.orodu.net>
5288
5289         * CHANGELOG: change grammar or somesuch..
5290
5291 2002-11-28  woodblock  <woodblock@zed>
5292
5293         * CHANGELOG:
5294         Added an option to disable the window raise on alt-click. fonk.
5295
5296 2002-11-26  Ben Jansens  <xor@zed.orodu.net>
5297
5298         * configure.in: had an extra ; that snuck in. i blame the commies
5299
5300 2002-11-20  Ben Jansens  <xor@zed.orodu.net>
5301
5302         * data/Makefile.am:
5303         addd more stuff to EXTRA_DIST. all the headers for instance
5304
5305         * Makefile.am, doc/Makefile.am:
5306         add EXTRA_DIST tags all over to make 'make dist' possible
5307
5308         * CHANGELOG: doc the change in configure for xft2
5309
5310         * CHANGELOG, configure.in, data/Makefile.am:
5311         add bitmap buttons, and put support for them in all the default styles
5312
5313         * configure.in: fix the []'s in the outputs
5314
5315         * CHANGELOG: fix menu redraw bug for real
5316
5317         * CHANGELOG: fix the mozilla crash from the default premax being 0
5318
5319 2002-11-19  Ben Jansens  <xor@zed.orodu.net>
5320
5321         * .cvsignore: more ignore fodder
5322
5323 2002-11-15  Ben Jansens  <xor@zed.orodu.net>
5324
5325         * configure.in: cleaner
5326
5327 2002-11-14  Ben Jansens  <xor@zed.orodu.net>
5328
5329         * bootstrap: add libtoolize
5330
5331 2002-11-13  Ben Jansens  <xor@zed.orodu.net>
5332
5333         * CHANGELOG: fix for windows changing from non-resizable to resizable
5334
5335         * CHANGELOG: add fix for clients making themselves resizable
5336
5337 2002-11-11  Ben Jansens  <xor@zed.orodu.net>
5338
5339         * configure.ac: mad wicked xft checks
5340
5341         * configure.ac: look for xft
5342
5343         * configure.in: do tests using c++
5344
5345         * configure.in: dont build xftlsfonts when no xft found or xft2 found
5346
5347         * configure.in: support for Xft2!
5348
5349 2002-11-10  Ben Jansens  <xor@zed.orodu.net>
5350
5351         * po/POTFILES.in: cleanups.
5352         OBScreen almost ready for some action
5353
5354         * configure.ac: support for the shape extension works!
5355
5356 2002-11-07  Ben Jansens  <xor@zed.orodu.net>
5357
5358         * bootstrap: reverse the automake/autoconf order.. for fun
5359
5360 2002-11-06  Ben Jansens  <xor@zed.orodu.net>
5361
5362         * doc/openbox.1.in: s/@VERSION@/@version@/
5363
5364         * doc/openbox.1.in: s/@VERSION@/@version/
5365
5366         * po/POTFILES.in: moving strut into its own .hh. adding OBClient class
5367
5368 2002-11-05  Ben Jansens  <xor@zed.orodu.net>
5369
5370         * doc/doxygen/Makefile.am, doc/doxygen/comments, doc/doxygen/doxygen.conf.in:
5371         updated doxygen documentation
5372
5373         * doc/openbox.1.in: make urls bold
5374
5375         * doc/openbox.1.in:
5376         fixes for menu doc. we dont have a menuFile in the rc anymore!
5377         also fix urls
5378
5379         * doc/openbox.1.in: fix so url shows up
5380
5381         * doc/openbox.1.in:
5382         we dont have menuFormat in the resource file anymore
5383
5384 2002-11-04  Ben Jansens  <xor@zed.orodu.net>
5385
5386         * doc/doxygen/doxygen.conf.in: make doxygen skip stuff inside
5387         #ifndef DOXYGEN_IGNORE
5388         #endif
5389         blocks
5390
5391         * doc/doxygen/doxygen.conf.in: documenting classes!
5392
5393         * doc/doxygen/doxygen.conf.in, doc/doxygen/style.css:
5394         not using a custom stlyesheet anymore
5395
5396         * Makefile.am, TODO, configure.ac, doc/Makefile.am, doc/doxygen/.cvsignore, doc/doxygen/Makefile.am, doc/doxygen/doxygen.conf.in, doc/doxygen/style.css:
5397         add doxygen to the project. 'make doc' builds the doxygen stuff. you need doxygen and graphviz installed to generate it properly
5398
5399 2002-11-03  Ben Jansens  <xor@zed.orodu.net>
5400
5401         * CHANGELOG, configure.in:
5402         stop using the Utf8 functions for drawing Xft fonts
5403
5404         * CHANGELOG, configure.in:
5405         stop using the Xft Utf8 functions. They break the non-english locales.
5406
5407         * CHANGELOG: typo-typo
5408
5409         * CHANGELOG: typo
5410
5411         * Makefile.am:
5412         new timer infrastructure. takes a function pointer for the timeout, with a void* parameter (useful for holding a class instance!)
5413
5414         * po/POTFILES.in:
5415         WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAY
5416
5417 2002-11-02  Ben Jansens  <xor@zed.orodu.net>
5418
5419         * TODO: updated with goals for 3.0
5420
5421         * Makefile.am: not using admin/ dir anymore
5422
5423         * mkinstalldirs, po/.cvsignore: stupid stuff
5424
5425 2002-11-01  Ben Jansens  <xor@zed.orodu.net>
5426
5427         * configure.ac: put 'cvs' in the version tag
5428
5429         * m4/.cvsignore, po/.cvsignore: add cvs ignores for the new dirs
5430
5431         * m4/Makefile, m4/Makefile.in, Makefile.am, configure.ac, mkinstalldirs:
5432         make gettext better. updates for autoconf
5433
5434         * m4/Makefile, po/LINGUAS: dont have any languages yet
5435
5436         * ABOUT-NLS, COPYING, configure.ac: add some text files..
5437         dont have our own libintl
5438
5439         * Makefile.am, config.rpath, configure.ac, m4/Makefile, m4/Makefile.am, m4/Makefile.in, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, mkinstalldirs, po/LINGUAS, po/Makefile.in.in, po/Makevars, po/Makevars.template, po/POTFILES.in, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header, po/en@quot.header, po/insert-header.sin, po/quot.sed, po/remove-potcdate.sin:
5440         add gettext
5441         change CXXFLAGS back to CPPFLAGS in the .am's
5442
5443         * configure.ac: update configure.ac to newer rules
5444
5445         * .cvsignore: libtool stuff
5446
5447 2002-11-01  marius  <marius@zed>
5448
5449         * configure.ac: toolkit addition
5450
5451         * Makefile.am: changed for toolkit
5452
5453 2002-11-01  Ben Jansens  <xor@zed.orodu.net>
5454
5455         * install-sh, missing, mkinstalldirs:
5456         these files are generated by bootstrap
5457
5458         * CHANGELOG, configure.in: merge in changes in the 2_1 branch
5459
5460         * CHANGELOG, configure.in: make multibyte fonts the right size
5461
5462 2002-10-31  Ben Jansens  <xor@zed.orodu.net>
5463
5464         * configure.ac: look for a CC to make automake happy
5465
5466         * configure.ac, configure.in: configure script changed to .ac
5467
5468         * Makefile.am: compiles now. uses xft2
5469         remove the nls remainders
5470
5471 2002-10-19  woodblock  <woodblock@zed>
5472
5473         * configure.in: bumped up version
5474
5475 2002-10-05  Ben Jansens  <xor@zed.orodu.net>
5476
5477         * CHANGELOG: changes for openbox 2.1.2
5478
5479 2002-10-04  woodblock  <woodblock@zed>
5480
5481         * CHANGELOG: tyop
5482
5483         * CHANGELOG: documentation for 2.2
5484
5485         * CHANGELOG: updated changelog for 2.2 release
5486
5487         * doc/openbox.1.in:
5488         added documentation for the pressed focus/unfocus and fixed some minor
5489         formatting errors
5490
5491 2002-10-01  woodblock  <woodblock@zed>
5492
5493         * AUTHORS, CHANGELOG, CHANGELOG.Blackbox, configure.in:
5494         merged with 2_1-merged-to-HEAD-2002-09-30
5495
5496 2002-09-24  Ben Jansens  <xor@zed.orodu.net>
5497
5498         * configure.in: up the version for the next future release
5499
5500 2002-09-23  Ben Jansens  <xor@zed.orodu.net>
5501
5502         * configure.in:
5503         look for XftDrawStringUtf8 in libXft.so and set a configure variable based on whether it exists in the library (it doesnt on redhat 7.1)
5504
5505 2002-09-22  Ben Jansens  <xor@zed.orodu.net>
5506
5507         * CHANGELOG: capitals
5508
5509         * configure.in: up version for the release
5510
5511         * CHANGELOG: add 2.1.1 changes
5512
5513 2002-09-17  woodblock  <woodblock@zed>
5514
5515         * doc/openbox.1.in: Added titlebar layout documentation
5516
5517 2002-09-16  Ben Jansens  <xor@zed.orodu.net>
5518
5519         * AUTHORS, CHANGELOG.Blackbox, configure.in: sync with bb 65-pre2
5520
5521 2002-09-16  woodblock  <woodblock@zed>
5522
5523         * configure.in: fixed tyop
5524
5525 2002-09-15  woodblock  <woodblock@zed>
5526
5527         * doc/openbox.1.in: Documented bitmap buttons in manpage
5528
5529 2002-09-14  woodblock  <woodblock@zed>
5530
5531         * configure.in:
5532         added a configure flag for enabling/disabling bitmap buttons
5533
5534         * CHANGELOG, configure.in: bumped up version number after bitmap merge
5535
5536         * CHANGELOG: merged bitmap buttons
5537
5538 2002-09-11  woodblock  <woodblock@zed>
5539
5540         * .cvsignore, CHANGELOG: sync with HEAD
5541         added checkmark bitmaps with menu.selected.mask:
5542
5543 2002-09-11  Ben Jansens  <xor@zed.orodu.net>
5544
5545         * CHANGELOG: alt-rightclick resizing fix
5546
5547 2002-09-09  Ben Jansens  <xor@zed.orodu.net>
5548
5549         * .cvsignore: add autom4te.cache
5550
5551 2002-09-09  woodblock  <woodblock@zed>
5552
5553         * CHANGELOG: merged with HEAD
5554
5555 2002-09-09  Ben Jansens  <xor@zed.orodu.net>
5556
5557         * CHANGELOG: add drop shadows
5558
5559 2002-09-05  Ben Jansens  <xor@zed.orodu.net>
5560
5561         * CHANGELOG: state gnome 2 support
5562
5563 2002-09-04  Ben Jansens  <xor@zed.orodu.net>
5564
5565         * CHANGELOG: gnoem2 fixes for taskbar
5566
5567         * CHANGELOG: new border code
5568
5569 2002-09-03  Ben Jansens  <xor@zed.orodu.net>
5570
5571         * CHANGELOG: add woodblock's sticky button shit
5572
5573 2002-08-31  Ben Jansens  <xor@zed.orodu.net>
5574
5575         * AUTHORS, configure.in, doc/bsetbg.1: sync with the 2.0 branch
5576
5577         * AUTHORS, CHANGELOG, CHANGELOG.Blackbox, configure.in, doc/bsetbg.1, version.h.in:
5578         sync with bb-cvs
5579
5580 2002-08-27  Ben Jansens  <xor@zed.orodu.net>
5581
5582         * CHANGELOG: systray windows fix
5583
5584         * CHANGELOG: latest changessssshape changes, give vR credit
5585
5586 2002-08-26  Ben Jansens  <xor@zed.orodu.net>
5587
5588         * AUTHORS, CHANGELOG.Blackbox, configure.in: sync with bb-cvs
5589
5590 2002-08-25  Ben Jansens  <xor@zed.orodu.net>
5591
5592         * CHANGELOG: config request with only resize honors window's gravity
5593
5594         * CHANGELOG: add recent fixes
5595
5596 2002-08-22  Ben Jansens  <xor@zed.orodu.net>
5597
5598         * version.h.in: s/__openbox_version/OPENBOX_VERSION
5599
5600         * AUTHORS, CHANGELOG.Blackbox, configure.in: sync with bb-cvs
5601
5602         * configure.in: 2.1.0 is our next target
5603
5604 2002-08-21  Ben Jansens  <xor@zed.orodu.net>
5605
5606         * CHANGELOG: warping is ruling!
5607
5608 2002-08-20  Ben Jansens  <xor@zed.orodu.net>
5609
5610         * CHANGELOG: Fix send to menu, having deleted workspaces in it.
5611         Fix workspace warping, move the mouse and window the same amount.
5612         Fix workspace switching. Put old code back that worked better.
5613
5614 2002-08-16  Ben Jansens  <xor@zed.orodu.net>
5615
5616         * AUTHORS: fix indenting and caps
5617
5618         * doc/openbox.1.in: mention epist with bbkeys
5619
5620         * doc/openbox.1.in: add epist and xftlsfonts in teh see also.
5621         s/BLACK/OPEN/
5622
5623         * doc/xftlsfonts.1, doc/Makefile.am:
5624         add manpages for epist and for xftlsfonts
5625
5626 2002-08-15  Ben Jansens  <xor@zed.orodu.net>
5627
5628         * AUTHORS: authors updates
5629
5630         * CHANGELOG: caps
5631
5632         * data/README.menu: s/black/open
5633
5634         * AUTHORS: new 2.0 authors/contributors
5635
5636         * CHANGELOG: add all the changes made for 2.0.0 to the changelog
5637
5638         * CHANGELOG.Blackbox, CHANGELOG.bsetbg: sync with bb-cvs
5639
5640 2002-08-02  Ben Jansens  <xor@zed.orodu.net>
5641
5642         * bootstrap: try make bootstrap work in one pass for other people..
5643
5644         * configure.in: make xft support default on
5645
5646 2002-07-26  Ben Jansens  <xor@zed.orodu.net>
5647
5648         * configure.in: sync with bb-cvs
5649
5650 2002-07-21  Ben Jansens  <xor@zed.orodu.net>
5651
5652         * configure.in:
5653         add Xft-build-support and Xinerama-build-support to the -help output
5654         add --enable-xinerama to configure
5655
5656         * configure.in: sync with bb-cvs.
5657         Add option in config menu for disabling mouse input with scroll lock.
5658         Remove compile-time flag for event clobbering since this solves that problem for now.
5659
5660 2002-07-20  Ben Jansens  <xor@zed.orodu.net>
5661
5662         * .cvsignore: add some cvsignore's
5663
5664         * configure.in: add no_NO and ro_RO translations
5665
5666 2002-07-18  Ben Jansens  <xor@zed.orodu.net>
5667
5668         * TODO:
5669         updated todo. took out things we have done. added new goal for 3.0.
5670
5671 2002-07-16  Ben Jansens  <xor@zed.orodu.net>
5672
5673         * TODO: adjust goals for 2.0
5674
5675         * configure.in: screw that change. the next releaase will be 2.0.0!
5676
5677         * configure.in:
5678         change the version number back a bit. preparing for a testing release.
5679
5680 2002-07-11  Ben Jansens  <xor@zed.orodu.net>
5681
5682         * configure.in: adding epist!
5683
5684         * configure.in: -fno-inline when compiling in debug mode
5685
5686 2002-07-10  Ben Jansens  <xor@zed.orodu.net>
5687
5688         * config.h.in, aclocal.m4: regerenated fiels
5689
5690 2002-07-08  Ben Jansens  <xor@zed.orodu.net>
5691
5692         * configure.in: add the korean translation dir to configure
5693
5694 2002-07-07  Ben Jansens  <xor@zed.orodu.net>
5695
5696         * configure.in: make the Xft check actually work
5697
5698         * configure.in: make Xft default to off, you have ot --enable-xft now
5699
5700 2002-07-03  Ben Jansens  <xor@zed.orodu.net>
5701
5702         * configure.in: look for the rigt function in the libxft
5703
5704         * configure.in: add BFont class, with Xft support
5705
5706 2002-06-22  Ben Jansens  <xor@zed.orodu.net>
5707
5708         * ChangeLog:
5709         fix resizing bug where windows would be resized smaller than they were supposed to be
5710
5711         * doc/Makefile.in, data/Makefile.in, CHANGELOG, Makefile.in, config.h.in:
5712         add changelog entry for resize bug fix
5713
5714 2002-06-20  Ben Jansens  <xor@zed.orodu.net>
5715
5716         * CHANGELOG: fix redraw problem when resizing a window
5717
5718 2002-06-14  Ben Jansens  <xor@zed.orodu.net>
5719
5720         * CHANGELOG: add numbers for next version
5721
5722         * configure.in, configure: increment the version for next release
5723
5724 2002-06-08  Ben Jansens  <xor@zed.orodu.net>
5725
5726         * configure.in, configure: add -fno-inline for debug builds!
5727
5728         * CHANGELOG: dont let setState() screw with the window mapping process.
5729
5730 2002-06-07  Ben Jansens  <xor@zed.orodu.net>
5731
5732         * CHANGELOG:
5733         windows which requested to be iconic + sticky/maximized at startup would randomly not be iconified when they were mapped because the current_state variable was left uninitialzied. Initiailizing it to WithdrawnState (0) fixes this problem.
5734
5735         * configure: update the version number by running autoconf
5736
5737 2002-06-06  Ben Jansens  <xor@zed.orodu.net>
5738
5739         * CHANGELOG: add window-to-window and window-corner snapping.
5740
5741         * CHANGELOG:
5742         more sticky windows fix. bbkeys ended up thinkng an extra window was left when removing a sticky window. fixed! AT LAST
5743
5744 2002-06-05  Ben Jansens  <xor@zed.orodu.net>
5745
5746         * CHANGELOG:
5747         last two changes: windows starting sticky. focus te root window, not PointerRoot.
5748
5749         * configure.in: increment version for next release
5750
5751         * CHANGELOG:
5752         reset cascade when a workspace has no non-sticky windows left on it.
5753         ignore fully maximized windows while placing.
5754
5755         * doc/Makefile.am, data/Makefile.am, Makefile.am:
5756         syching with bb-cvs. rm .\#* on make dist-clean. nls updates.
5757
5758 2002-06-04  Ben Jansens  <xor@zed.orodu.net>
5759
5760         * data/README, README: documentation fixups
5761
5762         * data/README, README: documentation fixes
5763
5764         * CHANGELOG: GIVING UP ON STICKY FUCKING CHRIST AARRGGH
5765
5766 2002-06-03  Ben Jansens  <xor@zed.orodu.net>
5767
5768         * CHANGELOG:
5769         change cascade behavior so it resets when the workspace is emptied and so it starts in 1 placement.
5770
5771         * CHANGELOG: add fix for bsetroot's support of the esetroot atom
5772
5773         * CHANGELOG:
5774         save the current root menu position to an unlimited depth instead of the current 1.
5775
5776 2002-06-02  Ben Jansens  <xor@zed.orodu.net>
5777
5778         * CHANGELOG: last 2 buig fixes
5779
5780         * CHANGELOG: fix crash when mapping an iconified window
5781
5782 2002-05-29  Ben Jansens  <xor@zed.orodu.net>
5783
5784         * doc/openbox.1.in: put webpage in the man page. Also, a couple fixes.
5785
5786 2002-05-28  Ben Jansens  <xor@zed.orodu.net>
5787
5788         * configure.in: updated nls to use openbox.cat
5789
5790         * doc/.cvsignore, data/.cvsignore, .cvsignore:
5791         adding .cvsignore files to the repository to clean up the output whenever you commit some sort of cvs action
5792
5793         * configure.in:
5794         use config.h for configuration options instead of a bunch of -D's on the compile command lines
5795
5796 2002-05-26  cvs  <cvs@zed>
5797
5798         * configure, configure.in: increment version for next release
5799
5800         * doc/Makefile.in, data/Makefile.in, configure.in, Makefile.in, configure:
5801         incrementing version for next release
5802
5803         * CHANGELOG: better description of chages to sticky windows
5804
5805 2002-05-25  Ben Jansens  <xor@zed.orodu.net>
5806
5807         * bootstrap, configure.ac, configure.in:
5808         using configure.ac causes problems. switching back to configure.in
5809
5810 2002-05-24  Ben Jansens  <xor@zed.orodu.net>
5811
5812         * configure.in, stamp-h.in, BUGS, CodingStyle, Makefile.am, bootstrap, config.h.in, configure.ac:
5813         new root dir based on bb-cvs
5814
5815 2002-05-23  Ben Jansens  <xor@zed.orodu.net>
5816
5817         * CHANGELOG: fix for compiling with --disable-nls
5818
5819         * CHANGELOG: fix compiling with --disable-slit and --disable-nls
5820
5821         * CHANGELOG: fix compliling with --disable-slit
5822
5823         * CHANGELOG: merge the sticky window fix from 1.2.
5824
5825         * TODO: updated goals
5826
5827         * CHANGELOG: fixed sticky windows!
5828
5829 2002-05-16  Ben Jansens  <xor@zed.orodu.net>
5830
5831         * CHANGELOG, configure.in: change next target version to 2.0.0!
5832
5833         * configure.in:
5834         removing pendantic. thats just crazy. -Wall -W will suffice.
5835
5836         * bootstrap: adding --add-missing to automake call
5837
5838         * bootstrap:
5839         adding bootstrap which generates all the auto* files such as configure
5840
5841         * doc/Makefile.in, data/Makefile.in, configure, Makefile.in, aclocal.m4:
5842         removing auto-generated stuff from cvs
5843
5844         * BUGS: removed the fixed bug!
5845
5846         * doc/Makefile.in, data/Makefile.in, Makefile.in:
5847         using automake --foreign -i
5848
5849         * CHANGELOG:
5850         make a new autoRaiseDelay value take effect without having to restart
5851
5852         * CHANGELOG: make a new autoRaiseDelay value take effect on reconfigure
5853
5854         * CHANGELOG: fix loading autoRaiseDelay
5855
5856         * configure.in, configure: increment version for next release
5857
5858         * CHANGELOG: make autoRaiseDelay load
5859
5860         * configure.in, configure: increment version for next release
5861
5862         * ChangeLog, CHANGELOG: fix off-by-one window resizing bug
5863
5864         * CHANGELOG: typos
5865
5866         * aclocal.m4: readding aclocal. autoconf needs this thing
5867
5868         * ChangeLog: typos
5869
5870         * CHANGELOG: fix for slit direction menu not reconfiguring properly
5871
5872         * doc/Makefile.in, data/Makefile.in, Makefile.in, aclocal.m4:
5873         *** empty log message ***
5874
5875 2002-05-15  Ben Jansens  <xor@zed.orodu.net>
5876
5877         * CHANGELOG: moved menu from a rc file option to a command line option
5878
5879         * TODO: spelling error
5880
5881         * TODO: added future release goals to the TODO
5882
5883 2002-05-14  Ben Jansens  <xor@zed.orodu.net>
5884
5885         * CHANGELOG: update changelog.
5886         removed a redundant var from BaseDisplay.
5887
5888         * configure.in, configure:
5889         compile with -Wall -W -pendantic when --enable-debug is set.
5890
5891         * CHANGELOG: fix creating/destroying the titlebar buttons
5892
5893         * ChangeLog:
5894         fix titlebar button code so theyre created/destroyed properly
5895
5896 2002-05-13  Ben Jansens  <xor@zed.orodu.net>
5897
5898         * CHANGELOG: fix segfaut from uninitialized focused_screen pointer
5899
5900         * CHANGELOG, TODO: fix multiple-screen segfault.
5901
5902 2002-05-11  Ben Jansens  <xor@zed.orodu.net>
5903
5904         * CHANGELOG: make image dithering value load correctly
5905
5906         * configure.in, configure: increment version for next release
5907
5908         * CHANGELOG: make image dithering value load correctly
5909
5910 2002-05-10  Ben Jansens  <xor@zed.orodu.net>
5911
5912         * CHANGELOG, configure, configure.in:
5913         increment version for next release
5914
5915         * configure.in, CHANGELOG, configure:
5916         fixed problems introduced in the attempt to be gcc 3 compatible. also, better solution for gcc3.
5917
5918         * configure.in, configure:
5919         better gcc3 compat. using ostrstream again. and using namespace std;
5920         some focus changes. workspace contains a focused window instead of openbox class. this fixes a seg
5921
5922 2002-05-07  Ben Jansens  <xor@zed.orodu.net>
5923
5924         * configure.in, configure: increment version for the next release
5925
5926         * configure.in, configure: increment the version for the next release
5927
5928         * configure.in, configure: changed the version number
5929
5930         * configure: ran autoconf to regen configure
5931
5932         * doc/Makefile.in, data/Makefile.in, configure.in, Makefile.in, config.h.in, configure, CHANGELOG:
5933         gcc 3 compatibility, converted strstreams to stringstreams
5934
5935         * CHANGELOG: converted ostrstreams into ostringstreams
5936
5937         * configure: removed check for strstream
5938
5939         * configure.in, config.h.in:
5940         gcc3 compatibility. uses ostringstream instead of ostrstream
5941
5942         * doc/Makefile.in, data/Makefile.in, configure.in, configure, Makefile.in:
5943         check for sstream and strstream in configure
5944
5945 2002-04-30  Ben Jansens  <xor@zed.orodu.net>
5946
5947         * ChangeLog.bsetbg, ChangeLog-Blackbox, ChangeLog:
5948         removing old files that got merged in
5949
5950         * CHANGELOG: save the titlebarLayout in the default config
5951
5952         * CHANGELOG: save the titlebarLayout in the default config file
5953
5954 2002-04-29  Ben Jansens  <xor@zed.orodu.net>
5955
5956         * ChangeLog.bsetbg, configure.in, ChangeLog, ChangeLog-Blackbox, CHANGELOG:
5957         changelog fixes
5958
5959         * configure.in, ChangeLog.bsetbg, ChangeLog-Blackbox, CHANGELOG, ChangeLog:
5960         addded changelog entries for fixes
5961
5962         * ChangeLog, CHANGELOG: fix positioning of the window menu
5963
5964         * CHANGELOG:
5965         better logic when changing a window's decoration level, for choosing what elements of decoration get placed on the window.
5966
5967         * CHANGELOG: improved logic for redecorating windows
5968
5969         * ChangeLog: improved logic when redecorating a window
5970
5971 2002-04-28  Ben Jansens  <xor@zed.orodu.net>
5972
5973         * CHANGELOG: bsetroot supports transparent apps with root property
5974
5975         * CHANGELOG: added ClickMouse window placement policy
5976
5977         * CHANGELOG: added UnderMouse windwo placement.
5978
5979 2002-04-21  Ben Jansens  <xor@zed.orodu.net>
5980
5981         * ChangeLog: typo in Changelog
5982
5983         * data/Makefile.am, data/Makefile.in: fixed some uninstall issues
5984
5985         * data/Makefile.am, data/Makefile.in: fixed some uninstall problems
5986
5987 2002-04-21  woodblock  <woodblock@zed>
5988
5989         * CHANGELOG.bsetbg: *** empty log message ***
5990
5991         * CHANGELOG: tyops
5992
5993 2002-04-20  Ben Jansens  <xor@zed.orodu.net>
5994
5995         * CHANGELOG:
5996         added Changelog entry for the improved maximize-window code.
5997
5998 2002-04-19  Ben Jansens  <xor@zed.orodu.net>
5999
6000         * TODO: updated TODO to match current cvs status. yay progress!
6001
6002 2002-04-19  woodblock  <woodblock@zed>
6003
6004         * doc/bsetbg.1: added bsetbg makefile
6005
6006 2002-04-18  woodblock  <woodblock@zed>
6007
6008         * Makefile.in, data/Makefile.in, doc/Makefile.am, doc/Makefile.in:
6009         added new bsetbg manpage
6010
6011 2002-04-17  Ben Jansens  <xor@zed.orodu.net>
6012
6013         * CHANGELOG: configuration changes "done"!!
6014
6015         on start, the config file is read entirely off the disc, and missing values are assigned defaults.
6016         the config file is immediately written back to the disk to populate missing defaults in the file.
6017         any time a config option is changed the control, the config file is re-written with the change.
6018         choosing reconfig will reload the current config file on the disc.
6019         on shutdown, nothing is written to the config file.
6020
6021 2002-04-16  woodblock  <woodblock@zed>
6022
6023         * TODO: need translations for Hide Toolbar
6024
6025         * CHANGELOG:
6026         Added a runtime option for hiding the toolbar totally. Will be cleaner
6027         later. Stay tuned.
6028
6029 2002-04-16  Ben Jansens  <xor@zed.orodu.net>
6030
6031         * CHANGELOG, CHANGELOG.Blackbox, CHANGELOG.bsetbg, ChangeLog, ChangeLog-Blackbox, ChangeLog.bsetbg:
6032         renamed the Changelog files
6033         get the latest version of bsetbg from the blackbox cvs
6034
6035         * TODO, configure, configure.in:
6036         get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead
6037
6038 2002-04-15  Ben Jansens  <xor@zed.orodu.net>
6039
6040         * Makefile.in, data/Makefile.in, doc/Makefile.in:
6041         apparently there were compiling problems with automake/autoconf. This should make those go away.
6042
6043 2002-04-14  colophon  <colophon@zed>
6044
6045         * README: added some missing punctuation
6046
6047 2002-04-14  Ben Jansens  <xor@zed.orodu.net>
6048
6049         * configure.in: changed version number to 0.99.1
6050
6051         * configure, configure.in:
6052         changed version number to 1.0.0. fixed a warning in BaseMenu from pointer->reference conversion
6053
6054         * ChangeLog:
6055         made shaded windows snap properly at their bottom, using their shaded height.
6056         window.getHeight() now returns the different/correct value when a window is shaded.
6057
6058         * ChangeLog:
6059         merged the changelog from the 0.99.0 (stable) branch (the code was previously merged)
6060
6061         * ChangeLog: added entry for new BestFit placement type
6062
6063         * AUTHORS: added first revision of the BestFit placement type.
6064         moved RowSmart placement type out of placeWindow() to its own function like bestFit. Will continue moving other placement types into their own functions.
6065
6066 2002-04-12  woodblock  <woodblock@zed>
6067
6068         * ChangeLog: added close redraw
6069
6070 2002-04-11  Ben Jansens  <xor@zed.orodu.net>
6071
6072         * CodingStyle: adding rules on how to code this project.
6073
6074         * data/Makefile.am, data/Makefile.in, data/README, data/README.menu, data/README.style, data/menu.in:
6075         New file.
6076
6077         * data/Makefile.am, data/Makefile.in, data/README, data/README.menu, data/README.style, data/menu.in:
6078         initial import. ready for the 0.99.0 stable branch.
6079
6080         * AUTHORS, BUGS, ChangeLog, ChangeLog-Blackbox, ChangeLog.bsetbg, INSTALL, LICENSE, Makefile.am, Makefile.in, README, README.bbtools, README.bsetbg, TODO, aclocal.m4, config.h.in, configure, configure.in, doc/Makefile.am, doc/Makefile.in, doc/bsetroot.1, doc/openbox.1.in, install-sh, missing, mkinstalldirs, stamp-h.in, version.h.in:
6081         New file.
6082
6083         * AUTHORS, BUGS, ChangeLog, ChangeLog-Blackbox, ChangeLog.bsetbg, INSTALL, LICENSE, Makefile.am, Makefile.in, README, README.bbtools, README.bsetbg, TODO, aclocal.m4, config.h.in, configure, configure.in, doc/Makefile.am, doc/Makefile.in, doc/bsetroot.1, doc/openbox.1.in, install-sh, missing, mkinstalldirs, stamp-h.in, version.h.in:
6084         initial import. ready for the 0.99.0 stable branch.
6085