Roy Jérémie

Results 6 comments of Roy Jérémie

I could do a PR, but I would just delete these 3 lines, so I think it is better to understand the original intent first ;)

Thanks for answering :) We extensively extended the querybuilder using nearly only plugins and a bit of jquery extends. We had to patch some internal prototypes because we have async...

That may comes from me. I agree that a coding standard would be great. Also a bit of doc about some of the design philosophy would help as well. (Mostly...

Well, at this stage, it would be great to have a feedback from Garry :) We should try not to be emotional about decision and keep it friendly. But we...

Ok, fix is trivial : #ifdef _MSC_VER #define GWEN_FNULL "NUL" #define va_copy(d,s) ((d) = (s)) #else #define GWEN_FNULL "/dev/null" #endif If someone with a clean branch can push it...

I checked a bit the code, and this seems easy to fix. Should we keep the option to create a button which keep mouse focus ? It sounds like this...