openbox/openbox
2007-06-10 19:21:47 +00:00
..
action.c make um.. the resizerelative action work right and also not move the window when resizing it and it cant get any smaller/bigger 2007-06-10 19:21:47 +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 frigging gtk frig. 2007-06-10 16:19:08 +00:00
client.h get rid of client->transient_for. just client->parents and client->transient_for_group now. 2007-06-07 04:22:56 +00:00
client_list_combined_menu.c set a OB_ICONIFY_ALPHA define in misc.h for the 3 places to all use 2007-05-29 03:55:56 +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 set a OB_ICONIFY_ALPHA define in misc.h for the 3 places to all use 2007-05-29 03:55:56 +00:00
client_list_menu.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
client_menu.c super amazing enter event skipping. 2007-06-03 19:09:32 +00:00
client_menu.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
config.c let you use +-+-x in the positions for per-app settings, like x geometry 2007-06-10 00:19:02 +00:00
config.h let you use +-+-x in the positions for per-app settings, like x geometry 2007-06-10 00:19:02 +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 use the osd theme stuff for the dock instead of active titlebar 2007-06-10 03:41:40 +00:00
dock.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
event.c i think that other emacs fix was "the right one" and this one where we don't always send configurenotifies can go away. that should fix the xemacs stall thing. 2007-06-10 16:02:28 +00:00
event.h super amazing enter event skipping. 2007-06-03 19:09:32 +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 allow focus to fallback to omnipresent windows, except during desktop switching which is when they are vile 2007-06-04 20:53:33 +00:00
focus.h allow focus to fallback to omnipresent windows, except during desktop switching which is when they are vile 2007-06-04 20:53:33 +00:00
focus_cycle.c remove debug prints 2007-06-10 18:06:12 +00:00
focus_cycle.h only kill focus cycling when the window being destroyed was in the list of targets 2007-05-26 21:22:28 +00:00
focus_cycle_indicator.c super amazing enter event skipping. 2007-06-03 19:09:32 +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 put the directional focus dialog on the active monitor 2007-06-07 15:10:03 +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 delay re-rendering the frame while it is being iconify-animated until the animation finishes (avoid it flashing to unfocused) 2007-06-10 03:58:02 +00:00
frame.h use the new window.title.separator.width 2007-06-02 21:02:43 +00:00
framerender.c delay re-rendering the frame while it is being iconify-animated until the animation finishes (avoid it flashing to unfocused) 2007-06-10 03:58:02 +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 revert 7283 until we find out what version they are using 2007-06-03 17:07:26 +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 allow noninteractive directional focus. 2007-06-10 17:58: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 stop processing x events or actions when loop->run becomes false 2007-06-07 22:38:44 +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 cache pipe menus until the menus close 2007-06-10 18:48:58 +00:00
menu.h cache pipe menus until the menus close 2007-06-10 18:48:58 +00:00
menuframe.c cache pipe menus until the menus close 2007-06-10 18:48:58 +00:00
menuframe.h old unused variable 2007-05-20 01:57:10 +00:00
misc.h set a OB_ICONIFY_ALPHA define in misc.h for the 3 places to all use 2007-05-29 03:55:56 +00:00
modkeys.c if Key_R is set to multiple mods, then it'll use them all now. but Key_L still takes precidence if they are different 2007-06-07 04:55:21 +00:00
modkeys.h ignore control_l/r shift_l/r and caps_lock bindings. Control, Shift and NumLock are hardcoded to the modmasks for them. 2007-06-05 18:48:14 +00:00
mouse.c get rid of the plate window 2007-05-28 22:30:59 +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 revert that, center the popups for move/resize and keychains 2007-06-05 16:47:39 +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 don't reconfigure twice 2007-06-07 22:34:05 +00:00
openbox.h don't reload the session on restart 2007-05-22 00:05:28 +00:00
place.c let you use +-+-x in the positions for per-app settings, like x geometry 2007-06-10 00:19:02 +00:00
place.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
popup.c typo from code i removed 2007-06-05 17:17: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 set the current theme in a root property 2007-05-28 13:37:32 +00:00
prop.h set the current theme in a root property 2007-05-28 13:37:32 +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 make popup dialogs appear on the active monitor with xinerama 2007-06-07 15:07:50 +00:00
screen.h make popup dialogs appear on the active monitor with xinerama 2007-06-07 15:07:50 +00:00
session.c save and restore the desktop number/layout/names in the session. 2007-05-23 03:07:50 +00:00
session.h save and restore the desktop number/layout/names in the session. 2007-05-23 03:07:50 +00:00
stacking.c let you lower siblings below eachother 2007-06-07 18:59:30 +00:00
stacking.h return if the window was restacked 2007-06-03 17:55:49 +00:00
startupnotify.c drop the startup notify timeout from 30 to 20 seconds 2007-05-26 19:58: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 missing header 2007-05-30 13:52:31 +00:00
xerror.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00