openbox/openbox
2007-05-14 01:07:26 +00:00
..
action.c change now the keyboard is ungrabbed before executing actions. instead, ungrab it just before calling exec. other actions don't need it ungrabbed, and this way the release doesn't get sent through to programs for our keybindings. except for exec i suppose. 2007-05-13 23:51:55 +00:00
action.h split the move and resize functions. 2007-05-12 17:31:13 +00:00
client.c another little focus cleanup/rearrangement, for focus going to windows that 2007-05-14 01:06:42 +00:00
client.h add support for _NET_WM_ACTION_ABOVE and _NET_WM_ACTION_BELOW which aren't in the NETWM spec yet, but will be shortly. 2007-05-13 17:15:15 +00:00
client_list_combined_menu.c use the right list in client_add_hide_notify, rename destructor to destroy_notify which is really what it is, and is more consistant now that there are 2 notifies 2007-05-13 07:45:15 +00:00
client_list_combined_menu.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
client_list_menu.c use the right list in client_add_hide_notify, rename destructor to destroy_notify which is really what it is, and is more consistant now that there are 2 notifies 2007-05-13 07:45:15 +00:00
client_list_menu.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
client_menu.c add support for _NET_WM_ACTION_ABOVE and _NET_WM_ACTION_BELOW which aren't in the NETWM spec yet, but will be shortly. 2007-05-13 17:15:15 +00:00
client_menu.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
config.c remove the edges_hit_layers_below option. don't use windows in other layers for resistance 2007-05-12 18:56:56 +00:00
config.h remove the edges_hit_layers_below option. don't use windows in other layers for resistance 2007-05-12 18:56:56 +00:00
debug.c refactor all the session stuff. yay, it works properly now. 2007-05-06 05:19:19 +00:00
debug.h refactor all the session stuff. yay, it works properly now. 2007-05-06 05:19:19 +00:00
dock.c im just leaving the dock alone.. 2007-05-13 21:08:50 +00:00
dock.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
event.c fix a comment 2007-05-14 01:07:26 +00:00
event.h some changes to focus handling. 2007-05-13 07:09:34 +00:00
extensions.c add --debug-xinerama 2007-05-14 00:28:16 +00:00
extensions.h add support for _NET_WM_SYNC_REQUEST 2007-04-24 06:30:16 +00:00
focus.c missing a header 2007-05-13 22:30:58 +00:00
focus.h some changes to focus handling. 2007-05-13 07:09:34 +00:00
frame.c where did those come from ? 2007-05-13 00:52:05 +00:00
frame.h change the "handle" context to "bottom". add a "top" context. make the top 2007-05-12 17:54:55 +00:00
framerender.c change the "handle" context to "bottom". add a "top" context. make the top 2007-05-12 17:54:55 +00:00
framerender.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
geom.h make keeping windows on screen much more clever 2007-05-02 02:03:06 +00:00
grab.c add grab/ungrab macros so dont need to pass in 10 arguments to ungrab stuff. 2007-05-13 23:30:52 +00:00
grab.h add grab/ungrab macros so dont need to pass in 10 arguments to ungrab stuff. 2007-05-13 23:30:52 +00:00
group.c add support for _NET_WM_USER_TIME_WINDOW. round 1 ! ding. 2007-05-09 17:01:30 +00:00
group.h add support for _NET_WM_USER_TIME_WINDOW. round 1 ! ding. 2007-05-09 17:01:30 +00:00
keyboard.c add grab/ungrab macros so dont need to pass in 10 arguments to ungrab stuff. 2007-05-13 23:30:52 +00:00
keyboard.h don't allow focus to move during an interactive grab. if users set up actions 2007-05-13 15:29:49 +00:00
keytree.c fixes for new keybindings stuff/chroot/parsing 2007-04-26 02:10:15 +00:00
keytree.h add chrooting. use chroot="true" on the chroot location 2007-04-26 01:25:52 +00:00
mainloop.c use the right list in client_add_hide_notify, rename destructor to destroy_notify which is really what it is, and is more consistant now that there are 2 notifies 2007-05-13 07:45:15 +00:00
mainloop.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
Makefile update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah! 2003-07-10 04:31:05 +00:00
menu.c use the right list in client_add_hide_notify, rename destructor to destroy_notify which is really what it is, and is more consistant now that there are 2 notifies 2007-05-13 07:45:15 +00:00
menu.h compile fix 2007-05-09 00:22:10 +00:00
menuframe.c add grab/ungrab macros so dont need to pass in 10 arguments to ungrab stuff. 2007-05-13 23:30:52 +00:00
menuframe.h update the client menu when you do stuff without closing it. 2007-05-08 23:50:13 +00:00
misc.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
modkeys.c dont use XKeysymToKeycode because valgrind says it is doing bad things, and we have all the data we need anyways 2007-05-09 20:56:37 +00:00
modkeys.h dont use XKeysymToKeycode because valgrind says it is doing bad things, and we have all the data we need anyways 2007-05-09 20:56:37 +00:00
mouse.c change the "handle" context to "bottom". add a "top" context. make the top 2007-05-12 17:54:55 +00:00
mouse.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
moveresize.c add grab/ungrab macros so dont need to pass in 10 arguments to ungrab stuff. 2007-05-13 23:30:52 +00:00
moveresize.h update the client menu when you do stuff without closing it. 2007-05-08 23:50:13 +00:00
mwm.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
openbox.c we don't need to save the config type in the session because if they dont run their DE with the openbox-*-session command, openbox won't be loaded anyhow. and if they do, they the var will be set and doesn't need to come from the session. 2007-05-14 00:41:30 +00:00
openbox.h we don't need to save the config type in the session because if they dont run their DE with the openbox-*-session command, openbox won't be loaded anyhow. and if they do, they the var will be set and doesn't need to come from the session. 2007-05-14 00:41:30 +00:00
place.c only place dialogs above other windows 2007-05-08 22:34:02 +00:00
place.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
popup.c restore code that keeps popups on screen 2007-05-13 20:04:30 +00:00
popup.h don't make interactive desktop cycling switch until you release the mods. this is needed because otherwise focus moves around during the grab and applications get confused. :| 2007-05-10 16:04:08 +00:00
prop.c but rename ob_pid back to openbox_pid for backwards compatibility. this will go away entirely soon. 2007-05-13 22:33:04 +00:00
prop.h but rename ob_pid back to openbox_pid for backwards compatibility. this will go away entirely soon. 2007-05-13 22:33:04 +00:00
propwin.c make the debug print compile.. :| 2007-05-09 18:01:46 +00:00
propwin.h support for _NET_WM_USER_TIME_WINDOW round 2 ! yay abstraction 2007-05-09 17:58:58 +00:00
resist.c resist all layers 2007-05-13 20:38:19 +00:00
resist.h the coordiantes are from the client, not the frame 2007-05-10 03:43:56 +00:00
screen.c but rename ob_pid back to openbox_pid for backwards compatibility. this will go away entirely soon. 2007-05-13 22:33:04 +00:00
screen.h when un-showing the desktop if a window is getting shown, iconify the others so just the one is shown 2007-05-10 23:22:54 +00:00
session.c we don't need to save the config type in the session because if they dont run their DE with the openbox-*-session command, openbox won't be loaded anyhow. and if they do, they the var will be set and doesn't need to come from the session. 2007-05-14 00:41:30 +00:00
session.h save session state for old clients that dont use XSMP. more session improvements. with ksmserver we can save a few things before the clients go messing with stuff during the interactive phase. 2007-05-06 11:14:20 +00:00
stacking.c fix for fullscreen things getting lowered when switching desktops 2007-05-12 16:20:17 +00:00
stacking.h why didn't that commit 2007-05-10 21:33:22 +00:00
startupnotify.c when using openbox-gnome/kde-session, use a separate config file (rc-gnome/kde.xml) 2007-05-13 22:49:20 +00:00
startupnotify.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
translate.c update some strings and the swedish translation 2007-05-07 23:18:12 +00:00
translate.h better menu keyboard handling. 2007-05-02 03:10:25 +00:00
window.c add support for _NET_WM_USER_TIME_WINDOW. round 1 ! ding. 2007-05-09 17:01:30 +00:00
window.h 1) get rid of menu titles 2007-04-22 00:36:54 +00:00
xerror.c 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
xerror.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00