Christian Fillion

Results 27 comments of Christian Fillion

> how do I get my repo into ReaPack by default, without users having to manually add it? It can be added to the list of known free third-party repositories...

Could this new behavior be controled separately from `ConfigMacOSXBehaviors`? (Or perhaps `ConfigMacOSXBehaviors` could accept behavior flags instead of a bool?) I use dear imgui in an application that has a...

Nothing I can do about the option itself: the application is not mine (I only provide a dear imgui backend&bindings as a plugin for use in other plugins and user...

Why is `center` x and y one `ImVec2` parameter, but `radius` x and y are two `float` parameters? Two different ways of doing the same thing in the same signature...

Thanks! Back then I didn't want to use `GetThemeColor` to be compatible with prior versions. (Ended up reversing parts of struct's layout as of v6.24rc7–[here](https://github.com/cfillion/reaimgui/blob/dd8934bb25ef196f50e8d41820cbd8987c5ff4b1/vendor/reaper_colortheme.h) in case anyone else needs...

SWELL draws the GUI elements by itself on Linux. It doesn't use the GTK theme. The look and feel can be customized through the `libSwell.colortheme` file.

For anyone having the same issue @xwizard had with VS2015's cl.exe writing to VCToolsTelemetry.dat: There's a way to disable this unwanted data collection with a registry edit: https://msdn.microsoft.com/en-us/library/ee225238.aspx#Anchor_5 On my...