Changelog for
mingw32-wxWidgets-3_0-devel-3.0.2-10.8.noarch.rpm :
Wed May 13 14:00:00 2015 martin.koeglerAATTchello.at
- Fix #16984
- Provide missing package
Fri Nov 7 13:00:00 2014 jengelhAATTinai.de
- Update to new upstream release 3.0.2
* Generic:
* Fix silent data loss in wx[F]File::Write(wxString) if conversion
fails.
* Make wxString::FromCDouble() work when the global C++ locale is
not the C one.
* Fix mouse handling in wxNotebook containing wxListCtrl.
* wxMSW:
* Fix background of wxRadioBox buttons and wxSlider.
* Fix appearance of wxToggleButtons with non default colours.
* Fix drawing on wxDC when using right-to-left layout.
* Fix wxGrid appearance and behaviour in RTL.
* Fix creating wxBitmap from monochrome wxIcon or wxCursor.
* Fix handling of bitmaps with alpha in wxImageList.
* Add paragraph spacing attributes support to wxTextCtrl.
* Show new style directory selector even for non existent paths.
* Fix order of radial gradient stops.
* Fix font created using wxFont(wxFontInfo()) ctor.
* Fix wxFileName::GetShortcutTarget() in console applications.
* Fix wxFileName::MakeRelativeTo() for shortcut files.
* Fix height of initially empty wxBitmapComboBox.
* Fix setting label of submenu items.
* Fix using Esc as accelerator in the menus.
* Fix wrong initial status bar height in some cases.
- Bump SONAME due to changed ABI, add soversion.diff.
Mon Jun 16 14:00:00 2014 jengelhAATTinai.de
- Update to new upstream release 3.0.1
* wxHTML displays tables much faster now.
* Double clicking wxGrid columns doesn\'t make them too small
any more.
* Fix bugs when dragging columns in wxGrid with hidden columns.
* Loading ICO files with PNG data is now supported.
* wxBitmapComboBox works again and doesn\'t just remain blank.
* Checkboxes in wxDataViewCtrl work again too now.
* wxCheckListBox appears correctly when using large fonts.
* There are also many other bug fixes, including many improvements
to alpha transparency handling in different places.
Fri Jun 6 14:00:00 2014 jengelhAATTinai.de
- Put host tools in /usr/i686-w64-mingw32/bin
Thu Jun 5 14:00:00 2014 jengelhAATTinai.de
- Use system libraries instead of bundled versions:
libexpat, libjpeg, libpng, libtiff, zlib
Thu Mar 6 13:00:00 2014 fstrbaAATTsuse.com
- Remove the
*-static package
* The policy of this repo is not to provide static libraries
with very few exceptions (win_iconv for instance).
Thu Nov 14 13:00:00 2013 jengelhAATTinai.de
- Update to new upstream release 3.0.0
* wxWidgets is now always built with Unicode support but provides
the same simple (i.e. \"char
*\"-tolerant) API as was available
in ANSI build in the past.
* wxWidgets may now use either wchar_t (UTF-16/32) or UTF-8
internally, depending on what is optimal for the target
platform.
* New webview library, implementing wxWebView: a wrapper for the
native platform web engine with full support for HTML and
JavaScript.
* New propgrid library containing wxPropertyGrid and related
classes.
* New ribbon library for advanced toolbars.
* Event loops, timers and sockets can now be used in wxBase,
without GUI.
* Events can now be connected to any functor, not necessarily a
method of wxEvtHandler-derived class. The compile-time safety
was also improved.
* Documentation for wxWidgets has been converted from LaTex to
C++ headers with Doxygen comments and significantly improved in
the process (screenshots of various controls were added, more
identifiers are now linked to their definition &c).
* Support for persistent objects automatically saving and
restoring their state was added.
- Drop wxWidgets-to-wxpython-2.9.4.0.patch (merged upstream)
Thu Aug 22 14:00:00 2013 jengelhAATTinai.de
- Use %_smp_mflags for parallel build and better make install call.
Thu Apr 11 14:00:00 2013 fisiuAATTopensuse.org
- Build wxWidgets with webview support.
Thu Oct 25 14:00:00 2012 sbrabecAATTsuse.cz
- Provide wxWidgets-3_0
*-devel for future compatibility.
- Add \"API version\" in %description.
- Backported fixes from 2.8 branch.
- Included post-release fixes from wxpython.
Thu Sep 20 14:00:00 2012 cooloAATTsuse.com
- add explicit buildrequire on pkgconfig(glu)
Mon Jul 23 14:00:00 2012 sbrabecAATTsuse.cz
- Fixed wx-config symlink (bnc#772528).
Thu Jul 19 14:00:00 2012 sbrabecAATTsuse.cz
- Update to version 2.9.4.
Fri Apr 27 14:00:00 2012 sbrabecAATTsuse.cz
- Backported fixes of the dependency generator from 2.8 branch
(bnc#757124, bnc#759287#c3).
Thu Apr 19 14:00:00 2012 sbrabecAATTsuse.cz
- Added support for Fedora compatible 24c variants (bnc#660438).
- Change name of compat-lib-config virtual provide to not clash
with package name, fix requires/provides generator (bnc#757124).
Mon Apr 2 14:00:00 2012 sbrabecAATTsuse.cz
- Update to version 2.9.3.
Wed Dec 21 13:00:00 2011 cooloAATTsuse.com
- own aclocal directory, there is no other reason to buildrequire
automake
Mon Oct 17 14:00:00 2011 cooloAATTsuse.com
- fix whitespace of spec file
Wed Aug 3 14:00:00 2011 sbrabecAATTsuse.cz
- Updated to version 2.9.2.
Tue Jul 26 14:00:00 2011 ajAATTsuse.de
- Recommend instead of require lang package.
Tue May 17 14:00:00 2011 sbrabecAATTsuse.cz
- Create synthetic .la files to work-around libtool failures when
linking third level libraries or binaries (bnc#690952).
Fri Apr 8 14:00:00 2011 sbrabecAATTsuse.cz
- Do not use bash coproc on system with bash-3.
Tue Mar 29 14:00:00 2011 sbrabecAATTsuse.cz
- Fixed find-wx-requires to check directories instead of library
name. Provide find-wx-provides. (bnc#681409)
Thu Dec 23 13:00:00 2010 sbrabecAATTsuse.cz
- Updated to version 2.9.1.
- Rename package to wxWidgets to follow upstream base name.
- Split wxPython documentation to a separate package.
- Build Unicode/ANSI, standard/debug and STL/wx container versions
separately.
- Spec file completely rewritten.
Sun Aug 15 14:00:00 2010 termimAATTgmail.com
- Updated to version 2.8.11.0
Adds Python 2.7 builds, PySlices, new pubsub implementation,
lots of updates to AGW, and lots of bugs fixed.
- Removed wxGTK-GSocket-clash.patch and wxGTK-editra-ebmlib.patch
as already fixed.
Tue Jun 15 14:00:00 2010 sbrabecAATTsuse.cz
- Added --enable-graphics_ctx to fix Editra (bnc#580060).
- Added ebmlib file required by Editra (bnc#580060,
patch from Salix).
Mon Feb 22 13:00:00 2010 crrodriguezAATTopensuse.org
- build with PIC
Thu Jan 28 13:00:00 2010 sbrabecAATTsuse.cz
- Enabled media libraries (bnc#565039).
Fri Sep 25 14:00:00 2009 sbrabecAATTsuse.cz
- Disabled STL (bnc#530027). See also
http://lists.opensuse.org/opensuse-factory/2009-09/msg00386.html
- Removed obsolete RPATH.
- The GSocket symbol clash fix replaced by the upstream one.
Thu Sep 17 14:00:00 2009 matejcikAATTsuse.cz
- fixed pth file to point to platlib
Sat Sep 5 14:00:00 2009 sbrabecAATTsuse.cz
- Fixed for the latest python package.
Fri Aug 7 14:00:00 2009 sbrabecAATTsuse.cz
- Updated to version 2.8.10.1:
* Incompatible change in wxTreeCtrl behaviour!
* Added several functions forward compatible with wxWidgets 3.0.
* Add wxBU_EXACTFIT support to wxToggleButton XRC handler.
* wxHashMap::insert() doesn\'t update the value if it didn\'t
insert the element any more.
* Correct bug in wxTimeSpan::Format() for negative spans.
* Correct several bugs in wxList using end() iterators.
* Translation updates.
* Fix wxURL::GetInputStream() for URLs with special characters in
credentials.
* Fix wxURI::GetUser() for URIs without password.
* Correct wxDateTime DST computation for 2006 and later.
* wxRTC: fixed a problem with HTML list generation.
* wxRTC: no longer deletes a character when content is selected
before pressing Delete.
* wxRTC: fixed inability to select no superscript and no
subscript in formatting dialog.
* wxRTC: fixed centering and right-justification when combined
with left indentation.
* wxRTC: fixed lack of right margin when centering or
right-justifying.
* wxRTC: fixed wrong descent when wrapping lines with different
font sizes.
* wxRTC: fixed wrapping problem for long lines.
* wxRTC: all buffer margins now respected.
* wxRTC: Added wxRE_CENTRE_CARET to centre the caret line
vertically.
* Fixed wxHTML\'s pagebreaks computation in tables.
* Fixed wxHtmlWindow::SelectionToText() to correctly insert
newlines after single-cell paragraphs.
* Fixed wxHTML\'s line breaks handling in
blocks.
* wxHTML: don\'t include extra whitespace in table cells.
* Implemented wxWindow::DragAcceptFiles() on all platforms.
* Added wxAUI_MGR_LIVE_RESIZE flag to wxAuiManager.
* Use bitmap mask in wxSplashScreen.
* Translate \"(c)\" and \"(C)\" to the real copyright sign in
wxAboutBox.
* Fix painting of highlight border for merged cells in wxGrid.
* Fix handling of long lines in wxGridCellAutoWrapStringRenderer.
* Return false from wxSingleInstanceChecker::IsAnotherRunning()
if an error occurred while opening or reading the lock file.
* Fixed printing to use fonts sizes adjustment consistent with
wxMSW.
* Make colours used by list, tree and status bar controls more
consistent with the system theme settings.
* Worked around bug in GTK+ < 2.14 where enabling some controls
such as wxButton didn\'t re-enable sensitivity until the mouse
was moved.
Thu Jun 18 14:00:00 2009 sbrabecAATTsuse.cz
- Worked-around GSocket name conflict with GIO.