Timeline
03/06/12:
- 15:59 Changeset [70833] by
- Bump subrelease number
- 15:59 Changeset [70832] by
- Bump subrelease number
- 15:49 Changeset [70831] by
- backport a couple changes from trunk
- 13:10 Changeset [70830] by
- * CustomTreeCtrl: fix wrong usage of SetToolTip vs. SetToolTipString; …
- 11:00 Changeset [70829] by
- Check that there is a GetName before trying to use it.
- 08:59 Changeset [70828] by
- wxCB_SORT not currently supported on OSX/Cocoa
- 06:59 Ticket #14071 (wxGetNumberFromUser not return!) closed by
- invalid: You must create wxPaintDC in your EVT_PAINT handler.
- 06:32 Ticket #14071 (wxGetNumberFromUser not return!) created by
- On Windows. if application process wxEVT_PAINT event. wxGetNumberFromUser …
- 06:19 Ticket #14067 (reading contents of non-memory DC with Blit() or GetPixel() has ...) closed by
- fixed: (In [70827]) Mention the limitations of wxDC::GetPixel() and FloodFill() …
- 06:19 Changeset [70827] by
- Mention the limitations of wxDC::GetPixel() and FloodFill() in wxGTK. …
- 06:05 Ticket #3033 (wxTextCtrl has exception in constructor) closed by
- worksforme
- 06:04 Ticket #3035 (EVT_ACTIVATE fires twice) closed by
- worksforme
- 06:03 Ticket #3023 (wxMDIChildFrame::Move wrong with toolbar in wxMDIParentFrame) closed by
- fixed: Are you sure this is still needed after r70812? I think the bug should be …
- 05:18 Changeset [70826] by
- catching veto AND handled events
- 02:23 Changeset [70825] by
- adapting grid-cell dragging according to discussion on wx-dev along the …
- 02:20 Ticket #14070 (Race condition in wxPyTreeItemData) created by
- It seems like the Py_DECREFs are correctly guarded by …
03/05/12:
- 20:51 Changeset [70824] by
- fix test for transparent pen broken in r65820
- 20:26 Changeset [70823] by
- avoid using wxDC::Blit() and wxDC::GetPixel() on window that is being …
- 13:31 Changeset [70822] by
- Move wxPython to its own subtree so local working copies can be set up …
- 13:28 Changeset [70821] by
- Make a branch from the 2.9.3.1 release tag
- 13:11 Changeset [70820] by
- Minor commit on ShortcutEditor, to fix line-endings.
- 12:59 Changeset [70819] by
- * Added the new widget ShortcutEditor. * GenericMessageDialog: - …
- 12:47 Changeset [70818] by
- Ignore some more generated files
- 12:15 Changeset [70817] by
- If there is an existing item of the same name when adding a global string …
- 12:15 Changeset [70816] by
- Ignore some more generated files
- 11:28 Ticket #14069 (wxFileDialog & wxDirDialog don't implement Create() in wxGTK) created by
- this is an alternate version of the Dialog sample …
- 10:26 Changeset [70815] by
- It should be possible to set a null bitmap without asserting due to change …
- 10:00 Changeset [70814] by
- Restored correct RTTI for wxNotebook
- 05:00 Ticket #2766 (Dialogs wrongly inherit parent window font in wxGTK) closed by
- fixed: (In [70813]) Override InheritAttributes() to do nothing in …
- 05:00 Changeset [70813] by
- Override InheritAttributes() to do nothing in wxNonOwnedWindow. Non owner …
- 05:00 Changeset [70812] by
- Override AdjustForParentClientOrigin() in wxNonOwnedWindow to do nothing. …
- 05:00 Changeset [70811] by
- Remove the wrong "std::" scope prefix before ceil() call. Fix compilation …
03/04/12:
- 22:39 Ticket #13760 (OS x 10.4, SVN trunk: the Cocoa version of the printing sample crashes at ...) closed by
- outdated: trunk does not support 10.4 anymore
- 22:10 Changeset [70810] by
- coordinate conversion was the wrong way round
- 21:48 Ticket #14068 (Child items are not added by wxDataViewModel::Item(s)Added() on GTK) created by
- On MSW and OSX, adding the top level nodes to a tree model constructs the …
- 20:19 Ticket #14067 (reading contents of non-memory DC with Blit() or GetPixel() has ...) created by
- This bug is present in the current GTK trunk. I tested it on the drawing …
- 15:50 Changeset [70809] by
- remove unnecessary includes
- 12:31 Ticket #14065 (Use __WXMSW__ for GUI and __WINDOWS__ for non-GUI code) closed by
- fixed: (In [70808]) Use WINDOWS for OS checks and WXMSW for GUI checks …
- 12:31 Ticket #14066 (Use __WINDOWS__ for Windows platform in tests) closed by
- fixed: (In [70808]) Use WINDOWS for OS checks and WXMSW for GUI checks …
- 12:31 Changeset [70808] by
- Use WINDOWS for OS checks and WXMSW for GUI checks (round 2). …
- 12:31 Ticket #14026 (aui should trigger an event when the active pane changes) closed by
- fixed: (In [70807]) Add wxEVT_AUI_PANE_ACTIVATED event. This event is sent when …
- 12:31 Changeset [70807] by
- Add wxEVT_AUI_PANE_ACTIVATED event. This event is sent when an AUI pane …
- 12:31 Changeset [70806] by
- No changes, just make wxAUI SetActivePane() a member function. Make a …
- 09:58 Ticket #14066 (Use __WINDOWS__ for Windows platform in tests) created by
- Similar to #14064, but related for tests and samples. Enables some samples …
- 09:56 Ticket #14065 (Use __WXMSW__ for GUI and __WINDOWS__ for non-GUI code) created by
- Similar to #14064, but more GUI and wxCore related. Partially disable …
- 02:32 Ticket #2980 (Space around <img> tag are badly handled in wxHtmlWindow) closed by
- fixed: This bug is still present confirmed on the system configured as in 2976.
- 01:42 Changeset [70805] by
- we have to export every virtual method in this template class for clang, …
03/03/12:
- 16:43 Changeset [70804] by
- Revert the addition of WXDLLIMPEXP_CORE to all wxNavigationEnabled …
- 16:31 Changeset [70803] by
- Turkish translations update from Kaya Zeren.
- 16:29 Ticket #13035 (replace custom wxCURSOR_CROSS bitmap with win32 stock object) closed by
- fixed: (In [70802]) Use standard IDC_CROSS cursor in wxMSW. There doesn't seem …
- 16:29 Changeset [70802] by
- Use standard IDC_CROSS cursor in wxMSW. There doesn't seem to be any …
- 16:29 Ticket #12664 (wxMSW build fails with non-default options) closed by
- fixed: (In [70801]) Always provide wxMenuItem bitmap-related methods in wxMSW. …
- 16:29 Changeset [70801] by
- Always provide wxMenuItem bitmap-related methods in wxMSW. Define these …
- 16:29 Ticket #13589 (wxSpinCtrl::Create() shouldn't emit an wxEVT_COMMAND_TEXT_UPDATED event) closed by
- fixed: (In [70800]) Don't set value unnecessarily in wxSpinCtrl::Create() in …
- 16:29 Changeset [70800] by
- Don't set value unnecessarily in wxSpinCtrl::Create() in wxMSW. This is …
- 16:29 Changeset [70799] by
- No changes, just add wxSpinCtrl::Init() to wxMSW. Remove a "TODO" comment …
- 16:29 Ticket #13577 (wxToolBar stretchable space not updated after tool removal) closed by
- fixed: (In [70798]) Fix stretchable spaces in wxToolBar after tool removal in …
- 16:29 Changeset [70798] by
- Fix stretchable spaces in wxToolBar after tool removal in wxMSW. The …
- 16:29 Ticket #13383 (wxUIActionSimulator MouseMove has scaling error on Windows 7 - Patch) closed by
- fixed: (In [70797]) Correct mouse event coordinates in wxMSW wxUIActionSimulator. …
- 16:29 Changeset [70797] by
- Correct mouse event coordinates in wxMSW wxUIActionSimulator. The …
- 16:29 Ticket #14064 (Use __WINDOWS__ for Windows platform) closed by
- fixed: (In [70796]) Use WINDOWS for OS kind checks and reserve WXMSW for …
- 16:29 Changeset [70796] by
- Use WINDOWS for OS kind checks and reserve WXMSW for GUI toolkit. …
- 16:29 Ticket #14062 (Editing items on multiple selection trees causes assert) closed by
- fixed: (In [70795]) Fix assert when editing an item in multi-selection …
- 16:29 Changeset [70795] by
- Fix assert when editing an item in multi-selection wxTreeCtrl. Don't use …
- 16:29 Ticket #2942 (wxFindWindowAtPoint skips disabled controls on msw) closed by
- fixed: (In [70794]) Take disabled windows into account in wxFindWindowAtPoint() …
- 16:29 Changeset [70794] by
- Take disabled windows into account in wxFindWindowAtPoint() in wxMSW. Use …
- 16:29 Changeset [70793] by
- No changes, just cleanup TopLevelWindowTestCase unit test a little. …
- 16:29 Changeset [70792] by
- Add documentation of wxFileSelectorEx() and wx{Load,Save}FileSelector(). …
- 16:29 Ticket #14051 (Correct some default parameters in the docs) closed by
- fixed: (In [70791]) Better documentation for the default parameters values. Use …
- 16:29 Changeset [70791] by
- Better documentation for the default parameters values. Use symbolic …
- 16:29 Ticket #13946 (wxDocManager::ActivateDocument() doesn't activate mdi child) closed by
- fixed: (In [70790]) Fix showing MDI child from wxDocManager::ActivateDocument(). …
- 16:29 Changeset [70790] by
- Fix showing MDI child from wxDocManager::ActivateDocument(). This fix has …
- 16:28 Ticket #14050 (Add wxHAS_NAMED_RESOURCES predefined symbol) closed by
- fixed: (In [70789]) Use wxHAS_IMAGES_IN_RESOURCES instead of explicit platform …
- 16:28 Changeset [70789] by
- Use wxHAS_IMAGES_IN_RESOURCES instead of explicit platform checks. Add a …
- 16:22 Ticket #748 (wxJoystick fails for some controllers) closed by
- fixed: I'm not sure if there is anything remaining to fix here, but let's be …
- 16:03 Ticket #11788 (wxButton cannot be constructed providing only the parent window, it ...) closed by
- wontfix: Sorry, I don't think this should be applied as it would make this class …
- 15:45 Ticket #13528 (wxStackWalker implementation for wxMSW under x86-64) closed by
- fixed: This was committed as r69845.
- 14:52 Ticket #2035 (wxDC::SetAxisOrientation() doesn't affect DrawBitmap()) closed by
- worksforme: I was asking because I tested the drawing sample with its built-in support …
- 12:23 Changeset [70788] by
- Czech translations update from Zbynek Schwarz.
- 09:30 Changeset [70787] by
- we have to export every virtual method in this template class for clang
- 05:09 Changeset [70786] by
- just in case we have an erroneous character on the server as well at the …
- 03:10 Ticket #14064 (Use __WINDOWS__ for Windows platform) created by
- Use __WINDOWS__ preprocessor symbol instead of __WXMSW__ one for …
- 02:36 Changeset [70785] by
- testing another implementation for avoiding WakeUp Problems within …
03/02/12:
- 15:57 Ticket #14063 (EVT_MOTION not firing for windows) created by
- Per this thread: …
- 15:26 Ticket #14061 (ICL/ICC better performance of loops) closed by
- wontfix: I'd definitely hate to do this. I'd expect the gains to be unmeasurably …
- 15:11 Ticket #1851 (no mouse move events on GTK2 after mouse down) closed by
- outdated
- 14:26 Changeset [70784] by
- Add Tamil translations by DINAKAR T.D.
- 13:53 Changeset [70783] by
- skip progress dialog test on Windows for now…
- 13:53 Changeset [70782] by
- ignore all .pyc files
- 13:53 Changeset [70781] by
- Fix #include filename
- 13:53 Changeset [70780] by
- Return 0 since we know that an existing instance was moved and so it …
- 13:53 Changeset [70779] by
- Change the test function to have a leading underscore so it isn't quite as …
- 13:53 Changeset [70778] by
- Update to the 4.13.2 version of SIP
- 13:53 Changeset [70777] by
- Allow CppMethodDefs to be static. Replace :: with . in generated …
- 13:53 Changeset [70776] by
- Add longlong and datetime
- 13:53 Changeset [70775] by
- * Include inner classes in a ClassDef's allItems * Enable finding an …
- 13:51 Changeset [70774] by
- fix missing and broken items in the datetime interface
- 12:57 Ticket #4325 (Resizing panes under Vista does not repaint background) closed by
- outdated: Can't reproduce on modern builds/os's. Closing as outdated
- 12:55 Ticket #4635 (AUI Crashes on Motif) closed by
- outdated: Sounds to me like a bug in the motif port.
- 12:52 Ticket #14062 (Editing items on multiple selection trees causes assert) created by
- Editing a tree item on any multiple selection tree will assert. This is …
- 04:43 Changeset [70773] by
- Darker border for wxComboCtrl on Mac
- 04:43 Changeset [70772] by
- Small improvements to wxComboCtrl appearance on Mac: darker border and no …
- 02:47 Ticket #14061 (ICL/ICC better performance of loops) created by
- Greetings, ICC/ICL compiler have "pragma" preprocessor directive to …
- 00:55 Changeset [70771] by
- Use a non-native toolbar on Mac so small buttons aren't stretched …
03/01/12:
- 23:17 Ticket #14059 (Assertion in NSDragOperationToWxDragResult) closed by
- fixed: (In [70770]) adding translation of NSDragOperationGeneric to wxDragCopy …
- 23:17 Changeset [70770] by
- adding translation of NSDragOperationGeneric to wxDragCopy fixes #14059
- 15:20 Ticket #14060 (wxWebViewIE open pdf crash) created by
- I have Acrobat Reader and when you try to open a pdf file then like a …
- 10:52 Changeset [70769] by
- Improved the appearance of the property grid checkbox on Mac and GTK+
- 10:29 Ticket #14059 (Assertion in NSDragOperationToWxDragResult) created by
- In the C++ dnd sample on OSX-cocoa if you drag text from the bottom …
- 08:44 Changeset [70768] by
- remove signal-blocking variable, instead just connect to signal when ready
- 08:36 Changeset [70767] by
- use m_ prefix for web_view member, and make it a WebKitWebView* to …
- 08:14 Changeset [70766] by
- remove extra g_object_ref() on web view widget
- 07:04 Changeset [70765] by
- Added MacInternalOnSize() to allow windows to resize themselves …
- 03:11 Ticket #14058 (wxDateTime::ParseFormat format bug with leapyear (29-feb)) created by
- Dear readers, We use wxWidgets version 2.8.9 (production), but I also …
02/29/12:
- 23:09 Changeset [70764] by
- Fixes to allow running with 64-bit wxGTK - use correct printf format …
- 23:09 Ticket #13440 (wxOSX-Cocoa bug in shift-key event handling) closed by
- fixed: (In [70763]) applying Andrew's patch, closes #13440, fine now that we have …
- 23:09 Changeset [70763] by
- applying Andrew's patch, closes #13440, fine now that we have raised the …
- 18:44 Changeset [70762] by
- Add pre-initialization code, which on Windows will initialize the …
- 18:43 Changeset [70761] by
- Add a couple more deprecated methods from Classic.
- 18:42 Changeset [70760] by
- Add --cairo build option for Windows, and have fatal build errors stop the …
- 17:05 Changeset [70759] by
- Add wxGCDC benchmarks to graphics benchmark for comparison with wxDC. …
- 17:05 Changeset [70758] by
- Correct wxCOMPILER_PREFIX definition when wxMSVC_VERSION is predefined. …
- 14:40 Changeset [70757] by
- Recognize MSVC 11 instead of warning about unknown MSVC version. Define …
- 14:03 Ticket #12122 (wxDropTarget::GetData crash on OnDragOver()) closed by
- worksforme
- 10:29 Changeset [70756] by
- remove unnecessary gtk_widget_show(m_widget) calls, PostCreation() takes …
- 10:13 Changeset [70755] by
- small includes cleanup
- 10:05 Changeset [70754] by
- remove unnecessary gtk_widget_show() calls, PostCreation() takes care of …
- 07:06 Changeset [70753] by
- Always send wxEVT_COMMAND_RICHTEXT_DELETE event if delete or back key …
- 06:45 Changeset [70752] by
- Ignore setting empty path in wxGTK wxFileDialog. wxGenericFileButton …
- 05:59 Ticket #14056 (PVS-Studio) closed by
- fixed: Fixed by r70748, r70749, r70750 and r70751.
- 05:59 Changeset [70751] by
- Remove redundant assignment in wxDialUpManagerMSW code. No real changes, …
- 05:58 Changeset [70750] by
- Replace incorrect uses of wxString::empty() with the intended clear(). …
- 05:58 Changeset [70749] by
- Initialize m_isShown correctly in wxGenericDragImage::BeginDrag(). The …
- 05:58 Changeset [70748] by
- Move checks for m_art != NULL before code using m_art in wxAuiToolBar. It …
- 05:32 Ticket #14057 (wxGauge suggess that the colors are changeable in gtk2) closed by
- wontfix: I don't think we have any realistic way of knowing that some widget …
- 05:19 Ticket #12232 (Cocoa wxProgressDialog is not modal with wxPD_APP_MODAL) closed by
- fixed: Just tested this in the current trunk version, and it works there.
02/28/12:
- 23:50 Ticket #14057 (wxGauge suggess that the colors are changeable in gtk2) created by
- if i set the foregroundColor of wxGauge on gtk2, it returns true and if i …
- 17:33 Changeset [70747] by
- * Add configuration option for controlling default caret width * Support …
- 16:06 Changeset [70746] by
- Restore the use of the stdout window
- 16:03 Changeset [70745] by
- Also use a sizer for the panel
- 14:48 Changeset [70744] by
- Use /bin/echo for creation of Mac OS X PkgInfo files. The built-in of …
- 14:18 Changeset [70743] by
- Phoenix: update the sphinx_generator.py file and correct the Sphinx …
- 14:11 Changeset [70742] by
- AuiNotebook: apply patches from Luke McCarthy to fix the following: * …
- 10:23 Changeset [70741] by
- avoid deprecated gdk_net_wm_supports()
- 10:06 Changeset [70740] by
- remove run-time check for now-required GTK 2.4
- 09:25 Changeset [70739] by
- remove unnecessary override of AddChildGTK
- 09:06 Changeset [70738] by
- fix virtual override broken in r58875
- 08:59 Ticket #14055 (wxButton does not receive EVT_KEY_DOWN events) closed by
- invalid: If you just need to get the keys from anywhere you can use …
- 08:30 Changeset [70737] by
- removing Quickdraw call
- 08:21 Ticket #14056 (PVS-Studio) created by
- Hello, All. We are regularly asked to check various open-source projects …
- 07:59 Ticket #14055 (wxButton does not receive EVT_KEY_DOWN events) created by
- When compiled for Cocoa, wxButtons do not receive EVT_KEY_DOWN events on …
- 06:41 Changeset [70736] by
- Fix unused parameter warning in wxOSX build. No real changes.
- 06:39 Changeset [70735] by
- making sure TextMatrix is always identity, there were strange artifacts …
- 06:20 Ticket #2987 (wxWindow::GetTextExtent mapping mode seems to be wrong) closed by
- invalid: There is no bug at all here and never were. By default wxDC uses the …
- 06:16 Ticket #14054 (WXPython: Application hanging while chrome running in 64bit Windows 7) closed by
- duplicate: Same as #14053.
- 01:21 Ticket #14054 (WXPython: Application hanging while chrome running in 64bit Windows 7) created by
- The application (just start it and use chrome on the same time for example …
- 01:19 Ticket #14053 (WXPython: Application hanging while chrome running in 64bit Windows 7) created by
- The application (just start it and use chrome on the same time for example …
Note: See TracTimeline
for information about the timeline view.
