openbox/openbox
2007-05-08 22:36:52 +00:00
..
action.c don't focus splash screens and toolbars and menus when you click on them. or enter them. 2007-05-08 22:29:39 +00:00
action.h add an allDesktops option to Next/PreviousWindow to alt-tab across all desktops. 2007-05-06 05:51:08 +00:00
client.c but deiconify 2007-05-08 22:36:52 +00:00
client.h don't focus splash screens and toolbars and menus when you click on them. or enter them. 2007-05-08 22:29:39 +00:00
client_list_combined_menu.c don't show the client menu when its for an invalid window 2007-05-03 20:39:26 +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 um... hide the client menu when the window changes desktops. its not visible anymore (probably..) and no send to menu wont be wrong too. 2007-05-07 23:48:05 +00:00
client_list_menu.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
client_menu.c um... hide the client menu when the window changes desktops. its not visible anymore (probably..) and no send to menu wont be wrong too. 2007-05-07 23:48:05 +00:00
client_menu.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
config.c missed some stuff? 2007-05-06 22:58:51 +00:00
config.h change the perapp settings "head" option to "monitor" i think its easier to understand. 2007-05-06 22:57:49 +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 small change to the render API. RrMinsize became RrMinSize. added RrMinWidth and RrMinHeight. 2007-05-02 00:35:22 +00:00
dock.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
event.c don't focus splash screens and toolbars and menus when you click on them. or enter them. 2007-05-08 22:29:39 +00:00
event.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
extensions.c add debug messages saying if an extension is missing on the server 2007-04-24 07:26:37 +00:00
extensions.h add support for _NET_WM_SYNC_REQUEST 2007-04-24 06:30:16 +00:00
focus.c merge r6176-6182 from 3.4-working 2007-05-08 21:57:36 +00:00
focus.h add an allDesktops option to Next/PreviousWindow to alt-tab across all desktops. 2007-05-06 05:51:08 +00:00
frame.c more animation frames for iconifying, if your computer can do it 2007-05-06 05:32:07 +00:00
frame.h yay. way way cleaner code for iconify animations. let people show/hide the frame logically and it will do everything except during animations the frame will show what it needs to for visual display. 2007-05-05 16:53:48 +00:00
framerender.c add a window between the frame and the plate for drawing the client border. this way when the client window disappears, nothing gets rendered underneath it. 2007-04-23 23:21:47 +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 watch for currenttime 2007-05-05 16:12:36 +00:00
grab.h playing a bit with grabs 2007-04-25 14:13:32 +00:00
group.c 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
group.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
keyboard.c woa.. let you do mouse actions while in an interactive keyboard action, and let you do keyboard actions while move/resizing. yay. also you can click in windows at the same time.. 2007-05-05 00:50:53 +00:00
keyboard.h add chrooting. use chroot="true" on the chroot location 2007-04-26 01:25:52 +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 1) translate all of openbox's output 2007-04-23 17:56:35 +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 um... hide the client menu when the window changes desktops. its not visible anymore (probably..) and no send to menu wont be wrong too. 2007-05-07 23:48:05 +00:00
menu.h add a notifier for clients changing desktops. use it to update the send-to menu if it changes. it does this by closing/opening the menu.. thats about the best we can do tho with this menu code without huge changes 2007-05-07 23:26:22 +00:00
menuframe.c ok, so, back out the last commit. owner events are passed thru so we get enter/leave notify events. 2007-05-08 00:40:01 +00:00
menuframe.h merge in r6153-6154 from the 3.4 branch 2007-05-07 22:07:13 +00:00
misc.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
modkeys.c merge r6176-6182 from 3.4-working 2007-05-08 21:57:36 +00:00
modkeys.h make the modifier key code a lot better... 2007-05-04 01:10:03 +00:00
mouse.c update some strings and the swedish translation 2007-05-07 23:18:12 +00:00
mouse.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
moveresize.c yay. way way cleaner code for iconify animations. let people show/hide the frame logically and it will do everything except during animations the frame will show what it needs to for visual display. 2007-05-05 16:53:48 +00:00
moveresize.h woa.. let you do mouse actions while in an interactive keyboard action, and let you do keyboard actions while move/resizing. yay. also you can click in windows at the same time.. 2007-05-05 00:50:53 +00:00
mwm.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
openbox.c switch to using a command line variable instead, for the restart binary, just remove it so its not given to the session manager and confuses things. 2007-05-07 01:57:10 +00:00
openbox.h refactor all the session stuff. yay, it works properly now. 2007-05-06 05:19:19 +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 popups fixes. if the text for the popup is empty now, there wont be extra padding for it. desktop name fixes. 2007-05-07 06:33:43 +00:00
popup.h popups fixes. if the text for the popup is empty now, there wont be extra padding for it. desktop name fixes. 2007-05-07 06:33:43 +00:00
prop.c we werent dropping it in screen, we were dropping it in prop 2007-05-07 05:58:02 +00:00
prop.h the session properties are not set on the group leader, they are set on the "client leader" which is in the WM_CLIENT_LEADER property. also they are all set when the window maps, and not to be changed thereafter. 2007-05-07 00:10:15 +00:00
resist.c yay. way way cleaner code for iconify animations. let people show/hide the frame logically and it will do everything except during animations the frame will show what it needs to for visual display. 2007-05-05 16:53:48 +00:00
resist.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
screen.c try again. merge r6177-6182 from 3.4-working 2007-05-08 22:03:56 +00:00
screen.h add .desktops for running Openbox, KDE/Openbox and GNOME/Openbox 2007-05-07 01:41:48 +00:00
session.c memory leak 2007-05-06 23:29:29 +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 a bunch of thigns got squashed into this commit.. sorry.. 2007-05-06 08:32:03 +00:00
stacking.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
startupnotify.c 1) translate all of openbox's output 2007-04-23 17:56:35 +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 1) get rid of menu titles 2007-04-22 00:36:54 +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