Commit graph

7326 commits

Author SHA1 Message Date
Dana Jansens
e02f788409 allow non-normal windows to go to 0,0. and remove a debugging g_print 2010-03-25 18:11:13 -04:00
David Barr
15d7f7103e Add menu seperator style to Clearlooks
The default themerc is quite old and does not include the slightly newer
option to theme the menu seperator, here is a patch to fix that and some
very trivial tweaks to overall theme to better match the metacity/gtk
version.
2010-03-09 13:01:48 +01:00
Dana Jansens
64adc0eeba add a function client_is_oldfullscreen() that determines if a window is an "oldschool fullscreen window" or not. use this throughout. and allow oldschool fullscreen windows to move to 0,0 even with a strut there. 2010-03-01 16:32:27 -05:00
Dana Jansens
28df6162a9 when an app tries to move to 0,0 and there is a strut there (java swing!), move it to inside the strut instead (unless it is an oldschool fullscreen app) 2010-03-01 16:32:23 -05:00
Dana Jansens
cfce98840a missing a g_slice_free 2010-02-26 15:36:44 -05:00
Dana Jansens
daa2e0ab71 libexecdir is provided by automake, and gnome-settings-daemon is not always in /usr/libexecdir, use the dir from automake 2010-02-24 13:32:32 -05:00
Dana Jansens
115039fb49 Type is a mandatory field of a .desktop, so add it to the old gnome-interfacing-desktop file 2010-02-24 13:32:32 -05:00
Dana Jansens
6976f4198b Show client menu on right click anywhere on a window frame (left and right were excluded) 2010-02-21 13:40:22 -05:00
Tobias Gläßer
54a808fe42 Added shade-icon to client-menu 2010-02-21 16:35:30 +01:00
Dana Jansens
59c831642a make array large enough 2010-02-19 17:17:14 -05:00
Dana Jansens
b7ddaa5728 get the modifier mask for a modifier key that is pressed/released more accurately, using the table we built already for other purposes 2010-02-19 16:59:28 -05:00
Dana Jansens
4418e6988b save the state of the modifiers only when starting an interactive action 2010-02-19 15:53:36 -05:00
Dana Jansens
2c5d755bd8 move the startup command launching into a helper function 2010-02-17 16:15:08 -05:00
Dana Jansens
bcc31faf7e revamp the autostart functionality, so autostart apps launch after openbox.
add /usr/libexec/openbox-autostart which runs the global/user scripts and
  launches /usr/libexec/openbox-xdg-autostart (which runs .desktop autostart
  stuff)

make openbox-session call openbox with --startup option, to make openbox launch
  /usr/libexec/openbox-autostart *after* it is initialized.

add /etc/xdg/openbox/environment and ~/.config/openbox/environment files to let
  user change environment variables (locale) for their Openbox session, which
  openbox-session loads before running openbox.
2010-02-17 16:11:36 -05:00
Dana Jansens
7d71fb8a77 don't use a variable as a format string 2010-02-17 11:44:12 -05:00
Dana Jansens
4d28614680 Add skeleton for start of dot-desktop-file parser 2010-02-16 22:10:07 -05:00
Dana Jansens
a8554def0e lower the default submenu show delay 2010-02-16 22:00:48 -05:00
Dana Jansens
a891a188d0 a couple more g_free() to g_slice_free()'s 2010-02-16 16:41:21 -05:00
Dana Jansens
d179d6428a more using g_slice_new() instead of g_new() 2010-02-16 16:32:38 -05:00
Dana Jansens
d45af3cb45 missed a g_free() that should be g_slice_free() 2010-02-16 16:04:47 -05:00
Dana Jansens
343ca097f7 dont trust the _NET_ACTIVE_WINDOW timestamp. (fixes bug #4519)
if we decide to focus the window, do not use their provided timestamp.
chromium gives a very old timestamp, which means we think we're focusing the
window but it never actually gets focus, leading to inconsistent behaviour by
openbox.  use the timestamp for making decisions about passing focus if you
want (we dont right now), but not for the XSetInputFocus call.
2010-02-15 13:48:04 -05:00
Mikael Magnusson
f011ce4c99 Remove mismerge-added files 2010-02-13 03:43:56 +01:00
Dana Jansens
1265a23e53 include imlib2 as a dep of obrender in the pkg-config file if it's using it 2010-02-12 15:13:39 -05:00
Dana Jansens
3f5403a916 make the obt .pc file do -lobt, not -lobrender 2010-02-12 15:09:03 -05:00
Dana Jansens
aeac3b735b remove a bunch of g_new()/g_free() by returning Rect const*'s from screen area functions when possible 2010-02-12 14:37:33 -05:00
Dana Jansens
e61fd8874a use g_slice_new() instead of g_new() part 4 2010-02-12 14:13:32 -05:00
Dana Jansens
890e13b919 use g_slice_new() instead of g_new() part 3 2010-02-12 14:03:24 -05:00
Dana Jansens
4f93731cdb use g_slice_new() instead of g_new() part 2 2010-02-12 13:55:26 -05:00
Dana Jansens
1d57f7b085 using g_slice_new() instead of g_new() part 1 2010-02-12 13:44:10 -05:00
Dana Jansens
98c86118ca have obt refresh the xlib keyboard stuff on mappingnotify events 2010-02-12 13:31:49 -05:00
Dana Jansens
7c2eb3a781 destroy XIC's that belong to an XIM before closing the XIM, else Xlib will seggie! 2010-02-12 09:37:46 -05:00
Mikael Magnusson
aa5394cad2 Check node->name for null
Seems to happen sometimes with a well placed xml comment.
2010-02-12 05:07:44 +01:00
Dana Jansens
35ce211ec3 dont print warnings when reading keys which dont generate text 2010-02-11 15:15:01 -05:00
Dana Jansens
096dad0c6c make control keys work in menus/dialogs/etc with the new obt code, using XLookup stuff 2010-02-11 15:07:08 -05:00
Dana Jansens
6c760c5a63 initialize the action shutdown function to NULL 2010-02-11 14:58:53 -05:00
Dana Jansens
5b6f3c6f7a pass an input context to the interactive input function 2010-02-11 14:39:09 -05:00
Dana Jansens
08269cefbc make menu input work with the new obt keyboard stuff.
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 14:17:59 -05:00
Dana Jansens
62f8a5c49b make the menu use the new obt stuff when reading keyboard input so it can handle input from the non-base group and composed input 2010-02-11 14:06:03 -05:00
Dana Jansens
41dbce908a make obt translate keypress events to a valid utf8 character (note this makes openbox not compile) 2010-02-11 14:06:00 -05:00
Dana Jansens
43d62990e4 don't strip the state for keyboard events
this allows translation of keys not in the base keyboard layout
2010-02-11 13:34:46 -05:00
Dana Jansens
8f1ea42bb1 add interface in obt to create an Input Context for a window 2010-02-11 11:27:36 -05:00
Dana Jansens
6e280e9f53 create an X Input Method in obt for the app to use for all input 2010-02-11 11:16:17 -05:00
Dana Jansens
e83803b8b0 get xlib to reload the keyboard on MappingNotify events 2010-02-11 11:01:19 -05:00
Dana Jansens
c745d0573a XKB header comes from obt 2010-02-11 11:01:19 -05:00
Dana Jansens
8add92416d check the xkb version before using it 2010-02-11 11:01:18 -05:00
Dana Jansens
580e2167f8 make the execute action not segfault when using a prompt (bug #4543)
also save the client when using a prompt so it can be used if you choose "yes" from the prompt
2010-02-11 11:01:18 -05:00
Dana Jansens
2202f11f23 add an optional shutdown function which actions can register 2010-02-11 11:01:18 -05:00
Dana Jansens
c168faee63 i learnt what xkb does with the state.
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-11 11:01:15 -05:00
Dana Jansens
e9070fe7da dont assert when there is no valid key layout present 2010-02-09 21:01:58 -05:00
Mikael Magnusson
4f83a15fa1 Use correct ac variable in version.h.in 2010-02-10 02:29:53 +01:00