| Age | Commit message (Collapse) | Author |
|
still basically untested
|
|
reduce flickering by keeping pixels if we know the background didn't change
panel text is now gone, it would require us to redraw every transparent
widget on top, which is a bad tradeoff since that panel text isn't very
useful anyway.
|
|
|
|
Fractional expand is now supported like Qt, and also per row/column
instead of as a widget attribute.
Instead of margins, you're now supposed to use empty rows/columns instead.
Spacer is also gone, use empty rows/columns with minimum size.
Layout engine is prepared to directly calculate edit, button, etc.
sizes without subclassing these controls
|
|
also do it automatically when adding widget to layout, no more
calling applyfonts manually
|
|
|
|
|
|
|
|
doesn't work right on Win95/NT 3.51
|
|
also some unrelated combobox fixes
|
|
|
|
not totally sure whether that's actually better
|
|
|