Timeline
05/18/10:
- 15:47 Ticket #12072 (Mime Type Manager Implementation for Mac OS X) created by
- New implementation of mime type classes for Mac OS X based on Launch …
- 12:50 Ticket #12071 (wxListBox::InsertItems() asserts on zero-item insert) created by
- wxItemContainer::InsertItems() (which wxListBox inherits) asserts if it's …
- 12:13 Changeset [64336] by
- wxBrush implementation (QBrush)
- 11:43 Changeset [64335] by
- wxPen implementation (QPen)
- 04:08 Ticket #12062 (wxGrid: Select a row with one click in row-selection mode) reopened by
- Oops, sorry, this doesn't happen on click in row selection mode, only on …
- 03:39 Ticket #12070 (Release version of MPLEMENT_APP assumes wxUSE_LOG_DEBUG) closed by
- fixed: For some reason commit message of r64333 didn't trigger closing this bug, …
- 03:29 Ticket #12069 (Deprecated AM_PATH_WXRC in wxwin.m4) closed by
- fixed: (In [64334]) Add AM_PATH_WXRC to wxwin.m4 for backwards compatibility. …
- 03:29 Changeset [64334] by
- Add AM_PATH_WXRC to wxwin.m4 for backwards compatibility. Although the …
- 03:29 Changeset [64333] by
- Compilation fix for wxUSE_LOG_DEBUG==0 case. Don't do anything in …
05/17/10:
- 15:48 Ticket #12070 (Release version of MPLEMENT_APP assumes wxUSE_LOG_DEBUG) created by
- Before patch: build errors with a release configuration that lacks …
- 14:15 Ticket #12069 (Deprecated AM_PATH_WXRC in wxwin.m4) created by
- The AM_PATH_WXRC() function present in wxWidgets 2.8.x has been renamed in …
- 14:01 Ticket #12068 (wxMacWakeUp is not implemented for OSX iPhone in utils.mm) created by
- The iPhone utils.mm has the following empty implementation: void …
- 13:59 Ticket #12067 (OSX iPhone windows.mm causes compile and link errors) created by
- void wxWidgetIPhoneImpl::touchUpInsideAction(void* sender, WX_UIEvent evt, …
- 13:54 Ticket #12066 (Documentation for creating xcode project for OS X is not complete) created by
- wxWidgets/build/osx conaints and apple script for creating xcode projects …
- 13:01 Ticket #12060 (Multiple FD_READ notification in wxSocket_Internal_WinProc BEFORE ...) closed by
- duplicate: I don't have time to look at this today but I will do it as soon as I can. …
- 12:36 Ticket #12060 (Multiple FD_READ notification in wxSocket_Internal_WinProc BEFORE ...) reopened by
- I am sorry for once reopening this issue, but I believe that this is the …
- 09:52 Ticket #12062 (wxGrid: Select a row with one click in row-selection mode) closed by
- wontfix: Doesn't clicking on the column label work? Anyway, I think this is …
- 07:06 Ticket #12065 ([wxOSX-Cocoa] assert in dragging wxDropSource::DoDragDrop) created by
- On start dragging the item I get the following assert: …
- 05:37 Ticket #12060 (Multiple FD_READ notification in wxSocket_Internal_WinProc BEFORE ...) closed by
- duplicate: Replying to vadz: > First of all, this really looks like a …
- 03:07 Ticket #12064 (Issues when compiling wxWidgets as shared library with MinGW/GCC v4.5.0-1) created by
- Hi, after upgrading to the newest release of MinGW/GCC v4.5.0-1, I've had …
- 01:04 Ticket #12035 (wxDataViewCtrl crashes when selecting item) closed by
- fixed: > Are you using some special GAIL version or some accessibility feature? …
- 00:11 Ticket #12063 (We can't set OnClose handler in wxTaskBarIcon(MSW).) created by
- Hi. I've been developing a simple windows application which has a try …
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 …
Note: See TracTimeline
for information about the timeline view.
