Timeline
11/29/09:
- 17:08 Changeset [62747] by
- orderBack puts it behind all windows in its level, including in other …
- 16:30 Ticket #11495 (Image sample without PNG support) closed by
- fixed: (In [62746]) Fix compilation of image sample with wxUSE_LIBPNG==0. Also …
- 16:30 Changeset [62746] by
- Fix compilation of image sample with wxUSE_LIBPNG==0. Also don't propose …
- 16:30 Changeset [62745] by
- Fix compilation in wxUSE_STL==1 case broken by r62738. We need to use …
- 13:46 Changeset [62744] by
- Make sure we setup the base's Show state correctly and send a show event.
- 10:05 Ticket #11497 (SetMaxSize not limiting the size of controls in sizer) created by
- It appears the SetMaxSize function might have been broken in 2.9.0. If the …
- 07:02 Ticket #11496 (calling destroy in OnClose does not destroy window if in dll) created by
- Here is my situation. I am using wxWidgets 2.8.10 in windows XP enviroment …
- 05:56 Ticket #11493 (access violation in wxFileName() with invalid path) closed by
- outdated: Thanks for the patch but AFAICS this is already fixed in svn (in r62677 I …
- 01:42 Changeset [62743] by
- Fixed regression: forgot to set wxPropertyGridPageState::m_anyModified to …
- 00:52 Ticket #8153 (Add AcceptFocus()) reopened by
- I want to bring this request back to attention as I'm also interested in a …
- 00:33 Changeset [62742] by
- true -> True
11/28/09:
- 20:38 Ticket #11302 (Please add American spelled color functions to wxBrush) closed by
- wontfix
- 19:35 Ticket #11495 (Image sample without PNG support) created by
- If "PNG" support turned off, "image" sample can't be compiled. This patch …
- 12:09 Changeset [62741] by
- Fix needed to allow shaped windows, and other windows without a title bar, …
- 12:05 Ticket #11471 (wxDC::DrawCircle and DrawEllipse do not work on OSX (10.6)) closed by
- fixed: (In [62740]) 64bit builds had problems with full circles, as we can use …
- 12:05 Changeset [62740] by
- 64bit builds had problems with full circles, as we can use 10.4+ only …
- 10:40 Changeset [62739] by
- Remove compatibility code for older Editra Style Sheet modifier syntax to …
- 06:37 Ticket #11487 (TestDateParse fail due to ParseDate()) closed by
- fixed: (In [62738]) Allow calling wxStrchr() with a narrow string and wide …
- 06:37 Changeset [62738] by
- Allow calling wxStrchr() with a narrow string and wide character. Calls …
11/27/09:
- 20:35 Ticket #11494 (FIX: GetPageInfo being called incorrectly on OSX) created by
- According to the documentation for wxPrintout::OnPreparePrinting: …
- 19:37 Changeset [62737] by
- Define INVALID_FILE_ATTRIBUTES in filename.cpp too. Fix VC6 compilation: …
- 19:37 Changeset [62736] by
- No changes, just remove unnecessary UTF-8 bytes. The patch of #11187 …
- 18:56 Ticket #11493 (access violation in wxFileName() with invalid path) created by
- If wxFileName constructor is feeded with invalid path, say …
- 18:40 Ticket #11488 (Moved wxDir/FileExists logic to wxFileName) closed by
- fixed: (In [62735]) Implement wx{File,Dir}Exists() in terms of wxFileName …
- 18:40 Changeset [62735] by
- Implement wx{File,Dir}Exists() in terms of wxFileName methods. Use …
- 18:29 Changeset [62734] by
- Don't override msw.remap system option value in wxToolbook. Introducing a …
- 18:29 Changeset [62733] by
- Avoid infinite recursion in wxToolbook::OnSize() under wxMSW. Reset …
- 18:28 Changeset [62732] by
- Use OUTLINETEXTMETRIC::otmpFamilyName to get wxFont face name from MSW. …
- 16:04 Ticket #11492 ([samples, msw] Crash in Dialogs sample) created by
- 2.9-trunk, msw, mingw-gcc-3.4.5 Choose: Dialogs -> Property sheets -> …
- 15:58 Ticket #11491 (FileNameToURL should return utf8) created by
- Currently, URLToFileName() and FileNameToURL() are not symmetric. …
- 13:36 Changeset [62731] by
- Compilation fix for wxUSE_CAIRO==0 after last commit. Include …
- 13:06 Changeset [62730] by
- Define wxUSE_CAIRO in wx/chkconf.h to ensure that it's always defined. …
- 13:05 Changeset [62729] by
- Use #ifdef to check for WXMSW and WXGTK and not #if. Using #if …
- 11:00 Ticket #11490 (GetHandle returns 0 on wxPython 2.9.0@linux) created by
- I noticed that the GetHandle method returns a Zero value on …
- 06:34 Ticket #11489 (wxSymbian) created by
- wxWidgets files for Symbian S60 v9
- 03:43 Ticket #11488 (Moved wxDir/FileExists logic to wxFileName) created by
- This patch moves the logic that detects if a given file/dir exists to the …
11/26/09:
- 17:47 Changeset [62728] by
- Allow changing horizontal alignment of numeric cells in wxGrid. …
- 17:47 Changeset [62727] by
- Add symbolic constant wxALIGN_INVALID and use it instead of -1 in wxGrid. …
- 15:14 Changeset [62726] by
- Build fix for OS X <= 10.5.
- 15:11 Changeset [62725] by
- Allow OS X Cocoa (or any OS X port) to override GetBestSize and provide a …
- 13:52 Changeset [62724] by
- Add CheckSpelling support for OS X Cocoa, make sure NSTextView-based …
- 10:43 Changeset [62723] by
- Optimzations from profiling results
- 09:23 Ticket #11487 (TestDateParse fail due to ParseDate()) created by
- Fix TestDateParse fail due to ParseDate(). "21 Mar 2006" will be …
- 09:21 Ticket #11486 (Fix FromWChar implementation) created by
- Original implementation has some issues: * it may overflow dst buffer by …
- 08:17 Ticket #3672 ([wxFileDialog] Get/Set Path inconsistencies) closed by
- fixed: (In [62722]) Make wxFileDialog::Set/SetPath() behave consistently. …
- 08:17 Changeset [62722] by
- Make wxFileDialog::Set/SetPath() behave consistently. …
- 08:10 Ticket #11420 (Support for themes on ownerdrawn menu) closed by
- fixed: (In [62721]) Fix off by 1 errors in owner-drawn menu drawing code in …
- 08:10 Changeset [62721] by
- Fix off by 1 errors in owner-drawn menu drawing code in wxMSW. The label …
- 07:59 Changeset [62720] by
- Don't set wxTextAttr font family to invalid value. …
- 07:59 Changeset [62719] by
- Use wxTE_RICH style for the log window in the text sample. This makes it …
- 03:38 Ticket #11420 (Support for themes on ownerdrawn menu) reopened by
- Small patch for resolve the 2 problems: - The text is one pixel too low …
11/25/09:
- 19:29 Ticket #11314 (Standard cursor on popup menu if wxTextCtrl using Richedit) closed by
- fixed: (In [62718]) Explicitly set the cursor when showing popup menu on text …
- 19:29 Changeset [62718] by
- Explicitly set the cursor when showing popup menu on text control in …
- 18:34 Changeset [62717] by
- No changes, just avoid overriding GetNativeFontInfoDesc() in wxMSW wxFont. …
- 18:33 Changeset [62716] by
- Return face name from wxFont::GetNativeFontInfo() under MSW. Retrieve the …
- 17:59 Ticket #11485 (wxAlphaBlend breaks in wxScrolledWindow [MSW]) closed by
- invalid: Nevermind, it was my own mistake. I used a negative source point for the …
- 17:51 Ticket #10286 (improve wxCheckListBox appearance on MSW) closed by
- fixed: (In [62715]) Improve wxCheckListBox appearance under Vista/Win7. Fix the …
- 17:51 Changeset [62715] by
- Improve wxCheckListBox appearance under Vista/Win7. Fix the items …
- 17:38 Ticket #11485 (wxAlphaBlend breaks in wxScrolledWindow [MSW]) created by
- It happens at src/msw/dc.cpp @ line 2557. File revision r61616 It only …
- 14:53 Changeset [62714] by
- cleanup test cases and other code that was still using older style item …
- 06:22 Ticket #11477 (wxButton would be good to align bitmap next to text) closed by
- wontfix: I don't know why are they odd (unless you see something different from the …
- 06:17 Ticket #11480 (Correct drawing of std check mark on owner-drawn menu) closed by
- fixed: (In [62713]) Correct drawing of check marks for owner-drawn items without …
- 06:17 Changeset [62713] by
- Correct drawing of check marks for owner-drawn items without bitmaps. …
- 06:17 Ticket #11479 (Fixed accel alignment problem on owner-drawn menu) closed by
- fixed: (In [62712]) Correct alignment of menu accelerator strings in owner-drawn …
- 06:17 Changeset [62712] by
- Correct alignment of menu accelerator strings in owner-drawn menus. Draw …
- 06:07 Ticket #11482 (wxThread::Yield does not compile with MSVC) closed by
- invalid: This should indeed fix the problem, thanks rk, I didn't notice this bug …
- 01:03 Ticket #11484 (wxSocket does not handle close well) created by
- Hello, tracing through the code, I've found that my handling of socket …
11/24/09:
- 20:09 Changeset [62711] by
- Use error codes for process errors and display more customized error …
- 19:35 Ticket #11483 (when m_commandProcessor is NULL, ~wxDocument() will error) created by
- class MyDoc : public wxDocument { public: virtual wxCommandProcessor …
- 19:01 Changeset [62710] by
- Handle invalid commands and report the subprocess errors to the ui.
- 14:02 Ticket #11482 (wxThread::Yield does not compile with MSVC) created by
- wx itself compiles, but my app gets a compile error: […] This is the …
- 10:06 Ticket #11481 (Samples fail to compile with Sun's compiler) created by
- Samples fail to compile because _T is not defined when using Sun …
- 08:18 Ticket #11480 (Correct drawing of std check mark on owner-drawn menu) created by
- Patch corrects drawing of standard check mark on owner-drawn menu if item …
- 07:34 Ticket #11479 (Fixed accel alignment problem on owner-drawn menu) created by
- Correction accel alignment on owner-drawn menu for more native look.
- 06:52 Ticket #11478 (wxAuiToolbar not displaying properly in wxMDIChildFrame with Gtk2) created by
- This worked properly with release 2.8.10, and does not with downloaded …
- 01:58 Ticket #11477 (wxButton would be good to align bitmap next to text) created by
- wxButton's with a bitmap and a label look odd. They look a lot better if …
- 01:51 Ticket #11476 (wxMSW: wxButton with bitmap and text, bitmap loses alpha channel.) created by
- Using a wxButton with text AND a wxBitmap label on MSW causes bitmap to …
- 00:18 Ticket #11475 (WidgetStack will raise AttributeError.) closed by
- invalid: Hi, WidgetStack is not part of wxPython (and it will never be as far as I …
11/23/09:
- 23:43 Ticket #11475 (WidgetStack will raise AttributeError.) created by
- WidgetStack.RaiseWidget will call […] There is a possible that …
- 19:50 Ticket #11474 (Dragging wxAuiNotebook tab out causes crash) created by
- On wxGTK 2.8.10 debug build, dragging a tab out of wxAuiNotebook into a …
- 16:02 Changeset [62709] by
- Don't use unsafe strcpy() when parsing wxNativeFontInfo. Fix a nice …
- 16:02 Changeset [62708] by
- Don't return italic/bold suffix from wxFont::GetFaceName() in wxMSW. …
- 16:01 Changeset [62707] by
- Make the assert in SettingsTestCase::GlobalFonts() more informative. Show …
- 16:01 Changeset [62706] by
- Fix wxListCtrl::GetSubItemRect(wxLIST_RECT_ICON/LABEL) in wxMSW for column …
- 16:01 Ticket #10567 (wxFileName::SetTimes doesn't set access time correctly) closed by
- fixed: (In [62705]) Don't change file access time implicitly when setting it …
- 16:01 Changeset [62705] by
- Don't change file access time implicitly when setting it explicitly. …
- 16:01 Changeset [62704] by
- Enable wxGraphicsContext and related classes by default if supported. For …
- 14:39 Ticket #11420 (Support for themes on ownerdrawn menu) closed by
- fixed: Applied with a couple of very minor changes, thanks (and sorry for the …
- 14:38 Changeset [62703] by
- Use theme functions for drawing owner-drawn menus. This makes the menu …
- 11:29 Changeset [62702] by
- Fix issue with resolving relative paths when opening files via the …
- 10:13 Ticket #11473 (inconsistent parameter names to __init__) created by
- Howdy, GenStaticText and GenStaticBitmap use parameter name 'ID' (both …
- 08:18 Ticket #11472 (wxTE_PASSWORD can't be changed under MSW/OSX) created by
- Hello, I tried to write the following: wxTextCtrl* text_ctrl = new …
- 07:24 Changeset [62701] by
- Fixed property name in PropertyGrid demo (property names need to be valid …
- 06:42 Ticket #11293 (wxFTP slow on Windows) closed by
- invalid: Hi, i've build the program without external dependences (dll) and the …
- 01:34 Changeset [62700] by
- Made Unicode the default in symbols dialog.
- 01:34 Changeset [62699] by
- Made Unicode the default in symbols dialog. Fixed wrongly sized symbols …
11/22/09:
- 03:24 Changeset [62698] by
- Define wxNO_RTTI if RTTI support is disabled for g++ or MSVC. For g++ it …
- 03:24 Changeset [62697] by
- Document that throwing exceptions from wxTimer::Notify() is unsupported. …
- 03:00 Ticket #11469 (wxTextCtrl::ChangeValue doc refers incorrectly to SetValue) closed by
- fixed: (In [62696]) Fixed Cut&Paste error in wxTextCtrl::ChangeValue …
- 03:00 Changeset [62696] by
- Fixed Cut&Paste error in wxTextCtrl::ChangeValue documentation (fixes …
- 02:52 Ticket #11467 (Stack overflow in wxMBConv::ToWChar) closed by
- duplicate: Same as #11094.
Note: See TracTimeline
for information about the timeline view.
