Timeline
05/20/10:
- 18:00 Ticket #12073 (wxDataViewCtrl crashes when deleting an item) reopened by
- The fix does not compile on 64 bit OS. /src/gtk/dataview.cpp:3785: error: …
- 15:04 Ticket #7663 (wxListCtrl::EndEditLabel implementation) closed by
- fixed: (In [64368]) Fix wxListCtrl::EndEditLabel() which simply didn't work. …
- 15:04 Changeset [64368] by
- Fix wxListCtrl::EndEditLabel() which simply didn't work. Also document it …
- 12:54 Changeset [64367] by
- Implementation of most wxDC drawing functions
- 12:30 Changeset [64366] by
- fixing infinite recursion
- 11:52 Changeset [64365] by
- Very basic support for wxDC and wxMemoryDC (rectangles and brushes)
- 11:50 Changeset [64364] by
- def include was missing
- 11:43 Changeset [64363] by
- adding more infos, links
- 11:39 Ticket #12073 (wxDataViewCtrl crashes when deleting an item) closed by
- fixed: (In [64362]) Make GetIndexOf() and get_path() work for virtual list …
- 11:39 Changeset [64362] by
- Make GetIndexOf() and get_path() work for virtual list models, fixes …
- 11:06 Changeset [64361] by
- adding building iphone projects
- 10:58 Changeset [64360] by
- support compiling for iphone
- 10:56 Changeset [64359] by
- adding all iphone files
- 10:33 Changeset [64358] by
- Fix wxScrollHelperEvtHandler broken by recent changes to event processing. …
- 10:19 Ticket #12077 (wxAuiNotebook does not redraw properly after adding a new page to an empty ...) created by
- wxAuiNotebook does not seem to refresh itself properly after adding a page …
- 09:49 Ticket #11595 (Bitmap in menu items disappear on Windows) closed by
- fixed: Now, everything works fine.
- 09:36 Changeset [64357] by
- adding support for iphone
- 09:22 Changeset [64356] by
- wxBitmap implementation (QPixmap). Missing masks, palettes and bitmaps …
- 07:34 Ticket #12076 (Need wxFileDialog events) closed by
- invalid
- 07:27 Ticket #12076 (Need wxFileDialog events) created by
- It would be nice to have the wxFileDialog components emit events similar …
- 05:39 Changeset [64355] by
- fixing copy paste error
- 05:06 Changeset [64354] by
- adapting to new API
- 01:11 Ticket #12075 (Unwanted event when selecting the first inserted wxListbook page) created by
- Do not select the newly inserted page in wxListbook::InsertPage when the …
05/19/10:
- 23:09 Changeset [64353] by
- utils_osx isn't part of base but of core, moving wxMacWakeUp to a file …
- 22:42 Ticket #11970 (wxDataViewChoiceRenderer set/get methods should use the current selection ...) reopened by
- I just tried the wxDataViewChoiceRendererByIndex, but get an exception …
- 15:43 Ticket #12071 (wxListBox::InsertItems() asserts on zero-item insert) closed by
- invalid: I did eventually come up with a use case: a listbox containing a flattened …
- 14:03 Ticket #12074 (Documentation for wxWindow Find functions should say that they return NULL ...) closed by
- fixed: (In [64352]) Document that wxWindow::FindWindowByXXX() functions may …
- 14:03 Changeset [64352] by
- Document that wxWindow::FindWindowByXXX() functions may return NULL. This …
- 12:16 Changeset [64351] by
- In wxUIActionSimulator::Char send a key down event first, then key up. …
- 11:46 Ticket #12068 (wxMacWakeUp is not implemented for OSX iPhone in utils.mm) reopened by
- Now it does link but it does not work. I think the code assumes that wx …
- 11:42 Changeset [64350] by
- Update documentation now the wxUIActionSimulator X11 implementation takes …
- 10:04 Ticket #12074 (Documentation for wxWindow Find functions should say that they return NULL ...) created by
- Title says it all really. :-) It's the expected behaviour but it's not …
- 08:04 Ticket #7663 (wxListCtrl::EndEditLabel implementation) reopened by
- The solution works with WinXP but unfortunately I can observe that it is …
- 06:39 Changeset [64349] by
- not needed anymore
- 06:38 Ticket #12068 (wxMacWakeUp is not implemented for OSX iPhone in utils.mm) closed by
- fixed: (In [64348]) moving wxMacWakeUp outside COCOA_CARBON clause, fixes #12068
- 06:38 Changeset [64348] by
- moving wxMacWakeUp outside COCOA_CARBON clause, fixes #12068
- 05:55 Ticket #12068 (wxMacWakeUp is not implemented for OSX iPhone in utils.mm) reopened by
- wxMacWakeUp now requires define of wxUSE_BASE but is referenced from …
- 05:36 Ticket #12040 (wxHTTP::SetPostBuffer is not documented) closed by
- fixed: (In [64347]) Document wxHTTP::SetPostBuffer(). Closes #12040.
- 05:36 Changeset [64347] by
- Document wxHTTP::SetPostBuffer(). Closes #12040.
- 05:36 Changeset [64346] by
- No changes, just add a comment. There is no need to reproduce …
- 05:36 Changeset [64345] by
- Document wxHTTP::Connect(wxSockAddress) overload. See #12040.
- 05:29 Ticket #12067 (OSX iPhone windows.mm causes compile and link errors) reopened by
- This does not build after updating to trunk: void …
- 04:41 Ticket #12073 (wxDataViewCtrl crashes when deleting an item) created by
- The dataview sample crashes when you delete an item in the MyListModel …
- 01:32 Ticket #12068 (wxMacWakeUp is not implemented for OSX iPhone in utils.mm) closed by
- fixed: added common implementation
- 01:27 Changeset [64344] by
- splitting methods
- 01:26 Changeset [64343] by
- common wxMacWakeUp code across all platforms
- 01:25 Changeset [64342] by
- common wxMacWakeUp code across all platforms
- 00:25 Changeset [64341] by
- adding methoddefs
- 00:24 Changeset [64340] by
- set default resolutions in case of errors
- 00:23 Changeset [64339] by
- using wx dynamic cast
- 00:21 Changeset [64338] by
- removing unused var
- 00:18 Ticket #12067 (OSX iPhone windows.mm causes compile and link errors) closed by
- fixed: (In [64337]) missing commit, fixes #12067
- 00:18 Changeset [64337] by
- missing commit, fixes #12067
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 …
Note: See TracTimeline
for information about the timeline view.
