dumblob

Results 1350 comments of dumblob

Yep, this would be a very nice addition! I for myself use it in Blackberry 10 Calendar actually only in a "boolean fashion" - to know whether the day is...

For the record this is how the bars look like in a Blackberry 10 Calendar in a **daily view** (the bar with day numbers as a collapsed form of "Monthly...

>The "JUCE way" is only to be understood as fixed + a fancy set of methods to successively subdivide rectangles. I've tried to find any documentation describing positioning and/or layouting...

@jpcima thanks for the link. This method of "chopping rectangles off from the original big canvas by dividing it horizontally or vertically" seems very easy to use. One could say...

Please post your source code (snippet) to see what are you doing. Interesting will be: your makefile (or gcc/clang/... options), then all your includes in all your header files (except...

Another approach would be to enhance the daily view with some sort of "peak into the week/month around the day". E.g. what I mentioned in https://github.com/SimpleMobileTools/Simple-Calendar/issues/1749#issuecomment-1153647349 . Basically Simple Calendar...

@LennertSchneider @itsuhane could you maybe first try disabling the conversion from `float` to `short` in `nuklear.h` and post your results here (i.e. pictures and the backends you've used)? I'm asking...

@itsuhane thank you for the reaction. Now I'm thinking again about your proposal: >As a proposal, there could be a global macro like `NK_VERTEX_VALUE_TYPE`, which defaults to `short`, but allow...

Feel free to make a pull request :wink: (see also our issues tracker - at least https://github.com/vurtun/nuklear/issues/202 , https://github.com/vurtun/nuklear/issues/349 , https://github.com/vurtun/nuklear/issues/749 ).

@vurtun gathered most of them. @vurtun would you have any hints?