.. |
action.c
|
add missing include for new header
|
2007-05-19 14:16:23 +00:00 |
action.h
|
remove the dialog option for Desktop action for now. can't change desktop during a grab. the dialog for desktop changing will need to change, and then we can add it back
|
2007-05-14 20:55:36 +00:00 |
client.c
|
when a window is being kept on screen (espcially from mapping more or less) and the position didnt come from the user (USPosition) then force the top left corner of the app on screen so it doesnt hide behind panels or whatever and you cant get at the titlebar
|
2007-05-23 01:15:07 +00:00 |
client.h
|
use simple pattern matching for per-app settings. all rules that match are applied to a window rather than just the first
|
2007-05-21 03:42:25 +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
|
remove a function that is no longer used. and backwards boolean algebra was causing us to not ignore the right enter events
|
2007-05-19 00:38:06 +00:00 |
client_menu.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
config.c
|
use simple pattern matching for per-app settings. all rules that match are applied to a window rather than just the first
|
2007-05-21 03:42:25 +00:00 |
config.h
|
use simple pattern matching for per-app settings. all rules that match are applied to a window rather than just the first
|
2007-05-21 03:42:25 +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
|
don't listen to focus events in the dock, unless you're going to do it properly
|
2007-05-14 02:06:34 +00:00 |
dock.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
event.c
|
revert r6775, it didnt help, and then more event storm
|
2007-05-22 23:48:44 +00:00 |
event.h
|
remove a function that is no longer used. and backwards boolean algebra was causing us to not ignore the right enter events
|
2007-05-19 00:38:06 +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
|
move focus_cycle_indicator into its own file
|
2007-05-19 14:36:19 +00:00 |
focus.h
|
move focus cycling into its own file
|
2007-05-19 14:15:28 +00:00 |
focus_cycle.c
|
make modal windows cyclable all the time if they are visible and stuff
|
2007-05-22 18:20:17 +00:00 |
focus_cycle.h
|
fix the popup for directional focusing, only show what is going to be a valid target. change directional focus to use the same criteria as normal cycling.
|
2007-05-19 20:31:08 +00:00 |
focus_cycle_indicator.c
|
leave things how we found them !
|
2007-05-20 22:49:34 +00:00 |
focus_cycle_indicator.h
|
move focus_cycle_indicator into its own file
|
2007-05-19 14:36:19 +00:00 |
focus_cycle_popup.c
|
eat enter events when the new alttab popup hides
|
2007-05-22 15:34:49 +00:00 |
focus_cycle_popup.h
|
show the old single-window popup for directional focus.
|
2007-05-19 20:52:31 +00:00 |
frame.c
|
fix libwnck by unmapping the plate window as well as the client during iconify animation
|
2007-05-23 01:00:27 +00:00 |
frame.h
|
some repositioning of frame elements for maximized windows.
|
2007-05-21 23:56:07 +00:00 |
framerender.c
|
fix frame rendering to match layout fixes
|
2007-05-22 17:55:46 +00:00 |
framerender.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
geom.h
|
only send configure notify when they requested a move, or if we are actually changing anything.
|
2007-05-22 02:14:49 +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
|
draw the keychain popup only when necessary
|
2007-05-23 01:42:08 +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
|
set the functions recursively, so if you change it after the menu has been opened it takes effect all the way down
|
2007-05-20 02:17:19 +00:00 |
menu.h
|
compile fix
|
2007-05-09 00:22:10 +00:00 |
menuframe.c
|
fix escape's behavior in menus. make static stuff that shouldnt be used by others
|
2007-05-19 20:58:10 +00:00 |
menuframe.h
|
old unused variable
|
2007-05-20 01:57:10 +00:00 |
misc.h
|
for startup notification, use the left ptr+watch if it is available, and fall back to the pointer instead of the unusable watch if its not
|
2007-05-19 21:49:45 +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
|
add a root context that only applies to the root window. it fallsback to the desktop context, so desktop stuff applies to it too.
|
2007-05-19 22:07:15 +00:00 |
mouse.h
|
make binding fallback for mouse clicks less restrictive. if you dont have a binding for the same button AND STATE then fallback.
|
2007-05-19 22:03:12 +00:00 |
moveresize.c
|
reuse variables, less braces
|
2007-05-22 18:11:04 +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
|
change render to obrender in a message
|
2007-05-22 19:03:00 +00:00 |
openbox.h
|
don't reload the session on restart
|
2007-05-22 00:05:28 +00:00 |
place.c
|
fix windows moving to monitors other than their own. client_find_onscreen uses their desired coordiantes instead of their old ones
|
2007-05-20 15:16:57 +00:00 |
place.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
popup.c
|
super correct enter event ignoring that will only ignore what it has to, yay?
|
2007-05-18 00:11:01 +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
|
name of the action_undecorate atom was wrong
|
2007-05-17 04:16:20 +00:00 |
prop.h
|
add an atom ob_wm_action_undecorate to match with ob_wm_state_undecorated, so stuff could know if the window can be undecorated
|
2007-05-17 04:15:34 +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
|
back out 6769 on files that werent supposed to commit yet
|
2007-05-22 20:53:34 +00:00 |
screen.h
|
updates for the build system. always set Openbox on the support window
|
2007-05-15 02:32:49 +00:00 |
session.c
|
put back the check for the window type when restoring the session. if you only have 1 firefox window in the saved session, the check for duplicates won't help
|
2007-05-22 04:52:44 +00:00 |
session.h
|
put back the check for the window type when restoring the session. if you only have 1 firefox window in the saved session, the check for duplicates won't help
|
2007-05-22 04:52:44 +00:00 |
stacking.c
|
fix for fullscreen things getting lowered when switching desktops
|
2007-05-12 16:20:17 +00:00 |
stacking.h
|
get rid of the fullscreen below layer. its the same as maximized windows..
|
2007-05-14 23:00:36 +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 |