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