.. |
actions
|
Make desktop actions noninteractive
|
2014-10-28 04:14:24 +01:00 |
actions.c
|
Add ForEach action which is like If but runs on all clients
|
2013-08-19 21:35:44 +02:00 |
actions.h
|
Add ForEach action which is like If but runs on all clients
|
2013-08-19 21:35:44 +02:00 |
client.c
|
Add a strict option to the ToggleShowDesktop action
|
2013-09-09 10:47:43 -04:00 |
client.h
|
Allow FillToEdge to grow when all its edges are blocked.
|
2013-09-02 14:10:37 -04:00 |
client_list_combined_menu.c
|
add cleanup functions to the client list menus that removes everything from them when they are not being shown (saves iterating thru the list uselessly when a client is unmanaged)
|
2010-05-11 19:01:46 -04: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
|
add cleanup functions to the client list menus that removes everything from them when they are not being shown (saves iterating thru the list uselessly when a client is unmanaged)
|
2010-05-11 19:01:46 -04:00 |
client_list_menu.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
client_menu.c
|
Fix some rebase artifacts
|
2011-08-02 20:58:51 +02:00 |
client_menu.h
|
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have.
|
2008-02-15 16:47:10 +01:00 |
config.c
|
Change some while loops to for loops in config.c
|
2014-10-23 23:45:38 +02:00 |
config.h
|
Add keyboard/rebindOnMappingNotify option
|
2014-10-20 10:28:00 +02:00 |
debug.c
|
Don't show prompts inside the message handler to prevent recursion
|
2011-10-06 12:01:30 -04:00 |
debug.h
|
Don't show prompts inside the message handler to prevent recursion
|
2011-10-06 12:01:30 -04:00 |
dock.c
|
Dock used showDelay for both hiding and showing (Bug 5811)
|
2013-08-11 13:13:41 -04:00 |
dock.h
|
Make the dock a context and add actions LowerDock and RaiseDock
|
2010-09-16 17:24:11 +02:00 |
event.c
|
Make RaiseLower work for the dock as well
|
2014-10-20 10:28:00 +02:00 |
event.h
|
Allow windows created by execute actions to steal focus if the user isn't interacting with another window (Fix bug 5419).
|
2012-10-06 21:56:56 -04:00 |
focus.c
|
if no launch time is provided for an application, make one up.
|
2011-01-24 14:19:23 -05:00 |
focus.h
|
add an option to next/previous window to only include hilited/flashing/urgent windows (feature req/bug #4341)
|
2010-04-16 21:32:31 -04:00 |
focus_cycle.c
|
Allow non-interactive focus cycling.
|
2012-10-06 22:30:02 -04:00 |
focus_cycle.h
|
Allow non-interactive focus cycling.
|
2012-10-06 22:30:02 -04:00 |
focus_cycle_indicator.c
|
Set up work for making a 3.5 prerelease.
|
2009-12-21 14:08:34 -05:00 |
focus_cycle_indicator.h
|
Only update the focus cycle indicator when already visible in frame.c to avoid overriding bar=no
|
2008-11-19 17:14:44 +01:00 |
focus_cycle_popup.c
|
show the focus cycle popup's icons in linear order when cycling in linear order (bug #2319)
|
2010-04-16 21:32:37 -04:00 |
focus_cycle_popup.h
|
show the focus cycle popup's icons in linear order when cycling in linear order (bug #2319)
|
2010-04-16 21:32:37 -04:00 |
frame.c
|
Maximized undecored windows have incorrect top border. (Bug 5996)
|
2013-08-11 16:38:20 -04:00 |
frame.h
|
Make the dock a context and add actions LowerDock and RaiseDock
|
2010-09-16 17:24:11 +02:00 |
framerender.c
|
Specific border width/color for undecorated active/inactive windows (bug #4889)
|
2011-10-16 18:51:51 -04:00 |
framerender.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
geom.h
|
Use the nearest monitor when the search query rect does not intersect any monitor (Fix bug 5500)
|
2012-10-06 21:56:56 -04:00 |
grab.c
|
event_curtime is replaced (publicly) by event_time()
|
2010-04-16 22:23:37 -04:00 |
grab.h
|
make menu input work with the new obt keyboard stuff.
|
2010-02-11 14:17:59 -05:00 |
group.c
|
use g_slice_new() instead of g_new() part 2
|
2010-02-12 13:55:26 -05:00 |
group.h
|
add support for _NET_WM_USER_TIME_WINDOW. round 1 ! ding.
|
2007-05-09 17:01:30 +00:00 |
keyboard.c
|
Fix crash when keyboard map changes and no keybindings exist.
|
2011-10-16 18:51:51 -04:00 |
keyboard.h
|
Don't handle input events on prompts if they should be used for a binding/menu instead.
|
2010-01-08 10:45:24 -05:00 |
keytree.c
|
more using g_slice_new() instead of g_new()
|
2010-02-16 16:32:38 -05:00 |
keytree.h
|
Remove double newlines.
|
2008-03-08 17:41:52 +01: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
|
Pass the GravityPoint as const* instead of by value
|
2014-10-11 02:13:49 +02:00 |
menu.h
|
Pass the GravityPoint as const* instead of by value
|
2014-10-11 02:13:49 +02:00 |
menuframe.c
|
Fix use after free in menu_entry_frame_free
|
2014-10-28 04:14:24 +01:00 |
menuframe.h
|
Pass the GravityPoint as const* instead of by value
|
2014-10-11 02:13:49 +02:00 |
misc.h
|
make control keys work in menus/dialogs/etc with the new obt code, using XLookup stuff
|
2010-02-11 15:07:08 -05:00 |
mouse.c
|
Change default doubleclick timeout to 500ms and keep track of where last click was
|
2011-10-16 22:50:26 +02:00 |
mouse.h
|
allow multiple contexts separated by space in a mouse binding
|
2010-05-17 19:31:51 -04:00 |
moveresize.c
|
Clean up the FillToEdge action implementation
|
2013-09-02 14:10:37 -04:00 |
moveresize.h
|
let you specify the resize popup to be in a fixed place
|
2008-01-11 20:24:16 -05:00 |
mwm.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
openbox.c
|
Add support for loading SVG icons using librsvg.
|
2013-08-10 21:59:12 -04:00 |
openbox.h
|
Use GMainLoop instead of ObtMainLoop
|
2010-06-14 12:19:01 -04:00 |
ping.c
|
Revert "add XFlush to g_timeout callbacks"
|
2010-09-16 17:24:12 +02:00 |
ping.h
|
don't ping everything all the time. yay. ping when you close, and if it doesn't reply then show the kill prompt. also show a more correct prompt for windows connecting from non-local machines - ask to disconnect them from the X server.
|
2008-02-14 14:24:37 -05:00 |
place.c
|
Move common gravity application to screen.c
|
2014-10-06 22:05:26 +02:00 |
place.h
|
Add <position> tag to ShowMenu action
|
2014-10-06 22:05:26 +02:00 |
place_overlap.c
|
Use the BSEARCH() macro in overlap placement
|
2013-09-02 14:10:37 -04:00 |
place_overlap.h
|
Rename bounds to monitor in place_overlap and move a const
|
2013-06-07 08:40:52 +02:00 |
popup.c
|
Constrain the moveresize popup to the monitor which has the client
|
2013-06-07 08:40:52 +02:00 |
popup.h
|
Constrain the moveresize popup to the monitor which has the client
|
2013-06-07 08:40:52 +02:00 |
prompt.c
|
Prompt should not always use the currently focused button as its result (Fix bug 5518)
|
2012-09-30 18:09:37 -04:00 |
prompt.h
|
make obt translate keypress events to a valid utf8 character (note this makes openbox not compile)
|
2010-02-11 14:06:00 -05:00 |
resist.c
|
use const Rect* not Rect const*
|
2010-04-16 11:37:21 -04:00 |
resist.h
|
make the obt library branch compile again with all the changes merged in from backport
|
2008-01-20 01:36:56 -05:00 |
screen.c
|
Pass the GravityPoint as const* instead of by value
|
2014-10-11 02:13:49 +02:00 |
screen.h
|
Pass the GravityPoint as const* instead of by value
|
2014-10-11 02:13:49 +02:00 |
session.c
|
use g_slice_new() instead of g_new() part 2
|
2010-02-12 13:55:26 -05:00 |
session.h
|
Combine the Exit and SessionLogout actions
|
2009-11-24 19:36:18 -05:00 |
stacking.c
|
Make RaiseLower work for the dock as well
|
2014-10-20 10:28:00 +02:00 |
stacking.h
|
Make RaiseLower work for the dock as well
|
2014-10-20 10:28:00 +02:00 |
startupnotify.c
|
setenv and unsetenv dont exist in Solaris 9. (Fixes bug #4663)
|
2011-01-24 14:19:23 -05:00 |
startupnotify.h
|
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have.
|
2008-02-15 16:47:10 +01:00 |
translate.c
|
Merge branch 'backport' into work
|
2008-02-21 13:24:19 -05:00 |
translate.h
|
This patch implements support for icons in user-defined menus into Openbox
|
2010-01-08 17:55:19 -05:00 |
window.c
|
allow the res_class in WM_CLASS to mark a window as a dock app, if it is set to the string "DockApp"
|
2011-01-24 14:19:21 -05:00 |
window.h
|
you can create dialog windows called "prompts" which have a message and some buttons! they don't do anything interesting yet.
|
2008-02-07 02:14:43 -05:00 |