Up to [cvs.NetBSD.org] / pkgsrc / x11 / py-wxWidgets
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13, Mon Jun 26 12:01:58 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -1
lines
FILE REMOVED
py-wxWidgets: remove uses wxGTK28, which will be removed soon
Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 14 17:52:07 2022 UTC (22 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
*: python2 egg files are back, add them to the PLISTs
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 10 21:43:30 2022 UTC (22 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.10: +1 -3
lines
Diff to previous 1.10 (colored)
py-wxWidgets: convert to egg.mk
Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 2 22:53:26 2014 UTC (9 years, 2 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Correction to the encoding as before. -${PYSITELIB}/wx-2.8-gtk2-unicode/wxPython-${PKGVERSION}-py2.7.egg-info +${PYSITELIB}/wx-2.8-gtk2-unicode/${EGG_FILE2} Thanks wiz@
Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 2 04:46:25 2014 UTC (9 years, 2 months ago) by mef
Branch: MAIN
Changes since 1.8: +780 -209
lines
Diff to previous 1.8 (colored)
Update 2.8.10.1 to 2.8.12.0 2.8.12: ------- All: - Fixed a bug in UNC path testing. - Improved command line parser usage help. - Fixed race condition bugs in wxCondition. - Added wxT_2() for forward compatibility with wxWidgets 3. Use it in initialization of wxCmdLineEntryDesc struct elements and (very few) other places where wxT() is required currently but won't be allowed in v3. - Fixed crash on exit caused by deleting old logger in wxLogChain dtor. All (GUI): - wxRTC: fixed style selection resetting after editing a style. - wxRTC: can now edit line spacing in .1 increments from 1 to 2. - wxRTC: fixed wrong line spacing and space after paragraph calculations. - wxRTC: GetStyleMergedWithBase now detects loops. - wxRTC: wxRichTextCtrl::ApplyStyle now applies a paragraph style at the cursor without needing a selection, and setting the default style now avoids duplicating character attributes in subsequently typed text when they exist in the paragraph style. - wxRTC: fixed IsPositionVisible to scroll a position into view correctly. - wxRTC: fixed a problem with paste resetting the content paragraph style. - wxRTC: style list box now copes with names duplicated across style types. Also fixed wxRichTextStyleDefinition::GetStyleMergeWithBase similarly. - wxRTC: fixed very poor performance for XML loading on wxGTK. - Fixed error in generic tree control CalculatePositions. - Added wxFD_FILE_MUST_EXIST to wxFileSelector function. - Added wxDataViewCtrl Get/SetValueByRow functions for forward compatibility with 2.9. - Right-clicking is now supported in any kind of wxAuiToolBar button. - Fixed a bug in wxAcceleratorEntry::IsOk. - wxGraphicsContext::DrawBitmap: x and y coordinates no longer affected by stretch factor. - Fixed an assert in wxGrid on wxEVT_MOUSE_CAPTURE_LOST. - Fixed bug in generic wxTreeCtrl where SelectItem toggles the selection if the item is already in the desired state. - Fixed bug in wxSizer::Replace(size_t, wxSizerItem *) whereby SetContainingSizer is not called. - Fixed compilation with libpng 1.5 and above. - Removed ugly black (simple) border around wxHTML help window. wxMSW: - wxOwnerDrawnComboBox and wxComboCtrl with wxCB_READONLY window style now have more native-like focus indicator rendering. - Fixed wxOwnerDrawnComboBox keyboard handling: drop-down is no longer displayed when arrow key is pressed (without Alt). - In some rare cases wxOwnerDrawnComboBox drop-down animation could display as garbage. This has now been greatly reduced (mcben). - Fixed OLE date conversion bug. - Added check for double window handle creation. - Fixed WIN64 crash in wxStyledTextCtrl. - Fixed Watcom compilation when omitting threads. - Fixed wxFileName::IsFileReadable on Windows 98. - Fixed bug whereby clicking anywhere inside wxListBox generates wxEVT_COMMAND_LISTBOX_SELECTED event. You need to set wxUSE_LISTBOX_SELECTION_FIX to 1 in include/wx/msw/listbox.h to enable this binary-incompatible fix. wxGTK: - Fix for --disable-radiobtn compilation. - Fixed a bug on GTK+ only whereby wxGrid scrolls back to the previous edit position when another cell is edited. - Fix for missing menubar problem under some window managers where menu bar height is reported as 0 when the menu hasn't fully realized yet. Now updates the height during idle time if it is 0, otherwise no menu is shown. - Improved list control and tree control selection text theme compatibility by adding wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT colour index. - wxComboCtrl and wxOwnerDrawnComboBox had wrong background colours under some themes (Marcin Wojdyr). - Added thread-safe fixes to socket code. wxUniv: - Fixed assertion in tree control sample due to colour index not being supported. 2.8.11: ------- *** INCOMPATIBLE CHANGES: *** Due to an oversight, a bug fix in wxMSW resulted in an incompatible change in wxTreeCtrl behaviour: its EVT_TREE_ITEM_ACTIVATED handler now must skip the event being processed to allow the item to be toggled by double clicking on it. I.e. you need to ensure there is an "event.Skip()" in your item activation handler if you do wish to allow the item to be toggled. All: - Fixed crashes due to invalid input in PNG and TIFF image loaders (Tielei Wang). - Fix compilation of wxWidgets headers with recent Sun CC (Brian Cameron). NB: If your code uses _T() macro you must either replace it with wxT() to use Sun CC or define wxNEEDS__T before including wx headers and avoid including many standard headers (again, only with this compiler). - Added several functions forward compatible with wxWidgets 3.0 (troelsk): wxDC::SetDeviceClippingRegion(), wxShowEvent::IsShown(), wxIconizeEvent::IsIconized(), wxFileName::StripExtension(), wxXmlNode::GetAttribute[s](), wxXmlNode::AddAttribute(). - wxDateTime timezone functions now dynamic (no caching). All (GUI): - Add wxBU_EXACTFIT support to wxToggleButton XRC handler (Ronny Krueger). - wxRTC: fixed AltGr+key input and numeric keypad Delete on Windows. - wxRTC: added background colour setting to font dialog. - wxRTC: added wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler to use CSS where possible. - wxRTC: corrected centring and right-justification spacing. - wxRTC: corrected some problems with SelectAll. Caret is now set to end. - Paper size conversion from dimensions to id now uses definition ordering in order to use common types where there are duplications, fixing problems where invalid sizes caused incorrect second invocation of page setup dialog. - Corrected writing direction for Farsi. - Added wxBORDER_THEME to XRC. - Speeded up wxTreeCtrl by caching text size (botg). - Fix building with using system libpng 1.4 (Volker Grabsch). - Fixed generic wxDatePickerCtrl keyboard navigation. - Added EVT_WIZARD_PAGE_SHOWN event for wxWizard. wxMSW: - Fixed crash when copying Unicode URLs to the clipboard (Tim Kosse). - Fixed generation of wxEVT_CHAR_HOOK events. - Implement wxFileName::SetTimes() for directories (Steve Lamerton). - Correct wxTopLevelWindow::SetShape() for windows with menu bar (Peter Friis). - Backported speed-up of Vaclav Slavik's high quality print preview speed-up. You now need to set wxUSE_HIGH_QUALITY_PREVIEW_IN_WXMSW in src/common/prntbase.cpp and wxUSE_ENH_METAFILE_FROM_DC in include/wx/msw/enhmeta.h. - Worked around child window and caret positioning bug (in Windows) when using wxBORDER_THEME in a container window. - Suppressed spurious character event for decimal key in numeric keypad. - Prevented wxCheckListBox from corrupting menu items. wxGTK: - Don't access a possibly destroyed timer object from GTK callback (Tim Kosse). wxMac: - Fixed a problem with wxListCtrl whereby event processing would change the event object identifier, and thereby affect subsequent processing, and defeat custom event propagation of commands from current focus window. - Fixed a problem with wxFontDialog on Mac OS 10.6.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Apr 8 20:22:01 2012 UTC (11 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
All supported python versions in pkgsrc support eggs, so remove ${PLIST.eggfile} from PLISTs and support code from lang/python.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 9 13:33:44 2011 UTC (11 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.6: +2 -0
lines
Diff to previous 1.6 (colored)
distutils pkg, register egg-info. Bump PKGREVISION.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Aug 6 23:21:31 2009 UTC (14 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.5: +1984 -939
lines
Diff to previous 1.5 (colored)
Update to py-wxWidgets-2.8.10.1. The biggest change is the switch to wxGTK 2.8 and the Unicode version as backend.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 14 18:25:04 2009 UTC (14 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.4: +1 -25
lines
Diff to previous 1.4 (colored)
Remove @dirrm entries from PLISTs
Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 11 17:39:38 2006 UTC (17 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.3: +830 -795
lines
Diff to previous 1.3 (colored)
update to 2.6.3.3 too many changes (since 2.6.1.0) to list here, many extensions and fixes, and synchronisation w/ the wxGTK pkg
Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 4 02:31:27 2005 UTC (18 years, 2 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.2: +249 -116
lines
Diff to previous 1.2 (colored)
Sort PLIST and add missing entries. Bump PKGREVISION.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 2 15:53:35 2005 UTC (18 years, 2 months ago) by minskim
Branch: MAIN
Changes since 1.1: +799 -991
lines
Diff to previous 1.1 (colored)
Update py-wxWidgets to 2.6.1. Based on patches provided by wulf@. Many changes since 2.4.2.4. Now this package depends on x11/wxGTK instead of x11/wxGTK24. See docs/changes.txt for complete list of changes.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Dec 25 19:56:28 2004 UTC (18 years, 11 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Re-import py-wxWindows package as py-wxWidgets, since the toolkit has been renamed from wxWindows to wxWidgets.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 25 19:56:28 2004 UTC (18 years, 11 months ago) by wiz
Branch: MAIN
Initial revision