Timeline
04/04/10:
- 18:07 Changeset [63854] by
- avoid setting negative window size
- 18:06 Changeset [63853] by
- freeze whole window for TLW
- 17:45 Changeset [63852] by
- avoid permanently frozen TLW when frozen child is destroyed with GTK+ 2.18
- 08:39 Changeset [63851] by
- Fix crash that could occur when selecting an invalid register when using …
- 08:22 Ticket #11865 (Build warning fix) closed by
- fixed: (In [63850]) Resolve GCC's 'type-punned pointer will break strict-aliasing …
- 08:22 Changeset [63850] by
- Resolve GCC's 'type-punned pointer will break strict-aliasing rules' …
- 06:19 Ticket #11886 (Patch for NotifyIconData incorrect size in msw/taskbar.cpp) closed by
- fixed: (In [63849]) Fix wxTaskBarIcon to work under all Windows versions. When …
- 06:19 Changeset [63849] by
- Fix wxTaskBarIcon to work under all Windows versions. When the code was …
04/03/10:
- 20:19 Changeset [63848] by
- Add unittests for ebmlib.clipboard class
- 19:29 Ticket #11879 (wxRibbonBar tooltips) closed by
- duplicate: As #11899 also implements (non-rich) ribbon tooltips, and does so in the …
- 18:18 Ticket #11900 (wxFindWinFromHandle Bug) closed by
- invalid: You can't use any GUI wx functionality before OnInit(), simple or not. …
- 17:29 Ticket #11900 (wxFindWinFromHandle Bug) created by
- Hi, when you use for sample wxMessageBox before OnInit(), the lib crash …
- 16:16 Changeset [63847] by
- Add unittests for ContextMenuManager class and ebmlib.miscutil.
- 15:57 Changeset [63846] by
- Extend syntax manager test to test all builtin language support modules.
- 14:31 Ticket #11899 (Ribbon interface enhancement) created by
- In my project I decided to use Ribbon user interface. But I found that it …
- 14:20 Ticket #11898 (CustomTreeCtrl not refreshed properly after collapsing item on Ubuntu) created by
- Hi Andrea, Platform: Linux Ubuntu, using wxPython 2.8.10.1, both with the …
- 11:57 Changeset [63845] by
- Added TODO regarding conversion of arbitrary wxObject-containing variants …
- 10:31 Changeset [63844] by
- Add unittests for ExtensionRegister class
- 09:19 Changeset [63843] by
- Remove old work around for old syntax specs that are no longer used.
- 05:25 Changeset [63842] by
- Correct compilation breakage of r63832. wx/setup.h can't use …
- 02:58 Changeset [63841] by
- shuffling code back from eventloop to common app utils
- 02:49 Changeset [63840] by
- no special casing for iphone necessary
- 02:43 Changeset [63839] by
- fixing wrong version commit
- 02:10 Changeset [63838] by
- support for toggle bitmap button
04/02/10:
- 23:59 Changeset [63837] by
- fixing multilib build
- 23:16 Changeset [63836] by
- Add unittests for SyntaxData base class.
- 23:10 Changeset [63835] by
- remove debug statement
- 23:04 Changeset [63834] by
- Use style def constants instead of deriving from string description.
- 22:48 Ticket #11884 (wx.GraphicsContext.DrawRoundedRectangle - Anti-Aliasing bothers me) closed by
- invalid: Closing as invalid as obviously the effect I desired can already be done …
- 20:13 Ticket #11897 (Add gradient stops to graphics context linear and radial gradient fill ...) created by
- The attached patch adds the feature of gradient stops to the graphics …
- 14:30 Changeset [63833] by
- Correct typo in configure introduced in r63832. See #11892.
- 12:30 Ticket #11892 (configure does not correctly identify GDI+ under MinGW/MSys) closed by
- fixed: (In [63832]) Allow using wxGraphicsContext with MinGW if gdiplus.h is …
- 12:30 Changeset [63832] by
- Allow using wxGraphicsContext with MinGW if gdiplus.h is available. MinGW …
- 12:30 Ticket #11894 (crash in wxAMMediaBackend::DoGetDownloadProgress ...) closed by
- fixed: (In [63831]) Fix crash in wxMediaCtrl::GetDownloadProgress() with …
- 12:30 Changeset [63831] by
- Fix crash in wxMediaCtrl::GetDownloadProgress() with ActiveMovie backend. …
- 12:30 Ticket #11885 ([wxOSX] controls in toolbar don't receive their label) closed by
- fixed: (In [63830]) Show labels for controls in wxOSX/Carbon toolbars. Add a …
- 12:30 Changeset [63830] by
- Show labels for controls in wxOSX/Carbon toolbars. Add a call to …
- 11:41 Ticket #11896 (UltimateListCtrl - Add a demo that uses an inserted wx.Panel) created by
- I've tried modifying the MacLarge demo to insert a wx.Panel with a bitmap …
- 11:19 Changeset [63829] by
- keeping m_labelOrig untouched, solves test failures (FM)
- 11:03 Ticket #11895 (UltimateListCtrl - In report mode and row has variable height check bug) created by
- MainWindow.SetItemWindow line ~8912, the if statement should be or not …
- 07:54 Ticket #11769 (wxPython GraphicsContext.Scale moves (0, 0)) closed by
- fixed
- 07:52 Changeset [63828] by
- simplifying modal event loop handling
- 06:51 Ticket #11894 (crash in wxAMMediaBackend::DoGetDownloadProgress ...) created by
- hr = m_pAM->get_FilterGraph(&pFG); if(SUCCEEDED(hr)) // if hr …
- 06:43 Ticket #11893 (AuiManager can't save perspective between runs) created by
- When you try to load a 'saved' pespective, your managed panes disappear. …
- 05:27 Ticket #11839 ([wxOSX-Cocoa] Doubled-up Menu Bar) closed by
- fixed: (In [63827]) moving OnInit to a later stage to avoid Carbon Emulation …
- 05:27 Changeset [63827] by
- moving OnInit to a later stage to avoid Carbon Emulation artifacts by the …
- 00:20 Ticket #11892 (configure does not correctly identify GDI+ under MinGW/MSys) created by
- When attempting to use --enable-graphics_ctx under MinGW/MSys after adding …
04/01/10:
- 23:33 Ticket #11891 (UltimateListCtrl - Can't clear the image once it is set?) created by
- In the Report demo, I'm attempting to clear the image of the item after …
- 20:58 Ticket #11890 (PyAuiNotebook ReleaseMouse error) created by
- Received the following error report: *** Sun Mar 28 18:23:33 2010 *** …
- 20:50 Changeset [63826] by
- Handle errors that can occur when adding items to file history.
- 19:33 Ticket #11889 (wxVectorSort template function) created by
- The attached patch adds a wxVectorSort function that can be used with …
- 18:20 Changeset [63825] by
- Fix usability issue where items would multiple items would get selected …
- 18:10 Changeset [63824] by
- Center dialogs on the main window before showing them
- 18:08 Changeset [63823] by
- Use resize border style for dialog
- 17:57 Changeset [63822] by
- Fix crash that could occur when the hotspot handler is unable to find a …
- 15:20 Ticket #11880 (wxGridSelection::SelectBlock doesn't work for single cell selection) closed by
- invalid: See #2576.
- 15:18 Changeset [63821] by
- Add test files for EncodingDialog and FilterDialog
- 14:46 Changeset [63820] by
- Add simple test file for ChoiceDialog class
- 14:39 Ticket #11888 (UltimateListCtrl - Unable to tab into the control.) created by
- ULC fires off a navigation event for tabbing out of the control, but I've …
- 10:16 Changeset [63819] by
- move everything inside wxUSE_RIBBON wrapper
- 10:00 Changeset [63818] by
- avoid setting negative window sizes
- 09:59 Changeset [63817] by
- don't try to create a color named "Default"
- 02:59 Changeset [63816] by
- Fix OpenVMS compile support for new version in src/stc
- 02:10 Ticket #11887 ([wxMSW] wxMessageDialog::ShowModal() is not really app modal) created by
- I was assuming that wxMessageDialog::ShowModal on wxMSW was app-modal, but …
- 00:39 Ticket #11886 (Patch for NotifyIconData incorrect size in msw/taskbar.cpp) created by
- In src/msw/taskbar.cpp the cbSize member of NOTIFYICONDATA should not be …
03/31/10:
- 19:05 Ticket #11885 ([wxOSX] controls in toolbar don't receive their label) created by
- I have attached a patch to fix this. See screenshot of toolbar sample …
- 18:16 Ticket #11884 (wx.GraphicsContext.DrawRoundedRectangle - Anti-Aliasing bothers me) created by
- For DrawRoundedRectangle the AA is only applied to the rounded corners, …
- 17:18 Ticket #11883 (FlatMenu default styling) created by
- The FlatMenu rendering is a bit complicated, and the available styles are …
- 17:03 Ticket #11882 (FlatMenu default args for Append* functions) created by
- Some of the args for the menu Append functions like helpString are …
- 12:18 Changeset [63815] by
- Support wx.BU_EXACTFIT and don't hold on to pens.
- 07:52 Ticket #11881 (assertion on menu bitmap size check for Windows XP) closed by
- duplicate: This is a duplicate of #11657.
- 07:47 Ticket #11881 (assertion on menu bitmap size check for Windows XP) created by
- Since my latest SVN update (build 63806), I notice an assertion on menu …
- 07:36 Ticket #11880 (wxGridSelection::SelectBlock doesn't work for single cell selection) created by
- When I call the method wxGrid::GetSelectedCells, I will not get single …
- 06:07 Ticket #11879 (wxRibbonBar tooltips) created by
- This patch uses wxToolTip to display the help string specified when …
- 05:28 Ticket #11878 (Add "Hide" functionality to wxRibbon) created by
- With the Office Ribbon bar, if you double click on a tab, then it will …
- 04:54 Ticket #11877 (wxRibbonBar sample app freezes and other issues in wxGTK) created by
- wxRibbonBar sample application freezes in wxGTK if the bar is set to be …
- 01:09 Ticket #11876 (HyperTreeList - Added custom renderer support for the header) created by
- The user can now specify his own custom renderer for the column headers of …
03/30/10:
- 22:23 Ticket #11875 (Suggestion: 3D button) created by
- I suggest creating a 3D button - you see them in toolbars everywhere. They …
- 20:14 Ticket #11765 (wxStyledTextCtrl patch for wx2.9) reopened by
- There is an error in Array.cpp: […] This code has a typo: do { i++; …
- 17:14 Changeset [63814] by
- Small typo in a docstring for UltimateListCtrl
- 17:05 Changeset [63813] by
- Add 'ctypes.wintypes' library to Includes
- 17:05 Ticket #11868 (Can't change some properties of AuiPaneInfo after adding the pane) closed by
- fixed: It should be fixed now in SVN.
- 17:05 Changeset [63812] by
- Fixed ticket #11868 by recreating the pane buttons from scratch every time …
- 17:03 Changeset [63811] by
- Apply patch for improving the highlighting support for Verilog and …
- 16:41 Ticket #11874 (UltimateListCtrl - Virtual mode demo with gradient highlighting has ...) created by
- Add the following code to the UltimateVirtualDemo.py to see the bug (under …
- 16:41 Ticket #11871 (Controls added to off-screen positions in ULC (report mode) get drawn in ...) closed by
- fixed: Fixed in SVN, thank you for the bug report and the sample!
- 16:39 Changeset [63810] by
- Fic UltimateListCtrl to correctly position/hide/show item windows
- 16:35 Changeset [63809] by
- Fix crash that could occur when tab menu handler is called with no context …
- 16:32 Changeset [63808] by
- Set the "_enable" attribute to UltimateListItem
- 16:21 Ticket #11864 (UltimateListCtrl - I merged the AutoWidthMixin into the class) closed by
- fixed: Patch applied, thank you very much!
- 16:21 Ticket #11862 (UltimateListCtrl skins) closed by
- fixed: Patch applied, thank you very much!
- 16:21 Changeset [63807] by
- Applied patches from Grashopa tu fix tickets #11864 and 11862. Thank you!
- 15:36 Ticket #11873 (FlatNotebook needs ChangeSelection(page)) closed by
- invalid: Hi, please see the FlatNotebookCompatible class in flatnotebook.py.
- 15:32 Ticket #11873 (FlatNotebook needs ChangeSelection(page)) created by
- FlatNotebook needs to add the function ChangeSelection(page) to …
- 15:15 Ticket #11872 (wx.SplitterWindow - Added the ability to draw the sash in the background ...) created by
- I've modified SplitterWindow to add the style SP_SASH_BGCOLOR. When this …
- 14:38 Ticket #11223 (Missing wxURL copy constructor and assignment operator) closed by
- fixed: (In [63806]) Committing modified version of jwiesemann's patch (see …
- 14:38 Changeset [63806] by
- Committing modified version of jwiesemann's patch (see #11223): Fix wxURL …
- 13:22 Ticket #11871 (Controls added to off-screen positions in ULC (report mode) get drawn in ...) created by
- We've been using the Ultimate List Control as a way of dynamically adding …
- 12:27 Ticket #11870 (wxGrid::AutoSizeColumn crash when number of rows is 0) created by
- Hello, I tried to compile my application with current daily snapshot …
- 09:14 Changeset [63805] by
- Remove unnecessary declarations. Contrary to the comment, they are not …
- 06:50 Ticket #11869 (Add a way to check if a point lies on a wxGraphicPath) created by
- For hit testing an graph edge there's no function available at the moment. …
- 05:02 Changeset [63804] by
- correcting typo in commit 63803
- 04:54 Changeset [63803] by
- Defining wxCOMPILE_TIME_ASSERT for OpenVMS
- 01:57 Ticket #11868 (Can't change some properties of AuiPaneInfo after adding the pane) created by
- When using an AuiManager, it is impossible to change some properties of a …
03/29/10:
- 23:08 Ticket #11867 (Mac OS X 10.6 (snow leopard): building wxPython trunk 63782 fails on ...) closed by
- fixed: Newly swigged files committed.
- 22:54 Changeset [63802] by
- reSWIGged
- 21:24 Changeset [63801] by
- Do buffered drawing on Windows
- 21:21 Changeset [63800] by
- Print the Python version
- 21:17 Changeset [63799] by
- Switch to agw.aui and don't hide the base class Update() method
- 21:16 Changeset [63798] by
- Support wx.BU_EXACTFIT and don't hold on to the pens
- 21:15 Changeset [63797] by
- Avoid assertion for unknown font family
- 21:14 Changeset [63796] by
- More Scintilla 2.03
- 21:12 Changeset [63795] by
- New docstrings for Scintilla 2.03
- 21:03 Changeset [63794] by
- Fix for running the demo in folders with non-ascii characters. Closes …
- 21:02 Ticket #11852 (Demo refuse to run when started from a directory containing with ...) closed by
- fixed: (In [63793]) Fix for running the demo in folders with non-ascii …
- 21:02 Changeset [63793] by
- Fix for running the demo in folders with non-ascii characters. Closes …
- 20:50 Ticket #11765 (wxStyledTextCtrl patch for wx2.9) closed by
- fixed: (In [63792]) Apply patch (plus some additional changes) upgrading …
- 20:50 Ticket #11346 (Update STC to Scintilla 2.01) closed by
- fixed: (In [63792]) Apply patch (plus some additional changes) upgrading …
- 20:50 Ticket #11748 (Upgrade wxSTC to Scintilla 2.0.3) closed by
- fixed: (In [63792]) Apply patch (plus some additional changes) upgrading …
- 20:50 Changeset [63792] by
- Apply patch (plus some additional changes) upgrading Scintilla to version …
- 19:57 Changeset [63791] by
- Fix issue where the user profile would fail to load when the application …
- 19:25 Changeset [63790] by
- Fix page change notifications not being sent under certain tab close …
- 19:25 Changeset [63789] by
- fix spelling mistake
- 18:16 Changeset [63788] by
- Fix error that could occur when iterating over syntax globals during …
- 18:14 Changeset [63787] by
- fix typo
- 18:13 Ticket #8349 (wxMac: correct min/max-values for printdialog) reopened by
- Unfortunately, this bug has reappeared in trunk. This is because of …
- 14:31 Changeset [63786] by
- better docs for Get/SetLabel methods
- 14:24 Changeset [63785] by
- Fix compilation breakage in r63783. Added missing #endif.
- 14:24 Ticket #11866 (wxFD_DEFAULT_STYLE) closed by
- fixed: (In [63784]) Only allow opening existing files in docview framework. Use …
- 14:24 Changeset [63784] by
- Only allow opening existing files in docview framework. Use …
- 13:57 Changeset [63783] by
- Add wxUSE_FSWATCHER dependency on wxUSE_THREADS for wxMSW. …
- 13:26 Ticket #11867 (Mac OS X 10.6 (snow leopard): building wxPython trunk 63782 fails on ...) created by
- I am attempt build wxpython, 64 bit, with coca, using SVN trunk. I …
- 12:22 Ticket #11866 (wxFD_DEFAULT_STYLE) created by
- The wxID_OPEN menu handler in wxDocManager ends up calling …
- 11:17 Changeset [63782] by
- For better support of wxValidators, invoke wxValidator::Validate() …
- 10:14 Ticket #11865 (Build warning fix) created by
- Then try compile wxWidgets trank with latest gcc compiler got many-many …
- 07:19 Ticket #10942 (Platform independent printing for wxHtmlEasyPrinting) closed by
- fixed: (In [63781]) Use fixed screen DPI of 96 when printing HTML. Unlike font …
- 07:19 Changeset [63781] by
- Use fixed screen DPI of 96 when printing HTML. Unlike font sizes, which …
- 07:18 Changeset [63780] by
- Removed useless wxDisplaySize() calls from wxHtmlPrintout.
- 04:39 Changeset [63779] by
- 2.8.11
- 02:59 Changeset [63778] by
- Add wxBitmap unit test. This should have been part of r63774.
03/28/10:
- 23:59 Ticket #11864 (UltimateListCtrl - I merged the AutoWidthMixin into the class) created by
- The ListCtrlAutoWidthMixin has a bug where when resizing the window …
- 23:45 Changeset [63777] by
- build fix for IRIX
- 23:44 Changeset [63776] by
- non-pch build fix
- 18:16 Ticket #11834 (wxStyledTextCtrl inaccurate drag'n'drop coordinates in wxGTK-2.9) closed by
- fixed: (In [63775]) Reverse hierarchy of wxPizza GdkWindows widget->window must …
- 18:16 Changeset [63775] by
- Reverse hierarchy of wxPizza GdkWindows widget->window must be topmost in …
- 18:14 Ticket #11863 (ListCtrlAutoWidthMixin setResizeColumn fix) created by
- ListCtrlAutoWidthMixin.setResizeColumn(col) was setting col-1 as the …
- 16:20 Ticket #11854 (wxMask does not have an explicit copy constructor, causes runtime crash) closed by
- fixed: (In [63774]) Implement wxMask copy ctor for wxGTK. Without copy ctor …
- 16:20 Changeset [63774] by
- Implement wxMask copy ctor for wxGTK. Without copy ctor copying masks …
- 16:20 Changeset [63773] by
- Suppress gcc warnings about double to int conversion. This change might …
- 15:51 Ticket #2342 (wxStaticText 32K pixel position limit ??) closed by
- wontfix: Hi, I think that the 32K limit on control's coordinates is a limitation …
- 15:39 Ticket #11859 ([wxOSX] wxMBConv_cf::FromWChar bug fix) closed by
- fixed: (In [63772]) Fix bug in wxMBConv_cf::FromWChar() in OS X. Apparently …
- 15:39 Changeset [63772] by
- Fix bug in wxMBConv_cf::FromWChar() in OS X. Apparently …
- 15:39 Ticket #11851 (popup submenu assert if created on the heap) closed by
- fixed: (In [63771]) Clarify wxMenu objects allocation rules. Make it clear that …
- 15:39 Changeset [63771] by
- Clarify wxMenu objects allocation rules. Make it clear that only the menu …
- 15:34 Ticket #4557 (Filling problem with SetUserScale and wxMemoryDC) closed by
- fixed: (In [63770]) Properly handle DC origin and scale in wxDoFloodFill() …
- 15:34 Changeset [63770] by
- Properly handle DC origin and scale in wxDoFloodFill() [backport of …
- 15:34 Ticket #3400 (wxDC::DoDrawBitmap smears colors) closed by
- fixed: (In [63769]) Use COLORONCOLOR stretching mode in DrawBitmap() too …
- 15:34 Changeset [63769] by
- Use COLORONCOLOR stretching mode in DrawBitmap() too [backport of r60034 …
- 15:34 Ticket #11561 (wxDateTime::GetWeekOfMonth returns wrong value, affecting wxCalendarCtrl ...) closed by
- fixed: (In [63768]) Fix wxDateTime::GetWeekOfMonth() [backport of r62916 from …
- 15:34 Changeset [63768] by
- Fix wxDateTime::GetWeekOfMonth() [backport of r62916 from trunk]. Closes …
- 15:33 Ticket #1090 (wxStaticText in GTK2 always stays left-aligned) closed by
- duplicate: Hi ardovm, >Please let me know if it's better to open a new bug, instead …
- 15:25 Ticket #11481 (Samples fail to compile with Sun's compiler) closed by
- wontfix: I don't think it's worth keeping this one opened, I don't think anybody is …
- 15:23 Ticket #10778 (SONAME in Solaris should not include minor version) closed by
- fixed: Should be fixed in 2.8.11 which uses bakefile 0.2.8.
- 15:23 Changeset [63767] by
- no real changes: just a small optimization on wxStaticText::DoSetLabel() …
- 15:22 Ticket #9653 (wxMSW builds with BUILD=debug option are compiled without the __WXDEBUG__ ...) closed by
- worksforme: I (and to the best of my knowledge) nobody else can reproduce this …
- 10:55 Ticket #11800 (Handling of percentage width in the IMG tag of wxHTML) closed by
- fixed: (In [63766]) wxHTML: Support percentage width in IMG tag. (Patch #11800 …
- 10:55 Changeset [63766] by
- wxHTML: Support percentage width in IMG tag. (Patch #11800 by lpoujoulat) …
- 10:52 Changeset [63765] by
- Fix UTF-8 string storage in constant: use unsigned char.
- 10:10 Ticket #11862 (UltimateListCtrl skins) created by
- I'd like to change the look of the column headers in UltimateListCtrl by …
- 08:41 Changeset [63764] by
- Reverted wxFileSystem support in wxLocale. The implementation was broken …
- 08:41 Ticket #11491 (FileNameToURL should return utf8) closed by
- fixed: (In [63763]) Fix wxFileSystem::FileNameToURL() for Unicode file names. If …
- 08:41 Changeset [63763] by
- Fix wxFileSystem::FileNameToURL() for Unicode file names. If filename …
- 08:41 Changeset [63762] by
- Add test wxFileSystem::FileNameToURL,URLToFileName roundtrip with Unicode …
- 07:37 Changeset [63761] by
- Preserve m_skipped in wx[Var]ScrollHelperEvtHandler::ProcessEvent. If the …
- 02:27 Queries edited by
- add query to return all old tickets; it only works with Trac 0.12 … (diff)
Note: See TracTimeline
for information about the timeline view.
