Timeline
05/23/12:
- 23:30 Ticket #14296 (Add support for conversion of wxVariant with "arrstring" type to OLE ...) reopened by
- I have attempted to refactor the code, not sure if you will consider …
- 14:16 Ticket #14325 (Fix wxBase/Windows compilation with wxString/UTF-8) closed by
- fixed: (In [71546]) Fix wxBase compilation with UTF-8-based wxString under MSW. …
- 14:16 Changeset [71546] by
- Fix wxBase compilation with UTF-8-based wxString under MSW. Use …
- 14:16 Changeset [71545] by
- Don't use wxCHECK_W32API_VERSION() in #if when it can be undefined. …
- 14:16 Changeset [71544] by
- No real changes, just slightly simplify HasAppKit_10_6() function. Remove …
- 14:16 Ticket #14327 (Compile error with #define wxUSE_STL_BASED_WXSTRING 0) closed by
- fixed: (In [71543]) Compilation fix for wxUSE_STL && !wxUSE_STL_BASED_WXSTRING …
- 14:16 Changeset [71543] by
- Compilation fix for wxUSE_STL && !wxUSE_STL_BASED_WXSTRING build. Don't …
- 14:16 Changeset [71542] by
- Document that wxClipboard::Flush() is not implemented in wxGTK. See …
- 14:16 Changeset [71541] by
- Document "raw control" use with accelerators. Mention it in the places …
- 14:16 Ticket #14331 (Copying a rectangular selection in a StyledTextCtrl causes a crash (buffer ...) closed by
- fixed: (In [71540]) Fix calculation of the wxStyledTextCtrl selection size. Use …
- 14:16 Changeset [71540] by
- Fix calculation of the wxStyledTextCtrl selection size. Use …
- 14:16 Changeset [71539] by
- No real changes, just backwards propagate the changes to stc.cpp. Apply …
- 13:54 Ticket #14330 (Clipboard's flush() method fails in wxPython on linux systems) closed by
- duplicate: Yes, this looks like the same bug. It's inactive because I still don't …
- 13:36 Changeset [71538] by
- Fix removing event handler filters in wxEvtHandler. Removal from the …
- 08:45 Ticket #14331 (Copying a rectangular selection in a StyledTextCtrl causes a crash (buffer ...) created by
- The code in stc.cpp miscalculates the size of the buffer by assuming the …
- 06:51 Ticket #14330 (Clipboard's flush() method fails in wxPython on linux systems) created by
- Not sure if this is a duplicate of #10515, which is three years old and …
- 06:29 Ticket #13907 (wxWebViewHandler does not change the displayed page) closed by
- worksforme: As there is no more information about this and it works for me using the …
- 06:06 Ticket #14329 (With wxGLCanvas window hierarchy does not get resize messages.) created by
- I have a very strange behaviour which seems to be connected to having a …
05/22/12:
- 20:36 Ticket #14328 (wxTipWindow causes focus, mouse enter, and mouse leave events to not be ...) created by
- If a wxTipWindow is shown, and the user clicks the mouse on a different …
- 12:27 Changeset [71537] by
- Phoenix: - Add the BannerWindow sample to the snippets; - Add the …
- 12:02 Changeset [71536] by
- - CustomTreeCtrl: handle hyperlink items on Enter and Space key …
- 06:45 Ticket #14327 (Compile error with #define wxUSE_STL_BASED_WXSTRING 0) created by
- If I compile 2.9.3 with its own wxStringImpl class I get an error on line …
- 02:42 HowToSubmitTicket edited by
- Emphasize that priority and milestone shouldn't be changed. (diff)
- 00:37 Changeset [71535] by
- Fix compilation when wxUSE_DRAG_AND_DROP=0
05/21/12:
- 18:47 Ticket #14326 (wxWebView::RunScript() does not work) created by
- I recently write an application that opens a webpage and perform some …
- 17:18 Changeset [71534] by
- Explicitly specify the pyArgsString for wx.TextAttr.SetFont since the …
- 17:17 Changeset [71533] by
- Fix pi generation of global variables when there is something in front of …
- 17:17 Changeset [71532] by
- Add wx.adv.EditableListBox
- 17:17 Changeset [71531] by
- Add wx.adv.BannerWindow
- 17:17 Changeset [71530] by
- check for a parameter named 'winid' too.
- 17:17 Changeset [71529] by
- Add wx.adv.AnimationCtrl
- 17:17 Changeset [71528] by
- Add simple unittest for wx.Overlay
- 17:17 Changeset [71527] by
- Fixes crashes when trying to use the variadic version of the …
- 17:17 Changeset [71526] by
- Add wx.adv.Joystick
- 17:17 Changeset [71525] by
- Interface fixes for Phoenix
- 13:04 Changeset [71524] by
- - CustomTreeCtrl: handle hyperlink items on Enter and Space key …
- 13:02 Changeset [71523] by
- Phoenix: - Add the 2 snippets of code related to FileType.
- 09:47 Ticket #14325 (Fix wxBase/Windows compilation with wxString/UTF-8) created by
- Use wxString::t_str() instead of wxString::wx_str() in platform dependent …
- 08:43 Changeset [71522] by
- * Add functions for discovering windows drives and their types * Display …
- 07:53 Ticket #14324 (Memory leaks in wxRichTextCtrl) created by
- To reproduce it is enough to run and close richtext sample. VS9 reports …
- 06:44 Ticket #14323 (wxFontDialog blows up when entering text for font point size) created by
- 2012-05-21 09:32:02.424 smbanner[6232:603] An uncaught exception was …
- 01:39 Changeset [71521] by
- Allow for compilation with wxUSE_TOOLTIPS=0
- 01:31 Changeset [71520] by
- Add aui-capability top wxMOTIF for OpenVMS
05/20/12:
- 20:31 Ticket #14322 (Patch for Mac OS X "magnify" track pad support) created by
- I created a very simple patch for adding a wxEVT_MAGNIFY event for Mac OS …
- 14:58 Changeset [71519] by
- Interface fixes for Phoenix
- 13:29 Changeset [71518] by
- Fix 62 harmless but annoying Clang warnings in wxOSX build. Clang warns …
- 13:29 Ticket #13565 (Clang 3.0 doesn't build wxWebKit) closed by
- fixed: (In [71517]) Use wxObjCID instead of "struct objc_object*" to fix clang …
- 13:29 Changeset [71517] by
- Use wxObjCID instead of "struct objc_object*" to fix clang build. Clang …
- 13:29 Ticket #14298 (Patch for displaying tooltip on OSX status bar wxTaskBarIcon) closed by
- fixed: (In [71516]) Add support for task bar icon tooltips to wxOSX version. Set …
- 13:29 Changeset [71516] by
- Add support for task bar icon tooltips to wxOSX version. Set the tooltip …
- 13:29 Ticket #13831 (Cocoa wxFileDialog file types are ignored under certain link conditions) closed by
- fixed: (In [71515]) Improve check for OS X version in Cocoa wxFileDialog …
- 13:29 Changeset [71515] by
- Improve check for OS X version in Cocoa wxFileDialog implementation. A …
- 13:29 Ticket #13951 (ShowWindowModal issue on osx_cocoa) closed by
- fixed: (In [71514]) Reset wxDialog::m_modality sooner in wxOSX. Change the …
- 13:29 Changeset [71514] by
- Reset wxDialog::m_modality sooner in wxOSX. Change the internal flag to …
- 13:29 Ticket #10067 (OSX wxStackWalker support) closed by
- fixed: (In [71513]) Implement wxStackWalker for wxOSX. Use atos(1) to map …
- 13:29 Changeset [71513] by
- Implement wxStackWalker for wxOSX. Use atos(1) to map address to their …
- 13:29 Changeset [71512] by
- Fix menu sample compilation under wxOSX. Include copy.xpm under all …
- 13:29 Ticket #14124 ([OSX Cocoa] wxDataView might crash during destruction) closed by
- fixed: (In [71511]) Fix crash on destruction of wxDataViewCtrl in wxOSX. The …
- 13:29 Changeset [71511] by
- Fix crash on destruction of wxDataViewCtrl in wxOSX. The control remained …
- 12:47 Changeset [71510] by
- Really fix compilation in !wxUSE_LOG_DEBUG && HAVE_VARIADIC_MACROS case. …
- 08:28 Ticket #14321 (wxString - calculate Levenshtein distance) closed by
- wontfix: Thanks for your effort but unfortunately I don't think it's …
- 06:39 Ticket #14321 (wxString - calculate Levenshtein distance) created by
- The following patch adds a method to wxString to calculate the Levenshtein …
- 06:34 Ticket #13205 (wxMac : Disabling popup menu items didn’t work) closed by
- worksforme: The menu in the menu sample works fine for me with r71506, the item …
- 06:08 Changeset [71509] by
- Remove non-existent section from Unicode overview TOC. This section is …
- 06:06 Changeset [71508] by
- Don't use deprecated font family style
- 06:04 Changeset [71507] by
- Compilation fix for wxRichTextCtrl. Don't use wxDEFAULT, there is no …
- 05:30 Changeset [71506] by
- Fix harmless warning from g++ 4.8 in C11 mode. g++ 4.8 recognizes "cpu" …
- 05:25 Changeset [71505] by
- Added pixel size capability to wxTextAttr and wxRichTextCtrl. Fixed …
05/19/12:
- 12:20 Changeset [71504] by
- delay tree sync so that multiple updates can get grouped together when …
- 12:09 Changeset [71503] by
- Add file filter configuration to allow filtering files out of view.
- 09:49 Changeset [71502] by
- Fix compilation in !wxUSE_LOG_DEBUG && HAVE_VARIADIC_MACROS case. Define …
- 09:49 Changeset [71501] by
- Fix compilation in wxUSE_STL=1 build after r71467. Restore explicit …
- 08:53 Ticket #14320 (html help viewer, fix display sync error) created by
- Using 2012-05-15 wx snapshot. I'm actually running on Mac Cocoa but this …
- 07:24 Ticket #14319 (wxDC SetMapMode does not set m_mappingMode in OSX-Cocoa) closed by
- fixed: (In [71500]) removing unnecessary - and incorrect - override, fixes #14319
- 07:24 Changeset [71500] by
- removing unnecessary - and incorrect - override, fixes #14319
- 06:17 Changeset [71499] by
- adjusting min requirements
- 03:34 Ticket #14319 (wxDC SetMapMode does not set m_mappingMode in OSX-Cocoa) created by
- wxMemoryDC memDc; memDc.SetMapMode( wxMM_LOMETRIC ) memDC.GetMapMode() …
05/18/12:
- 23:33 Ticket #14318 (Compilation failure in wxWeakRef's copy constructor with clang 3.0) closed by
- fixed: (In [71498]) fixes #14318
- 23:33 Changeset [71498] by
- fixes #14318
- 23:22 Changeset [71497] by
- Add overlay classes
- 23:22 Changeset [71496] by
- Remove extra symbols from global variables before writing the code for the …
- 23:22 Changeset [71495] by
- add missing setters for some wx.Rect properties, and also use the …
- 23:22 Changeset [71494] by
- Add wx.PowerEvent
- 23:21 Changeset [71493] by
- Add interface and simple docs doe wxOverlay and wxDCOverlay.
- 23:21 Changeset [71492] by
- Add some missing setters for wxRect.
- 23:21 Changeset [71491] by
- Interface fixes for Phoenix
- 19:20 Ticket #14318 (Compilation failure in wxWeakRef's copy constructor with clang 3.0) created by
- With the following program: […] clang gives the following error: …
- 17:55 Changeset [71490] by
- More performance tweaks to speed up displaying directories with many files …
- 14:24 Changeset [71489] by
- More minor optimizations to file tree control and filebrowser
- 14:07 Changeset [71488] by
- Directory Monitor optimizations * Allow interupt when adding/removing …
- 13:55 Changeset [71487] by
- * Simplify filetype lookup * check for access rights before enabling label …
- 13:27 Changeset [71486] by
- * Fix display of root paths on windows * Optimize file type id lookup
- 13:26 Changeset [71485] by
- skip syncing tree when page change is caused by page close event.
- 13:23 Changeset [71484] by
- Add Mime classes
- 12:54 Changeset [71483] by
- 10.5 is the minimum SDK for both OSX ports now
- 12:54 Changeset [71482] by
- Interface fixes for Phoenix
- 09:18 Ticket #14148 (wxDateTime::UNow().Format() incorrect timezone?) closed by
- fixed: I assumed that the original reporter was testing it with the current svn …
- 09:15 Ticket #14316 (Allow hierarchical items in wxChoice) closed by
- wontfix: I don't think this is supported by the native combo box control under any …
- 04:43 Ticket #14317 (wxDateTime wrongly does DST adjustments in UTC) created by
- Environment: Local pc timezone is London / GMT (daylight saving on) I …
- 04:09 Changeset [71481] by
- fixing c++11 build
- 03:35 Changeset [71480] by
- fixing c++11 build
- 03:34 Changeset [71479] by
- fixing c++11 build
- 02:56 Changeset [71478] by
- fixing c++11 build
- 02:56 Changeset [71477] by
- fixing c++11 build
- 02:25 Ticket #14316 (Allow hierarchical items in wxChoice) created by
- I would need an extension of wxListCtrl, such that grouping of options …
05/17/12:
- 21:23 Changeset [71476] by
- Initial commit of FileBrowser 2.0 - major re-write to not use …
- 21:22 Changeset [71475] by
- Add property
- 20:44 Changeset [71474] by
- Add IsHidden method for detecting hidden files
- 19:46 Changeset [71473] by
- Fix issue where paths were not being converted to unicode.
- 13:56 Changeset [71472] by
- Phoenix: - Add the DataObject overview; - Correct some missing link to …
- 13:01 Changeset [71471] by
- - CustomTreeCtrl: don't fire the hyperlink events when navigating the …
- 10:56 Ticket #14315 (wxStyledTextCtrl painting issue) created by
- Since r70659, wxStyledTextCtrl::SetText() will only draw the text up to …
- 09:10 Changeset [71470] by
- Improve wxDir::Traverse() documentation. It didn't describe wxDIR_FILES …
- 09:10 Ticket #14311 (Fix wxPrintf format specifiers in samples) closed by
- fixed: (In [71469]) Fix wrong format specifiers in the samples. Use "%ld" …
- 09:10 Changeset [71469] by
- Fix wrong format specifiers in the samples. Use "%ld" instead of "%d" to …
- 08:46 Changeset [71468] by
- mark virtual overrides as virtual
- 08:46 Changeset [71467] by
- remove some unnecessary c_str() calls
- 08:45 Changeset [71466] by
- eliminate unused variable warning with wxUSE_LOG_DEBUG==0
- 08:29 Changeset [71465] by
- Remove use of "size-request" signal for wxWindow sizing. This signal has …
05/16/12:
- 22:16 Changeset [71464] by
- Ignore IsPlaying, it's not in the MSW port
- 19:54 Changeset [71463] by
- Add wx.adv.Sound
- 19:54 Changeset [71462] by
- allow cppSignature args to the _sip methods too
- 19:49 Changeset [71461] by
- Tweak some comments
- 19:49 Changeset [71460] by
- The test function is not imported from _core because of the leading …
- 19:47 Changeset [71459] by
- Interface fixes for Phoenix
- 19:42 Changeset [71458] by
- Call mark_dirty() after copying data to the cairo image surface
- 19:42 Changeset [71457] by
- bugfix for when no flag is specifed
- 19:42 Changeset [71456] by
- reSWIGged
- 19:42 Changeset [71455] by
- ignore tmp
- 19:42 Changeset [71454] by
- Tweaks for some of the message dialogs to use better English, etc.
- 19:42 Changeset [71453] by
- fix typos
- 19:42 Changeset [71452] by
- reSWIGged
- 19:41 Changeset [71451] by
- Give Create.id a default value
- 19:41 Changeset [71450] by
- wxDataViewIconText needs a dtor
- 19:41 Changeset [71449] by
- fix typo
- 19:41 Changeset [71448] by
- Adjust to ctor API changes making it the same on all platforms
- 19:41 Changeset [71447] by
- Use GetParent()
- 19:41 Changeset [71446] by
- fix the properties used
- 19:40 Changeset [71445] by
- Bind events to the find/replace dialog
- 19:40 Ticket #14201 (AttributeError in wx.lib.plot.PlotCanvas.Printout()) closed by
- fixed: (In [71444]) Assign to the real print_data attribute, not the read-only …
- 19:40 Changeset [71444] by
- Assign to the real print_data attribute, not the read-only property. …
- 08:10 Changeset [71443] by
- Make variable containing port number an ushort in the sockets sample. A …
- 08:10 Ticket #14166 (Deadlock in PipeIOHandler (unix) when a lot of events come from main ...) closed by
- fixed: (In [71442]) Fix wxWakeUpIdle() in Unix console application broken by …
- 08:10 Changeset [71442] by
- Fix wxWakeUpIdle() in Unix console application broken by r71089. …
- 08:09 Ticket #14314 (Menu event routing problem) created by
- Seen with the docview sample in default mdi mode, patched to make one menu …
- 06:24 Changeset [71441] by
- Don't use printf() with non-literal string as format. Replace calls to …
- 06:03 Ticket #14313 (Assert in wxNotebook::GetPageCount fires during resize) created by
- I'm using VS2008 on a Win7 x64 installation. I'm trying to find a really …
- 05:56 Ticket #14166 (Deadlock in PipeIOHandler (unix) when a lot of events come from main ...) reopened by
- wxWakeUpIdle() call is broken since r71089 under Linux. There is no this …
- 03:59 Changeset [71440] by
- The object size page now has full position attribute editing.
Note: See TracTimeline
for information about the timeline view.
