Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-05-20 Thread Ran Benita
On Wed, May 09, 2012 at 12:10:57PM -0400, Kristian Høgsberg wrote: Hi Ran, Hi. Let me just point you to this branch as well: http://cgit.freedesktop.org/~krh/libxkbcommon/log/?h=keysyms I've been talking with Daniel about this in IRC, but I thought you might want to take a look too.

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-05-09 Thread Ran Benita
On Tue, May 08, 2012 at 05:35:23PM +0100, Daniel Stone wrote: Hi Ran, Sorry for the delay, have been sidetracked by core Wayland stuff for a bit. Hi! Thanks a bunch for all your last changes too, I've merged everything except the DFLT_XKB_CONFIG_ROOT change and the Unicode tests. Again for

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-05-09 Thread Kristian Høgsberg
Hi Ran, Let me just point you to this branch as well: http://cgit.freedesktop.org/~krh/libxkbcommon/log/?h=keysyms I've been talking with Daniel about this in IRC, but I thought you might want to take a look too. With those patches the API is completely self-contained. We still need xproto,

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-05-09 Thread Daniel Stone
Hi, On 9 May 2012 16:13, Ran Benita ran...@gmail.com wrote: On Tue, May 08, 2012 at 05:35:23PM +0100, Daniel Stone wrote: Thanks a bunch for all your last changes too, I've merged everything except the DFLT_XKB_CONFIG_ROOT change and the Unicode tests.  Again for the Unicode tests I want to

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-05-09 Thread Ran Benita
On Wed, May 09, 2012 at 06:20:35PM +0100, Daniel Stone wrote: On 9 May 2012 16:13, Ran Benita ran...@gmail.com wrote: On Tue, May 08, 2012 at 05:35:23PM +0100, Daniel Stone wrote: Thanks a bunch for all your last changes too, I've merged everything except the DFLT_XKB_CONFIG_ROOT change and

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-05-08 Thread Daniel Stone
Hi Ran, Sorry for the delay, have been sidetracked by core Wayland stuff for a bit. Thanks a bunch for all your last changes too, I've merged everything except the DFLT_XKB_CONFIG_ROOT change and the Unicode tests. Again for the Unicode tests I want to use UTF-8 rather than UCS-4 and will get to

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-04-11 Thread Ran Benita
On Mon, Apr 02, 2012 at 12:04:25PM +0100, Daniel Stone wrote: Hi, On 1 April 2012 16:31, Ran Benita ran...@gmail.com wrote: Also, I might as well mention that I rather like the following interface from the libabc demo library (it's public domain):

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-04-02 Thread Michal Suchanek
On 1 April 2012 17:31, Ran Benita ran...@gmail.com wrote: On Tue, Mar 27, 2012 at 02:59:13PM +0100, Daniel Stone wrote: Hi Ran, On 24 March 2012 15:24, Ran Benita ran...@gmail.com wrote: There's some unrelated groups of commits here. I've tried to arrange them such that they can be picked

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-04-02 Thread Daniel Stone
Hi, On 1 April 2012 16:31, Ran Benita ran...@gmail.com wrote: On Tue, Mar 27, 2012 at 02:59:13PM +0100, Daniel Stone wrote:      Have a sane fallback strcasecmp Eh, if your system doesn't have strcasecmp, then I'm pretty sure it's not my problem.  I've removed the fallback entirely.

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-04-02 Thread Daniel Stone
Hi, On 2 April 2012 11:30, Michal Suchanek hramr...@gmail.com wrote: I guess the expectations of different people will differ. However, CapsLock and NumLock are shared in all systems I tried connecting multiple keyboards to so I don't see why Shift should be different. Note that there are

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-04-01 Thread Ran Benita
On Tue, Mar 27, 2012 at 02:59:13PM +0100, Daniel Stone wrote: Hi Ran, On 24 March 2012 15:24, Ran Benita ran...@gmail.com wrote: There's some unrelated groups of commits here. I've tried to arrange them such that they can be picked selectively if needed. Great stuff, thanks. I've

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-04-01 Thread Ran Benita
On Wed, Mar 28, 2012 at 07:07:57PM +0100, Daniel Stone wrote: Hi, On 27 March 2012 14:59, Daniel Stone dan...@fooishbar.org wrote: In terms of what I have coming up, aside from the context API and vmod merging, I've got a branch that actually adds multiple-keysym support that I just need

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-03-28 Thread Daniel Stone
Hi, On 27 March 2012 14:59, Daniel Stone dan...@fooishbar.org wrote: In terms of what I have coming up, aside from the context API and vmod merging, I've got a branch that actually adds multiple-keysym support that I just need to fix up and put in.  After that, my rough TODO list is (rough

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-03-27 Thread Daniel Stone
Hi Ran, On 24 March 2012 15:24, Ran Benita ran...@gmail.com wrote: There's some unrelated groups of commits here. I've tried to arrange them such that they can be picked selectively if needed. Great stuff, thanks. I've pulled most of it, aside from:      Remove remaining uses of X11/X.h

[PULL libxkbcommon] Some more fixes and minor enhancements

2012-03-24 Thread Ran Benita
There's some unrelated groups of commits here. I've tried to arrange them such that they can be picked selectively if needed. The following commits are simple bug fixes and cleanup: Mention xkb_state_new can return NULL Properly free xkb_state's Fix latin8 upper/lower case check