Timeline


and .

05/24/13: Today

10:05 Changeset [74052] by SC
adding x server license terms for polygon methods
10:04 Changeset [74051] by SC
adding x server license terms for polygon methods
10:01 Changeset [74050] by SC
adding x server license terms for polygon methods
09:54 Changeset [74049] by SC
using scan-line polygon conversion for constructing wxregion
09:05 Changeset [74048] by RD
Add wxRTTI for the wxFileSystemWatcherEvent class
07:38 Changeset [74047] by SJL
Correctly link to wxWebViewNavigationError from wxWebViewEvent.
07:24 Ticket #15223 (The webView.SetPage baseUrl does not seem to be set) closed by martinronn
invalid: I am using the IE backend. I am using the wxpython version and the …
07:04 Changeset [74046] by SJL
Document the unused baseURL parameter in wxWebViewIE. See #15223.
04:01 Ticket #15224 (wxRichTextTable: Setting a cell's text colour affects subsequent cells) created by dghart
The attached patch to the 'richtext' sample sets cell(1,1)'s text colour …
03:05 Ticket #15223 (The webView.SetPage baseUrl does not seem to be set) created by martinronn
Adding content to the WebView using SetPage displays the content fine …

05/23/13: Yesterday

11:04 Ticket #15222 (Not able to install from .dmg > .pkg) created by WildShroom
Pulled down both wxPython2.8-osx-unicode-py2.7 and …
04:25 Ticket #15221 (Unrealised widgets being used to handle gtk signals) created by Chuddah
Firstly, I think this is more of a GTK bug but the patch here prevents …

05/22/13:

15:45 Ticket #15220 (the wxFileConfig path is not consistent wether wxApp and wxAppConsole is ...) created by ___matthieu___
== Description == If I print the preferences path in a CLI tool (subclass …
14:28 Ticket #15219 (wxLocale returns incorrect language in Windows 8) created by raananc
When 'internat' sample of 2.9 svn 74044 is executed on a Windows 8 system …
10:06 Ticket #10884 (LNK2005 linker errors when wxUSE_STL and an external module uses ...) closed by troelsk
invalid: I narrowed it down to this one line in my dll, […] Making it a …
07:13 Changeset [74045] by VZ
Add ctor and assign() taking an iterator range to wxVector<>. Do it for …
07:13 Ticket #15216 (Missing constructor from a pair of iterators in wxArray STL build and ...) closed by VZ
fixed: (In [74044]) Add ctor from two input iterators to wxArray in STL build …
07:13 Changeset [74044] by VZ
Add ctor from two input iterators to wxArray in STL build too. This ctor …
06:36 Ticket #15218 (wxFilePickerControl::GetPath returns invalid path.) closed by VZ
fixed: (In [74043]) Fix regression in wxGTK wxFilePickerCtrl due to wxFileDialog …
06:36 Changeset [74043] by VZ
Fix regression in wxGTK wxFilePickerCtrl due to wxFileDialog changes. …
06:36 Changeset [74042] by VZ
Fix GTK+ errors during wxFilePickerCtrl destruction after recent changes. …
05:33 Ticket #15217 (Set Image only to end Node of wxTreectrl) closed by vadz
invalid: If you use images with wxTreeCtrl, all items must have them, at least in …
05:11 Ticket #15218 (wxFilePickerControl::GetPath returns invalid path.) created by lukeg
Every time the path is == wxGetHomeDir() (/home/username) […] OS: …
04:28 Ticket #15217 (Set Image only to end Node of wxTreectrl) created by prav076
Hi, I am using wxPython2.8-win32-unicode-2.8.10.1-py24 version. I have …
03:48 Ticket #15216 (Missing constructor from a pair of iterators in wxArray STL build and ...) created by troelsk
This compiles with wxUSE_STL==0, both in trunk and 2.8 But with …

05/21/13:

16:47 Changeset [74041] by VZ
Use the best instead of current page size in OS X preferences dialog. The …
16:17 Changeset [74040] by VZ
Fit modeless preferences dialog to its contents too. When a preferences …
05:02 Changeset [74039] by VZ
Turkish translations update from Kaya Zeren.

05/20/13:

08:26 Changeset [74038] by VZ
Fix last count value after ReadAll() and WriteAll(). This corrects the …
06:15 Changeset [74037] by VZ
Add a public wxModalDialogHook class for intercepting modal dialogs. …
06:15 Ticket #15215 (Fix wxCountingOutputStream) closed by VZ
fixed: (In [74036]) Fix return value of wxCountingOutputStream::LastWrite(). …
06:15 Changeset [74036] by VZ
Fix return value of wxCountingOutputStream::LastWrite(). Don't reuse …
06:15 Ticket #12056 (wxBitmap::Load tries to read from file even if missing) closed by VZ
fixed: (In [74035]) Make code reading BMP files more robust. Check that we did …
06:15 Changeset [74035] by VZ
Make code reading BMP files more robust. Check that we did correctly read …
06:15 Changeset [74034] by VZ
Add wxInputStream::ReadAll() and wxOutputStream::WriteAll(). Unlike …
00:58 Ticket #15215 (Fix wxCountingOutputStream) created by catalin
Do not incorrectly reuse m_lastcount to save the stream length. It is …

05/19/13:

10:26 Changeset [74033] by VZ
Link with liblzma when using built-in libtiff if it's available. New …
09:44 Ticket #15214 (wxPanel needs Refresh() after calling Layout()) created by elirips
After calling Layout() on a wxPanel you may need to call Refresh() on the …
05:47 Changeset [74032] by VZ
Propagate wxEVT_COMMAND_TEXT_UPDATED renaming to the real stc.cpp. …
05:38 Changeset [74031] by VZ
Trigger wxLog auto-creation when getting old logger in wxLogChain ctor. …
05:38 Ticket #15156 (wxFilePickerCtrl doesn't destroy wxFileDialog) closed by VZ
fixed: (In [74030]) Delete the associated dialog in wxGTK wx{File,Dir}Button. …
05:38 Changeset [74030] by VZ
Delete the associated dialog in wxGTK wx{File,Dir}Button. The code seemed …
05:38 Ticket #15206 (Extending wxUniChar to Support Additional Types) closed by VZ
fixed: (In [74029]) Add conversions to/from long long to wxUniChar. Allow …
05:38 Changeset [74029] by VZ
Add conversions to/from long long to wxUniChar. Allow conversions to/from …
05:38 Changeset [74028] by VZ
Disable menu event test case in wxGTK buildbot slaves. This test …
03:57 Ticket #4373 (incorrect fucus owner after wxDialog::ShowModal() (wxMSW)) reopened by wxmedit
This the bug of wxWidgets 2.8 not 2.9. It shouldn't be closed but should …

05/18/13:

14:15 Changeset [74027] by RD
fixes for the dataview samples
14:15 Changeset [74026] by RD
Check if the colour string is not empty before trying to pull something …
14:12 Ticket #15213 (wxOSX-cocoa: Editable wxDataViewCustomRenderer issues) created by robind
On wxOSX-cocoa many of the virtual methods of a class derived from …
12:43 Ticket #15212 (AGW AUI Crash) created by artlogic
On Mac OS, using svn as far back as mid-march, the AGW AUI crashes under …
12:00 Ticket #15202 (wxPython: Symbol not found: _wxEVT_COMMAND_BUTTON_CLICKED) closed by robind
worksforme: My guess is that something didn't get rebuilt that should have been. Try …
11:54 Changeset [74025] by RD
reswigged
11:54 Changeset [74024] by RD
reswigged
11:54 Changeset [74023] by RD
reswigged
11:53 Changeset [74022] by RD
fix docstring typo
11:53 Ticket #15210 (wxPython: NamedColour crashes on Windows with an empty string argument.) closed by RD
fixed: (In [74021]) Check if the colour string is not empty before trying to pull …
11:53 Changeset [74021] by RD
Check if the colour string is not empty before trying to pull something …
07:07 Changeset [74020] by SJL
Use wxCOMPtr throughout the wxWebViewIE Find code. As well as making the …

05/17/13:

16:10 Ticket #15211 (x64 128-bit float ("long double") support for wxString) created by ghostvoodooman
Greetings, Intel Compiler ("ICC" from now on) in x64 mode (where "long …
13:00 Changeset [74019] by VZ
Test using wxString::ToCDouble() in wxAny. Apparently the heap corruption …
08:55 Changeset [74018] by RD
DIRCTRL_CHANGED --> DIRCTRL_SELECTIONCHANGED
04:53 Changeset [74017] by VZ
Try using wxString::ToCDouble() instead of ToDouble() in wxAny case. …
04:53 Changeset [74016] by VZ
Make wxPreferencesEditor dtor virtual. Mainly just to suppress g++ …
Note: See TracTimeline for information about the timeline view.