Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-04 | If dbus is installed, start the daemon as part of the X session. | Matthieu Herrb | |
That will help applications that depend on dbus beeing started. With ajacoutot@. | |||
2012-08-04 | Switch to automake 1.12/autoconf 2.68. | Matthieu Herrb | |
Note that I don't plan to regenerate all the autotools files now. It's a lazy update that will only take effect when autotools files are re-generated, upon updates or for another reason. | |||
2012-08-04 | update | Matthieu Herrb | |
2012-07-23 | X.Org 7.7. | Matthieu Herrb | |
2012-07-22 | puffy 5.2 | Todd T. Fries | |
2012-07-22 | Rework a bit, add a subsection about radeon[old]. | Matthieu Herrb | |
2012-07-22 | This is now X.Org 7.7 | Matthieu Herrb | |
2012-07-22 | Fix for ClickPad (xenocara part). On issue pointed gilles@ and matthieu@ | Alexandr Shadchin | |
ok gilles@, matthieu@, mpi@, miod@, deraadt@ | |||
2012-07-18 | Further simplify Xinerama init and re-init on XRR events. | Okan Demirmen | |
While testing for Xinerama during setup was done display-wide, each time XineramaQueryScreens() is called either in start-up or due to an XRR event, the library re-tests for the Xinerama extension anyway before moving on; so the initial test is redundant and allows another global to go away with one other change: always fill in sc->xinerama (and _no), regardless of the success of malloc in XineramaQueryScreens(), and use it to see if Xinerama dimensions exist when asked by client and/or menu code. | |||
2012-07-16 | unify various max routines to match client placement and partially menu ones | Okan Demirmen | |
when calculating screen dimensions. | |||
2012-07-16 | check value | Okan Demirmen | |
2012-07-16 | move the HasXinerama check into screen_find_xinerama and simplify logic; | Okan Demirmen | |
moves closer to logic in menu code. | |||
2012-07-13 | re-use geom struct in client_ctx (saved)geometry. | Okan Demirmen | |
2012-07-13 | Fix path to mesa sources | Martin Pieuchot | |
2012-07-13 | convert xmax/ymax uses to view geometry. | Okan Demirmen | |
2012-07-13 | introduce screen "view" area and "work" area (gap applied) to simplify | Okan Demirmen | |
various blocks that require understanding the screen geometry. | |||
2012-07-13 | Lets gallium a chance to build with our llvm port | Martin Pieuchot | |
2012-07-13 | Let swrastg a chance to compile | Martin Pieuchot | |
2012-07-13 | Import swrastg the Gallium3D software rasterizer. It uses the softpipe | Martin Pieuchot | |
driver by default but can also use the llvmpipe driver that use LLVM for code generation if available. Not yet linked to the build as it depends on pthreads and we don't know yet how to handle the switch from the default 'swrast' driver, but having it in tree will help testing and debugging the remaining issues. Tested by ajacoutot@ and matthieu@, looks ok to matthieu@ | |||
2012-07-13 | Import the infrastructure for building Gallium3D graphics drivers. | Martin Pieuchot | |
Currently only software drivers are supported, looks ok to matthieu. | |||
2012-07-11 | sync | Todd T. Fries | |
2012-07-08 | two nits missing in previous commit | Alexandr Shadchin | |
2012-07-08 | Cleanup and uniform style. No functional changes. | Alexandr Shadchin | |
2012-07-08 | Brown paperbag commit. | Matthieu Herrb | |
Prodded by espie@ I reviewed the history of OpenBSD local changes carefully and found a number of merge errors accumulated over the complicated CVS history of this driver. This the 6.14.4 code + OpenBSD local fixes as it should be. | |||
2012-07-08 | fix atom for setting WM_STATE. | Okan Demirmen | |
2012-07-08 | fix atom for retrieving WM_STATE between re-exec's. | Okan Demirmen | |
2012-07-08 | remove a redundant assignment and another one up. | Okan Demirmen | |
2012-07-07 | Update to freetype-2.4.10. | David Coppa | |
With help and ok matthieu@ | |||
2012-07-07 | Unbreak GLX1.3 ctors with software dri, this makes clutter/cogl works with | Martin Pieuchot | |
software accleration. Upstream commit d44f821213d7ed67fed18d6ea6c34b61a665c89e by Adam Jackson ok ajacoutot@, jasper@, robert@ | |||
2012-07-07 | Don't enable INTEL_swap_event unconditionally and wait forever for an | Martin Pieuchot | |
event that's not coming. This unbreak clutter/cogl and probably other toolkits. Upstream commit 25620eb1d277c6b80edb136eaeca12532fcfd3ce by Adam Jackson ok ajacoutot@, jasper@, robert@ | |||
2012-07-06 | querying for Xinerama should be done per display, not per screen, so | Okan Demirmen | |
move chuck to display init; allows some shuffling to occur limiting screen_init_xinerama()'s scope while keeping order intact. | |||
2012-07-06 | Add a couple examples of keybindings using keysyms, as discussed | David Coppa | |
with okan@ and sthen@. OK okan@, sthen@ | |||
2012-07-05 | the display's width and height are updated after an XRandR event so we | Okan Demirmen | |
don't need to pass down the new values to screen_update_geometry(); so just read the width/height values directly for both uses of screen_update_geometry(). prep for further changes in this area. | |||
2012-07-04 | assign and use screen ctx where appropriate and consistently. | Okan Demirmen | |
2012-07-04 | use the screen ctx since we already have it assigned. | Okan Demirmen | |
2012-07-04 | fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, the | Okan Demirmen | |
window manager didn't know if a client supported CLIENT_PROTO_DELETE and thus used a hammer, XKillClient. behaviour reported by Tim van der Molen. | |||
2012-07-03 | re-implement atom handing; makes for a normalized and more consistent | Okan Demirmen | |
separation between cwm and ewmh. seen by a few. | |||
2012-06-30 | sync | Alexandr Shadchin | |
2012-06-30 | Update to xf86-input-synaptics 1.6.2 | Alexandr Shadchin | |
ok matthieu@, mpi@ | |||
2012-06-24 | Remove -Wredundant-decls gcc warning option. It causes lots of | Matthieu Herrb | |
noise in OpenBSD system headers. requested by espie@, ok guenther@. Note that this will only take effect once configure scripts and Makefile.in are re-generated. This will happen in a not too short future. | |||
2012-06-24 | Link libIntelXvMC.so to pthread-stubs, not pthreads. | Matthieu Herrb | |
Needed by future matthew@ patch. | |||
2012-06-24 | Do not assume that merge.sh has the 'x' bit set. | Matthieu Herrb | |
2012-06-23 | sync | Todd T. Fries | |
2012-06-21 | sync | Todd T. Fries | |
2012-06-21 | Since the transition to Xserver 1.12, the standard vgaHW layer | Martin Pieuchot | |
that depends on libpciaccess and is broken on macppc, so use vgaHWSetMmioFuncs() instead of vgaHWSetStdFuncs() and unbreak the nv driver on this platfrom. ok matthieu@ | |||
2012-06-20 | Remove mac68k bits from Xenocara. | Matthieu Herrb | |
The imake config bits are not removed. Those files are frozen, until they can be removed, once the last port that still uses imake dies. | |||
2012-06-18 | Don't unload sub-modules with xserver 1.12 | Matthieu Herrb | |
2012-06-18 | sync | Todd T. Fries | |
2012-06-16 | screenFd -> consoleFd conversions that were missed in xserver 1.12 import. | Matthieu Herrb | |
2012-06-14 | Finish removing the impact driver. Those files were left over | Matthieu Herrb | |
almost 4 years ago, and no one noticed. |