redtide

Results 45 issues of redtide

I'm interested in translating Carla into Italian language, so I worked on Catia as a starting point. Before submitting a PR I would like to discuss here which kind of...

On Windows the `host()` function returns the native widget `HWND` handle directly: ```cpp using host_view_handle = HWND; using host_window_handle = HWND; class base_view : non_copyable { public: // ... host_view_handle...

In the examples' CMake files, when building out of the Elements source tree and `ELEMENTS_ROOT` is not set, an error is thrown. This seems to cause difficulties for QtCreator IDE...

A combobox, as described by [Qt] and [wxWidgets], is a combination of a textbox (editable or read only) and a listbox/menu to display a list of selectable items. Currently Elements...

Currently Elements supports custom theme configuration globally, it would be nice to extend in some way this feature also per widget. For example I would like to customize the [group](https://github.com/cycfi/elements/blob/master/lib/include/elements/element/gallery/group.hpp)...

I started to create a Qt host for elements but I'm not sure if this is really doable with the current status of Cairo Qt backend. I made a custom...

TODO

Consider this an half way between a feature request and an idea I had these days, which depends on personal preferences. I noticed that on the GH page of the...

I haven't found any function that can make some element to be visible or not, neither to enable or disable, is there some way currently?