Ivan Baidakou

Results 29 issues of Ivan Baidakou

By default webkit opens pages (including pages on local disk) with `iso-8859-1` encoding. There is no API in wxWebview to tune that defaults. The list of webview settings can be...

### Summary Changes to recipe: **lib/fltk** #### Motivation It is not necessary to build fltk 1.4.x with dependencies on dbus, gtk, wayland, and xkb. They are optional for fltk itself,...

### Summary Changes to recipe: **lib/c-ares** #### Motivation There is a `CARES_THREADS` option which allows to build thread-(unsafe) library version. I would be nice to have an option for that...

Hello, we use wxPanel as open gl canvas to visualize [vtk](https://vtk.org/) and [open cascade](https://dev.opencascade.org/) . In simple case their API is like "please, give native window id, and our library...

feature

Hi, I've tried the following minimal program: ```cpp #include class MyFrame : public wxFrame { public: MyFrame() : wxFrame(nullptr, wxID_ANY, "Minimal wxWidgets App") { wxMenuBar* menuBar = new wxMenuBar(); menuBar->SetFont(menuBar->GetFont().Scale(10.));...

low priority
feature

Hi. Our company has a complex app and we use quite a complex property grid. To achieve the desired visual effect, we cannot find how-to render an custom valueless property...

Hi, Our company has met the following issue: when prop grid parent is main frame, the selected property background is blue, and when it's parent is another panel, then the...

Hi, I've noted terrible performance in debug mode. So, I started to dig what's the problem... and I found algorithmic no issues in your code. So, the performance degradation is...