Timeline
05/24/13: Today
- 10:05 Changeset [74052] by
- adding x server license terms for polygon methods
- 10:04 Changeset [74051] by
- adding x server license terms for polygon methods
- 10:01 Changeset [74050] by
- adding x server license terms for polygon methods
- 09:54 Changeset [74049] by
- using scan-line polygon conversion for constructing wxregion
- 09:05 Changeset [74048] by
- Add wxRTTI for the wxFileSystemWatcherEvent class
- 07:38 Changeset [74047] by
- Correctly link to wxWebViewNavigationError from wxWebViewEvent.
- 07:24 Ticket #15223 (The webView.SetPage baseUrl does not seem to be set) closed by
- invalid: I am using the IE backend. I am using the wxpython version and the …
- 07:04 Changeset [74046] by
- 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
- 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
- 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
- Pulled down both wxPython2.8-osx-unicode-py2.7 and …
- 04:25 Ticket #15221 (Unrealised widgets being used to handle gtk signals) created by
- 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
- == 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
- 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
- invalid: I narrowed it down to this one line in my dll, […] Making it a …
- 07:13 Changeset [74045] by
- 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
- fixed: (In [74044]) Add ctor from two input iterators to wxArray in STL build …
- 07:13 Changeset [74044] by
- 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
- fixed: (In [74043]) Fix regression in wxGTK wxFilePickerCtrl due to wxFileDialog …
- 06:36 Changeset [74043] by
- Fix regression in wxGTK wxFilePickerCtrl due to wxFileDialog changes. …
- 06:36 Changeset [74042] by
- Fix GTK+ errors during wxFilePickerCtrl destruction after recent changes. …
- 05:33 Ticket #15217 (Set Image only to end Node of wxTreectrl) closed by
- 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
- Every time the path is == wxGetHomeDir() (/home/username) […] OS: …
- 04:28 Ticket #15217 (Set Image only to end Node of wxTreectrl) created by
- 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
- This compiles with wxUSE_STL==0, both in trunk and 2.8 But with …
05/21/13:
- 16:47 Changeset [74041] by
- Use the best instead of current page size in OS X preferences dialog. The …
- 16:17 Changeset [74040] by
- Fit modeless preferences dialog to its contents too. When a preferences …
- 05:02 Changeset [74039] by
- Turkish translations update from Kaya Zeren.
05/20/13:
- 08:26 Changeset [74038] by
- Fix last count value after ReadAll() and WriteAll(). This corrects the …
- 06:15 Changeset [74037] by
- Add a public wxModalDialogHook class for intercepting modal dialogs. …
- 06:15 Ticket #15215 (Fix wxCountingOutputStream) closed by
- fixed: (In [74036]) Fix return value of wxCountingOutputStream::LastWrite(). …
- 06:15 Changeset [74036] by
- 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
- fixed: (In [74035]) Make code reading BMP files more robust. Check that we did …
- 06:15 Changeset [74035] by
- Make code reading BMP files more robust. Check that we did correctly read …
- 06:15 Changeset [74034] by
- Add wxInputStream::ReadAll() and wxOutputStream::WriteAll(). Unlike …
- 00:58 Ticket #15215 (Fix wxCountingOutputStream) created by
- Do not incorrectly reuse m_lastcount to save the stream length. It is …
05/19/13:
- 10:26 Changeset [74033] by
- 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
- After calling Layout() on a wxPanel you may need to call Refresh() on the …
- 05:47 Changeset [74032] by
- Propagate wxEVT_COMMAND_TEXT_UPDATED renaming to the real stc.cpp. …
- 05:38 Changeset [74031] by
- Trigger wxLog auto-creation when getting old logger in wxLogChain ctor. …
- 05:38 Ticket #15156 (wxFilePickerCtrl doesn't destroy wxFileDialog) closed by
- fixed: (In [74030]) Delete the associated dialog in wxGTK wx{File,Dir}Button. …
- 05:38 Changeset [74030] by
- 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
- fixed: (In [74029]) Add conversions to/from long long to wxUniChar. Allow …
- 05:38 Changeset [74029] by
- Add conversions to/from long long to wxUniChar. Allow conversions to/from …
- 05:38 Changeset [74028] by
- Disable menu event test case in wxGTK buildbot slaves. This test …
- 03:57 Ticket #4373 (incorrect fucus owner after wxDialog::ShowModal() (wxMSW)) reopened by
- 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
- fixes for the dataview samples
- 14:15 Changeset [74026] by
- Check if the colour string is not empty before trying to pull something …
- 14:12 Ticket #15213 (wxOSX-cocoa: Editable wxDataViewCustomRenderer issues) created by
- On wxOSX-cocoa many of the virtual methods of a class derived from …
- 12:43 Ticket #15212 (AGW AUI Crash) created by
- 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
- worksforme: My guess is that something didn't get rebuilt that should have been. Try …
- 11:54 Changeset [74025] by
- reswigged
- 11:54 Changeset [74024] by
- reswigged
- 11:54 Changeset [74023] by
- reswigged
- 11:53 Changeset [74022] by
- fix docstring typo
- 11:53 Ticket #15210 (wxPython: NamedColour crashes on Windows with an empty string argument.) closed by
- fixed: (In [74021]) Check if the colour string is not empty before trying to pull …
- 11:53 Changeset [74021] by
- Check if the colour string is not empty before trying to pull something …
- 07:07 Changeset [74020] by
- 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
- Greetings, Intel Compiler ("ICC" from now on) in x64 mode (where "long …
- 13:00 Changeset [74019] by
- Test using wxString::ToCDouble() in wxAny. Apparently the heap corruption …
- 08:55 Changeset [74018] by
- DIRCTRL_CHANGED --> DIRCTRL_SELECTIONCHANGED
- 04:53 Changeset [74017] by
- Try using wxString::ToCDouble() instead of ToDouble() in wxAny case. …
- 04:53 Changeset [74016] by
- Make wxPreferencesEditor dtor virtual. Mainly just to suppress g++ …
Note: See TracTimeline
for information about the timeline view.
