Timeline
09/26/10:
- 22:48 Ticket #12521 (watcom 1.9 wmake fails on 2.9.1 w/ apparently old error w/ defs.h macros) created by
- Have previously used wxwidgets 2.8.* w/ watcom 1.8 and below. When …
- 15:11 Changeset [65651] by
- Compilation fix for MinGW STL build. std::tr1::unordeded_map<T *>::find() …
- 15:11 Changeset [65650] by
- Compilation fix for MinGW 4.x in new keyboard code. Explicitly choose the …
- 15:11 Changeset [65649] by
- Make wxDateTime::Tm::yday public and document it. There doesn't seem any …
- 15:11 Changeset [65648] by
- Initialize wxDateTime::Tm::yday in the ctor. Set Tm::yday to a fixed …
- 15:11 Changeset [65647] by
- Correct g++ 4.x warnings about suggested explicit braces. Several …
- 13:26 Changeset [65646] by
- Added basic implementation for wxRadioBox and simplified choices handling …
- 11:39 Changeset [65645] by
- Added basic implementation for wxCheckBox
- 09:38 Changeset [65644] by
- Added implementation of wxWindow::DoFindFocus
- 09:07 Changeset [65643] by
- General tidying of the floating image layout code Added CanEditProperties, …
- 07:39 Changeset [65642] by
- Added missing wxStaticLine::GetHandle() implementation
- 07:33 Changeset [65641] by
- Removed manual deletion of Qt widgets (wxQtPointer destructor is doing …
- 05:31 Ticket #12520 (wxSpinDoubleEvent documentation) created by
- This simple patch adds documentation for the wxSpinDoubleEvents.
- 05:00 Changeset [65640] by
- Replaced QPointer usage with wxQtPointer
09/25/10:
- 15:58 Ticket #12519 (Custom artprovider not called) created by
- This never gets called, gets no crack at it wxBitmap …
- 14:21 Ticket #12518 (String conversation problems in the X11 Version) created by
- The wxMBConv::cWC2MB function couldn't be called with a wxString parameter …
- 14:00 Ticket #12517 (wx/unix/utilsx11.h seems to be missing in precompiled headers) created by
- Compiling wxWidgets with gcc for X11 the file x11/windows.cpp failed to …
- 07:15 Changeset [65639] by
- Fix
09/24/10:
- 17:29 Changeset [65638] by
- Return wxFONTFAMILY_DEFAULT from GetFamily when unable to determine the …
- 17:28 Changeset [65637] by
- Apply patch from trunk that is no so strict about frame icon sizes
- 17:26 Changeset [65636] by
- reSWIGged
- 17:26 Changeset [65635] by
- Use wxBITMAP_TYPE_ANY for the default type
- 17:25 Changeset [65634] by
- wxLOCALE_CONV_ENCODING is deprecated, don't use it by default
- 17:23 Changeset [65633] by
- GetFamily may return UNKNOWN which can't be used for making a new font. …
- 17:22 Changeset [65632] by
- Fix the code that is removing '/pdb:None'
- 16:21 Ticket #12516 (Make wxOleInitialize a virtual method of the wxApp class in MSW) created by
- I have been combining managed code with unmanaged wxWidgets code and get …
- 13:16 Ticket #12515 (wxBitmapComboBox: the selected item is almost invisible) created by
- This is on Windows 7, wxPython 2.9.1.0 pre-release. Upon running the …
- 12:20 Ticket #12514 (inproper Fix for bug finding line after line break (r65594)) created by
- r65594 was a backport of trunk bug fix, but it break the compilation See …
- 10:46 Ticket #12504 (wxPropertryGrid doesn't redraw) closed by
- fixed: Ok, looks like I forgot a debug log message in when migrating to wxControl …
- 10:44 Changeset [65631] by
- Correct empty space drawing
- 10:40 Changeset [65630] by
- Removed debug log message
- 08:22 Changeset [65629] by
- Fixed PCH-less build
- 07:47 Changeset [65628] by
- Have wxPropertyGrid inherit from wxControl and wxScrollHelper instead of …
- 06:08 Ticket #12513 (empty modal dialog cannot be closed) created by
- Modal dialog without any controls cannot be closed at all in r65627 …
- 00:24 Ticket #12512 (wxOSX: toolbar sample not working correctly) created by
- The Toggle toolbar example does not work correctly for the main toolbar in …
09/23/10:
- 20:28 Ticket #12511 (Clearly document wxColourDialog non-const wxColourData* parameter) created by
- Shouldn't `wxColourDialog::wxColourDialog(wxWindow *parent, wxColourData …
- 15:19 Ticket #12510 (wx.lib.wordwrap does not work for checkboxes on Windows) closed by
- duplicate: Looks the same as #9495 to me.
- 14:40 Ticket #12510 (wx.lib.wordwrap does not work for checkboxes on Windows) created by
- Wordwrap on GTK works great for checkboxes. However, on Windows, a …
- 14:26 Ticket #12509 (wxDataViewListModel::GetCount() -> GetRowCount()) created by
- GetCount() seems too generic and nonobvious; we have GetColumnCount() so …
- 14:18 Ticket #11969 (AutoBufferedPaintDC SetUserScale on windows issue) closed by
- fixed: Fixed in r65623
- 14:16 Ticket #12326 (wxOSX-cocoa: first notebook page doesn't get EVT_SIZE events) closed by
- fixed: Fixed in r65627
- 14:13 Ticket #12508 (Provide backward compatible wxCharCodeMSWToWX()) created by
- So user code can compile.
- 14:12 Changeset [65627] by
- Fix sending a size event for the displayed page when the notebook is sized
- 14:11 Changeset [65626] by
- Use the wx version of the wxDECLARE_EVENT_TABLE_ENTRY macro
- 14:10 Changeset [65625] by
- Avoid an endless recursion situation
- 14:09 Changeset [65624] by
- Allow the renderer to also work with wxMemoryDCs
- 14:08 Changeset [65623] by
- SetUserScale(1.0, 1.0) in Unmask() so the image will not be scaled again …
- 14:07 Changeset [65622] by
- CanSetTransparent needs to be virtual
- 14:05 Changeset [65621] by
- Various build tweaks and updates for wxPython 2.9.1.1
- 13:54 Changeset [65620] by
- Add flag to enable specifying an architecture to build on Mac. Also add …
- 13:10 Ticket #12507 (WX_2_8_BRANCH/version.h/wxRELEASE_NUMBER -> 12) created by
- 13:08 Ticket #12506 (wxGIFDecoder clean up) created by
- 1 Use "wxUint8" instead of "unsigned char" because this has nothing to do …
- 12:59 Ticket #12505 (wxPNG_TYPE_PALETTE) created by
- Currently wxPNGHandler can save in 16/24 bpp only. This patch makes …
- 12:51 Ticket #8583 (GIF saving capability) reopened by
- Added a proper patch for trunk: - Added Animated GIF saving - Removed …
- 11:41 Changeset [65619] by
- A patch from trunk
- 11:41 Changeset [65618] by
- Fix sending a size event for the displayed page when the notebook is sized
- 11:39 Changeset [65617] by
- Use the wx version of the wxDECLARE_EVENT_TABLE_ENTRY macro
- 11:39 Changeset [65616] by
- Avoid an endless recursion situation
- 11:38 Changeset [65615] by
- Allow the renderer to also work with wxMemoryDCs
- 11:37 Changeset [65614] by
- SetUserScale(1.0, 1.0) in Unmask() so the image will not be scaled again …
- 11:36 Changeset [65613] by
- CanSetTransparent needs to be virtual
- 11:36 Changeset [65612] by
- Various build tweaks and updates for wxPython 2.9.1.1
- 11:35 Changeset [65611] by
- Add flag to enable specifying an architecture to build on Mac. Also add …
- 11:34 Changeset [65610] by
- Use a relative link for wx-config, so it will still work even when not …
- 11:32 Changeset [65609] by
- bump subrelease number
- 11:28 Changeset [65608] by
- add note about the Cocoa build
- 11:27 Changeset [65607] by
- Fix changing the label of the expander
- 11:26 Changeset [65606] by
- Add the wx.BORDER_NONE style to the flags passed to PyControl instead of …
- 11:25 Changeset [65605] by
- minor demo tweaks
- 11:25 Changeset [65604] by
- reSWIGged
- 11:24 Changeset [65603] by
- compilation erorr fixes
- 11:23 Changeset [65602] by
- Exclude uiaction classes for now
- 11:23 Changeset [65601] by
- Some minor 64-bit issues for OSX
- 11:22 Changeset [65600] by
- GetItemIndex
- 11:20 Changeset [65599] by
- rebuild ReST docs
- 11:15 Changeset [65598] by
- Lots of release build updates and tweaks for cocoa/carbon, switching …
- 10:02 Changeset [65597] by
- Remove an assert that was not backed up by the documentation and so failed …
- 09:55 Changeset [65596] by
- Add ClearEventCount to wxTestableFrame. This means we can clear an event …
- 09:24 Changeset [65595] by
- Fix bug finding line after line break
- 09:16 Changeset [65594] by
- Fix bug finding line after line break
- 05:58 Changeset [65593] by
- Streamline wxPropertyGrid tooltip code
- 05:55 Changeset [65592] by
- When setting empty string as a tooltip, call gtk_widget_set_has_tooltip() …
09/22/10:
- 20:30 Ticket #12504 (wxPropertryGrid doesn't redraw) created by
- Like the summary of the ticket says, sometimes a wxPropertryGrid doesn't …
- 20:26 Ticket #12503 (wxChoicebook background color is wrong) created by
- wxChoicebook background color seems to be wrong.
- 12:24 Ticket #12340 ([wxGenericDirCtrl] conflicts wxDirFilterListCtrl::OnSelFilter()) closed by
- fixed: (In [65591]) Fix assert when changing the filter selection on a multiple …
- 12:24 Changeset [65591] by
- Fix assert when changing the filter selection on a multiple selection …
- 07:31 Ticket #12502 (wxSplashScreen Fails under nVidia and Compiz) created by
- The splash screen sample fails to display a splash when compiz is running. …
- 07:12 Ticket #12238 (wxToolbar has invalid background) closed by
- invalid: The plain grey background colour of wxToolBar is intentional: this is the …
- 06:31 Changeset [65590] by
- Better checks for wxMSWKeyboard::VKToWX() return value. Don't generate …
- 06:31 Ticket #12501 (Dialogs close on second escape press even when they should not) closed by
- fixed: (In [65589]) Fix recently broken generation of wxEVT_CHAR_HOOK events in …
- 06:31 Changeset [65589] by
- Fix recently broken generation of wxEVT_CHAR_HOOK events in wxMSW. …
- 05:45 Changeset [65588] by
- Re-enable disabled wxWindow label tests under wxGTK as they were fixed in …
- 05:41 Ticket #12501 (Dialogs close on second escape press even when they should not) created by
- Since r65522 ("Fixes to key codes in keyboard events generated by wxMSW") …
- 03:06 Changeset [65587] by
- Send generic wxTreeCtrl wxEVT_COMMAND_TREE_KEY_DOWN events from OnKeyDown …
- 02:48 Ticket #12500 (wxGTK: AUI floating pane disabled with progress dialog) created by
- Under wxGTK, the code in the attached patch to the aui sample causes the …
- 01:48 Changeset [65586] by
- Send generic wxListCtrl wxEVT_COMMAND_LIST_KEY_DOWN events from OnKeyDown …
- 00:19 Ticket #12499 (wxGTK wxPrintDialog and wxPageSetupDialog returns incomplete/incorrect ...) created by
- wxGTK 2.9.1 OpenSolaris build 134 GCC 3.4.3 GTK+ 2.18.5 gtkprint After …
09/21/10:
- 23:28 Ticket #12498 (Message catalogs search path) created by
- Hello Using this code : ||wxwidgets:|| || …
- 14:11 Ticket #12470 (wx.FlatMenu does not escape ampersands) closed by
- fixed: Patch applied, thank you for spotting this! I never planned for unit tests …
- 14:10 Ticket #12044 (Agw.Aui Auto Notebook Perspective Issues) closed by
- fixed: This should hopefully be fixed in SVN revision 65585.
- 14:09 Changeset [65585] by
- ArtManager & FlatMenu: - Applied patch to fix ticket #12470 AUI & …
- 13:08 Changeset [65584] by
- Fix typo
- 12:54 Changeset [65583] by
- Adding wxQtPointer to ease the memory management of Qt objects.
- 09:54 Ticket #12494 (.xrc File cannot be saved if encoding is set) closed by
- fixed: Patch applied by ROL.
- 06:57 Ticket #12486 (Provide a DC class for getting text metrics only) reopened by
- While I agree this is not a bug, I also met this issue and found it …
- 05:57 Changeset [65582] by
- Compilation fixes for old SDKs (VC6) after recent commit. Define …
- 04:56 Ticket #12481 (2.9.1 compile fails with `FIONBIO' undeclared on OpenSolaris build 134) closed by
- fixed: (In [65581]) Compilation fix of wxSocket code for older Solaris versions. …
- 04:56 Changeset [65581] by
- Compilation fix of wxSocket code for older Solaris versions. Include …
- 04:44 Changeset [65580] by
- Correct drawing of mnemonics in wxStaticBox label under wxMSW. Only show …
- 04:44 Ticket #12497 (StaticBox text color issue) closed by
- fixed: (In [65579]) Fix wxStaticBox label redrawing when "Alt" is pressed in …
- 04:44 Changeset [65579] by
- Fix wxStaticBox label redrawing when "Alt" is pressed in wxMSW. The …
- 00:39 Changeset [65578] by
- Ticket #12494: encoding.patch
09/20/10:
- 23:53 Ticket #12486 (Provide a DC class for getting text metrics only) closed by
- invalid: Create a 1x1 bitmap and give it to the dc before measuring the text. When …
- 17:58 Ticket #12497 (StaticBox text color issue) created by
- There's an issue with the StaticBox label changing back to its default …
- 08:38 Changeset [65577] by
- Call SetToolTip() for the property editor control when …
- 07:14 Ticket #12496 (gdiplus.cpp fails to build) closed by
- fixed: (In [65576]) PCH-less compilation fix to GDI+ wxMSW code. Closes #12496.
- 07:14 Changeset [65576] by
- PCH-less compilation fix to GDI+ wxMSW code. Closes #12496.
- 06:43 Ticket #12496 (gdiplus.cpp fails to build) created by
- Under the following high level configuration Configured wxWidgets 2.9.2 …
- 06:15 Ticket #12474 (incorrect use of wglChoosePixelFormatARB()) closed by
- fixed: (In [65575]) Correctly recognize when wglChoosePixelFormatARB() fails. …
- 06:15 Changeset [65575] by
- Correctly recognize when wglChoosePixelFormatARB() fails. This function …
- 06:11 Ticket #12462 (Use native task dialog for wxProgressDialog with just wxPD_AUTO_HIDE style) closed by
- fixed: (In [65574]) Always use native task dialog for wxProgressDialog under MSW …
- 06:11 Changeset [65574] by
- Always use native task dialog for wxProgressDialog under MSW if supported. …
- 06:10 Ticket #12493 (wxDatePickerCtrl alert: m_date not in sync) closed by
- fixed: (In [65573]) Ignore time component of SYSTEMTIME in wxMSW …
- 06:10 Changeset [65573] by
- Ignore time component of SYSTEMTIME in wxMSW wxDatePickerCtrl. This is …
- 06:02 Ticket #12495 (Testing a dialog an error message is displayed) created by
- When testing a dialog viay the menu "View / Test" the error message …
- 05:52 Ticket #10375 (Inconsistent String comparison results) closed by
- fixed: (In [65572]) Don't use native MSW functions in wxString::CmpNoCase(). …
- 05:52 Changeset [65572] by
- Don't use native MSW functions in wxString::CmpNoCase(). While the native …
- 05:52 Changeset [65571] by
- Add benchmarks for various ways to compare strings. Benchmark the …
- 05:52 Changeset [65570] by
- Flush output after every benchmark. This purely cosmetic change simply …
- 05:52 Ticket #12494 (.xrc File cannot be saved if encoding is set) created by
- when setting the encoding attribute of a GUI description XRCed cannot save …
- 03:04 Ticket #12493 (wxDatePickerCtrl alert: m_date not in sync) created by
- When I moved from 2.8.11 to 2.9.1, my application showed alerts from …
- 00:44 Ticket #12492 (AuiNotebook opened tabs browsing order by last access time) created by
- The current pyAuiNotebook implementation keeps tabs in the same order they …
09/19/10:
- 11:48 Ticket #12491 (Multi-line wxButton labels) created by
- If label text contains escape sequences, wxButton label setting behaviour …
- 09:06 Changeset [65569] by
- Minimal implementation for wxTreeCtrl, wxBitmapToggleButton, …
- 03:27 Ticket #12490 (Under wxGTK, initial AUI pane sizes are wrong in wx(MDIChild)Frames with ...) created by
- Using wxGTK, the initial AUI pane sizes are wrong (too small) if the …
- 03:02 Changeset [65568] by
- Increase the number of expected events in TreeCtrlTestCase::KeyDown and …
Note: See TracTimeline
for information about the timeline view.
