wxWidgets/src
Vadim Zeitlin 2340a16d18 Allow increasing the size of the last column in wxDataViewCtrl
Previously, the last column couldn't be effectively resized at all, as
its size was always automatically set to the remaining width of the
window after subtracting the widths of all the previous columns. Now
this is only done if this remaining width is greater than the width
given to the column by the user or by the program.

Effectively, this means that the user can now drag-resize the column to
increase its size (at the price of showing the horizontal scrollbar).

See #18295.
2018-12-15 14:27:52 +01:00
..
aui Implement wxAuiNotebook::HitTest() 2018-12-09 15:52:30 +01:00
common Fix wxInfoBar close button size in high DPI 2018-12-10 19:48:04 +01:00
dfb Remove redundant wxDFBDCImpl::m_mm_to_pix_[xy] members 2018-12-06 03:30:55 +01:00
expat@b99766ce61 Update expat submodule 2018-11-17 19:05:12 +01:00
generic Allow increasing the size of the last column in wxDataViewCtrl 2018-12-15 14:27:52 +01:00
gtk Override DoEnable() instead of Enable() in wxGTK controls 2018-12-09 19:21:51 +01:00
gtk1 Compute wxDCImpl::m_mm_to_pix_[xy] on demand 2018-12-06 03:30:55 +01:00
html Fix build without precompiled headers 2018-11-26 23:51:40 +01:00
jpeg@e951f6ed63 Exclude unnecessary files in the submodules from release archives 2017-11-16 23:37:36 +01:00
motif Compute wxDCImpl::m_mm_to_pix_[xy] on demand 2018-12-06 03:30:55 +01:00
msw Make disabling the window before creating it actually work 2018-12-09 19:20:50 +01:00
osx fixing macOS sound crash 2018-12-03 14:42:27 +01:00
png@772e393c7e Update png submodule 2018-11-17 19:06:32 +01:00
propgrid Replace wxDeprecatedGUIConstants enum values 2018-11-25 21:29:32 +01:00
qt Fix wxBitmap::GetRawData() in wxQt 2018-12-13 15:24:54 +01:00
regex Work around signed/unsigned comparison warnings in regex code 2017-05-27 18:36:24 +02:00
ribbon Replace wxDeprecatedGUIConstants enum values 2018-11-25 21:29:32 +01:00
richtext Fix unannotated fall-through warnings 2018-11-25 21:29:37 +01:00
stc Replace wxDeprecatedGUIConstants enum values 2018-11-25 21:29:32 +01:00
tiff@c70cb3d7b4 Update tiff submodule 2018-11-17 19:08:40 +01:00
univ Replace wxDeprecatedGUIConstants enum values 2018-11-25 21:29:32 +01:00
unix Replace wxDeprecatedGUIConstants enum values 2018-11-25 21:29:32 +01:00
x11 Compute wxDCImpl::m_mm_to_pix_[xy] on demand 2018-12-06 03:30:55 +01:00
xml wx/xml: Implement line-ending modes for xml saves 2017-05-30 14:31:59 +02:00
xrc Fix wxUnknownControlContainer background handling 2018-09-20 19:19:15 +02:00
zlib@5888671274 Use zlib submodule with "wx_zlib_" prefix 2017-12-08 02:38:47 +01:00