Lines Matching +full:xquartz +full:-
1 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
31 - If Xvfb is not available, the x11comp test is now correctly skipped
34 - Benchmarks were moved to a separate bench/ directory.
36 - Build fixes from OpenBSD.
38 - Fixed a bug where key type entries such as "map[None] = Level2;" were
41 - New API:
45 libxkbcommon 0.4.3 - 2014-08-19
48 - Fixed a bug which caused xkb_x11_keymap_new_from_device() to misrepresent
53 - Fixed a bug which caused xkb_x11_keymap_new_from_device() to ignore XKB
56 - Modifiers are now always fully resolved after xkb_state_update_mask().
57 Previously the given state components were used as-is, without
59 Note: this only affects non-standard uses of xkb_state_update_mask().
61 - Added a test for xkbcommon-x11, "x11comp". The test uses the system's
65 - Fixed memory leaks after parse errors in the XKB yacc parser.
68 libxkbcommon 0.4.2 - 2014-05-15
71 - Fixed a bug where explicitly passing "--enable-x11" to ./configure would
74 - Added @since version annotations to the API documentation for everything
77 - Added a section to the documentation about keysym transformations, and
80 - XKB files which fail to compile during keymap construction can no longer
85 - Fix an out-of-bounds array access in src/x11/util.c:adopt_atoms()
86 error-handling code.
90 libxkbcommon 0.4.1 - 2014-03-27
93 - Converted README to markdown and added a Quick Guide to the
97 - Added two new functions, xkb_state_key_get_utf{8,32}(). They
100 (espcially for multiple-keysyms-per-level).
102 - The xkb_state_key_get_utf{8,32}() functions now apply Control
111 - The consumed modifiers for a key are now calculated similarly
115 - Make xkbcommon-x11 work with the keymap reported by the XQuartz
120 - Reduce memory usage during keymap compilation some more.
122 - New API:
127 - Deprecated API:
131 - Bug fixes.
133 libxkbcommon 0.4.0 - 2014-02-02
136 - Add a new add-on library, xkbcommon-x11, to support creating keymaps
138 See the xkbcommon/xkbcommon-x11.h header file for more details.
139 This library requires libxcb-xkb >= 1.10, and is enabled by default.
140 It can be disabled with the --disable-x11 configure switch.
142 library (libxkbcommon-x11.so, xkbcommon-x11.pc, xkbcommon/xkbcommon-x11.h)
146 - Fix the keysym <-> name lookup table to not require huge amounts of
149 - Fix a bug in the keysym <-> name lookup, whereby lookup might fail in
152 - Reduce memory usage during keymap compilation.
154 - New API:
160 libxkbcommon 0.3.2 - 2013-11-22
163 - Log messages from the library now look like "xkbcommon: ERROR" by
164 default, instead of xkbcomp-like "Error: ".
166 - Apply capitalization transformation on keysyms in
171 - Support byacc for generating the parser, in addition to Bison.
173 - New API:
179 - Bug fixes.
182 libxkbcommon 0.3.1 - 2013-06-03
185 - Replace the flex scanner with a hand-written one. flex is no longer
188 - New API:
194 libxkbcommon 0.3.0 - 2013-04-01
197 - Allow passing NULL to *_unref() functions; do nothing instead of
200 - The functions xkb_keymap_num_levels_for_key() and
201 xkb_keymap_get_syms_by_level() now allow out-of-range values for the
205 - The function xkb_keysym_get_name() now types unicode keysyms in
206 uppercase and 0-padding, to match the format used by XKeysymToString().
208 - Building Linux-specific tests is no longer attempted on non-Linux
211 - The function xkb_keymap_new_from_names() now accepts a NULL value for
215 - New API:
218 - Bug fixes.