Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-27 | Update to xserver 1.16.1. | Matthieu Herrb | |
Tested by naddy@, jsg@ & kettenis@ | |||
2014-09-27 | Missed file in libXfont 1.5.0 update | Matthieu Herrb | |
2014-09-27 | Update to libXfont 1.5.0 | Matthieu Herrb | |
Tested together with xserver 1.16.1 by naddy@, jsg@ & kettenis@ | |||
2014-09-27 | Update to fontsproto 2.1.3 | Matthieu Herrb | |
2014-09-27 | Update to xf86-video-vmware 13.0.2 | Matthieu Herrb | |
2014-09-27 | include <xf86.h> explicitely in preparation for xserver 1.16 | Matthieu Herrb | |
2014-09-27 | include <xf86.h> explicitely in preparation for xserver 1.16 | Matthieu Herrb | |
2014-09-27 | Use PCIOCREADMASK to size the PCI BARs. This makes more parts of libpciaccess | Mark Kettenis | |
usable when machdep.allowaperture is zero. ok matthieu@ | |||
2007-11-24 | xserver 1.4 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC1 | Matthieu Herrb | |
2014-09-24 | Reduce diffs with upstreams. No functional change. | Matthieu Herrb | |
2014-09-23 | Update _NET_CURRENT_DESKTOP with the screen's group_active->num. | Okan Demirmen | |
2014-09-23 | Move stuff that doesn't belong in group_init; while here, explicitly | Okan Demirmen | |
initialize hideall and cycling. | |||
2014-09-22 | sync | Todd T. Fries | |
2014-09-18 | Move motion time check to the top of each MotionNotify block (and | Okan Demirmen | |
eliminate from ButtonRelease); further limits the amount of work done outside the threshold, notably mousefunc_sweep_calc, screen_find_xinerama and client_snapcalc. | |||
2014-09-17 | these client actions are just toggles; less confusing with better names | Okan Demirmen | |
2014-09-17 | ewmh states _NET_WM_STATE_STICKY should not alter position | Okan Demirmen | |
2014-09-17 | Use a similarly named check as sticky for hidden check in a group. | Okan Demirmen | |
2014-09-17 | don't toggle _WM_STATE_HIDDEN here yet | Okan Demirmen | |
2014-09-17 | Update to xkeyboard-config 2.12. | Alexandr Shadchin | |
plus fix for fr(oss) from Daniel Jakots <vigdis at chown dot me> ok matthieu@ | |||
2014-09-17 | Implement EWMH _NET_WM_STATE_HIDDEN. | Okan Demirmen | |
2014-09-17 | Introduce a check to see if a group holds only 'sticky' clients and use | Okan Demirmen | |
this check to decide if a group is virtually empty. Rationale: if a group contains *only* 'sticky' clients, it should be skipped while cycling through groups. Apply similar logic to the group menu. Based on an idea from phessler@, who also tested another version. | |||
2014-09-15 | use similiar style for client flags | Okan Demirmen | |
2014-09-11 | Remove incorrect cast in kbfunc_exec. In kbfunc_ssh, reverse logic on | Okan Demirmen | |
truncation check so it's obvious. | |||
2014-09-10 | fold in 'active' into 'flags' | Okan Demirmen | |
2014-09-08 | move the check for an empty queue up during cycle | Okan Demirmen | |
2014-09-08 | name the group client queue appropriately, like other queues | Okan Demirmen | |
2014-09-08 | more style nits and wrapping | Okan Demirmen | |
2014-09-08 | since mruq has been folded in, rename mru-named functions | Okan Demirmen | |
2014-09-08 | Remove duplicate client queue (mruq); instead, remove and take the | Okan Demirmen | |
global Clientq and place it inside screen_ctx since every client belongs to a screen, then use the same per screen clientq to track stacking order (the sole reason for mruq). | |||
2014-09-08 | Now that a group knows its screen, only pass down the group_ctx. | Okan Demirmen | |
2014-09-07 | Add screen_ctx to group_ctx, and populate on init. | Okan Demirmen | |
2014-09-07 | more style nits | Okan Demirmen | |
2014-09-07 | screen_fromroot -> screen_find | Okan Demirmen | |
2014-09-07 | Get rid of a redundant array of groups per screen; we already have a | Okan Demirmen | |
link to the group queue for each screen. | |||
2014-09-07 | update | Jonathan Gray | |
2014-09-07 | Mesa 10.2.7 | Jonathan Gray | |
2014-09-07 | Merge Mesa 10.2.7 | Jonathan Gray | |
2014-09-07 | Import Mesa 10.2.7 | Jonathan Gray | |
2014-09-07 | Import Mesa 10.2.7 | Jonathan Gray | |
2014-09-06 | Few style nits; extend 'path' to MAXPATHLEN. | Okan Demirmen | |
2014-09-06 | generic sighandler | Okan Demirmen | |
2014-09-06 | style nit | Okan Demirmen | |
2014-09-06 | Move termpath and lockpath into cmdq; side effect is that 'lock' and | Okan Demirmen | |
'term' now show up in the application menu. | |||
2014-09-06 | Rework group names: stash the group name inside the group_ctx as opposed | Okan Demirmen | |
to having to manage an array outside in screen_ctx for group names and shortcuts. Simplifies (and moves bits for) reading, and constructing data for, EWMH's _NET_DESKTOP_NAMES. | |||
2014-09-02 | bring menu bits closer together | Okan Demirmen | |
2014-09-01 | add explicit paran and drop some empty lines bringing like functions closer | Okan Demirmen | |
2014-09-01 | Merge group_menu into mousefunc_menu_group. | Okan Demirmen | |
2014-08-31 | Fix the HAVE_UUID_CREATE code now that its gets used: | Matthieu Herrb | |
- fix temp declaration - use snprintf instread of strcpy() | |||
2014-08-31 | Get rid of the 'nocreate' feature, unused for 6 years and stop | Matthieu Herrb | |
building the xetcXX.tgz set |