Timeline
05/29/12:
- 23:37 Changeset [71605] by
- Don't do a #ifdef inside a macro expansion, MSVC doesn't like it.
- 21:20 Changeset [71604] by
- fixing build with wxUSE_PROTOCOL = 1 and wxUSE_SOCKETS = 0
- 20:24 Changeset [71603] by
- Add and use the wxPyThreadBlocker class.
- 20:24 Changeset [71602] by
- col --> colour in Python version so API matches wrapped version
- 20:24 Changeset [71601] by
- Add wx.adv.SashWindow, wx.adv.SashLayoutWindow and friends
- 20:24 Changeset [71600] by
- Use absolute import
- 20:24 Changeset [71599] by
- Test for some missing constants
- 20:23 Changeset [71598] by
- A little cleanup and comments
- 20:15 Changeset [71597] by
- make runnable with python3
- 20:15 Changeset [71596] by
- fix typo
- 20:13 Changeset [71595] by
- Adjust the client area origin and the client size of the MSW wxStaticBox …
- 20:13 Changeset [71594] by
- Interface fixes for Phoenix
- 20:11 Changeset [71593] by
- reSWIGged
- 20:10 Changeset [71592] by
- Patch from sam.partington@… that fixes some threading issues in …
- 20:10 Changeset [71591] by
- 293 --> 294
- 20:10 Ticket #14345 (Update .desktop files to match current specification) closed by
- fixed: (In [71590]) Fix the .desktop files. Fixes #14345
- 20:10 Changeset [71590] by
- Fix the .desktop files. Fixes #14345
- 18:24 Ticket #14351 (Missing Window menu on wxOSX ports) created by
- A wxPython user has asked what happened to the automatic Window menu on …
- 18:22 Ticket #11080 (Segfaults on invocation of SetTimeT) closed by
- fixed: Yes, it is fixed at least on the trunk.
- 15:26 Ticket #14350 (OSX-Cocoa: wxExecute fails for programs inside an app bundle) created by
- If you've some command-line executable inside your app bundle, and your …
- 13:11 Changeset [71589] by
- Phoenix: - Reformat the documentation generator to take into account the …
- 08:26 Changeset [71588] by
- adapting char event handling to msw / gtk, see #13415, see #14197
- 08:24 Changeset [71587] by
- clang compat.
- 08:18 Changeset [71586] by
- clang compat.
- 05:46 Ticket #14349 (wxCocoa special menu items handling (prefs, quit, about) seems to be ...) created by
- when I set a shortcut onto Preferences... item, the shortcut goes to the …
- 03:39 Ticket #14348 (Quote "$PATH" in libtiff configure script) created by
- The following lines […] from src/tiff/configure (around line 620, SVN …
- 02:46 Ticket #14347 (wxGrid Render refactor) created by
- No changes to logic but refactor code by adding several helper functions …
05/28/12:
- 18:27 Ticket #14346 (Fix typos in 2.8) created by
- Patch from the debian package to fix various typos.
- 17:51 Ticket #14345 (Update .desktop files to match current specification) created by
- Running desktop-file-validate on the various .desktop files in the wx …
- 15:06 Changeset [71585] by
- Add missing wx/lib/agw/data dir and contents for the installer & etc.
- 15:06 Changeset [71584] by
- Add wxEnhMetaFile and wxEnhMetaFileDC for MSW
- 15:06 Changeset [71583] by
- adapt to some wx API changes
- 15:06 Changeset [71582] by
- reSWIGged
- 15:06 Changeset [71581] by
- Better field width calculations from Werner Bruhin
- 15:05 Changeset [71580] by
- rename InfoBar so it doesn't conflict with the one in the main demo folder
- 12:38 Ticket #14342 (wxDatePickerCtrl not wide enough) closed by
- fixed: (In [71579]) Improve wxDatePickerCtrlGeneric best size calculation. Make …
- 12:38 Changeset [71579] by
- Improve wxDatePickerCtrlGeneric best size calculation. Make the control …
- 12:29 Ticket #14344 (Stock accelerators are used in wxGTK for stock items even if non-stock ...) created by
- Creating a menu with wxID_OPEN deafults to using O as a hot key.
- 05:52 Ticket #14343 (wxAutomationObject::Invoke doesn't check if the oleArgs variable is not ...) closed by
- fixed: (In [71578]) Fix bug in wxAutomationObject introduced by r71574. Check …
- 05:52 Changeset [71578] by
- Fix bug in wxAutomationObject introduced by r71574. Check that we have …
- 05:45 Ticket #14343 (wxAutomationObject::Invoke doesn't check if the oleArgs variable is not ...) created by
- New code added in r71574 (fixing #14293), does not check whether oleArgs …
- 00:42 Ticket #14342 (wxDatePickerCtrl not wide enough) created by
- Under GTK the calendar control is not wide enough so the date cannot be …
05/27/12:
- 11:22 Ticket #14341 (After closing Modal dialog, remaining windows are still blocked) created by
- In MKVToolnix there is a main window where you can set-up jobs and queue …
- 06:00 Ticket #14294 (wxGrid Render to wxDC method) closed by
- fixed: (In [71577]) Add wxGrid::Render() for drawing the grid to any wxDC. In …
- 06:00 Changeset [71577] by
- Add wxGrid::Render() for drawing the grid to any wxDC. In particular, …
- 06:00 Changeset [71576] by
- Add wxGrid::DrawRangeGridLines(). This method draws only the grid lines …
- 06:00 Changeset [71575] by
- No changes, just refactor wxGrid::DrawAllGridLines(). Extract the actual …
- 06:00 Ticket #14293 (Resource leak in wxAutomationObject::Invoke() if argument conversion fails) closed by
- fixed: (In [71574]) Fix memory leaks in wxAutomationObject::Invoke(). Use …
- 06:00 Changeset [71574] by
- Fix memory leaks in wxAutomationObject::Invoke(). Use wxVector<>, …
05/26/12:
- 16:47 Ticket #14340 (Document that wxTarEntry::SetSize() must be called when using unseekable ...) created by
- When the wxTar* and wxZlib* classes were first announced, it was told you …
- 13:35 Changeset [71573] by
- - Shorten up the documentation page header; - Add samples for …
- 07:17 Changeset [71572] by
- Added full scaling to wxRTC
- 05:29 Ticket #14261 (unloading wxPluginLibrary objects in "wrong" order) closed by
- fixed: (In [71571]) Fix bug with unloading wxPluginLibrary objects in "wrong" …
- 05:29 Changeset [71571] by
- Fix bug with unloading wxPluginLibrary objects in "wrong" order. …
- 05:29 Ticket #14296 (Add support for conversion of wxVariant with "arrstring" type to OLE ...) closed by
- fixed: (In [71570]) Refactor SAFEARRAY creation code in wxConvertStringFromOle(). …
- 05:29 Changeset [71570] by
- Refactor SAFEARRAY creation code in wxConvertStringFromOle(). No changes, …
- 05:29 Ticket #14337 (wxRendererXP::DrawChoice() wrongly delegates to wxRendererMSW) closed by
- fixed: (In [71569]) Fix DrawChoice() behaviour in wxRendererXP. The …
- 05:29 Changeset [71569] by
- Fix DrawChoice() behaviour in wxRendererXP. The implementation of …
- 05:29 Changeset [71568] by
- Remove private headers from files.bkl. Private headers are not supposed …
- 05:29 Ticket #14339 (include/wx/osx/private dir not copied by make install) closed by
- fixed: (In [71567]) Move include/wx/osx/private/objcid.h to include/wx/osx/core. …
- 05:29 Changeset [71567] by
- Move include/wx/osx/private/objcid.h to include/wx/osx/core. This header …
05/25/12:
- 14:35 Changeset [71566] by
- remove the 't' mode for codecs.open
- 14:27 Ticket #14339 (include/wx/osx/private dir not copied by make install) created by
- On latest svn revision after compiling, the directory …
- 14:12 Ticket #14338 (Helpers to convert wxString to LPCTSTR, LPTSTR and LPARAM) created by
- Converting helpers is better then inlined casts because of: 1. They are …
- 13:43 Changeset [71565] by
- update py3 notes
- 13:43 Changeset [71564] by
- Use codecs.open in textfile_open() for Py2.7 so it can work more like …
- 10:02 Changeset [71563] by
- Add wxDataViewListCtrl::GetItemCount(). This method is convenient and …
- 10:02 Ticket #11088 (Addition of wxDataViewListStore::Set/GetItemData) closed by
- fixed: (In [71562]) Add wxDataViewListCtrl::{Set,Get}ItemData() methods. These …
- 10:02 Changeset [71562] by
- Add wxDataViewListCtrl::{Set,Get}ItemData() methods. These methods are …
- 10:02 Changeset [71561] by
- Use wxUIntPtr instead of wxClientData in wxDataViewListCtrl. Do not …
- 07:24 Ticket #14337 (wxRendererXP::DrawChoice() wrongly delegates to wxRendererMSW) created by
- wxRendererXP::DrawChoice does not work correctly, it results in …
- 03:36 Ticket #14336 (wxHTTP::Connect() doesn't really open connection to the server) created by
- When trying to connect to localhost, wxHTTP::Connect always returns true …
- 02:55 Ticket #14309 (change wxAuiNotebook & wxBookCtrlBase to avoid shadow functions) closed by
- duplicate: I fixed the problem for the last two, the remaining issue is the same as …
- 02:48 Changeset [71560] by
- Remove redundant wxAuiNotebook methods already present in wxBookCtrlBase. …
- 02:48 Ticket #14310 (wxControlContainer::SetLastFocus() exponential behaviour) closed by
- fixed: (In [71559]) Don't send a huge number of unneeded wxChildFocusEvents. …
- 02:48 Changeset [71559] by
- Don't send a huge number of unneeded wxChildFocusEvents. …
- 02:48 Changeset [71558] by
- Suppress warnings about gnome_print_dialog_get_range() return type. This …
- 02:48 Ticket #14332 (wxStyledTextCtrl::PositionToXY() implementation fix) closed by
- fixed: (In [71557]) Fully implement wxStyledTextCtrl::PositionToXY(). Fill in …
- 02:48 Changeset [71557] by
- Fully implement wxStyledTextCtrl::PositionToXY(). Fill in the column …
- 02:48 Ticket #14331 (Copying a rectangular selection in a StyledTextCtrl causes a crash (buffer ...) closed by
- fixed: (In [71556]) Fix calculation of wxStyledTextCtrl selection size in …
- 02:48 Changeset [71556] by
- Fix calculation of wxStyledTextCtrl selection size in GetSelectedText(). …
- 02:48 Ticket #14334 (wxAffineMatrix2D transform errors) closed by
- fixed: (In [71555]) Several fixes for wxAffineMatrix2D transformations. Correct …
- 02:48 Changeset [71555] by
- Several fixes for wxAffineMatrix2D transformations. Correct errors in …
- 02:26 Ticket #14313 (Assert in wxNotebook::GetPageCount fires during resize) closed by
- duplicate: OK, one of them should probably be closed then. I don't know which one …
05/24/12:
- 16:28 Changeset [71554] by
- Many, many (many!) changes needed to build and run the Phoenix extension …
- 16:27 Changeset [71553] by
- Add a space to make it clear that we're returning the address of the …
- 16:27 Changeset [71552] by
- we also need the /Z7 flag for debug info on MSVC
- 16:27 Changeset [71551] by
- Add wx.adv.SplashScreen
- 16:27 Changeset [71550] by
- Add wx.adv.NotificationMessage
- 16:26 Changeset [71549] by
- Changes to allow these build scripts to use python3
- 16:26 Changeset [71548] by
- Interface fixes for Phoenix
- 16:21 Changeset [71547] by
- Document that SetFocus() can't be called from EVT_KILL_FOCUS handler. …
- 16:12 Ticket #14335 (wxtextctrl tab order not working on 2.9.3 same code work on 2.8.9) closed by
- invalid: As discussed on the mailing list, you can't call SetFocus() from …
- 09:34 Ticket #14335 (wxtextctrl tab order not working on 2.9.3 same code work on 2.8.9) created by
- I am porting code that was written under 2.8.9 to use 2.9.3 and found that …
- 09:03 Ticket #14334 (wxAffineMatrix2D transform errors) created by
- The attached patch fixes a couple of errors in TransformPoint() and …
- 05:32 Ticket #14333 (wxCocoa sends EVT_MENU_OPEN for any key matching a shortcut, even if the ...) created by
- it can be seen in the menu sample. press simple letter c (as in Cmd+C) …
- 02:54 Ticket #14331 (Copying a rectangular selection in a StyledTextCtrl causes a crash (buffer ...) reopened by
- Also need to be fixed in GetSelectedText, which is generated from code in …
- 01:31 Ticket #14332 (wxStyledTextCtrl::PositionToXY() implementation fix) created by
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
Note: See TracTimeline
for information about the timeline view.
