wxwidgets/src
Dimitri Schoolwerth 9dd88e0159 Undo removal of text alignment for wxDataViewCtrl's RenderText()
Revert e2e7d3d391 (Fix wxELLIPSIZE_END with wxALIGN_RIGHT in wxMSW
wxDataViewCtrl, 2016-03-18). This fix is no longer needed after
the previous commit reverted b642747fd2.

Reverting also allows for text to be drawn vertically aligned again
instead of always using top-left alignment. While the difference in
appearance by not having alignment can be minor with default row
heights, it becomes more noticeable with taller rows:
a wxDataViewCheckIconText column with a tall icon will have its text
stuck to the top of a row while other columns have their text vertically
centered. This already occurs by default when not explicitly specifying
an alignment (wxDVR_DEFAULT_ALIGNMENT) which results in
wxALIGN_CENTRE_VERTICAL being used for row alignment when rendering.
2021-08-08 20:21:31 +02:00
..
aui Remove redundant code 2021-06-14 15:10:46 +03:00
common Undo removal of text alignment for wxDataViewCtrl's RenderText() 2021-08-08 20:21:31 +02:00
dfb Remove unnecessary c_str() from wx var arg functions arguments 2021-07-04 15:08:13 +01:00
expat@adaa0c379b Update expat to the latest 2.2.10 release 2020-12-30 23:33:55 +01:00
generic Provide information in wxListEvent for generic virtual wxListCtrl 2021-08-06 21:28:24 +02:00
gtk Revert "Store clipping box coordinates in device units in wxWindowDCImpl, wxGTKDCImpl" 2021-07-27 17:25:30 +02:00
gtk1 Remove unnecessary c_str() from wx var arg functions arguments 2021-07-04 15:08:13 +01:00
html Add convenient wxFileName::GetAbsolutePath() wrapper and use it 2021-07-11 14:51:31 +01:00
jpeg@8524936115 Upgrade libjpeg to the latest 9d version 2020-04-04 00:46:40 +02:00
motif Add wxCursor ctor from XPM data to all ports 2021-04-18 01:14:36 +01:00
msw Undo mimicking faulty wxDC::DrawLabel() wxALIGN_RIGHT positioning 2021-08-08 20:21:31 +02:00
osx Move comment in wxOSX wxToolBar code to a more logical place 2021-08-06 21:22:08 +02:00
png@9853c67ab4 Update libpng to fix compatibility with older macOS versions 2020-12-30 23:33:03 +01:00
propgrid Replace DoGetBorderSize() with GetWindowBorderSize() 2021-07-24 21:18:45 +02:00
qt Add wxKeyEvent::IsAutoRepeat() 2021-07-06 12:58:05 +01:00
regex define WXBUILDING when compiling the library on OpenVMS 2020-03-05 08:15:04 +01:00
ribbon Add wxRibbon panel border colour option 2021-02-20 13:29:33 +01:00
richtext Replace tabs with spaces 2020-12-23 17:03:10 +01:00
stc Add wxDPIChangedEvent::Scale() and use it in this event handlers 2021-07-13 23:05:16 +01:00
tiff@28ce1ef089 Upgrade libtiff to the latest 4.2.0 release 2020-12-31 14:37:55 +01:00
univ Fix off-by-ones with bottom and right aligned positioning 2021-08-08 20:21:31 +02:00
unix Explicitly include wx/scopedptr.h when using wxScopedPtr 2021-08-01 00:43:31 +01:00
x11 Remove unnecessary c_str() from wx var arg functions arguments 2021-07-04 15:08:13 +01:00
xml Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
xrc Add convenient wxFileName::GetAbsolutePath() wrapper and use it 2021-07-11 14:51:31 +01:00
zlib@5888671274 Use zlib submodule with "wx_zlib_" prefix 2017-12-08 02:38:47 +01:00