Timeline


and .

03/10/10: Yesterday

16:46 Ticket #11807 (Segmentation fault in wx-2.8-gtk2-unicode/wx/_gdi_.so) created by samo83
My application uses the FloatCanvas and standard widgets (ComboBoxs, …
05:57 Ticket #11567 (Assert in wxControlBase::DoEllipsizeSingleLine) closed by FM
fixed: (In [63660]) Fix function wxControlBase::DoEllipsizeSingleLine to really …
05:57 Changeset [63660] by FM
Fix function wxControlBase::DoEllipsizeSingleLine to really make sure that …
05:30 Ticket #11806 (wxWidgets Crash On Initialize.) created by God_Mark
Hi, Application.exe <- console application witch does some processing and …
03:07 Changeset [63659] by FM
no real changes, just rename the variables to make the code more readable …
02:07 Ticket #11805 (wxMac hangs on exit) created by swiss_kinkajou
When I close an application, the window disappear but the application …

03/09/10:

19:38 Ticket #11804 (ListBox posts many events when being destroyed) created by algorias
When closing a Frame that contains a wx.ListBox, an EVT_LISTBOX is posted …
10:03 Ticket #11803 (In wxGTK, repeatedly calling Hide(); Fit(); Show(); overinflates a window) created by dghart
Since r44440, if you hide e.g. a dialog, then call Fit(); Show(); the …
09:57 Ticket #11802 (Invalid asserts in datavgen.cpp) created by vladius
Those two asserts are invalid: […] The data model needs to be …
08:23 Ticket #11800 (Handling of percentage width in the IMG tag of wxHTML) reopened by lpoujoulat
Sorry, I accidentally closed the ticket
08:22 Ticket #11800 (Handling of percentage width in the IMG tag of wxHTML) closed by lpoujoulat
fixed: 1. AUTO is not part of HTML4 indeed and I add it to have a way of …
08:17 Ticket #11801 ([wxDFB]: Unresolved externals after r63645) created by alarsen
r63645 introduced src/common/uiactioncmn.cpp into the core library. This …
05:46 Ticket #11800 (Handling of percentage width in the IMG tag of wxHTML) created by lpoujoulat
The goal of the attached patch is to add the possibility to give the width …
05:02 Ticket #11799 (wxHTTPStream does not download files fully) created by norfolc
I am trying to download file with wxURL. And file is not downloading …
03:08 Changeset [63658] by VZ
Use _UNICODE instead of UNICODE in wx/msw/winundef.h. This is consistent …
02:23 Ticket #11798 (wxCalendarCtrl virtual functions) closed by vadz
invalid: Sorry, there is really absolutely no reason to make these functions …

03/08/10:

21:31 Ticket #11798 (wxCalendarCtrl virtual functions) created by johnr
wxCalendarCtrl and datepicker native versions are inconsistent and …
17:45 Changeset [63657] by CJP
Adjust port number to ensure it is outside the reserved range.
15:58 Changeset [63656] by CJP
Fix issue with inputing text after an autocomp action when in overtype …
15:34 Changeset [63655] by VZ
Another German translation update from Herbert Breunung. German …
11:37 Ticket #11635 (Selecting a file to save using wxFilePickerCtrl is broken on MacOS) closed by VZ
fixed: (In [63654]) Use correct style for the dialog shown by generic file/dir …
11:37 Changeset [63654] by VZ
Use correct style for the dialog shown by generic file/dir pickers. The …
04:21 Changeset [63653] by VS
Fix wxTlsValue<> memory leaks. Win32 API doesn't provide pthreads-like …
03:08 Ticket #11797 (Idle processing broken in wxOSX/Cocoa) closed by SC
fixed: (In [63652]) pending events detected didn't work properly, go the safe …
03:08 Changeset [63652] by SC
pending events detected didn't work properly, go the safe route now, fixes …

03/07/10:

20:45 Ticket #11269 (re-entrance to modal dialog asserts in debug (may crash in release)) reopened by chice
I can reproduce this bug in wxPython. Code: thread A: […] anthor …
13:17 Ticket #11797 (Idle processing broken in wxOSX/Cocoa) created by retrakker
It seems that either idle processing is broken or needs a special …
08:36 Changeset [63651] by CJP
Fix typo
08:03 Changeset [63650] by FM
Provide more details about the major and minor version numbers returned by …
03:37 Changeset [63649] by VZ
German translations update from Herbert Breunung.
02:46 Changeset [63648] by VZ
Skip wxChildFocusEvent in wxAuiNotebook handler. There doesn't seem to be …
02:46 Ticket #11785 (Patch to add icons to the drop-down menu of wxAuiNoteBook) closed by VZ
fixed: (In [63647]) Show pages icons in window list menu in wxAuiNotebook. Reuse …
02:46 Changeset [63647] by VZ
Show pages icons in window list menu in wxAuiNotebook. Reuse the tab …

03/06/10:

13:30 Changeset [63646] by KO
Add uncommitted uiaction `sample bakefiles.
12:15 Changeset [63645] by KO
Rebake after wxUIActionSimulator addition.
12:09 Changeset [63644] by KO
Adding wxUIActionSimulator, a class for programmatically controlling the …
06:48 Changeset [63643] by CJP
Fix issue where typing ( or . would not overwrite a selection.
05:30 Changeset [63642] by VZ
Reset wxAuiNotebook selection to wxNOT_FOUND if it becomes empty. The …

03/05/10:

20:51 Changeset [63641] by KO
A call to wxPopupWindow::Show shouldn't automatically cause the popup …
20:15 Changeset [63640] by KO
Add git source control dirs to the list of excludes.
20:08 Changeset [63639] by KO
Add create-archive.py to wx source tree.
16:31 Ticket #11711 ([wxDFB] crash in wxListCtrl constructor) closed by VZ
fixed: (In [63638]) Don't store header height in generic wxListCtrl member …
16:31 Changeset [63638] by VZ
Don't store header height in generic wxListCtrl member variable. This is …
16:31 Changeset [63637] by VZ
Fix toggling the header in the generic wxListCtrl. We need to update the …
16:04 Ticket #11309 (Generic listctrl in report mode on Mac does not create header) reopened by vadz
Sorry but this patch just doesn't make sense to me, this call shouldn't be …
15:56 Ticket #11662 (WxGrid keep mouse capture after a selection range) closed by VZ
fixed: (In [63636]) Don't stop dragging in the grid when the mouse leaves the …
15:56 Changeset [63636] by VZ
Don't stop dragging in the grid when the mouse leaves the window. …
15:55 Ticket #11757 (Memory leak in the wxDataViewListStore) closed by VZ
fixed: (In [63635]) Fix memory leak in wxDataViewListStore::DeleteItem(). The …
15:55 Changeset [63635] by VZ
Fix memory leak in wxDataViewListStore::DeleteItem(). The item data needs …
15:55 Ticket #11734 (IsMaximized always returns true for non-resizable windows; Centre doesn't ...) closed by VZ
fixed: (In [63634]) Correct IsMaximized() in wxOSX for non-resizable windows. …
15:55 Changeset [63634] by VZ
Correct IsMaximized() in wxOSX for non-resizable windows. NSWindow …
15:55 Changeset [63633] by VZ
Make the code more clear in aui sample and avoid g++ 4 warning. The code …
15:55 Changeset [63632] by VZ
Implement wxBookCtrlBase::CalcSizeFromPage() in the base class. The …
15:55 Changeset [63631] by VZ
Avoid conflict between accelerators in the notebook sample. Ctrl-5 was …
15:55 Changeset [63630] by VZ
No changes, just remove redundant GetControllerSize() definitions. For …
15:55 Changeset [63629] by VZ
Correct controller size determination in wxToolbook. The old code used …
15:55 Ticket #11791 (wxBitmapToggleButton wxEVT_MOUSE_CAPTURE_LOST) closed by VZ
fixed: (In [63628]) Use wxWindow::ReleaseMouse() instead of MSW …
15:55 Changeset [63628] by VZ
Use wxWindow::ReleaseMouse() instead of MSW ::ReleaseCapture() function. …
15:39 Ticket #11662 (WxGrid keep mouse capture after a selection range) reopened by vadz
Thanks for the patch, it indeed pinpointed the place where the problem …
15:11 Ticket #11768 (Default in wincmn.cpp in RemoveEventHandler...) closed by vadz
invalid: Sorry, I don't understand what the bug is. If a handler currently attached …
14:39 Ticket #11786 (wxCalendarCtrl msw no response to <return>) closed by vadz
wontfix: Sorry, I was wrong before and I don't think it's a good idea to send this …
14:17 Ticket #11796 (wxURL leaks memory if SetDefaultProxy is used) created by dconnet
If wxURL::SetDefaultProxy is used to set a proxy, and then a wxURL is …
12:51 Changeset [63627] by FM
define TARGET_CPU (as a variable) also for formats using MSVS_PLATFORM; …
10:13 Ticket #11795 (x86_64 wxPython rpm installs wx.pth to the wrong path) created by eric_seppanen
Starting from src.rpm from the wxPython website, I ran rpmbuild --rebuild …
06:54 Ticket #11794 (ms_nLastMarginWidth and ms_nDefaultMarginWidth in ownerdraw.h hack) closed by troelsk
duplicate: Duplicate of #4068 Should be fixed both in trunk (2.9.1) and stable …
06:10 Ticket #11794 (ms_nLastMarginWidth and ms_nDefaultMarginWidth in ownerdraw.h hack) created by BuschnicK
The static variables storing margin widths are a total hack and lead to …
03:13 Ticket #11793 (wxToolbook GetBestSize does not takes into account size of toolbar) created by norfolc
If the width of toolbar is greater than best size (width) of pages, then …
03:01 Ticket #11792 (Memory leak in wxLaunchDefaultBrowser on Mac) created by norfolc
There is two memory leaks of NSCFDictionary in each call of …
02:05 Ticket #11791 (wxBitmapToggleButton wxEVT_MOUSE_CAPTURE_LOST) created by R.U.10
The use of the function ReleaseCapture() instead of ReleaseMouse() in …
01:18 Ticket #11790 (Modifications to work with QNX 6.3.2) created by oxy
This patch makes wxWidgets compileable and useable under QNX 6.3.2. …

03/04/10:

19:54 Changeset [63626] by CJP
Add a context to the STC_CHANGED message. Add decorator for filtering …
18:12 Changeset [63625] by CJP
minor restructuring of filehistory managment
10:20 Ticket #11789 (Setting the selected file of a FileDialog resets the active wildcard to ...) created by vladius
The following code demonstrates the problem: […] When the dialog is …
07:09 Changeset [63624] by JMS
Moved property unattachment code from …
02:36 Ticket #11788 (wxButton cannot be constructed providing only the parent window, it ...) created by lucak
This patch allow the constructions of a wxButton just by passing to its …
00:29 Changeset [63623] by SC
no existing on iphone

03/03/10:

15:00 Ticket #11781 (wxMenuItemImpl* wxMenuItemImpl::Create in menuitem.mm for the cocoa ...) closed by SC
fixed: (In [63622]) fixing leak, fixes #11781
15:00 Changeset [63622] by SC
fixing leak, fixes #11781
13:52 Ticket #11782 (Memory leak in utilscocoa.mm) closed by SC
fixed: (In [63621]) fixing leak, fixes #11782
13:52 Changeset [63621] by SC
fixing leak, fixes #11782
08:53 Changeset [63620] by SC
using native fullscreen support and ShowEvent triggers
08:51 Changeset [63619] by SC
fixing warning
08:33 Changeset [63618] by SC
make sure ShowEvent doesn't get triggered to early during construction
07:41 Ticket #11787 (propertygrid module init/exit incomplete, causes crash in second wxEntry, ...) created by StepanHrbek
First wxEntry() creates wxPGEditor_TextCtrl etc, but does not delete them …
06:19 Changeset [63617] by VZ
Allow using version-specific vc prefix in msvc/wx/setup.h. We still use …
06:19 Ticket #11022 (include/msvc/wx/setup.h does not handle 64 bit configurations) closed by VZ
fixed: (In [63616]) Use correct directory names in msvc/wx/setup.h for 64 bit …
06:19 Changeset [63616] by VZ
Use correct directory names in msvc/wx/setup.h for 64 bit builds. Use …
06:19 Changeset [63615] by VZ
Added Arabic translation from Abdullah Abouzekry.
06:19 Ticket #11783 (compile fix for wxCommandProcessor with --disable-accel) closed by VZ
fixed: (In [63614]) Fix wxCommandProcessor compilation with wxUSE_ACCEL==0. …
06:19 Changeset [63614] by VZ
Fix wxCommandProcessor compilation with wxUSE_ACCEL==0. Leave the …
02:16 Ticket #11786 (wxCalendarCtrl msw no response to <return>) created by johnr
These 2 patches to calctrl.h and calctrl.cpp add an event method to …
01:54 Ticket #11785 (Patch to add icons to the drop-down menu of wxAuiNoteBook) created by rk
If the tabs of an wxAuiNotebook have bitmaps attached to them this patch …
01:48 Ticket #11784 (wxAuiToolBar problems with mouse dragging and drop-down button) created by rk
The attached patch fixes two problems with wxAuiToolBar. Handling of …
01:45 Ticket #11783 (compile fix for wxCommandProcessor with --disable-accel) created by alarsen
src/common/cmdproc.cpp doesn't compile when configured with …
01:27 Ticket #11782 (Memory leak in utilscocoa.mm) created by Sonicadvance1
There is a memory leak in utilscocoa.mm in the function void …
01:16 Ticket #11781 (wxMenuItemImpl* wxMenuItemImpl::Create in menuitem.mm for the cocoa ...) created by Sonicadvance1
As the title says, this has a memory leak which is showing up on my …

03/02/10:

23:17 Changeset [63613] by RD
Layout the immediate parent of the info bar as described in the docs, not …
21:59 Changeset [63612] by RD
Add wx.InfoBar
21:56 Changeset [63611] by RD
A simple test for EVT_WINDOW_DESTROY
21:52 Changeset [63610] by RD
Make sure that the aui manager's UnInit is called even when the WIT is …
20:44 Ticket #11780 (Header control truncates text on OSX) created by SnowLeopard
OSX 10.6 List control headers truncate the "hanging" part of letters such …
20:24 Ticket #11779 (Printing on OSX just shows error message) created by SnowLeopard
OSX 10.6 Try to print anything (for example, the html print sample), and …
17:08 Changeset [63609] by VZ
Document that images in buttons and menus might not be shown under GTK. …
16:35 Changeset [63608] by FM
add 64bit support to those formats which I could test and which support …
15:38 Changeset [63607] by CJP
document message contexts for some undocumented messages.
15:21 Changeset [63606] by FM
(minor change) update list of supported Windows versions
12:59 Roadmap edited by frm
mark selective yield as already implemented (diff)
12:46 Ticket #11754 (wxCmdLine asserts when parsing a UTF-8 encoded command line) closed by VZ
fixed: (In [63605]) Use user locale with Latin-1 as fallback for command line …
12:46 Changeset [63605] by VZ
Use user locale with Latin-1 as fallback for command line arguments. …
10:16 Ticket #11775 (wxToolBar crashes in destructor) closed by VZ
fixed: (In [63604]) Don't use m_macToolbar in wxOSX wxToolBar if it is NULL. …
10:16 Changeset [63604] by VZ
Don't use m_macToolbar in wxOSX wxToolBar if it is NULL. This fixes a …
10:16 Changeset [63603] by VZ
Enclose code using m_macToolbar in #if wxOSX_USE_NATIVE_TOOLBAR. Don't …
09:56 Ticket #11778 (wxRegKey::GetKeyInfo() is not 64-bit clean) created by rosenqui
The parameters to wxRegKey::GetKeyInfo() are all pointers to size_t, which …
06:10 Ticket #11777 (AUI does not process wxEVT_MOUSE_CAPTURE_LOST) created by okurtsev
It is easy to check in AUI demo from wx samples stealing the focus from …

03/01/10:

16:23 Changeset [63602] by RD
Document GetBitmapMargins
16:20 Changeset [63601] by VZ
Fix another incorrect file name conversion in wxGTK. GTK file paths are …
16:15 Ticket #11743 (Encoding problem with wxDirPickerCtrl::GetPath) closed by VZ
fixed: (In [63600]) Always use UTF-8 for GTK+ strings [backport of r63549 from …
16:15 Changeset [63600] by VZ
Always use UTF-8 for GTK+ strings [backport of r63549 from trunk]. …
15:45 Changeset [63599] by VZ
Fix crash when accessing clipboard before entering the main loop. Check …
15:41 Changeset [63598] by RD
reSWIGged
15:39 Changeset [63597] by RD
Lots of little changes and additions to help get caught up with wx trunk.
15:23 Changeset [63596] by RD
Correct the test in table.IsEmpty
15:20 Changeset [63595] by RD
Invalidate best size when the bitmap or bitmap position changes. Add …
14:54 Changeset [63594] by RD
Use the correct event class for the window modal notification
13:56 Ticket #11772 (FindReplaceDialog seg faults on find or close) closed by robind
invalid: The reason the assignment is needed is to prevent the data object from …
13:45 Ticket #11761 (wx.GraphicsContext.Create(dc) fails on PrinterDC's) closed by robind
invalid: The error message referencing the wxWindow is because the Create method is …
08:22 Ticket #11776 (wxSimpleHtmlListBox generates asserts in destructor while exiting app) created by norfolc
Got 2 asserts while closing my window (wxFrame). It is caused by …
08:08 Ticket #11775 (wxToolBar crashes in destructor) created by norfolc
This patch fixes crash in wxToolBar destructor in OSX Carbon version. …
07:30 Changeset [63593] by JMS
Have to implement wxPGProperty::DeleteChildren() differently so that it …
07:26 Changeset [63592] by JMS
Have to check for wxPG_SPLITTER_AUTO_CENTER style before setting propgrid …
02:54 Ticket #11774 ([cppcheck] found an uninitialized member in wxWidgets-2.8/src/x11/font.cpp) created by ettl.martin
during a check of the wxWidgets-2.8 branch with the static code analysis …

02/28/10:

18:46 Ticket #11773 (Japanese Tranlation for "Quit" button is wrong. The word means "Quit from ...) created by nueda
Hi I am a member of Japanese translation team for GRASS GIS, that use …
16:12 Changeset [63591] by CJP
Fix error that could occur on items in the menu map that don't have any …
10:16 Ticket #11772 (FindReplaceDialog seg faults on find or close) created by Grashopa
I modified the ListCtrl_virtual demo to add a FindReplaceDialog and I get …
09:29 Changeset [63590] by SC
translate 0.5 offset into user space before applying translation, see …
09:27 Changeset [63589] by SC
moving header for precomp builds
08:33 Changeset [63588] by CJP
add log message for when a plugins install path cant be resolved
06:46 Ticket #11771 (GraphicsContext.Rotate() moves origin) created by steveward
Presumably GraphicsContext.Rotate(...) rotates the transform about the …
03:30 Ticket #11741 (Scrollbars Top and Bottom do not behave as expected) closed by VZ
fixed: (In [63587]) Simplify and correct bugs in wxMSW wxScrollBar message …
03:30 Changeset [63587] by VZ
Simplify and correct bugs in wxMSW wxScrollBar message handling. For some …
03:30 Changeset [63586] by VZ
No real changes, just cleanup wxMSW wxScrollBar a little. Get rid of old, …
03:09 Changeset [63585] by VZ
Make it possible to use wxCharBuffer during program initialization. …
03:09 Changeset [63584] by VZ
Only add -woff 3970 to C[XX]FLAGS when using SGI mipsPro 7.4.4 or later. …
03:09 Changeset [63583] by VZ
Compilation fixes for wide char functions under IRIX with mipsPro. Use …
03:09 Changeset [63582] by VZ
Fix for wxStringCheck compilation under IRIX using mipsPro. IRIX mipsPro …
03:09 Changeset [63581] by VZ
Always declare wxCStrData::As[W]Char() as being inline. This fixes …
03:09 Changeset [63580] by VZ
Rearrange functions order so that they are effectively inlined. Define …
03:08 Changeset [63579] by VZ
Fix compilation with GTK+ 2.4. Support for ellipsization in GtkTreeView …
03:08 Changeset [63578] by VZ
Support IRIX version of OpenGL multi sampling constants. Although OpenGL …
03:08 Changeset [63577] by VZ
Fix the STC sources generation script to work with ancient Python. Don't …
03:08 Changeset [63576] by VZ
No real changes, just remove an unused variable. This fixes a warning …
03:08 Changeset [63575] by VZ
Remove unused NO_SORT constant. This fixrs an IRIX mipsPro compiler …
03:08 Changeset [63574] by VZ
Include <locale.h> to get LC_XXX constants declaration. This fixes a …
03:08 Changeset [63573] by VZ
Remove unnecessary comparison of unsigned variable with 0. m_httpsize is …
03:08 Changeset [63572] by VZ
Remove unused static constant. HOURS_PER_DAY was used only in the part of …
03:08 Changeset [63571] by VZ
Include the real iostream header and not just iosfwd from wx/stdstream.h. …
02:44 Ticket #11770 (wxCalendarCtrl asserts mismatch between data and control) closed by vadz
outdated: Thanks for reporting but it was already fixed in r63560. BTW notice that …
02:41 Ticket #11770 (wxCalendarCtrl asserts mismatch between data and control) created by johnr
wxCalendarCtrl asserts at 293 in calctrl.cpp ( dt == m_date, "mismatch …
02:16 Ticket #11758 (After popup growth wxVListBox has poor look and can cause unhandled ...) closed by JMS
fixed: (In [63570]) Sometimes change in varscrollable window's size can result in …
02:16 Changeset [63570] by JMS
Sometimes change in varscrollable window's size can result in unused empty …

02/27/10:

23:50 Changeset [63569] by CJP
Fix typo
13:43 Ticket #11769 (wxPython GraphicsContext.Scale moves (0, 0)) created by steveward
Presumably a call to GraphicsContext.Scale(xscale, yscale) should scale …
10:52 Changeset [63568] by CJP
Send buffer as part of user data for tab context menu message
06:11 Changeset [63567] by CJP
Send a reference to the buffer in the message data
05:59 Changeset [63566] by CJP
Connect custom tab menu events to their handlers
00:29 Ticket #11768 (Default in wincmn.cpp in RemoveEventHandler...) created by foldink
Hi in wincmn.cpp we have the following line 1277 : wxEvtHandler …

02/26/10:

20:15 Changeset [63565] by CJP
Add ContextMenuManager class Allow Tab menu to be customized by client …
18:51 Changeset [63564] by KO
Override CanFocus because the wxWindow level test will check if the …
12:56 Changeset [63563] by AG
Fix showing/hiding of FlatMenu toolbar
07:45 Changeset [63562] by JMS
Must clear property selection in wxPGProperty::SetChoices() or risk a …
07:12 Ticket #11767 (wxDatePickerCtrl on OS X : wrong behaviour when clicking on text) created by Willard
When a wxDatePickerCtrl has the application focus, clicking anywhere in …
06:44 Ticket #11766 (wxMBConvUTF8::WC2MB overruns supplied buffer if last char is not ascii) created by oweno
version 2.8.8 Preamble - most of the default conversion routines end up …
06:10 Changeset [63561] by VZ
Fix assert when using year or decade view in Windows 7 calendar control. …
06:09 Changeset [63560] by VZ
Fix assert on wxCalendarCtrl creation under Windows 7. Unlike previous …
06:09 Changeset [63559] by VZ
Add pretty-printers for wxPoint, wxSize and wxRect. Also replace an if …
06:05 Ticket #11765 (wxStyledTextCtrl patch for wx2.9) created by foldink
Hi, Here is the patch I propose to have the new Scintilla in the wx2.9.1. …
05:54 Ticket #11764 (wxCalendarCtrl double click raises assert error message) closed by vadz
fixed: I can't reproduce this with the latest 2.9 sources so I assume it was …
05:12 Ticket #11764 (wxCalendarCtrl double click raises assert error message) created by BuschnicK
there is a wxFAIL_MSG( "unexpected" ); in msw calctrl.cpp line 175. I …
04:24 Ticket #11763 (wxMAXIMIZE does not work) created by jdog
While debugging #11762 i found another maximize-related error: the …
04:06 Ticket #11762 (Maximize leaves pixels on the right and on the bottom) created by jdog
There seems to be a problem with the wxTopLevelWindow::Maximize call on …

02/25/10:

22:24 Ticket #11662 (WxGrid keep mouse capture after a selection range) closed by mrgibson
fixed: I fixed your problem. I checked the 2.8.10 sourcecode (grid.cpp) against …
19:38 Ticket #11761 (wx.GraphicsContext.Create(dc) fails on PrinterDC's) created by steveward
I've been learning wxPython under OSX, and have just discovered the …
17:13 Changeset [63558] by CJP
apply slightly modified patch from sebastien.lelong to allow specifying …
16:58 Ticket #11760 (Using custom cursors in wxOSX-Cocoa crashes the program) created by mikk
Using a cursor created from an image, via wxCursor(const wxImage& image), …
12:42 Ticket #11759 (Connection::onRequest completion or timeout causes logout of user session) created by mesterly
stepping over or into socket.cpp:671 send(...) causes an immediate logout …
11:39 Ticket #11758 (After popup growth wxVListBox has poor look and can cause unhandled ...) created by Strati
See attched png for example. wxOwnerDrawnComboBox starts with one item …
07:06 Ticket #11756 (OwnerDrawn menu items look differently than normal items) reopened by BuschnicK
> And setting the entire menu to be owner-drawn really shouldn't be …
07:05 Changeset [63557] by JMS
Added work around in wxPropertyGrid for a wxTextCtrl beep on enter press
06:04 Changeset [63556] by JMS
Fixed property Hide command
05:09 Ticket #11756 (OwnerDrawn menu items look differently than normal items) closed by vadz
wontfix: Chances of anything happening to the owner drawn code in 2.8 are very …
03:17 Ticket #11757 (Memory leak in the wxDataViewListStore) created by skozlofv
There is a memory leak in the wxDataViewListStore. In the …
01:46 Ticket #11756 (OwnerDrawn menu items look differently than normal items) created by BuschnicK
I'm using wxWidgets 2.8.10 on WindowsXP. Menu items look inconsistent and …
01:28 Ticket #11743 (Encoding problem with wxDirPickerCtrl::GetPath) reopened by ZenJu
Hi, the problem in this case is a false conversion from UTF-8 to wide …
01:14 Ticket #11755 (wxBitmapToggleButton Xml Handler) created by R.U.10
Add the wxBitmapToggleButton initialization capability from XRC.

02/24/10:

16:04 Ticket #11727 (wxhInstance not properly initialized for console applications) closed by VZ
fixed: (In [63555]) Initialize wxhInstance in console MSW applications too. …
16:04 Changeset [63555] by VZ
Initialize wxhInstance in console MSW applications too. Console …
16:03 Changeset [63554] by VZ
Use wxGetInstance() instead of wxhInstance in wxMSW code. No real …
16:03 Ticket #11718 (wxImageList link error) closed by VZ
fixed: (In [63553]) Include wx/defs.h from all our public headers, including …
16:03 Changeset [63553] by VZ
Include wx/defs.h from all our public headers, including wx/imaglist.h. …
16:03 Ticket #11719 (../src/msw/button.cpp:957: warning: suggest parentheses around && within ...) closed by VZ
fixed: (In [63552]) Fix harmless g++ 4.3 warning about suggested parentheses. …
16:03 Changeset [63552] by VZ
Fix harmless g++ 4.3 warning about suggested parentheses. Closes #11719.
16:03 Ticket #11729 (Incorrect work wxListBox without flag wxLB_OWNERDRAW) closed by VZ
fixed: (In [63551]) Fix multiple bugs in non-ownerdrawn wxListBox after recent …
16:03 Changeset [63551] by VZ
Fix multiple bugs in non-ownerdrawn wxListBox after recent merge. Changes …
16:03 Ticket #11733 (wxBase-2.8.11-rc2 fails to build) closed by VZ
fixed: (In [63550]) Document the use of --disable-gui for building wxBase. We …
16:03 Changeset [63550] by VZ
Document the use of --disable-gui for building wxBase. We don't have a …
16:03 Ticket #11743 (Encoding problem with wxDirPickerCtrl::GetPath) closed by VZ
fixed: (In [63549]) Always use UTF-8 for GTK+ strings. Strings returned and …
16:03 Changeset [63549] by VZ
Always use UTF-8 for GTK+ strings. Strings returned and accepted by GTK+ …
16:03 Ticket #11750 (build fix for --disable-config) closed by VZ
fixed: (In [63548]) Compilation fixes in wxHTML for wxUSE_CONFIG==0. Surround …
16:03 Changeset [63548] by VZ
Compilation fixes in wxHTML for wxUSE_CONFIG==0. Surround uses of …
16:03 Ticket #11752 (wxDC overload documentation) closed by VZ
fixed: (In [63547]) Document more wxDC drawing functions overloads. Document …
16:03 Changeset [63547] by VZ
Document more wxDC drawing functions overloads. Document overloads taking …
14:09 Changeset [63546] by BP
Fixed typo in wxDataViewIconTextRenderer docs.
13:36 Ticket #11747 (Found memory leaks in MENU Event) closed by vadz
invalid: Sorry, this is very confusing. Are you speaking about memory leaks or …
13:16 Changeset [63545] by AG
Add a way to query and set FlatMenuBar display options.
11:29 Ticket #11754 (wxCmdLine asserts when parsing a UTF-8 encoded command line) created by alarsen
wxCmdLineParserData::SetArguments() assumes that argv[] contains …
11:04 Changeset [63544] by CJP
Fix error in documentation comment
09:13 Ticket #11753 (WxWinCE menu not working under windows mobile 6 using minimal) created by fariouche
The minimal application menu, using WxWidgets 2.8.10, is not working if …
05:30 Ticket #11752 (wxDC overload documentation) created by chowette
Here is a patch to add documentation for drawing function overload
03:32 Changeset [63543] by JS
wxTE_PROCESS_ENTER isn't just for Windows.
00:49 Ticket #11751 (pyAUI) created by wbruhin
I sometimes get into an error that the "selection blue" (see image …

02/23/10:

18:31 Ticket #11750 (build fix for --disable-config) created by jatupper
From wx-dev: --------------------- Building a configuration with …
09:32 Changeset [63542] by SC
proper app shutdown support for iphone
07:37 Changeset [63541] by CJP
Fix flashing issue when creating new pages on Windows.
07:29 Changeset [63540] by JMS
Set up default property grid unspecified value colour
07:24 Changeset [63539] by JMS
When drawing wxPropertyGrid check box editor, be consistent with the other …
02:42 Ticket #11749 (Adding default selection strnig to wxGetSingleChoice* functions) created by TNikolay
I am wrote small path in order to allow set a default selection string …
02:10 Ticket #11748 (Upgrade wxSTC to Scintilla 2.0.3) created by EmilienKia
This is a proposal enhancement to upgrade wxStyledTextCtrl from Scintilla …
00:25 Ticket #11747 (Found memory leaks in MENU Event) created by littlefree
I use wxwidgets 2.8.10 with opencv The program crashes when I excute IP …

02/22/10:

19:39 Changeset [63538] by CJP
fix spelling mistakes
19:38 Changeset [63537] by CJP
update to latest version
18:37 Changeset [63536] by CJP
Remove unneeded call to Update
10:24 Ticket #11746 ([wxMSW] Text on disabled wxButton is drawn incorrectly after color change) created by Ray
After a call to SetForegroundColour() or SetBackgroundColour(), a …
09:04 Changeset [63535] by JMS
Rename property pending for deletion so it won't be in the way of the user …
08:44 Changeset [63534] by JMS
Property removal and deletion done from wxPropertyGrid event handler is …

02/21/10:

17:56 Changeset [63533] by KO
Cocoa text fields and views have their own context menus, so we should use …
13:45 Changeset [63532] by CJP
Add link to bug tracker in Help Menu
07:48 Changeset [63531] by CJP
Add Get/SetChooseSingle so that completers can control how selections are …
07:47 Changeset [63530] by CJP
Simplify sorting

02/20/10:

10:18 Ticket #11742 (PyAuiNotebook Improved positioning of tab drag image) closed by Infinity77
fixed: Thank you for the patch Cody, applied in SVN. I'll try and work on ticket …
10:13 Changeset [63529] by AG
Applied patch from Cody Precord fixing positioning of tab drag image
06:45 Ticket #11745 ([cppcheck] found redunant code in wxWidgets-2.8/src/x11/settings.cpp) created by ettl.martin
cppcheck found two redundant break statements in …

02/19/10:

20:40 Changeset [63528] by CJP
java codebrowser improvements
14:40 Changeset [63527] by RD
Implement CreateMeasuringContext
14:39 Changeset [63526] by RD
Implement CreateMeasuringContext
14:16 Changeset [63525] by RD
Fix use of set_dash in GraphicsPen. Enforce floating point math in …
14:14 Changeset [63524] by RD
Fix use of set_dash in GraphicsPen. Enforce floating point math in …
07:57 Changeset [63523] by CJP
use same drag style for shelf window as for main notebook.
03:49 Ticket #11744 (wxFileDataObject Problem with oriental characters) created by anonbeat
Im using 2.8.10.1-0ubuntu1 in ubuntu 9.10. This is a tiny section of the …
01:19 Ticket #11743 (Encoding problem with wxDirPickerCtrl::GetPath) created by lyc1
On Ubuntu 9.10, wxWidget 2.8.10 unicode, when selecting a folder with …

02/18/10:

23:01 Changeset [63522] by KO
Since wxDialog::Show(false) only calls wxWindow::Show, we must explicitly …
23:00 Changeset [63521] by KO
Typo fix.
19:27 Changeset [63520] by CJP
Using fixedWidthOnly == True with the FontEnumerator in 2.9 causes an …
19:00 Changeset [63519] by KO
Disable sending of events by OS X Combobox during programmatic changes.
18:45 Changeset [63518] by CJP
Remove redundant call to SetTopWindow
18:44 Changeset [63517] by CJP
Some compatibility fixes for 2.9
18:31 Changeset [63516] by CJP
Fix some issues with flashing when new pages are added to the notebook.
17:07 Changeset [63515] by CJP
fix minor glitch in drag image
17:04 Ticket #11742 (PyAuiNotebook Improved positioning of tab drag image) created by cprecord
This patch improves the positioning of the tab drag image. Previously the …
15:28 Ticket #11741 (Scrollbars Top and Bottom do not behave as expected) created by IGOAL_William
I'm running a Windows2K machine, and when I right click on a scrollbar and …
13:53 Changeset [63514] by CJP
Fix placement of tab drag image to retain the proper offset from where the …
11:32 Changeset [63513] by CJP
Add --no-clean option to source install handler to allow skipping the step …
11:19 Ticket #11740 (Pre OnKeyDown processing event for wxStyledTextCtrl) closed by foldink
invalid
10:39 Ticket #11735 (I'd like to submit editra.po for Japanese translation) closed by cprecord
fixed: Hello, Editra translations are handled at launchpad.net …
07:06 Ticket #11737 (GetSubBitmap contains a bug) closed by neis
duplicate: Apparently a duplicate of #11736.
06:53 Ticket #11738 ([cppcheck] found possible uninitialized variable usage in ...) closed by ettl.martin
invalid: sorry about that, it is a false positive of cppcheck.
05:57 Ticket #11740 (Pre OnKeyDown processing event for wxStyledTextCtrl) reopened by foldink
05:51 Ticket #11740 (Pre OnKeyDown processing event for wxStyledTextCtrl) closed by foldink
fixed
05:45 Ticket #11740 (Pre OnKeyDown processing event for wxStyledTextCtrl) created by foldink
Hi I was trying to make a python console using wxSTC, I did not found a …
05:30 Ticket #11739 ([cppcheck] found a memory leak in ...) created by ettl.martin
cppcheck found a memory leak in wxWidgets-2.8/contrib/src/ogl/oglmisc.cpp. …
05:27 Ticket #11738 ([cppcheck] found possible uninitialized variable usage in ...) created by ettl.martin
during a check with cppcheck of the current svn head of 2.8 branch, the …
01:51 Ticket #11737 (GetSubBitmap contains a bug) created by vanxining
After some research in the wxMSW code, I think this is a bug. When a …
01:47 Ticket #11736 (GetSubBitmap contains a bug) created by vanxining
After some research in the wxMSW code, I think this is a bug. When a …
01:34 Changeset [63512] by CE
fix trac 11733 (part2, missing xml.h in base tarball)

02/17/10:

21:10 Ticket #11735 (I'd like to submit editra.po for Japanese translation) created by nueda
Hi, I am a member of translation team for "GRASS GIS" Japanese version. …
20:35 Changeset [63511] by CJP
Fix some issues with layout on some pages
18:30 Changeset [63510] by CJP
Fix issue where no running environment is specified
18:08 Changeset [63509] by CJP
Fix issue with not being able to run gui apps in the process thread, …
16:59 Changeset [63508] by CJP
note recent fixes
16:18 Ticket #11734 (IsMaximized always returns true for non-resizable windows; Centre doesn't ...) created by mikk
For wxOSX-Cocoa, wxNonOwnedWindowCocoaImpl::IsMaximized uses the NSWindow …
15:37 Changeset [63507] by CJP
potential fix for segfault error when running on gtk.
13:58 Ticket #11733 (wxBase-2.8.11-rc2 fails to build) created by dghart
Configuring as suggested in the readme, with a plain ../configure, …
09:57 Ticket #11732 (wxDataViewCtrl sample asserts just after edited any text field) created by lucak
In revision 63497 of trunk wxMSW on Windows XP, the sample dataview just …

02/16/10:

17:56 Changeset [63506] by RD
Slight adjustment to when and how much is scrolled in ScrollChildIntoView.
17:55 Changeset [63505] by RD
Slight adjustment to when and how much is scrolled in ScrollChildIntoView.
17:52 Changeset [63504] by RD
Display the number of non top-level child windows for the selected object.
17:49 Changeset [63503] by RD
Display the number of non top-level child windows for the selected object.
08:24 Changeset [63502] by JMS
Fixed auto-resizing behavior when double-clicking a splitter; Added …
07:38 Ticket #11720 (HyperTreeList BEGIN_DRAG was not returning the dragged item) closed by Infinity77
fixed: This should be fixed now in SVN. Thank you for the patch.
07:38 Ticket #11708 (HyperTreeList's GetItemWidth doesn't use the font in its calculations) closed by Infinity77
fixed: This should be fixed now in SVN. Thank you for the patch.
07:38 Changeset [63501] by JMS
Added wxPropertyGridInterface::GetColumnProportion()
07:37 Ticket #11704 (Drag and drop in hypertreelist needs refresh after drop) closed by Infinity77
fixed: This should be fixed now in SVN. Thank you for the patch!
07:37 Ticket #11706 (PyAuiNotebook Fix for tab drag issue) closed by Infinity77
fixed: This should be fixed now in SVN. Thank you for the patch!
07:35 Ticket #11693 (If you SavePerspective () of an auiNotebook with 0 pages it throws an ...) closed by Infinity77
fixed: This should be fixed now in SVN. Please let me know if it is working.
07:34 Changeset [63500] by AG
- Fixed tickets #11704, #11708 and #11720 for HyperTreeList (Thanks to …
06:15 Changeset [63499] by JMS
Added missing words in event documentation
06:12 Changeset [63498] by JMS
Document wxEVT_PG_CHANGED
01:44 Changeset [63497] by MW
Add user for buildbot notifications.

02/15/10:

22:47 Changeset [63496] by RD
wx.Color --> wx.Colour
22:24 Changeset [63495] by RD
typo
22:21 Changeset [63494] by RD
Remove the old pubsub module. Update distrib files.
22:19 Changeset [63493] by RD
Remove the old pubsub module. Update distrib files.
22:18 Changeset [63492] by RD
Remove the old pubsub module. Update distrib files.
21:09 Changeset [63491] by RD
add externals property for pubsub
21:04 Changeset [63490] by RD
add externals property for pubsub
20:46 Changeset [63489] by RD
Add the new pubsub code
20:32 Changeset [63488] by RD
Moving pubsub to 3rdParty
16:30 Changeset [63487] by CJP
Resync all translations
13:41 Ticket #11731 (Quitting from OS X Dock crashes applications with modal dialog) created by pfriis
When an application is running in the modal loop for a dialog Cmd-Q and …
13:26 Ticket #11730 (wxDir returns composed unicode in OSX) created by pfriis
After having spent a day tracking down why some files containing "ø" and …
09:35 Ticket #11699 (wxTimer doesn't allow multiple timers with the same ID (MSW)) closed by robind
fixed: Thanks for the updates.
09:34 Changeset [63486] by RD
Apply new patch fixing problem of IsRunning always returning True. See …
09:30 Changeset [63485] by RD
Apply new patch fixing problem of IsRunning always returning True. See …
00:15 Ticket #11729 (Incorrect work wxListBox without flag wxLB_OWNERDRAW) created by _Cool-
wxListBox without flag wxLB_OWNERDRAW causes crash program in methods …

02/14/10:

20:23 Changeset [63484] by KO
Implement case-insensitive find and read only support for Cocoa combobox.
10:18 Ticket #11728 (Flickering when starting new line in StyledTextCtrl with syntax ...) created by dauerbaustelle
Everytime I open a new line that new line (or that line and +- 2 following …
07:27 Changeset [63483] by VS
Fix wxHtmlWindow to correctly decide whether to show scrollbars. …
07:21 Ticket #11727 (wxhInstance not properly initialized for console applications) created by cde
I have created a console app which then creates a window (the console is …
07:11 Ticket #11726 (wxUSE_DEBUG_NEW_ALWAYS not taken into account because of wxUSE_IOSTREAMH) created by cde
I have changed wxUSE_DEBUG_NEW_ALWAYS to 1 in msw/setup.h as per the docs, …
06:37 Changeset [63482] by JMS
Added note about removed member function wxPropertyGrid::CanClose()
06:09 Changeset [63481] by JMS
Added wxPropertyGridInterface::SetColumnProportion(); …
05:18 Ticket #11725 (Removal of wxListCtrl::MSWDrawSubItem in 2.8.9 cause problems in Windows ...) created by John Peterson
Problem The icon for the selected row will disappear entirely when when …
01:16 Ticket #11699 (wxTimer doesn't allow multiple timers with the same ID (MSW)) reopened by botg

02/13/10:

21:34 Changeset [63480] by RD
Apply PySlices patch from David Mashburn. Closes #10959
21:24 Ticket #10959 (PySlices patch) closed by RD
fixed: (In [63479]) Apply PySlices patch from David Mashburn. Closes #10959
21:24 Changeset [63479] by RD
Apply PySlices patch from David Mashburn. Closes #10959
20:36 Ticket #11724 (wx-config-2.9 --unicode=no doesn't find ansi configs) created by dirtyepic@…
[…] it worked in 2.8: […] it also works if you add --version: …
14:59 Changeset [63478] by RD
Backport some tweaks from trunk.
14:42 Ticket #11723 (Rubberbanding displays incorrectly for OSX Cocoa in modified drawing ...) created by mikk
If the drawing sample from the samples directory is compiled for …
14:18 Ticket #11722 (Window group problems with wxOSX Carbon wxDialog::ShowModal) created by gmeeker
There are a few problems with the current implementation of …
13:14 Ticket #11721 (RichTextCtrl IsModified returns true after creation) created by Grashopa
IsModified() returns true when it should probably default to false. …

02/12/10:

22:30 Changeset [63477] by KO
Basic support for tooltips under OS X Cocoa.
22:20 Changeset [63476] by CJP
+Extend HTML support to support HTML5 syntax (patch from Hagn99)
16:50 Changeset [63475] by CJP
Update version checks for wx to use 2.8.8 as the minimum supported …
14:47 Changeset [63474] by VZ
Fix compilation of wx/scopeguard.h with g++ -fno-exceptions. Don't use …
14:47 Changeset [63473] by VZ
Remove wxHAS_NAMESPACES and gcc 2.95 checks. We use namespaces elsewhere …
11:36 Ticket #11720 (HyperTreeList BEGIN_DRAG was not returning the dragged item) created by Grashopa
The BEGIN_DRAG event was not returning the dragged item, because …
06:53 Changeset [63472] by JMS
Added missing wxPropertyGrid events from propgrid.i
03:22 Changeset [63471] by VZ
Ukrainian translations update from Yuri Chornoivan. Also changed charset …

02/11/10:

18:19 Changeset [63470] by RD
Fix fontface reference count. Fix _findCairoLib to fall back to the old …
18:16 Changeset [63469] by RD
Fix fontface reference count. Fix _findCairoLib to fall back to the old …
13:47 Ticket #11719 (../src/msw/button.cpp:957: warning: suggest parentheses around && within ...) created by austin987
Attached patch fixes compiler warning (shows up on cygwin).
12:48 Ticket #11718 (wxImageList link error) created by maragud
I use wx 2.8.3 with MS Windows, but I also checked 2.8.10 (stable) and …
12:15 Ticket #11717 (error: redefinition of ‘class wxConsoleEventLoop’ (cygwin)) created by austin987
In file included from ../include/wx/evtloop.h:246, from …
11:54 Changeset [63468] by CJP
Restore functionality of being able to move tabs between windows.
11:43 Ticket #11716 (missing include in src/tiff/libtiff on cygwin) created by austin987
Lots of errors (53) like: ../src/tiff/libtiff/tif_win32.c:184: error: …
04:48 Ticket #11679 (Patch: Subclassing of wxMenuBar in XRC) closed by vaclavslavik
fixed: Thanks! Applied.
04:48 Changeset [63467] by VS
Make it possible to subclass wxMenuBar in XRC (patch #11679).
04:47 Changeset [63466] by VS
Make it possible to subclass wxMenuBar in XRC (patch #11679).
04:37 Ticket #11715 (Buffer overflow in wxXmlResource::GetXRCID) closed by vaclavslavik
fixed: Applied, thanks!
04:36 Changeset [63465] by VS
Fixed possible buffer overflow in wxXmlResource::GetXRCID() (patch …
04:36 Changeset [63464] by VS
Fixed possible buffer overflow in wxXmlResource::GetXRCID() (patch …
03:18 Ticket #11715 (Buffer overflow in wxXmlResource::GetXRCID) created by botg
A signed integer is used to calculate the hash table index in …
02:19 Ticket #11714 (TreeListCtrl: draw native selection rectangle on wxGTK) created by elentirmo
The attached patch modifies the TreeListCtrl supplied with wxPython to …

02/10/10:

21:52 Changeset [63463] by KO
Draft X11/GTK eventsim implementation.
21:32 Changeset [63462] by KO
Draft Windows implementation for eventsim.
18:03 Changeset [63461] by CJP
only retrieve the message type once
17:42 Changeset [63460] by CJP
Fix logging level in debug log message
15:53 Ticket #11713 (too few arguments to function ‘int mkdir(const char*, mode_t) on cygwin) created by austin987
In file included from ../include/wx/stream.h:22, from …
08:47 Changeset [63459] by JMS
Added a lot of propgrid %ignore(s), which are now needed since '#ifndef …
08:45 Changeset [63458] by JMS
Removed most of the propgrid '#ifndef SWIG' pre-compiler conditions
05:31 Changeset [63457] by VS
Fixed wxGauge's best size to conform to Windows HIG.
03:38 Changeset [63456] by VZ
Move wxPosixPermissions definition from wx/file.h to wx/filefn.h. This …

02/09/10:

20:53 Ticket #11712 (wxAuiToolBar auto-orientation) created by wsu
The wxAuiToolbar has a "direction" determined by the presence or absence …
20:28 Changeset [63455] by RD
reSWIGged
20:27 Changeset [63454] by RD
ConvertToDisabled for MSW
13:54 Changeset [63453] by RD
fix GetLongVersion return value
13:49 Changeset [63452] by RD
wx.ART_CLOSE
13:46 Changeset [63451] by RD
Add context manager protocol methods to a few classes where it would be …
13:40 Changeset [63450] by RD
Pass the ID when calling SetOwner
13:39 Changeset [63449] by RD
Add context menu methods
13:38 Changeset [63448] by RD
Remove property for GetItemHeight since the method was removed.
13:38 Changeset [63447] by RD
Move property for GetPosition to wx.MouseState.
13:36 Changeset [63446] by RD
ConvertToDisabled
13:34 Changeset [63445] by RD
wx.ART_CLOSE
13:34 Changeset [63444] by RD
ScheduleForDestruction
13:33 Changeset [63443] by RD
Support long version string
13:33 Changeset [63442] by RD
Add comment about setting CC/CXX
13:33 Changeset [63441] by RD
Minor tweaks in OnInit
13:32 Changeset [63440] by RD
Avoid new deprecation warning, DrawRadioButton --> DrawRadioBitmap
08:43 Ticket #11711 ([wxDFB] crash in wxListCtrl constructor) created by alarsen
Creating a wxListCtrl in the constructor of a (derived) wxFrame
07:58 Changeset [63439] by CJP
Fix incorrect behavior of how middle mouse click was closing pages. Fix …
07:49 Changeset [63438] by CJP
Fix bug where position cache was not getting updated after some page close …
07:05 Ticket #11710 (PyAuiNotebook tab layout issue) created by cprecord
When a notebook has many tabs in it and the scroll buttons are enabled the …
03:21 Ticket #11709 (moving text with dnd in stc on linux broken) created by jens
Since we updated the codebase of our internally used wxScintilla for …
01:35 Changeset [63437] by SC
support fullscreen display (translucent status) in all 4 orientations
Note: See TracTimeline for information about the timeline view.