forked from jengelh/wxWidgets-3_2
Jan Engelhardt
d1cf28bf04
- Update to new upstream release 3.1.4: + INCOMPATIBLE CHANGES SINCE 3.1.3: * CMake library targets were renamed and now start with 'wx'. In addition, aliases for the libraries have been added using the 'wx::' namespace. For example, the core library is now named wxcore and has alias wx::core. + All: * Add natural sort functions (Hugo Elias, PB). * Add wxTempFFile class (Dummy). * Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese). * Improve brush transparency support in wxSVGFileDC (Maarten Bent). * Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori). * Add --disable-tests configure option (Hertatijanto Hartono). + All (GUI): * Many wxGrid improvements: - Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too. - Add activatable editors support, use it for boolean cells. - Add support for copying selected cells to clipboard (Kvaz1r). - Many bug fixes and usability improvements to selection. - Improve wxGridCellChoiceEditor usability (Ian McInerney). - Significantly optimize wxGrid::AutoSizeColumns() for big grids. - Add ellipsization support. * Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin). * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB). * Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono). * Add wxWindow::DisableFocusFromKeyboard() (Tomay). * Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda). * Call wxAuiManager::UnInit() automatically now. * Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent). * Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan). + wxGTK: * Add native wxSearchCtrl implementation (AliKet). * Several bug fixes and improvements in wxSpinCtrl. * Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek). * Allow using generic wxAnimationCtrl if wanted. * Fix a regression with crashes when using wxBufferedPaintDC. * Fix drawing bitmaps with masks using wxGraphicsContext under GTK2. * Fix position of popup menus on non-primary display. * Make wxUIActionSimulator much more reliable (AliKet). * Fix caret colour in wxTextCtrl with custom colours. + wxQt: * Fix build with Qt 5.15 (Stefan Brüns). - Drop obsolete patches: + 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch + 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch - Build nostl package against gtk3, audacity crashes with gtk2 - Add nostl package for audacity - Update to new upstream release 3.1.4: + INCOMPATIBLE CHANGES SINCE 3.1.3: * CMake library targets were renamed and now start with 'wx'. In addition, aliases for the libraries have been added using the 'wx::' namespace. For example, the core library is now named wxcore and has alias wx::core. + All: * Add natural sort functions (Hugo Elias, PB). * Add wxTempFFile class (Dummy). * Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese). * Improve brush transparency support in wxSVGFileDC (Maarten Bent). * Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori). * Add --disable-tests configure option (Hertatijanto Hartono). + All (GUI): * Many wxGrid improvements: - Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too. - Add activatable editors support, use it for boolean cells. - Add support for copying selected cells to clipboard (Kvaz1r). - Many bug fixes and usability improvements to selection. - Improve wxGridCellChoiceEditor usability (Ian McInerney). - Significantly optimize wxGrid::AutoSizeColumns() for big grids. - Add ellipsization support. * Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin). * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB). * Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono). * Add wxWindow::DisableFocusFromKeyboard() (Tomay). * Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda). * Call wxAuiManager::UnInit() automatically now. * Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent). * Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan). + wxGTK: * Add native wxSearchCtrl implementation (AliKet). * Several bug fixes and improvements in wxSpinCtrl. * Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek). * Allow using generic wxAnimationCtrl if wanted. * Fix a regression with crashes when using wxBufferedPaintDC. * Fix drawing bitmaps with masks using wxGraphicsContext under GTK2. * Fix position of popup menus on non-primary display. * Make wxUIActionSimulator much more reliable (AliKet). * Fix caret colour in wxTextCtrl with custom colours. + wxQt: * Fix build with Qt 5.15 (Stefan Brüns). - Drop obsolete patches: + 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch + 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch - Build nostl package against gtk3, audacity crashes with gtk2 - Add nostl package for audacity - Update to new upstream release 3.1.4: + INCOMPATIBLE CHANGES SINCE 3.1.3: * CMake library targets were renamed and now start with 'wx'. In addition, aliases for the libraries have been added using the 'wx::' namespace. For example, the core library is now named wxcore and has alias wx::core. + All: * Add natural sort functions (Hugo Elias, PB). * Add wxTempFFile class (Dummy). * Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese). * Improve brush transparency support in wxSVGFileDC (Maarten Bent). * Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori). * Add --disable-tests configure option (Hertatijanto Hartono). + All (GUI): * Many wxGrid improvements: - Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too. - Add activatable editors support, use it for boolean cells. - Add support for copying selected cells to clipboard (Kvaz1r). - Many bug fixes and usability improvements to selection. - Improve wxGridCellChoiceEditor usability (Ian McInerney). - Significantly optimize wxGrid::AutoSizeColumns() for big grids. - Add ellipsization support. * Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin). * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB). * Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono). * Add wxWindow::DisableFocusFromKeyboard() (Tomay). * Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda). * Call wxAuiManager::UnInit() automatically now. * Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent). * Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan). + wxGTK: * Add native wxSearchCtrl implementation (AliKet). * Several bug fixes and improvements in wxSpinCtrl. * Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek). * Allow using generic wxAnimationCtrl if wanted. * Fix a regression with crashes when using wxBufferedPaintDC. * Fix drawing bitmaps with masks using wxGraphicsContext under GTK2. * Fix position of popup menus on non-primary display. * Make wxUIActionSimulator much more reliable (AliKet). * Fix caret colour in wxTextCtrl with custom colours. + wxQt: * Fix build with Qt 5.15 (Stefan Brüns). - Drop obsolete patches: + 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch + 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch - Update to new upstream release 3.1.4: + INCOMPATIBLE CHANGES SINCE 3.1.3: * CMake library targets were renamed and now start with 'wx'. In addition, aliases for the libraries have been added using the 'wx::' namespace. For example, the core library is now named wxcore and has alias wx::core. + All: * Add natural sort functions (Hugo Elias, PB). * Add wxTempFFile class (Dummy). * Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese). * Improve brush transparency support in wxSVGFileDC (Maarten Bent). * Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori). * Add --disable-tests configure option (Hertatijanto Hartono). + All (GUI): * Many wxGrid improvements: - Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too. - Add activatable editors support, use it for boolean cells. - Add support for copying selected cells to clipboard (Kvaz1r). - Many bug fixes and usability improvements to selection. - Improve wxGridCellChoiceEditor usability (Ian McInerney). - Significantly optimize wxGrid::AutoSizeColumns() for big grids. - Add ellipsization support. * Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin). * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB). * Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono). * Add wxWindow::DisableFocusFromKeyboard() (Tomay). * Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda). * Call wxAuiManager::UnInit() automatically now. * Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent). * Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan). + wxGTK: * Add native wxSearchCtrl implementation (AliKet). * Several bug fixes and improvements in wxSpinCtrl. * Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek). * Allow using generic wxAnimationCtrl if wanted. * Fix a regression with crashes when using wxBufferedPaintDC. * Fix drawing bitmaps with masks using wxGraphicsContext under GTK2. * Fix position of popup menus on non-primary display. * Make wxUIActionSimulator much more reliable (AliKet). * Fix caret colour in wxTextCtrl with custom colours. + wxQt: * Fix build with Qt 5.15 (Stefan Brüns). - Drop obsolete patches: + 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch + 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch OBS-URL: https://build.opensuse.org/request/show/822799 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=62 |
||
---|---|---|
_constraints | ||
_service | ||
.gitattributes | ||
.gitignore | ||
pre_checkin.sh | ||
README.SUSE | ||
soversion.diff | ||
wxGTK3-3_2.changes | ||
wxGTK3-3_2.spec | ||
wxpython-mkdiff.sh | ||
wxQt-3_2.changes | ||
wxQt-3_2.spec | ||
wxWidgets-3_2-nostl.changes | ||
wxWidgets-3_2-nostl.spec | ||
wxWidgets-3_2-rpmlintrc | ||
wxWidgets-3_2.changes | ||
wxWidgets-3_2.spec | ||
wxWidgets-3.1.4.tar.bz2 |
wxWidgets in SUSE ================= There are many possible wxWidgets configurations that can be built from a single source spec file. Depending on what options have been chosing, the ABI changes in incompatible fashion, yet the library filenames do not. To counter running a program with an incompatible variant of wxWidgets, we chose to make use of the vendor tagging mechanism. Programs built against the SUSE wxWidgets explicitly require the library by our name and therefore cannot inadvertently be run with an incompatible wxWidgets from another distribution. To run a foreign program, you will need to use the LD_LIBRARY_PATH mechanism to point it to a directory which contains the matching third-party wxWidgets variant.