openbox/openbox
2007-04-25 01:31:55 +00:00
..
action.c remove the four corners option 2007-04-24 18:36:13 +00:00
action.h cycling between dock windows now possible with the <panels>yes</panels> option 2007-04-23 22:40:33 +00:00
client.c pointer type changed a long time ago 2007-04-25 00:50:20 +00:00
client.h add support for _NET_WM_SYNC_REQUEST 2007-04-24 06:30:16 +00:00
client_list_combined_menu.c 1) translate all of openbox's output 2007-04-23 17:56:35 +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 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
client_list_menu.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
client_menu.c 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
client_menu.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
config.c remove the four corners option 2007-04-24 18:36:13 +00:00
config.h remove the four corners option 2007-04-24 18:36:13 +00:00
debug.c hide focus debugging messages 2007-04-21 21:04:35 +00:00
debug.h hide focus debugging messages 2007-04-21 21:04:35 +00:00
dock.c never mind on the hint idea, it was fun while it lasted. at least i know it is there now. 2007-04-24 01:16:33 +00:00
dock.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
event.c only grab keybinds on the root window, not every client window 2007-04-24 21:45:43 +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 the focus_client = NULL got moved by mistake. 2007-04-24 06:41:59 +00:00
focus.h cycling between dock windows now possible with the <panels>yes</panels> option 2007-04-23 22:40:33 +00:00
frame.c proper handling of the plate though, too 2007-04-24 20:48:28 +00:00
frame.h 1. remove some old event handling that was not used at all. yay less bandwidth. 2007-04-24 00:00:11 +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 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
grab.c never mind on the hint idea, it was fun while it lasted. at least i know it is there now. 2007-04-24 01:16:33 +00:00
grab.h 1) translate all of openbox's output 2007-04-23 17:56:35 +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 only grab keybinds on the root window, not every client window 2007-04-24 21:45:43 +00:00
keyboard.h only grab keybinds on the root window, not every client window 2007-04-24 21:45:43 +00:00
keytree.c 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
keytree.h 1) translate all of openbox's output 2007-04-23 17:56:35 +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 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
menu.h 1) get rid of menu titles 2007-04-22 00:36:54 +00:00
menuframe.c never mind on the hint idea, it was fun while it lasted. at least i know it is there now. 2007-04-24 01:16:33 +00:00
menuframe.h better matching of the menu titles/separators to the theme 2007-04-22 03:54:43 +00:00
misc.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
mouse.c never mind on the hint idea, it was fun while it lasted. at least i know it is there now. 2007-04-24 01:16:33 +00:00
mouse.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
moveresize.c the check for if the window is being resized is only needed for syncing 2007-04-24 14:27:31 +00:00
moveresize.h add support for _NET_WM_SYNC_REQUEST 2007-04-24 06:30:16 +00:00
mwm.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
openbox.c consistency 2007-04-24 21:11:04 +00:00
openbox.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
place.c place randomly inside the area available. if its too big, put the top left corner inside still 2007-04-24 15:29:42 +00:00
place.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
popup.c 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
popup.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
prop.c g_locale_to_utf8 seems to work here and its a simpler function all, and i dont have to specify iso-8891whatever in it, so maybe its actually more portable. or maybe it breaks things. we'll see, won't we. 2007-04-25 01:31:55 +00:00
prop.h remove the stick atom, since openbox does not use stickiness 2007-04-24 07:12:19 +00:00
resist.c 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
resist.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
screen.c don't split strings inside _() across lines. change some of the text messages 2007-04-24 21:09:12 +00:00
screen.h don't activate and change desktops if the client's not on the current desktop and its user_time is older than the last time you changed desktops 2007-04-24 19:53:50 +00:00
session.c extra comma 2007-04-23 20:36:13 +00:00
session.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
stacking.c 1) translate all of openbox's output 2007-04-23 17:56:35 +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 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
translate.h 1) translate all of openbox's output 2007-04-23 17:56:35 +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