Timeline
03/10/12:
- 22:23 Ticket #14088 (wxWidgets 2.8.x and VS11 Beta) created by
- There are compilation errors while compiling 2.8.x branch (from trunk), in …
- 21:31 Changeset [70870] by
- A fix for flicker when the top-level window is disabled or enabled (e.g. …
- 15:41 Ticket #14087 (wxAUI on Mac - wrong sizing of wxRadioBox when docked) created by
- The attached screencaps show the issue. This pane is created entirely …
- 15:22 Ticket #14086 (wxAUI on Cocoa - cannot re-dock a panel) created by
- In the AUI demo (or my code), if using the Carbon build, once an item has …
- 11:56 Changeset [70869] by
- Remove our wxPrintQuality typedef
- 08:58 Changeset [70868] by
- remove unused parameter
- 06:26 Ticket #14083 (Combo SetHint return value is bool, not void) closed by
- fixed: (In [70867]) Fix wxComboCtrl::SetHint() return type in the documentation. …
- 06:26 Changeset [70867] by
- Fix wxComboCtrl::SetHint() return type in the documentation. It is now …
- 06:26 Ticket #14082 (Add wxMessageOutputFlags enum to msgout interface) closed by
- fixed: (In [70866]) Explicitly document wxMessageOutputFlags. They were already …
- 06:26 Changeset [70866] by
- Explicitly document wxMessageOutputFlags. They were already mentioned in …
- 06:26 Ticket #14081 (Add wxPrintQuality typedef and its related defines) closed by
- fixed: (In [70865]) Document wxPrintQuality and wxPRINT_QUALITY_XXX constants. …
- 06:26 Changeset [70865] by
- Document wxPrintQuality and wxPRINT_QUALITY_XXX constants. Closes #14081.
- 06:26 Ticket #14080 (GetFormatCount is const) closed by
- fixed: (In [70864]) Fix wxDataObject::GetFormatCount() signature in the …
- 06:26 Changeset [70864] by
- Fix wxDataObject::GetFormatCount() signature in the documentation. It …
- 06:12 Ticket #14085 (Replace wxPrintQuality typedef with an enum) created by
- As correctly noticed in #14081, we should replace wxPRINT_QUALITY_XXX …
- 05:13 Changeset [70863] by
- using 10.5 API for cursor updates as well
- 04:39 Ticket #13473 (odd wxEVT_MOTION behavior on wxCocoa) closed by
- fixed: fixed in r70862
- 04:37 Changeset [70862] by
- removing NSWindow based mouse tracking in favour of 10.5+ trackingArea …
03/09/12:
- 21:19 Ticket #14084 (Tab traversal does not work in wxDialog on wxGTK) created by
- In the latest SVN version, pressing tab key in dialogs does not work for …
- 19:16 Ticket #14083 (Combo SetHint return value is bool, not void) created by
- 17:54 Ticket #14082 (Add wxMessageOutputFlags enum to msgout interface) created by
- 16:24 Changeset [70861] by
- Fix quotes
- 16:14 Changeset [70860] by
- * Use wxPyUserData for the client data args. * Add the 'Simple' methods …
- 16:14 Changeset [70859] by
- Expand toolbar unittests
- 16:14 Changeset [70858] by
- Check for JOBS=n in the envirment
- 16:13 Changeset [70857] by
- Add toolbar
- 16:13 Changeset [70856] by
- Typo
- 16:01 Changeset [70855] by
- Document the non-deprecated version of InsertTool, and some other tweaks.
- 16:01 Changeset [70854] by
- Make the CreateTool factories be public so they can be used from …
- 16:01 Changeset [70853] by
- Add wxToolBarToolBase, missing flags, etc.
- 15:57 Ticket #14081 (Add wxPrintQuality typedef and its related defines) created by
- I think this should be an enum, but as it is I'm adding the defines and …
- 15:51 Ticket #14080 (GetFormatCount is const) created by
- This method overrides the abstract GetFormatCount method from …
- 13:50 Ticket #14079 (Direction enum is scoped to wxDataObject) closed by
- invalid: Woops, I didn't notice this. You're right. There's no need to scope this, …
- 13:23 Ticket #14063 (EVT_MOTION not firing for windows) closed by
- outdated: Yes, it does work with current trunk.
- 09:54 Ticket #14079 (Direction enum is scoped to wxDataObject) created by
- There was a missing scope specifier for Direction type which is …
- 08:30 Ticket #14078 (Check that we have valid text control in ...) created by
- Platform: any Version: 2.8-svn, 2.9-svn Description: The program crashes …
- 07:26 Changeset [70852] by
- Added wxRIBBON_PANEL_STRETCH to allow a single panel to stretch to fill …
- 04:50 Ticket #14049 (Missing mouse events on OSX due to incorrect ClientToScreen) closed by
- fixed: (In [70851]) reflect correct position for native toolbar, fixes #14049
- 04:49 Changeset [70851] by
- reflect correct position for native toolbar, fixes #14049
- 02:12 Changeset [70850] by
- Correct the test for wxHAS_IMAGES_IN_RESOURCES in listctrl sample. …
- 02:12 Changeset [70849] by
- Exclude wxMSW-only code from wxUniversal build under Windows. …
03/08/12:
- 21:50 Changeset [70848] by
- add the usual default parameter for Show()
- 17:09 Changeset [70847] by
- Check for iterator validity when parsing "%%" in wxDateTime::Format() too. …
- 17:09 Ticket #14075 (trying to parse date-time format %z near end of date causes an assertion) closed by
- fixed: (In [70846]) Check for end of string when parsing "%z" in …
- 17:09 Changeset [70846] by
- Check for end of string when parsing "%z" in wxDateTime::Format(). We …
- 11:16 Changeset [70845] by
- CustomTreeCtrl: fix wrong scrolling behaviour of windows when using the …
- 11:09 Ticket #14077 (The wxRichTextHTMLHandler class doesn't make any HTML character Escape) created by
- the wxRichTextHTMLHandler class doesn't make any HTML character Escape …
- 09:06 Changeset [70844] by
- adjust Blit destination rect if source rect is clipped
- 08:45 Changeset [70843] by
- fix incorrect tests of wxUSE_ macros
- 08:28 Ticket #14076 (wxOSX-cocoa: focus ring too fat) created by
- The focus ring displayed around wxTextCtrls seems to be about twice as …
- 07:48 Changeset [70842] by
- removing unnecessary hook
- 07:46 Ticket #13930 (wxOSX-Cocoa bug: wxAUI tooltips don't appear) closed by
- fixed: please test with r70841, I had to dive into webkit sourcecode to find an …
- 07:37 Changeset [70841] by
- removing 10.4 code, adding webkit trick for showing dynamic tooltips
- 06:34 Ticket #14075 (trying to parse date-time format %z near end of date causes an assertion) created by
- there was a missing test of end of string... the assrtions appears when …
- 05:23 Ticket #14074 (adding SetSashInvisible) closed by
- fixed: (In [70840]) Added wxSplitterWindow::SetSashInvisible() and …
- 05:23 Changeset [70840] by
- Added wxSplitterWindow::SetSashInvisible() and IsSashInvisible(). Also …
- 05:23 Ticket #14031 (reverse direction of Ctrl-MouseWheel in ScintillaWX::DoMouseWheel) closed by
- fixed: (In [70839]) Revert the zoom direction on Ctrl-mouse wheel in …
- 05:23 Changeset [70839] by
- Revert the zoom direction on Ctrl-mouse wheel in wxStyledTextCtrl. The …
- 01:18 Ticket #14074 (adding SetSashInvisible) created by
- this is a bit more of support for wxSP_NOSASH in fact the wxSP_NOSASH …
03/07/12:
- 21:21 Ticket #14073 (Performance issue of adding many items to a sorted wxDVC) created by
- On wxMSW, adding a huge items to wxDVC takes too long when the tree has …
- 15:50 Ticket #1561 (Deprecate wxWindow.MakeModal()) closed by
- fixed: (In [70838]) Deprecate wxWindow::MakeModal(). Using this function was …
- 15:50 Changeset [70838] by
- Deprecate wxWindow::MakeModal(). Using this function was never the right …
- 14:03 Changeset [70837] by
- FlatMenu: improve overall docstrings
- 11:49 Changeset [70836] by
- * AuiManager: fix a resource leak by calling Destroy on the AuiManager's …
- 11:04 Ticket #14072 (wx.Grid problem, extra space in a cell after auto-size when using ...) created by
- Support, Below is a copy of a wx.Grid problem I posted to the wxPython …
- 08:15 Changeset [70835] by
- Don't eat unhandled events in wxHtmlWindow::OnKeyUp().
- 04:21 Changeset [70834] by
- When SetSplitterLeft measures all pages, it should also set the splitter …
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 …
Note: See TracTimeline
for information about the timeline view.
