IABSD.fr/xenocara

Branch :


Log

Author Commit Date CI Message
d94ddf7b 2017-02-06 18:10:28 Call client_resize instead of client_move after client_placecalc since the size may also change. from Vadim Vygonets
4302c504 2017-02-05 05:52:14 update
919ceb9a 2017-02-05 05:49:06 sync
6f7c809e 2017-02-05 05:46:41 Merge libdrm 2.4.75
ae9658c5 2017-02-05 05:38:00 Import libdrm 2.4.75
98194d3d 2017-02-04 02:37:52 Note that xlock upstream moved, though we are unlikely to do a full import in future. ok matthieu@
ea91d729 2017-02-04 02:35:01 Bring in some changes from xlock 5.50 to prevent clang from erroring out on ambiguous overloaded operators. ok matthieu@
55c2cbbe 2017-02-03 04:43:07 initial sets for arm64
94428d02 2017-02-03 04:34:10 Initial notes for arm64. To be updated when xserver is tested.
85436d4c 2017-02-03 04:29:26 build wsudl on arm64
82b10e4b 2017-01-30 21:45:27 Reset SIGCHLD signal handler to previous value in error path, too. ok matthieu@
ebe1c204 2017-01-22 21:23:51 Disable linking of libi386 too (linking do libamd64 was already disabled, but I manage to commit the incomplete version). Noticed by sthen@. Thanks.
46583e14 2017-01-22 10:04:42 update
9da5c824 2017-01-22 10:04:05 sync
537f62ba 2017-01-22 09:54:53 Update to xf86-input-synaptics 1.9.0
e67ebe7a 2017-01-22 09:53:41 Update to xf86-input-mouse 1.9.2
a8cb3544 2017-01-22 09:53:08 Update to xf86-input-keyboard 1.9.0
b90c3778 2017-01-22 09:44:15 Update to xf86-input-joystick 1.6.3
145ab603 2017-01-21 18:40:20 Update to xf86-input-vmmouse 13.1.0
673af311 2017-01-21 16:17:24 update
cd197cfa 2017-01-21 11:23:09 Disable the shader cache in Mesa on powerpc. Its implementation uses gcc atomic builtins on a 64 bit integer which is not supported on 32 bit powerpc. Makes 3D work again on a PowerBook G4 with an ATI RV350 video card. tweak and ok jsg@
97409b6e 2017-01-19 05:53:24 Merge Mesa 13.0.3
6d4ad6fa 2017-01-19 05:38:52 Import Mesa 13.0.3
b93dd40b 2017-01-16 22:44:23 sync
63b8ae52 2017-01-16 22:43:49 Install new available config files, missed in fontconfig update. Pointed out by Nils Reusse <n.reusse@hxgn.net>. Thanks.
ad504d07 2017-01-15 21:07:44 Typo on binding name; from Redouan Ait Mallouk.
0a3df257 2017-01-13 13:58:47 sync
7a54dc44 2017-01-13 11:48:20 Update to freetype-doc-2.7.1
2c7d3378 2017-01-13 11:26:31 Freetype-2.7.1
8c605c12 2017-01-13 11:19:58 Update to FreeType-2.7.1 i386 bulk build by sthen@ amd64 bulk build by naddy@ OK matthieu@
88785e0a 2017-01-05 21:18:20 Ensure client stays inbound on key-based resize; based on logic existing in key-based client move; from Vadim Vygonets.
cbf6956c 2017-01-02 18:37:23 update
c438d527 2017-01-02 16:40:02 Update to xf86-video-dummy 0.3.8
f0c1142d 2017-01-02 16:35:51 Update to xf86-video-geode 2.11.19. tested on Geode LX (Alix 3C3).
c503a0e7 2016-12-31 08:21:39 Use the unlocked atomic path in Mesa when just __arm__ is defined and don't assume the builtin atomics are present with __ARM_ARCH_6__ and later as base gcc with -march=armv6 doesn't have them.
1eaac10a 2016-12-19 14:17:26 When a window has a user or program specified position, ensure the edge of the final position is at least viewable and warp'able by the difference of bwidth; prevents mapping windows completely off the virtual screen.
a726dc7e 2016-12-16 07:31:10 update
1b36c183 2016-12-16 07:28:34 Update to libXpm 3.5.12
54858cb1 2016-12-11 16:03:25 disable additional rules to regen sources when xxd is not found Found the hard way by Mark Patruck and naddy. Didn't encounter it here with a post import build for reasons unknown.
2047dff5 2016-12-11 10:03:01 disable additional rules to regen sources when python is not found After a cvs import timestamps change which triggers rules that attempt to call python to regenerate files. When python is not found this generates empty files that override those from the distfile, breaking the build. When building inside xenocara python is never found as the pkg paths are not searched.
d353257b 2016-12-11 08:59:23 update
3ef016d9 2016-12-11 08:56:16 sync
e2d98075 2016-12-11 08:53:19 Merge Mesa 13.0.2
a53e30e0 2016-12-11 08:25:29 Import Mesa 13.0.2
13e3ebc4 2016-12-06 21:59:33 stray newlines
62c01a2e 2016-12-06 21:54:10 Add search_print_text(), a default callback for mi->print in menu_filter(). While here, normalize the remaining search_print_* argument paramters.
dd468cc4 2016-12-06 21:09:22 Consistent use of menuq_add for ssh menu.
642c4932 2016-12-06 21:03:58 Now that dim.{x,y} are available early, use them before requiring a MotionNotify event.
a623680c 2016-12-06 21:00:13 Set dim.{x,y} during client_init and update on resize, instead of (re)calculating only when applying hints.
382e777e 2016-12-06 15:03:13 'window-search' is spelled 'menu-window'; the former snuck in during the conversion('menu-window' already existed and was properlly documented); found the hard way by sthen@ while trying to convert.
52901073 2016-12-02 17:02:17 Fold unbinding functions into one for each, key and mouse; plugs a leak when unbinding a mouse button bound to a command.
a5a92122 2016-12-02 16:50:19 use the correct type
e6d0e038 2016-12-02 05:41:52 Drop the local diff to avoid calling drm set/drop master ioctls, the kernel implements these as noops now.
c6068df3 2016-12-01 20:28:19 Tame the number of 'exec' and 'path' search_match wrappers. No functional change now, though more can likely go later, losing the (paritally complete or incomplete/broken) argument completion bits.
1e51789c 2016-12-01 18:44:09 Switch ssh menu to search_match_text; like group/window/cmd menus, use only a substring match. The previous matching is only intended for the exec menus.
5a905031 2016-12-01 18:17:52 Change 'menu-window' to display all windows; then add 'menu-window-hidden' for the previous behaviour of 'menu-window'. 'menu-window' becomes the default binding; use 'bind-mouse "1" menu-window-hidden' to restore old behaviour for those who prefer. OK sthen@ (long long time ago on a different version)
58b2eb54 2016-12-01 17:17:27 Normalize bind function names, based on a few categories: window, group, menu and pointer. Replace 'bind' and 'mousebind' options with 'bind-key' and 'bind-mouse', respectively, replace special 'unmap' keyword with 'unbind-key' and 'unbind-mouse', and additionally allow unbinding all with 'all' keyword.
03543ab3 2016-11-27 16:16:17 update
51625783 2016-11-26 11:49:15 Preserve aspect ratio of camera image in Xv output. OK jca@
339adf11 2016-11-25 23:58:13 Implement an OpenBSD specific codepath for drmGetDevice The existing code walks all of /dev looking for different types of drm nodes. We just have primary nodes and can directly map the minor number to a path. ok kettenis@
06724bcd 2016-11-25 23:52:06 Implement drmParsePciBusInfo for OpenBSD by using the new DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@
68ce36bf 2016-11-25 23:48:50 Implement drmParsePciDeviceInfo for OpenBSD by using the new DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@
ed28609b 2016-11-25 23:44:40 Implement drmParseSubsystemType for OpenBSD. Always return DRM_BUS_PCI for now. No non-pci drm drivers are in the kernel and this is unlikely to change anytime soon as the existing ones aren't permissively licensed. ok kettenis@
038e4849 2016-11-25 23:41:29 Implement drmGetMinorNameForFD for systems without sysfs by adapting drm_get_device_name_for_fd() from the Mesa loader. ok kettenis@
840635d0 2016-11-23 18:40:00 sync
01003b67 2016-11-19 14:22:05 Enable builds with a dedicated user for xenocara as well. "push forward" deraadt; no objections matthieu; testing, input & ok rpe
07352edf 2016-11-19 08:56:27 Set permissions of mandoc.db and xetcsum explicitly, so they don't depend on the umask. push forward deraadt; no objections matthieu
750df2fc 2016-11-19 08:45:51 Fix a copy-paste error that resulted in the parent directory being chowned instead of only the symlink. no objections matthieu
b142ca47 2016-11-19 08:43:19 Set permissions of fonts.dir and fonts.scale explicitly, so they don't depend on the umask. For historical reasons, ${BINGRP}=wheel here, so use 'bin' instead of ${BINGRP} to set the group of /etc/fonts/conf.d push forward deraadt; no objections matthieu
d1cd8816 2016-11-19 08:38:15 Set permissions of fontconfig cache files, fonts.dir and fons.scale explicitly, so they don't depend on the umask. push forward deraadt; no objections matthieu
014a2c67 2016-11-19 08:36:48 Set permissions of xorg.db and xetc.tgz explicitly, so they don't depend on the umask. push forward deraadt; no objections matthieu
a76f791a 2016-11-19 05:50:39 update
05dc4b63 2016-11-19 05:47:39 sync
b2fcf886 2016-11-19 05:45:00 Merge libdrm 2.4.73
90bdad6a 2016-11-19 05:36:14 Import libdrm 2.4.73
5c15bd89 2016-11-15 18:43:09 Use an additional check with lstat(2) when d_type is unknown. from James McDonald via portable.
c33b3529 2016-11-15 00:22:02 revert previous; upcoming changes will hopefully deal with these more naturally.
706ee110 2016-11-15 00:07:03 Add a wrapper based upon xevent handlers around client move/resize for key and mouse bindings.
d1853910 2016-11-14 21:25:59 Define callbacks, then default bindings.
a78a7245 2016-11-14 19:56:05 Reorganize for upcoming changes.
f5f2a608 2016-11-14 13:52:33 Remove the (8) default bindings for pointer move since they conflict with default bindings for emacs, which wins; the feature remains and can be bound to whatever users wish with cwmrc(5). from mpi@
8d7fd554 2016-11-13 14:42:48 update
03c23f9b 2016-11-13 14:42:27 Update to xf86-video-ati 7.7.1 Tested by jsg@, Rafael Sadowski and myself on various hardware.
8dbc1a3a 2016-11-11 16:22:02 regen
a525e5d3 2016-11-11 16:21:50 SU is not needed without xdmcp support
da72443d 2016-11-11 15:58:47 regen
12abc80a 2016-11-11 15:58:35 Xsession cleanup: - remove mkstemp conditional it's always there - remove USE_XPM conditional - remove SCO and Unixware bits that survived so far
d5119169 2016-11-11 15:25:34 regen
0a3295ec 2016-11-11 15:25:17 Keep only on Xservers file. The Xservers.fs file makes no sense in xenodm.
7b0a63b4 2016-11-08 13:22:55 Fix X11 property retrieval code Just stop when reaching the end of property list instead of reading forever past its end. Issue was introduced in my previous commit and reported by deraadt@
82d2f016 2016-11-07 19:34:11 sync
861ac301 2016-11-07 19:32:28 track xcb-util-xrm
617afc97 2016-11-07 19:31:57 enter xcb-util-xrm/
86496c10 2016-11-07 19:25:35 add generated autoconf bits
1a446eda 2016-11-07 19:22:59 remove unneeded bits
44c5a3cd 2016-11-07 19:20:35 add xcb-util-xrm-1.0 ok matthieu@
cf398e78 2016-11-06 14:00:37 More unused code, when xdm-authorization is not used.
4289726d 2016-11-06 13:48:48 Remove a number of unused prototypes
4ebe34ee 2016-11-06 13:40:33 The SIGFUNC type definition is unused now
eb59d703 2016-11-06 13:37:28 Good bye <setjmp.h> and associated definitions.