Gustav Jansson

Results 18 comments of Gustav Jansson

I switched over to SDL2 a while back as it already has this and more features that I want (screen queries + haptics among others), so while I don't need...

Changed to alpha, as this needs to be in the design from an early stage

Mainly 2 reasons: 1. I have a friend who plays a logic game to "relax his brain" and 2. I needed/wanted a simple way to try out how "dynamic menus"...

Functions bound with State:SetObj doesn't seem to require self, so a standard dot call [should suffice](https://github.com/madeso/selene-test/blob/master/test_obj_readme.cc), however I'm facing problems with SetObj and std::string ( #141 ). In the mean...

http://www.kirix.com/forums/viewtopic.php?f=16&t=528&start=0&st=0&sk=t&sd=a > Hi, > > As prompted by a bug report about the lack of keyboard navigation in wxAUI, here's a class that can help a bit (though we should...

This is pretty much done. It only needs another color setting for the highlighted text.

Shortcut to temporarily disable all autocompletes Backspace/delete a delimiter should delete the matching version Support selected text when typing a quote character

The L is a null, since selene automaps all c++ types to lua. I got it working by binding a lua library and requiring said library: https://github.com/madeso/selene-test/blob/master/test_custom_print.cc There is a...

Perhaps it shouldn't be a dialog and instead be a "smart" dropdown like this: http://wxcode.sourceforge.net/components/keybinder/

_Inspirations_ Nice collection of colors in a grid. Some tiles should perhaps be larger than others? http://social.technet.microsoft.com/wiki/contents/articles/27747.windows-phone-custom-color-picker-for-windows-phone.aspx Another dropdown like example: ![picker](http://www.nanoda.com/public/images/tutorial/flash_color/3-pick-color.jpg) HSL color picker: http://www.workwithcolor.com/hsl-color-picker-01.htm Hexagon color picker: http://www.w3schools.com/tags/ref_colorpicker.asp...