| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-02-12 | using g_slice_new() instead of g_new() part 1 | Dana Jansens | |
| 2010-02-12 | have obt refresh the xlib keyboard stuff on mappingnotify events | Dana Jansens | |
| 2010-02-12 | destroy XIC's that belong to an XIM before closing the XIM, else Xlib will ↵ | Dana Jansens | |
| seggie! | |||
| 2010-02-12 | Check node->name for null | Mikael Magnusson | |
| Seems to happen sometimes with a well placed xml comment. | |||
| 2010-02-11 | dont print warnings when reading keys which dont generate text | Dana Jansens | |
| 2010-02-11 | make control keys work in menus/dialogs/etc with the new obt code, using ↵ | Dana Jansens | |
| XLookup stuff | |||
| 2010-02-11 | initialize the action shutdown function to NULL | Dana Jansens | |
| 2010-02-11 | pass an input context to the interactive input function | Dana Jansens | |
| 2010-02-11 | make menu input work with the new obt keyboard stuff. | Dana Jansens | |
| create an Input Context for use during keyboard grabs, and use this to translate KeyPress events properly. make the menu respond to KeyPress events, since these are the only ones that can be translated properly, but still execute things from KeyRelease events | |||
| 2010-02-11 | make the menu use the new obt stuff when reading keyboard input so it can ↵ | Dana Jansens | |
| handle input from the non-base group and composed input | |||
| 2010-02-11 | make obt translate keypress events to a valid utf8 character (note this ↵ | Dana Jansens | |
| makes openbox not compile) | |||
| 2010-02-11 | don't strip the state for keyboard events | Dana Jansens | |
| this allows translation of keys not in the base keyboard layout | |||
| 2010-02-11 | add interface in obt to create an Input Context for a window | Dana Jansens | |
| 2010-02-11 | create an X Input Method in obt for the app to use for all input | Dana Jansens | |
| 2010-02-11 | get xlib to reload the keyboard on MappingNotify events | Dana Jansens | |
| 2010-02-11 | XKB header comes from obt | Dana Jansens | |
| 2010-02-11 | check the xkb version before using it | Dana Jansens | |
| 2010-02-11 | make 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-11 | add an optional shutdown function which actions can register | Dana Jansens | |
| 2010-02-11 | i 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-09 | dont assert when there is no valid key layout present | Dana Jansens | |
| 2010-02-10 | Use correct ac variable in version.h.in | Mikael Magnusson | |
| 2010-02-09 | don't link libobt into libobrender | Dana 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-08 | fixing up obxprop manpage | Dana Jansens | |
| 2010-02-08 | Merge branch 'backport' into work | Dana Jansens | |
| 2010-02-08 | add doc/obxprop.1 to gitignore | Dana Jansens | |
| 2010-02-08 | Add obxprop manpage to install | Dana Jansens | |
| 2010-02-08 | Update the manpage for obxprop | Dana Jansens | |
| Specify that it allows you to specify properties on the command line. Update the variable names to _OB_APP_*. | |||
| 2010-02-05 | Merge branch 'backport' into work | Dana Jansens | |
| 2010-01-28 | Init all fonts to NULL, so if they arent in the config they use the default font | Dana Jansens | |
| 2010-01-28 | Add a hook to unset the client in the open menu frame instead of closing it | Mikael Magnusson | |
| Also nukes menu_frame_hide_all_client() as it is now unused. | |||
| 2010-01-28 | Don't close the menu when you held control even for execute | Mikael Magnusson | |
| 2010-01-28 | Don't alt-tab to skip_taskbar iconic windows if they have parents | Mikael Magnusson | |
| 2010-01-27 | make 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-24 | Fix bug #4492 better, the test in openbox-gnome-session needs to be inverted | Dana Jansens | |
| 2010-01-18 | adjust 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-15 | don't use client_move() to end a move | Dana 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-15 | allow multiple escaped _'s in a menu label, and allow a real _ to come later ↵ | Dana Jansens | |
| in the label (Fixes bug #4355). | |||
| 2010-01-15 | make edge detection for maximized windows only look at the edges of screens | Dana Jansens | |
| 2010-01-15 | catch 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-15 | if 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-15 | Remember the maximized state of a window when it goes fullscreen and try ↵ | Dana Jansens | |
| restore it after | |||
| 2010-01-14 | If 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-14 | allow app rules to match windows by their title when mapping | Dana Jansens | |
| and save the title in the _OB_APP_TITLE property | |||
| 2010-01-14 | if openbox isn't running, show messages on the console rather than just ↵ | Dana Jansens | |
| losing them (like when another WM is running) | |||
| 2010-01-14 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/frame.c | |||
| 2010-01-14 | Update hungarian translation. | Laszlo Dvornik | |
| 2010-01-14 | Prefer to use larger images and scale down than to scale up (more distortion) | Dana Jansens | |
| 2010-01-14 | don't resize the label to 0 | Dana Jansens | |
| 2010-01-12 | Fixes bug #4492 (mis-using the return value of grep -q in ↵ | Dana Jansens | |
| openbox-gnome-session script | |||
