Home
last modified time | relevance | path

Searched +full:xquartz +full:- (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glx/apple/
DRELEASE_NOTES12 Thread support has been improved since the libGL in XQuartz 2.3.2.1.
46 Clobber events are not generated due to low-level architectural
51 Due to basic low-level architectural differences the usage of shared
63 can be run remotely and displayed by XQuartz. This means you can run
64 applications from a remote host on an XQuartz X server.
/external/mesa3d/
D.travis.yml12 - XORG_RELEASES=http://xorg.freedesktop.org/releases/individual
13 - XCB_RELEASES=http://xcb.freedesktop.org/dist
14 - WAYLAND_RELEASES=http://wayland.freedesktop.org/releases
15 - XORGMACROS_VERSION=util-macros-1.19.0
16 - GLPROTO_VERSION=glproto-1.4.17
17 - DRI2PROTO_VERSION=dri2proto-2.8
18 - LIBPCIACCESS_VERSION=libpciaccess-0.13.4
19 - LIBDRM_VERSION=libdrm-2.4.74
20 - XCBPROTO_VERSION=xcb-proto-1.11
21 - LIBXCB_VERSION=libxcb-1.11
[all …]
/external/python/cpython2/Lib/idlelib/
DmacosxSupport.py32 _tk_type = "xquartz"
69 return _tk_type == "xquartz"
75 1. Apple Cocoa-based Tk 8.5.7 shipped with Mac OS X 10.6 is unusable.
76 2. Apple Cocoa-based Tk 8.5.9 in OS X 10.7 and 10.8 is better but
126 # Due to a (mis-)feature of TkAqua the user will also see an empty Help
132 closeItem = Bindings.menudefs[0][1][-2]
137 del Bindings.menudefs[0][1][-3:]
142 del Bindings.menudefs[-1][1][0:2]
145 del Bindings.menudefs[-2][1][0]
156 end = -1
[all …]
DconfigHandler.py3 Refer to the comments at the beginning of config-main.def for a description of
40 cfgFile - string, fully specified configuration file name
147 Default config files, self.defaultCfg --
149 (idle install dir)/config-{config-type}.def
151 User config files, self.userCfg --
153 (user home dir)/.idlerc/config-{config-type}.cfg
178 idleDir, 'config-' + cfgType + '.def')
180 userDir, 'config-' + cfgType + '.cfg')
234 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
251 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
[all …]
/external/python/cpython3/Lib/idlelib/
Dmacosx.py26 _tk_type = "xquartz"
68 return _tk_type == "xquartz"
75 1. Apple Cocoa-based Tk 8.5.7 shipped with Mac OS X 10.6 is unusable.
76 2. Apple Cocoa-based Tk 8.5.9 in OS X 10.7 and 10.8 is better but
120 ' running IDLE (via System Preferences -> Dock).'
162 # Due to a (mis-)feature of TkAqua the user will also see an empty Help
168 closeItem = mainmenu.menudefs[0][1][-2]
173 del mainmenu.menudefs[0][1][-3:]
178 del mainmenu.menudefs[-1][1][0:2]
181 del mainmenu.menudefs[-3][1][0:2]
[all …]
Dconfig.py1 """idlelib.config -- Manage IDLE configuration information.
3 The comments at the beginning of config-main.def describe the
11 database keys are tuples (config-type, section, item). As implemented,
13 config-type keys 'main', 'extensions', 'highlight', and 'keys'. The
46 cfgFile - string, fully specified configuration file name
155 Default config files, self.defaultCfg --
157 (idle install dir)/config-{config-type}.def
159 User config files, self.userCfg --
161 (user home dir)/.idlerc/config-{config-type}.cfg
187 idleDir, 'config-' + cfgType + '.def')
[all …]
/external/libxkbcommon/xkbcommon/
DNEWS1 libxkbcommon 0.5.0 - 2014-10-18
4 - Added support for Compose/dead keys in a new module (included in
6 xkbcommon/xkbcommon-compose.h header file for more details.
8 - Improved and reordered some sections of the documentation.
10 - The doxygen HTML pages were made nicer to read.
12 - Most tests now run also on non-linux platforms.
14 - A warning is emitted by default about RMLVO values which are not used
19 - Added symbol versioning for libxkbcommon and libxkbcommon-x11.
23 - Removed several compatablity symbols from the binary (the API isn't
26 1. Were compiled against a pre-stable (<0.2.0) version of libxkbcommon, and
[all …]
/external/mesa3d/src/glx/
Dglxext.c3 * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
33 * GLX protocol interface boot-strap code.
54 #include <X11/Xlib-xcb.h>
105 * a GLX event, and then handle the various sub-event types there, rather in XEXT_GENERATE_ERROR_STRING()
117 switch ((wire->u.u.type & 0x7f) - glx_dpy->codes->first_event) { in XEXT_GENERATE_ERROR_STRING()
122 aevent->event_type = awire->type; in XEXT_GENERATE_ERROR_STRING()
123 aevent->serial = awire->sequenceNumber; in XEXT_GENERATE_ERROR_STRING()
124 aevent->event_type = awire->event_type; in XEXT_GENERATE_ERROR_STRING()
125 aevent->draw_type = awire->draw_type; in XEXT_GENERATE_ERROR_STRING()
126 aevent->drawable = awire->drawable; in XEXT_GENERATE_ERROR_STRING()
[all …]