Timeline
05/16/10:
- 13:42 Ticket #12060 (Multiple FD_READ notification in wxSocket_Internal_WinProc BEFORE ...) reopened by
- Patch from the ticket ticket:11528 …
- 13:32 Ticket #12062 (wxGrid: Select a row with one click in row-selection mode) created by
- If you want to select rows with your mouse, you need to select at least 2 …
- 13:12 Changeset [64332] by
- Rework wxUIActionSimulator X11 backend. Refactor key event sending into …
- 12:49 Ticket #12061 (wxGrid: Selecting multiple rows in wxGrid::wxGridSelectRows makes the grid ...) created by
- Steps to reproduce with the 2.9 grid sample: - Set selection mode to …
- 12:24 Changeset [64331] by
- bump version number
- 12:20 Changeset [64330] by
- Bump version number for 0.5.60 release
- 12:05 Changeset [64329] by
- Resync localizations
- 11:39 Changeset [64328] by
- add TODO about block indent of folded code sections
- 10:52 Ticket #12060 (Multiple FD_READ notification in wxSocket_Internal_WinProc BEFORE ...) closed by
- duplicate: First of all, this really looks like a duplicate of #11528, at least I …
- 08:52 Ticket #11970 (wxDataViewChoiceRenderer set/get methods should use the current selection ...) closed by
- fixed: (In [64327]) Added quick implementation of …
- 08:52 Changeset [64327] by
- Added quick implementation of wxDataViewChoiceByIndexRenderer, closes …
- 08:44 Changeset [64326] by
- remove TestTimer() (adds nothing to existing tests) and move wxStopWatch …
- 08:36 Changeset [64325] by
- No-PCH compilation fix
- 08:32 Changeset [64324] by
- move TestUtf8() and TestEncodingConverter() functions to UnicodeTestCase. …
- 08:29 Changeset [64323] by
- Part II of: Add GetChoice() and GetChoices() getters to all choice …
- 08:27 Ticket #12060 (Multiple FD_READ notification in wxSocket_Internal_WinProc BEFORE ...) created by
- The issue below is reproduced in the sockets (server/client) wxWidgets …
- 08:26 Changeset [64322] by
- Add GetChoice() and GetChoices() getters to all choice renderers and …
- 07:53 Changeset [64321] by
- remove ZIP tests: they seem to have been greatly expanded and enhanced by …
- 07:50 Ticket #12059 (AttributeError in customtreectrl.py) created by
- There is a possible AttributeError in ResetTextControl method in …
- 07:44 Ticket #12025 (wxDataViewVirtualListModel calls super-class' version of certain virtual ...) closed by
- fixed: (In [64320]) Don't call super class explicitly so overriding is possible, …
- 07:44 Changeset [64320] by
- Don't call super class explicitly so overriding is possible, closes #12025 …
- 07:36 Changeset [64319] by
- remove wxDateTime tests which were already extracted as …
- 07:31 Changeset [64318] by
- move TestTextInputStream() function in CppUnit's TextStreamTestCase class
- 07:30 Ticket #11755 (wxBitmapToggleButton Xml Handler) closed by
- fixed
- 07:30 Changeset [64317] by
- Applied #11755: wxBitmapToggleButton Xml Handler
- 07:23 Changeset [64316] by
- Allow calling iter_children with parent being NULL, hopefully fixes …
- 07:11 Ticket #12058 (XRC support for ribbonbar) created by
- this patch adds support for wxRibbonBar and wxRibbonXXX objects to the XRC …
- 07:02 Changeset [64315] by
- Update to trunk r64311
- 06:21 Changeset [64314] by
- Fix incorrect painting of backgrounds inside notebook. Children without …
- 06:17 Ticket #12057 (MSWGetBgBrush() doesn't consider transparent windows correctly) created by
- Current implementation of MSWGetBgBrush() unconditionally travels …
- 05:31 Changeset [64313] by
- Mention that stock bitmaps are a wxGTK-only feature for now. Apparently …
- 05:31 Ticket #12052 (wxArtClient links in chm file point to wxString) closed by
- fixed: (In [64312]) Fix links to wxArtClient and wxArtID in the generated …
- 05:31 Changeset [64312] by
- Fix links to wxArtClient and wxArtID in the generated documentation. Add …
- 05:09 Ticket #11984 (wxGrid resizes wrong column) reopened by
- This probably wasn't closed intentionally. Thanks for the patch, any …
- 04:10 Ticket #12056 (wxBitmap::Load tries to read from file even if missing) created by
- When wxBitmap::Load is processing a file and the data is truncated, the …
- 02:54 Ticket #11351 (found undocumented functions in class wxAcceleratorEntry of wxWidgets ...) closed by
- fixed: fixed in revision 52639
- 02:52 Ticket #11499 (Documentation missing for SetCellSize and GetCellSize) closed by
- fixed: Fixed in revision 63000
05/15/10:
- 19:52 Ticket #12055 (wxGrid : Text aliasing / artefacts when you drag/move a column) created by
- Steps to reproduce with the 2.9 grid sample: - Turn on col-drag move - …
- 17:15 Ticket #11984 (wxGrid resizes wrong column) closed by
- fixed: My guess was totally wrong, everything was fine with columns storage and …
- 11:28 Ticket #12054 (wxView can't provide handlers for associated wxWindow's events) created by
- I want to make my wxView to provide event handlers for many of its …
- 08:33 Ticket #12042 (wxQt: wxCalendarCtrl implementation) closed by
- fixed: I've added the implementation (r64311) and I think I found a good …
- 08:24 Changeset [64311] by
- Added wxCalendarCtrl implementation from Kolya Kosenko
- 04:57 Ticket #12053 (Expat occasionaly cropping multibyte characters) closed by
- invalid: Digging a bit further - it seems that this behaviour is by design, and in …
- 04:36 Changeset [64310] by
- Remove obsolete qt files
- 04:15 Ticket #12047 (header button can draw it's text out of the rect of the button) closed by
- fixed: (In [64309]) Clip drawing in …
- 04:15 Changeset [64309] by
- Clip drawing in wxRendererGeneric::DrawHeaderButtonContents(). Clip …
- 04:15 Changeset [64308] by
- Don't change the current pen and brush in DrawHeaderButtonContents(). …
- 03:47 Changeset [64307] by
- Add more tests for wxRendererNative::DrawHeaderButton(). Test using icons …
- 03:47 Changeset [64306] by
- Remove wxGTK-specific text shift in …
- 02:30 Ticket #12051 (wxMenuItem standard bitmaps not displayed) closed by
- invalid: There are no standard menu bitmaps in (wx)MSW.
- 01:17 Ticket #12053 (Expat occasionaly cropping multibyte characters) created by
- Expat does not handle multibyte characters correctly. This is actually an …
05/14/10:
- 21:47 Ticket #12052 (wxArtClient links in chm file point to wxString) created by
- SVN trunk MSW wxArtClient hyperlinks in doxygen compiled chm file point to …
- 21:18 Ticket #12051 (wxMenuItem standard bitmaps not displayed) created by
- SVN trunk MSW (not tested with others) wxMenuItem standard bitmaps are not …
- 05:25 Ticket #12041 (wxListCtrl and SetImageList()) reopened by
- Actually I do agree it's a bug in wxMSW... Granted, Windows doesn't …
05/13/10:
- 23:59 Ticket #12041 (wxListCtrl and SetImageList()) closed by
- wontfix: I don't see anything in …
- 16:05 Ticket #12049 (OnSelchanged event happens once more time in wx.TreeCtrl) closed by
- duplicate: Probably the same as #11356.
- 14:54 Ticket #12050 (PyAuiNotebook Tabnavigator focus issue fix) created by
- When using the Smart tabs option for switching tabs on Windows the focus …
- 13:47 Ticket #12049 (OnSelchanged event happens once more time in wx.TreeCtrl) created by
- Simply tell you that my application is a treectrl and a button. When I …
- 11:02 Changeset [64305] by
- bump version
- 10:16 Ticket #12048 (wx.Grid.SetSelectionBackground problem) created by
- My grid wont use a custom color for the background on selection line, if …
- 09:44 Changeset [64304] by
- Remove code for old hack workaround for notebook focus issues on MSW
- 09:36 Changeset [64303] by
- Fix issue with keyboard focus remaining on previous tab when using tab …
- 08:31 Ticket #12045 (wxSpinCtrlDouble ignores mouse input after being disabled and re-enabled) closed by
- fixed: (In [64302]) Never enable wxSpinCtrlGenericBase window itself at …
- 08:31 Changeset [64302] by
- Never enable wxSpinCtrlGenericBase window itself at underlying toolkit …
- 08:31 Changeset [64301] by
- Use GetWidgets() in the widgets samples instead of GetWidget2(). Add a …
- 07:37 Changeset [64300] by
- No changes, just cleanup the image part of the docview sample. Remove …
- 07:37 Changeset [64299] by
- Document wxDocument::DeleteContents(). This method purpose was not quite …
- 06:27 Ticket #12047 (header button can draw it's text out of the rect of the button) created by
- DrawHeaderButtonContents function can draw the header column's title out …
- 05:32 Ticket #12046 (columns with zero width could not be resized) created by
- While using a header control you can resize a column to zero width but …
- 01:36 Changeset [64298] by
- Make text drawn by wxGraphicsContext slightly less intrusive
- 01:22 Ticket #12028 (wxGraphicsContext cannot be used with wxPrintPreview) closed by
- fixed: (In [64297]) Added wxGraphicsContext::Create(const wxEnhMetaFileDC& dc) so …
- 01:22 Changeset [64297] by
- Added wxGraphicsContext::Create(const wxEnhMetaFileDC& dc) so that …
- 00:00 Ticket #12045 (wxSpinCtrlDouble ignores mouse input after being disabled and re-enabled) created by
- As described in the summary, if you call Enable(false) and then …
05/12/10:
- 23:25 Changeset [64296] by
- Add missing check for wxUSE_FILE_HISTORY existence.
- 23:22 Ticket #12043 (nmake build of trunk fails with "DocView requires wxUSE_FILE_HISTORY") closed by
- invalid: Please read the comment at the top of chkconf.h or BuildSVN.txt for …
- 19:43 Ticket #12044 (Agw.Aui Auto Notebook Perspective Issues) created by
- Auto notebooks generated by AGW.Aui in wxPython will not restore properly …
- 17:28 Ticket #12043 (nmake build of trunk fails with "DocView requires wxUSE_FILE_HISTORY") reopened by
- I'm sorry for bugging, I'm really not sure, but you might be wrong. …
- 16:45 Ticket #12043 (nmake build of trunk fails with "DocView requires wxUSE_FILE_HISTORY") closed by
- invalid: You need to delete the old setup.h from lib/vc_lib/mswud/wx, it won't …
- 16:15 Ticket #12043 (nmake build of trunk fails with "DocView requires wxUSE_FILE_HISTORY") created by
- svn trunk, rev 64295, visual studio (tested 2003,2005,2008,2010) …
- 13:00 Ticket #12042 (wxQt: wxCalendarCtrl implementation) created by
- I would like to introduce calendar control implementation for wxQt port. …
- 07:34 Changeset [64295] by
- Refactor wxDocParentFrame and wxDocMDIParentFrame to share common base …
- 03:12 Ticket #12041 (wxListCtrl and SetImageList()) created by
- MSW SVN Trunk In wxListCtrl, calling SetImageList() is a prerequisite to …
- 01:46 Ticket #9956 (wxGenericTreeControl: Cache GetTextExtent results to greatly speedup ...) reopened by
- The backport resulted in a bug apparently: …
- 01:36 Ticket #12040 (wxHTTP::SetPostBuffer is not documented) created by
- Function wxHTTP::SetPostBuffer is not documented and is not listed in …
- 01:28 Ticket #12039 (Access violation when cancelling wxWindowsPrinter print job) created by
- Clicking Cancel in the Abort Print dialog while a print job is in progress …
- 01:18 Ticket #12038 (wxString::Printf documentation regression) closed by
- fixed: (In [64294]) Restore wxString::Printf() example showing position …
- 01:18 Changeset [64294] by
- Restore wxString::Printf() example showing position parameters in the …
05/11/10:
- 23:37 Ticket #12037 (wxHtmlHelp OnLink() now loads http links in default browser.) closed by
- wontfix: This incorrectly tests for the protocol (prefix vs. proper parsing), isn't …
- 18:58 Ticket #12038 (wxString::Printf documentation regression) created by
- The 2.8 docs ( …
- 17:46 Ticket #12036 (wxHtmlHelp OnLink() now loads http links in default browser.) closed by
- duplicate: Sorry, accidentally added two tickets.
- 17:43 Ticket #12037 (wxHtmlHelp OnLink() now loads http links in default browser.) created by
- I've modified some of the code in helpwnd.cpp in order to load web pages …
- 17:38 Ticket #12036 (wxHtmlHelp OnLink() now loads http links in default browser.) created by
- I've modified some of the code so that rather than attempting to render a …
- 14:25 Changeset [64293] by
- update the main page of the manual to be more consistent; update its date
- 14:12 Changeset [64292] by
- fix errors/inconsistencies pointed out by ifacecheck
- 14:10 Changeset [64291] by
- better error message when an inconsistency has been found
- 12:44 Changeset [64290] by
- minor fixes to reduce number of Doxygen warnings
- 12:39 Changeset [64289] by
- img tags need a final slash as they are empty tags; change <img> => <img/>
- 12:37 Changeset [64288] by
- make H3 titles center-aligned (fixes the display of the manual version for …
- 05:23 Ticket #12035 (wxDataViewCtrl crashes when selecting item) created by
- The dataview sample crashes when you change the selection in a …
- 03:40 Changeset [64287] by
- Update OpenVMS comiles support
- 03:39 Ticket #12024 (wxKeyEvent contains incorrect values for the GetX(), GetY() information) closed by
- fixed: (In [64286]) Fix position for wxKeyEvents in wxMSW. Use ScreenToClient() …
- 03:39 Changeset [64286] by
- Fix position for wxKeyEvents in wxMSW. Use ScreenToClient() instead of …
- 01:52 Ticket #12034 (Replace GtkTooltips by GtkTooltip) created by
- As specified at http://trac.wxwidgets.org/wiki/Roadmap , I attach a patch …
- 00:16 Changeset [64285] by
- fix for non-PCH builds; also use wxMilliSleep instead of wxThread::Sleep …
05/10/10:
- 21:49 Ticket #12033 (Accelerators does not work in menu with icons) created by
- I just recompile my program with r64194 and noticed that keyboard …
- 16:57 Changeset [64284] by
- Build system tweaks needed for 2.8.11.0 release
- 14:48 Changeset [64283] by
- move code testing wxThread classes from the console sample to a new …
- 14:30 Ticket #12032 (OS Shutdown/logout events not being caught in Windows) closed by
- duplicate: I don't really see the need to have 2 tickets about the same bug. Sorry …
- 14:28 Changeset [64282] by
- Build fix: forgotten part of the previous commit. This commit should have …
- 14:22 Changeset [64281] by
- Add column parameter to wxListCtrl::GetItemText(). Allow retrieving the …
- 14:10 Changeset [64280] by
- Change wxDIALOG_NO_PARENT value to avoid clashing with wxCENTRE. Use a …
- 14:09 Changeset [64279] by
- Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION. These …
- 14:09 Changeset [64278] by
- No changes, just added comments summarizing the use of style bits. Add …
- 14:02 Ticket #10700 (wxDC argument for wxWindowBase::ClearBackground() ?) closed by
- fixed: (In [64277]) Don't use wxWindow::ClearBackground() in the image sample and …
- 14:02 Changeset [64277] by
- Don't use wxWindow::ClearBackground() in the image sample and explain why. …
- 12:40 Changeset [64276] by
- Update remaining wxUIActionSimulator files to use native line endings.
- 12:38 Changeset [64275] by
- Treat a keycode passed to wxUIActionSimulator on MSW as a wxKeyCode, …
- 07:16 Changeset [64274] by
- Make text printed by wxGraphicsContext shorter
- 07:14 Changeset [64273] by
- Use wxGraphicsContext to draw some text and a rectangle around it (so that …
- 06:54 Changeset [64272] by
- In wxGDIPlusContext::GetTextExtent(), return more accurate text height if …
- 06:52 Changeset [64271] by
- Set wxGraphicsContext page scale, which is required for printing to work …
- 05:40 Changeset [64270] by
- Add basic keyboard example to wxUIActionSimulator sample
- 05:04 Ticket #12032 (OS Shutdown/logout events not being caught in Windows) created by
- Both the EVT_END_SESSION and EVT_QUERY_END_SESSION are not being caught on …
- 00:51 Changeset [64269] by
- Update wxUIActionSimulator sample to use screen position, now works …
05/09/10:
- 20:25 Changeset [64268] by
- Fix handling of improper paths when typing in command mode
- 14:36 Changeset [64267] by
- Update wxUIActionSimulator::MouseMove on MSW to use absolute positioning …
- 11:59 Changeset [64266] by
- Add basic MSW modifier key support to wxUIActionSimulator, as per OSX
- 11:51 Changeset [64265] by
- Tidy up spacing in wxUIActionSimulator
- 07:55 Changeset [64264] by
- Replace public wxEvtHandler::ProcessEventHere() with private TryHere(). …
- 07:55 Ticket #10640 (ProcessEventHere() is called instead of ProcessEvent()) closed by
- fixed: (In [64263]) Use ProcessEventLocally() instead of ProcessEventHere() in …
- 07:55 Changeset [64263] by
- Use ProcessEventLocally() instead of ProcessEventHere() in docview code. …
- 07:55 Ticket #11225 (Make wxMDIParentFrame::TryBefore() take event handler chain into account) closed by
- fixed: (In [64262]) Add wxWindow::ProcessWindowEventLocally() and use it in wxMSW …
- 07:55 Changeset [64262] by
- Add wxWindow::ProcessWindowEventLocally() and use it in wxMSW MDI code. …
- 07:55 Changeset [64261] by
- Refactor the event processing code to add ProcessEventLocally(). This new …
- 07:55 Changeset [64260] by
- Call wxEvtHandler::TryBefore() only once from ProcessEvent(). The event …
- 03:48 Changeset [64259] by
- Suppress SetFocus() warning in wxVListBoxComboPopup
- 03:29 Changeset [64258] by
- Supress SetFocus() warning in wxVListBoxComboPopup
- 03:27 Changeset [64257] by
- Prevent idMenuTitle from being accidentally used as invalid wx ID.
- 03:27 Changeset [64256] by
- Whitelist wxID_NONE as valid menu item ID.
- 03:27 Changeset [64255] by
- Fixed popup menu's title to be bold regardless of method used. Popup …
- 02:36 Changeset [64254] by
- Replace the bool modifier flags in wxUIActionSimulator with an int …
Note: See TracTimeline
for information about the timeline view.
