summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-11add interface in obt to create an Input Context for a windowDana Jansens
2010-02-11create an X Input Method in obt for the app to use for all inputDana Jansens
2010-02-11get xlib to reload the keyboard on MappingNotify eventsDana Jansens
2010-02-11XKB header comes from obtDana Jansens
2010-02-11check the xkb version before using itDana Jansens
2010-02-11make the execute action not segfault when using a prompt (bug #4543)Dana Jansens
also save the client when using a prompt so it can be used if you choose "yes" from the prompt
2010-02-11add an optional shutdown function which actions can registerDana Jansens
2010-02-11i learnt what xkb does with the state.Dana Jansens
use the state from keyrelease events directly, rather than query the state (which is not as accurate!) the xkb state (as opposed to the normally sent compat state) contains extra info like the keyboard group, the pointer buttons, etc. so we can just strip that stuff out. (See section 2.2.2 of the XKB proto document)
2010-02-09dont assert when there is no valid key layout presentDana Jansens
2010-02-10Use correct ac variable in version.h.inMikael Magnusson
2010-02-09don't link libobt into libobrenderDana Jansens
it makes "warning relinking" weird things happen when doing make install. we already list it as dependency in the pkgconfig file anyway
2010-02-08fixing up obxprop manpageDana Jansens
2010-02-08Merge branch 'backport' into workDana Jansens
2010-02-08add doc/obxprop.1 to gitignoreDana Jansens
2010-02-08Add obxprop manpage to installDana Jansens
2010-02-08Update the manpage for obxpropDana Jansens
Specify that it allows you to specify properties on the command line. Update the variable names to _OB_APP_*.
2010-02-05Merge branch 'backport' into workDana Jansens
2010-01-28Init all fonts to NULL, so if they arent in the config they use the default fontDana Jansens
2010-01-28Add a hook to unset the client in the open menu frame instead of closing itMikael Magnusson
Also nukes menu_frame_hide_all_client() as it is now unused.
2010-01-28Don't close the menu when you held control even for executeMikael Magnusson
2010-01-28Don't alt-tab to skip_taskbar iconic windows if they have parentsMikael Magnusson
2010-01-27make xdg-autostart use the OPENBOX environment by default, so you can say ↵Dana Jansens
OnlyShowIn=OPENBOX in a .desktop and it will work as expected
2010-01-24Fix bug #4492 better, the test in openbox-gnome-session needs to be invertedDana Jansens
2010-01-18adjust who shows up in the alt-tab list using SKIP_TASKBAR (Fixes bug #4503)Dana Jansens
allow window types != NORMAL to not show up in the alt-tab list but don't allow DIALOG types to hide from the list also any window which is DEMANDS_ATTENTION should appear in the list regardless of its SKIP_TASKBAR status
2010-01-15don't use client_move() to end a moveDana Jansens
client_move() uses the client's current width/height, whereas all along we were using the width/height the client had at the start, so this causes client_configure() to behave differently at the end than during the move
2010-01-15allow multiple escaped _'s in a menu label, and allow a real _ to come later ↵Dana Jansens
in the label (Fixes bug #4355).
2010-01-15make edge detection for maximized windows only look at the edges of screensDana Jansens
2010-01-15catch the SIGTTOU and SIGTTIN signals when an app we launch tries to use its ↵Dana Jansens
stdin/out (but we don't have one either). Fixes bug #4072.
2010-01-15if we get an event on a subwindow of root that we don't know about, but it ↵Dana Jansens
is related to a press we received on the root window, then process the event (Fixes bug #3702)
2010-01-15Remember the maximized state of a window when it goes fullscreen and try ↵Dana Jansens
restore it after
2010-01-14If a window places itself at (0,0) and there are struts there, assume it is ↵Dana Jansens
a bug. Also allow oldschool fullscreen windows that cover all monitors on a multihead setup to work properly Added a test 'oldfullscreen' that makes a oldschool fullscreen window
2010-01-14allow app rules to match windows by their title when mappingDana Jansens
and save the title in the _OB_APP_TITLE property
2010-01-14if openbox isn't running, show messages on the console rather than just ↵Dana Jansens
losing them (like when another WM is running)
2010-01-14Merge branch 'backport' into workDana Jansens
Conflicts: openbox/frame.c
2010-01-14Update hungarian translation.Laszlo Dvornik
2010-01-14Prefer to use larger images and scale down than to scale up (more distortion)Dana Jansens
2010-01-14don't resize the label to 0Dana Jansens
2010-01-12Fixes bug #4492 (mis-using the return value of grep -q in ↵Dana Jansens
openbox-gnome-session script
2010-01-12remove the session.c file from actions, as it is no longer usedDana Jansens
2010-01-11NULL ic when we failed to load an imageMikael Magnusson
2010-01-11Merge branch 'backport' into workDana Jansens
Conflicts: configure.ac data/rc.xml openbox/client.c openbox/event.c openbox/focus_cycle.c openbox/focus_cycle_popup.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c version.h.in
2010-01-11make focus cycle target fallback work right by going to the next prev windowDana Jansens
2010-01-11Make the focus cycle indicator follow target fallback in the popupDana Jansens
2010-01-11More work on refreshing the focus cycle dialog when windows are ↵Dana Jansens
added/removed from the valid focus order
2010-01-11When a user id is specified, or --root, use the ID directly, don't try find ↵Dana Jansens
a client child of it
2010-01-11Add _OB_VERSION and _OB_APP_ROLE/CLASS/NAME/TYPEDana Jansens
Add _OB_VERSION property on the root window. Change _OB_ROLE/CLASS/NAME to _OB_APP_*. Add _OB_APP_TYPE which has a string for the type chosen for the window on mapping by Openbox. Adjust the rc.xml to match these changes.
2010-01-11Reuse ObFocusCyclePopupTargets when refreshing the focus cycle dialogDana Jansens
2010-01-11Redraw the focus cycle popup when the list of focusable windows changes, ↵Dana Jansens
rather than closing it
2010-01-11If a window is added to the focus order while focus cycling, stop the focus ↵Dana Jansens
cycling istead of crashing (See bug #4411)
2010-01-11Fix ordering so fallback for inactive osd to label worksMikael Magnusson
The themeing options (sic) for inactive osd labels added in cfdbe23e0d9b72b4c220a10ddf60a4e981967b63 had the fallback to inactive label before that was read in, so fallback failed to pick up some things.