Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4f2bf5df | 2012-08-07 20:13:18 | Rename 'socket' parameter to avoid shadowing the global declaration. | ||
| 20c1ecb8 | 2012-08-07 20:12:01 | Remove white space diff with X.Org. | ||
| f4e0469f | 2012-08-07 14:05:49 | support multibyte input to menu code; from Alexander Polakov with a tiny tweak. | ||
| 484812f4 | 2012-08-05 20:59:03 | Typo. From Pappe Kaugummi via jmc@. | ||
| b24d966b | 2012-08-05 19:52:22 | Force the use of mkdir to create directories. Recent autotools insist on using install-sh which is stupid | ||
| 809846dd | 2012-08-05 18:17:34 | update | ||
| eb59960f | 2012-08-05 18:14:29 | regen autotools | ||
| fe11647d | 2012-08-05 18:11:37 | Update to xserver 1.12.3. | ||
| 84755283 | 2012-08-05 18:08:05 | Automake 1.12 now uses autoconf 2.69. | ||
| 77e64dc4 | 2012-08-05 07:27:34 | Indent with tabs like the rest of the script. ok matthieu@ | ||
| 31da0ff7 | 2012-08-04 20:41:42 | If dbus is installed, start the daemon as part of the X session. That will help applications that depend on dbus beeing started. With ajacoutot@. | ||
| 3929020b | 2012-08-04 17:10:01 | Switch to automake 1.12/autoconf 2.68. 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. | ||
| 3bb512fa | 2012-08-04 16:59:11 | update | ||
| d71997c6 | 2012-07-23 05:50:37 | X.Org 7.7. | ||
| 259ab9a5 | 2012-07-22 22:34:55 | puffy 5.2 | ||
| bb0570e9 | 2012-07-22 19:12:13 | Rework a bit, add a subsection about radeon[old]. | ||
| 3a21326c | 2012-07-22 18:55:01 | This is now X.Org 7.7 | ||
| c433d84d | 2012-07-22 18:33:01 | Fix for ClickPad (xenocara part). On issue pointed gilles@ and matthieu@ ok gilles@, matthieu@, mpi@, miod@, deraadt@ | ||
| 9e50f2e0 | 2012-07-18 21:53:22 | Further simplify Xinerama init and re-init on XRR events. 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. | ||
| 476b0dcf | 2012-07-16 01:53:14 | unify various max routines to match client placement and partially menu ones when calculating screen dimensions. | ||
| 8a824409 | 2012-07-16 01:42:00 | check value | ||
| 147b66e3 | 2012-07-16 01:36:30 | move the HasXinerama check into screen_find_xinerama and simplify logic; moves closer to logic in menu code. | ||
| 94b92cf7 | 2012-07-13 17:01:04 | re-use geom struct in client_ctx (saved)geometry. | ||
| dbe156d7 | 2012-07-13 15:42:03 | Fix path to mesa sources | ||
| 6ee7c653 | 2012-07-13 15:21:35 | convert xmax/ymax uses to view geometry. | ||
| 3f2059e4 | 2012-07-13 14:18:04 | introduce screen "view" area and "work" area (gap applied) to simplify various blocks that require understanding the screen geometry. | ||
| 0e20e190 | 2012-07-13 13:00:28 | Lets gallium a chance to build with our llvm port | ||
| eba99e23 | 2012-07-13 12:55:32 | Let swrastg a chance to compile | ||
| 7d428aff | 2012-07-13 12:54:20 | Import swrastg the Gallium3D software rasterizer. It uses the softpipe 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@ | ||
| 87615d41 | 2012-07-13 12:43:30 | Import the infrastructure for building Gallium3D graphics drivers. Currently only software drivers are supported, looks ok to matthieu. | ||
| e754c845 | 2012-07-11 14:27:25 | sync | ||
| 23848418 | 2012-07-08 14:22:03 | two nits missing in previous commit | ||
| 4777ba76 | 2012-07-08 13:51:11 | Cleanup and uniform style. No functional changes. | ||
| 813879f8 | 2012-07-08 13:42:13 | Brown paperbag commit. 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. | ||
| 3ce93c9b | 2012-07-08 02:55:01 | fix atom for setting WM_STATE. | ||
| 8260032a | 2012-07-08 02:50:41 | fix atom for retrieving WM_STATE between re-exec's. | ||
| 0ec36603 | 2012-07-08 01:00:24 | remove a redundant assignment and another one up. | ||
| 25007b34 | 2012-07-07 16:45:03 | Update to freetype-2.4.10. With help and ok matthieu@ | ||
| a1f4d598 | 2012-07-07 12:03:53 | Unbreak GLX1.3 ctors with software dri, this makes clutter/cogl works with software accleration. Upstream commit d44f821213d7ed67fed18d6ea6c34b61a665c89e by Adam Jackson ok ajacoutot@, jasper@, robert@ | ||
| 73fa8c03 | 2012-07-07 12:00:49 | Don't enable INTEL_swap_event unconditionally and wait forever for an event that's not coming. This unbreak clutter/cogl and probably other toolkits. Upstream commit 25620eb1d277c6b80edb136eaeca12532fcfd3ce by Adam Jackson ok ajacoutot@, jasper@, robert@ | ||
| 37bdf57a | 2012-07-06 14:18:00 | querying for Xinerama should be done per display, not per screen, so move chuck to display init; allows some shuffling to occur limiting screen_init_xinerama()'s scope while keeping order intact. | ||
| 78655b3e | 2012-07-06 08:41:29 | Add a couple examples of keybindings using keysyms, as discussed with okan@ and sthen@. OK okan@, sthen@ | ||
| 43b628a3 | 2012-07-05 17:35:13 | the display's width and height are updated after an XRandR event so we 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. | ||
| e52aef56 | 2012-07-04 23:42:03 | assign and use screen ctx where appropriate and consistently. | ||
| 3a1ddcb1 | 2012-07-04 18:07:12 | use the screen ctx since we already have it assigned. | ||
| 74ef1605 | 2012-07-04 18:00:13 | fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, the 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. | ||
| d24974f4 | 2012-07-03 13:49:03 | re-implement atom handing; makes for a normalized and more consistent separation between cwm and ewmh. seen by a few. | ||
| 4e7dadde | 2012-06-30 13:59:54 | sync | ||
| 92df448a | 2012-06-30 13:31:03 | Update to xf86-input-synaptics 1.6.2 ok matthieu@, mpi@ | ||
| 5ffac9e6 | 2012-06-24 20:52:47 | Remove -Wredundant-decls gcc warning option. It causes lots of 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. | ||
| 075b81cb | 2012-06-24 20:43:25 | Link libIntelXvMC.so to pthread-stubs, not pthreads. Needed by future matthew@ patch. | ||
| 89289e99 | 2012-06-24 17:17:27 | Do not assume that merge.sh has the 'x' bit set. | ||
| 0e3d5a3a | 2012-06-23 12:27:31 | sync | ||
| eff85448 | 2012-06-21 20:02:28 | sync | ||
| 03c84451 | 2012-06-21 09:52:45 | Since the transition to Xserver 1.12, the standard vgaHW layer 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@ | ||
| 8ead23f2 | 2012-06-20 19:56:34 | Remove mac68k bits from Xenocara. 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. | ||
| 2f68a088 | 2012-06-18 19:55:23 | Don't unload sub-modules with xserver 1.12 | ||
| ca988274 | 2012-06-18 08:46:35 | sync | ||
| baeff298 | 2012-06-16 15:08:08 | screenFd -> consoleFd conversions that were missed in xserver 1.12 import. | ||
| aacc4fff | 2012-06-14 21:13:23 | Finish removing the impact driver. Those files were left over almost 4 years ago, and no one noticed. | ||
| 3911b7b4 | 2012-06-14 20:19:13 | Fix for new vgahw API. Problem reported by mpi@. Thanks. | ||
| b1c43b24 | 2012-06-12 18:59:42 | Update to xf86-input-synaptics 1.6.1 ok matthieu@ | ||
| efc79f59 | 2012-06-12 17:59:01 | zap extra brackets | ||
| 6810536b | 2012-06-12 17:44:56 | fix indent | ||
| c141be6b | 2012-06-12 17:19:01 | zap trailing space | ||
| 19315c6e | 2012-06-12 17:12:50 | Add support ButtonMapping ok matthieu@ | ||
| 90e4158e | 2012-06-12 17:11:23 | Small cleanup ok matthieu@ | ||
| 2bfb1dd8 | 2012-06-12 17:10:03 | Add missing XISetDevicePropertyDeletable and more information about error ok matthieu@ | ||
| b13ea1a2 | 2012-06-12 17:06:43 | Use xf86IDrvMsg in emumb.c instead of ErrorF ok matthieu@ | ||
| 3abd8f37 | 2012-06-12 17:04:43 | Fix some obvious constness-related compile warnings ok matthieu@ | ||
| 6e616a87 | 2012-06-11 21:56:37 | update | ||
| 3cbf2841 | 2012-06-11 21:21:54 | Update to xf86-video-openchrome 0.2.906 | ||
| 4b78f29c | 2012-06-11 19:26:23 | Update to xinput 1.6.0 | ||
| 2bd9f468 | 2012-06-11 19:24:48 | Update to libXi 1.6.1 | ||
| 55a68ef8 | 2012-06-11 19:23:03 | Update to libXft 2.3.1 | ||
| be4020d2 | 2012-06-11 19:18:54 | Update to libX11 1.5.0 | ||
| 7b5cab98 | 2012-06-11 19:16:00 | Update to libXaw 1.0.11. | ||
| 0899610f | 2012-06-10 16:31:54 | sync | ||
| acd1f5eb | 2012-06-10 16:30:14 | Update to 2.6 ok jasper@, krw@, matthieu@ | ||
| 73687d44 | 2012-06-10 13:33:51 | update | ||
| e60da745 | 2012-06-10 13:21:05 | Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. | ||
| e67183c5 | 2012-06-09 10:33:05 | Update for new vgaHW API | ||
| 0a37eba7 | 2012-06-09 09:33:55 | Update to xf86-input-vmmouse 12.9.0 | ||
| 46c42c31 | 2012-06-09 09:07:41 | Update to xorg-docs 1.7 | ||
| 53c868db | 2012-06-07 21:07:05 | MFC: Guard references to PCITAG / pciTag with XSERVER_LIBPCIACCESS fixes the radeonold driver with xserver 1.12. | ||
| 8d622ccd | 2012-06-07 20:57:40 | update. take X11R7.7 katamari in account. | ||
| c144ef53 | 2012-06-07 20:55:34 | Update to xf86-video-ati 6.14.4. Tested by jasper@, krw@, mpi@, shadchin@ | ||
| f4b3420b | 2012-06-07 20:48:44 | Don't unload sub-modules in xserver 1.12. Its implementation is broken. xf86UnloadSubModule() was a no-op in earlier versions. | ||
| c6a1665a | 2012-06-07 20:20:23 | Update to xterm 279. Tested by krw@, mpi@, shadchin@. | ||
| 0b7d54f7 | 2012-06-05 17:21:40 | sync | ||
| 4023d890 | 2012-06-05 17:03:49 | sync | ||
| d89f95e2 | 2012-06-04 10:18:45 | Fix build with XENOCARA_BUILD_DRI=No ok matthieu@ | ||
| 8fff4ad3 | 2012-06-02 23:23:12 | Fix build on i386. Previous commit was from an amd64 machine before checking i386. Noticed by naddy@ thanks. | ||
| 9984b239 | 2012-06-02 15:58:19 | If building against Xserver 1.12, disable video drivers that have not yet been updated to the video ABI changes. This makes testing of xserrver 1.12 easier. | ||
| 1636c55b | 2012-06-02 15:55:58 | Update xf86-video-glint to version 1.2.7 | ||
| 44fc413f | 2012-06-02 13:12:08 | update | ||
| 027633f1 | 2012-06-02 13:05:09 | Add support for X server privilege separation to pci_legacy_open_io() With privilege separation the X server enables legacy i/o port access during the early privileged initialization. Other calls should be no-op. Makes X server 1.12 happy with privilege separation. ok miod@ | ||
| ad896261 | 2012-05-20 08:52:47 | regen | ||
| 16aab7bc | 2012-05-20 08:52:23 | Automake magic incantation that permits setting CFLAGS on make cmd line. | ||
| 50687e78 | 2012-05-16 21:57:21 | get rid of more stray lines/spaces |