Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-25 | import from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC1 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC1 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC1 | Matthieu Herrb | |
2013-05-23 | alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceed | Okan Demirmen | |
to grab keys in keybindingq. we don't need to ungrab/grab on every addition to the queue, just once with a complete keybindingq; simplify grabbing keys per screen (during init) and during a MappingNotify. while here, change conf_grab_{kbd,mouse} to require only a Window. | |||
2013-05-22 | since we don't have any screens yet, there's no reason to conf_{,un}grab | Okan Demirmen | |
here; just build keybindingq. | |||
2013-05-22 | get rid of long standing XXX: now that we configure screens based on | Okan Demirmen | |
config options, add the keybinding GrabKey calls here | |||
2013-05-22 | move validation of pointer Button into conf_mousebind so we check | Okan Demirmen | |
validity during the parse phase and not bother adding it to the queue, instead of each time a client needs to grab (when it's too late); furthermore, make this a config error, stop parsing and load the default config. | |||
2013-05-22 | sync with src changes | Okan Demirmen | |
2013-05-21 | handle _NET_WM_STATE ClientMessage; from Alexander Polakov. | Okan Demirmen | |
2013-05-20 | stray whitespace | Okan Demirmen | |
2013-05-20 | handle _NET_ACTIVE_WINDOW ClientMessage; from Alexander Polakov. | Okan Demirmen | |
2013-05-20 | add support for _NET_WM_STATE_MAXIMIZED_{HORZ,VERT}; from Alexander Polakov. | Okan Demirmen | |
while I'm unsure of the final look of _NET_WM_STATE, there's no reason to delay this support. | |||
2013-05-20 | - configure menuwin with the screen, then create the xft drawable using | Okan Demirmen | |
the menu window since that's the only place on which we draw - elminate the need to change the drawable on every font draw | |||
2013-05-20 | no reason to pass around *sc when it's already in menu_ctx. | Okan Demirmen | |
2013-05-19 | move the 2 small font helper functions to xutil.c | Okan Demirmen | |
2013-05-19 | move the rest of xft init into screen_conf, since most of it is based on | Okan Demirmen | |
config parameters. | |||
2013-05-19 | - switch border colors to Xft | Okan Demirmen | |
- merge border/menu color structures/functions since they now both use Xft - switch xu_xorcolor to operating on XftColor instead of just XRenderColor (basically adding pixel) - if color name allocation fails, revert back to default (this, along with font validation should occur during config parse, but we don't have screens setup yet - likely to change at some point) | |||
2013-05-19 | add support for _NET_CLOSE_WINDOW | Okan Demirmen | |
2013-05-19 | treat WM_CHANGE_STATE like other atoms | Okan Demirmen | |
2013-05-19 | use XGetWMProtocols and simplify WM_PROTOCOL handling | Okan Demirmen | |
2013-05-19 | simplify | Okan Demirmen | |
2013-05-19 | install radeon_surface.h as well | Jonathan Gray | |
2013-05-19 | Don't try to start an ssh agent if $SSH_AGENT_PID is already set. | Antoine Jacoutot | |
ok matthieu@ | |||
2013-05-19 | Merge the following commit from upstream: | Antoine Jacoutot | |
Touch: Fix duplicate TouchBegin selection with virtual devices http://cgit.freedesktop.org/xorg/xserver/commit/?id=314776eb369ca2e438907795ae030dd743c281fc This fixes gtk+3 applications crashing with 'BadImplementation' error. ok matthieu@ | |||
2013-05-14 | if -> ifdef | Okan Demirmen | |
2013-05-14 | - let callers of font_draw figure out (and pass) the color instead of an | Okan Demirmen | |
'active' flag. - use strlen() inside of font_draw; the only instance where it wasn't used happened to be ignored on a subsequent draw. | |||
2013-05-14 | Create the obj dir when building the gallium driver. | Antoine Jacoutot | |
ok matthieu@ | |||
2013-05-12 | update | Matthieu Herrb | |
2013-05-12 | update | Matthieu Herrb | |
2013-05-12 | Remove calls to miInitializeBackingStore() and includes of mibstore.h | Matthieu Herrb | |
mibstore.h defines miInitializeBackingStore() as an empty stub, and goes away in xserver 1.14. | |||
2013-05-11 | swap x/y calculations in kbd move/resize to match those in the respective ↵ | Okan Demirmen | |
mouse functions | |||
2013-05-11 | new -> init | Okan Demirmen | |
2013-05-11 | replace conf_{gap,color,font} with conf_screen since really we are | Okan Demirmen | |
configuring the screen *after* parsing, just as we do a conf_client on client manage. | |||
2013-05-10 | more type fixes for mask/button | Okan Demirmen | |
2013-05-10 | spacing | Okan Demirmen | |
2013-05-10 | int type fixes | Okan Demirmen | |
2013-05-10 | fix KeySym type | Okan Demirmen | |
2013-05-07 | border width/color makes sense for some, so put it back | Okan Demirmen | |
2013-05-06 | negative values for borderwith, moveamount, snapdist and gap are | Okan Demirmen | |
configuration errors, so warn and load defaults. | |||
2013-05-06 | remove group in client_delete directly. | Okan Demirmen | |
2013-05-06 | border width/color makes no sense on menuwin | Okan Demirmen | |
2013-05-03 | Update to xf86-input-mouse 1.9.0. | Alexandr Shadchin | |
ok matthieu@ | |||
2013-05-03 | Update to xf86-input-keyboard 1.7.0. | Alexandr Shadchin | |
ok matthieu@ | |||
2013-05-03 | Start dbus-launch in a consistent way int xinitrc and Xsession and fix | Antoine Jacoutot | |
an indent weirdness while here. ok matthieu@ | |||
2013-05-02 | - no need to position and size the menu window before an Expose event | Okan Demirmen | |
since we'll be calculating required size later anyway; allows us to consolidate all prompt/display/search string building goop into menu_draw. - reset the pos/size of menuwin when leaving a menu. - reverse the 'prompt' NULL check to be consistent with 'initial' one and fix a whitespace nit while here. | |||
2013-05-02 | zap leftover debug printf | Okan Demirmen | |
2013-05-02 | get rid of cc->name in the resize box and make dimensions more readable. | Okan Demirmen | |
2013-05-02 | only redraw the name/size box when the client resizes, not every time | Okan Demirmen | |
there's movement; should slightly help with resize syncs. |