Results 12 issues of rpaciorek

fix issue mention by dhitchen in PR1267

Hi, this is proposition to add Python API to Ogre-next generated by SWIG. The SWIG as Ogre Component approach is inspired by Python API from Ogre 1.x. This is updated...

enhancement

add configurable clipboard manager plugin with option to save clipboard history

add options to show application icons on window in pager and show desktop names in pager

allow add directory listing menu entry to menu plugin

allow configure multiple timezone / locales for clock - switching via mouse scroll

vbox plugin allow put elements on fbpanel verticaly (one one above the other)

MultiColumnList override per item custom text color (set via `ListboxTextItem::setTextColours`) in `FalagardMultiColumnList::createRenderGeometry`: ``` const ColourRect normalTextCol = getOptionalColour(UnselectedTextColourPropertyName, ListboxTextItem::DefaultTextColour); const ColourRect selectedTextCol = getOptionalColour(SelectedTextColourPropertyName, ListboxTextItem::DefaultTextColour); [...] if (auto textItem =...

* do not use timer for selection, due to issue with `Engine.time_scale == 0` * deciding on redraw based on target cell change * deciding on send to system based...