Timeline
03/07/10:
- 20:45 Ticket #11269 (re-entrance to modal dialog asserts in debug (may crash in release)) reopened by
- I can reproduce this bug in wxPython. Code: thread A: […] anthor …
- 13:17 Ticket #11797 (Idle processing broken in wxOSX/Cocoa) created by
- It seems that either idle processing is broken or needs a special …
- 08:36 Changeset [63651] by
- Fix typo
- 08:03 Changeset [63650] by
- Provide more details about the major and minor version numbers returned by …
- 03:37 Changeset [63649] by
- German translations update from Herbert Breunung.
- 02:46 Changeset [63648] by
- 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
- fixed: (In [63647]) Show pages icons in window list menu in wxAuiNotebook. Reuse …
- 02:46 Changeset [63647] by
- Show pages icons in window list menu in wxAuiNotebook. Reuse the tab …
03/06/10:
- 13:30 Changeset [63646] by
- Add uncommitted uiaction `sample bakefiles.
- 12:15 Changeset [63645] by
- Rebake after wxUIActionSimulator addition.
- 12:09 Changeset [63644] by
- Adding wxUIActionSimulator, a class for programmatically controlling the …
- 06:48 Changeset [63643] by
- Fix issue where typing ( or . would not overwrite a selection.
- 05:30 Changeset [63642] by
- Reset wxAuiNotebook selection to wxNOT_FOUND if it becomes empty. The …
03/05/10:
- 20:51 Changeset [63641] by
- A call to wxPopupWindow::Show shouldn't automatically cause the popup …
- 20:15 Changeset [63640] by
- Add git source control dirs to the list of excludes.
- 20:08 Changeset [63639] by
- Add create-archive.py to wx source tree.
- 16:31 Ticket #11711 ([wxDFB] crash in wxListCtrl constructor) closed by
- fixed: (In [63638]) Don't store header height in generic wxListCtrl member …
- 16:31 Changeset [63638] by
- Don't store header height in generic wxListCtrl member variable. This is …
- 16:31 Changeset [63637] by
- 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
- 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
- fixed: (In [63636]) Don't stop dragging in the grid when the mouse leaves the …
- 15:56 Changeset [63636] by
- Don't stop dragging in the grid when the mouse leaves the window. …
- 15:55 Ticket #11757 (Memory leak in the wxDataViewListStore) closed by
- fixed: (In [63635]) Fix memory leak in wxDataViewListStore::DeleteItem(). The …
- 15:55 Changeset [63635] by
- 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
- fixed: (In [63634]) Correct IsMaximized() in wxOSX for non-resizable windows. …
- 15:55 Changeset [63634] by
- Correct IsMaximized() in wxOSX for non-resizable windows. NSWindow …
- 15:55 Changeset [63633] by
- Make the code more clear in aui sample and avoid g++ 4 warning. The code …
- 15:55 Changeset [63632] by
- Implement wxBookCtrlBase::CalcSizeFromPage() in the base class. The …
- 15:55 Changeset [63631] by
- Avoid conflict between accelerators in the notebook sample. Ctrl-5 was …
- 15:55 Changeset [63630] by
- No changes, just remove redundant GetControllerSize() definitions. For …
- 15:55 Changeset [63629] by
- Correct controller size determination in wxToolbook. The old code used …
- 15:55 Ticket #11791 (wxBitmapToggleButton wxEVT_MOUSE_CAPTURE_LOST) closed by
- fixed: (In [63628]) Use wxWindow::ReleaseMouse() instead of MSW …
- 15:55 Changeset [63628] by
- Use wxWindow::ReleaseMouse() instead of MSW ::ReleaseCapture() function. …
- 15:39 Ticket #11662 (WxGrid keep mouse capture after a selection range) reopened by
- Thanks for the patch, it indeed pinpointed the place where the problem …
- 15:11 Ticket #11768 (Default in wincmn.cpp in RemoveEventHandler...) closed by
- 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
- 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
- If wxURL::SetDefaultProxy is used to set a proxy, and then a wxURL is …
- 12:51 Changeset [63627] by
- 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
- 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
- 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
- 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
- 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
- There is two memory leaks of NSCFDictionary in each call of …
- 02:05 Ticket #11791 (wxBitmapToggleButton wxEVT_MOUSE_CAPTURE_LOST) created by
- The use of the function ReleaseCapture() instead of ReleaseMouse() in …
- 01:18 Ticket #11790 (Modifications to work with QNX 6.3.2) created by
- This patch makes wxWidgets compileable and useable under QNX 6.3.2. …
03/04/10:
- 19:54 Changeset [63626] by
- Add a context to the STC_CHANGED message. Add decorator for filtering …
- 18:12 Changeset [63625] by
- minor restructuring of filehistory managment
- 10:20 Ticket #11789 (Setting the selected file of a FileDialog resets the active wildcard to ...) created by
- The following code demonstrates the problem: […] When the dialog is …
- 07:09 Changeset [63624] by
- Moved property unattachment code from …
- 02:36 Ticket #11788 (wxButton cannot be constructed providing only the parent window, it ...) created by
- This patch allow the constructions of a wxButton just by passing to its …
- 00:29 Changeset [63623] by
- no existing on iphone
03/03/10:
- 15:00 Ticket #11781 (wxMenuItemImpl* wxMenuItemImpl::Create in menuitem.mm for the cocoa ...) closed by
- fixed: (In [63622]) fixing leak, fixes #11781
- 15:00 Changeset [63622] by
- fixing leak, fixes #11781
- 13:52 Ticket #11782 (Memory leak in utilscocoa.mm) closed by
- fixed: (In [63621]) fixing leak, fixes #11782
- 13:52 Changeset [63621] by
- fixing leak, fixes #11782
- 08:53 Changeset [63620] by
- using native fullscreen support and ShowEvent triggers
- 08:51 Changeset [63619] by
- fixing warning
- 08:33 Changeset [63618] by
- 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
- First wxEntry() creates wxPGEditor_TextCtrl etc, but does not delete them …
- 06:19 Changeset [63617] by
- 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
- fixed: (In [63616]) Use correct directory names in msvc/wx/setup.h for 64 bit …
- 06:19 Changeset [63616] by
- Use correct directory names in msvc/wx/setup.h for 64 bit builds. Use …
- 06:19 Changeset [63615] by
- Added Arabic translation from Abdullah Abouzekry.
- 06:19 Ticket #11783 (compile fix for wxCommandProcessor with --disable-accel) closed by
- fixed: (In [63614]) Fix wxCommandProcessor compilation with wxUSE_ACCEL==0. …
- 06:19 Changeset [63614] by
- Fix wxCommandProcessor compilation with wxUSE_ACCEL==0. Leave the …
- 02:16 Ticket #11786 (wxCalendarCtrl msw no response to <return>) created by
- 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
- 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
- The attached patch fixes two problems with wxAuiToolBar. Handling of …
- 01:45 Ticket #11783 (compile fix for wxCommandProcessor with --disable-accel) created by
- src/common/cmdproc.cpp doesn't compile when configured with …
- 01:27 Ticket #11782 (Memory leak in utilscocoa.mm) created by
- 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
- As the title says, this has a memory leak which is showing up on my …
03/02/10:
- 23:17 Changeset [63613] by
- Layout the immediate parent of the info bar as described in the docs, not …
- 21:59 Changeset [63612] by
- Add wx.InfoBar
- 21:56 Changeset [63611] by
- A simple test for EVT_WINDOW_DESTROY
- 21:52 Changeset [63610] by
- 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
- 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
- OSX 10.6 Try to print anything (for example, the html print sample), and …
- 17:08 Changeset [63609] by
- Document that images in buttons and menus might not be shown under GTK. …
- 16:35 Changeset [63608] by
- add 64bit support to those formats which I could test and which support …
- 15:38 Changeset [63607] by
- document message contexts for some undocumented messages.
- 15:21 Changeset [63606] by
- (minor change) update list of supported Windows versions
- 12:59 Roadmap edited by
- mark selective yield as already implemented (diff)
- 12:46 Ticket #11754 (wxCmdLine asserts when parsing a UTF-8 encoded command line) closed by
- fixed: (In [63605]) Use user locale with Latin-1 as fallback for command line …
- 12:46 Changeset [63605] by
- Use user locale with Latin-1 as fallback for command line arguments. …
- 10:16 Ticket #11775 (wxToolBar crashes in destructor) closed by
- fixed: (In [63604]) Don't use m_macToolbar in wxOSX wxToolBar if it is NULL. …
- 10:16 Changeset [63604] by
- Don't use m_macToolbar in wxOSX wxToolBar if it is NULL. This fixes a …
- 10:16 Changeset [63603] by
- 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
- 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
- It is easy to check in AUI demo from wx samples stealing the focus from …
03/01/10:
- 16:23 Changeset [63602] by
- Document GetBitmapMargins
- 16:20 Changeset [63601] by
- Fix another incorrect file name conversion in wxGTK. GTK file paths are …
- 16:15 Ticket #11743 (Encoding problem with wxDirPickerCtrl::GetPath) closed by
- fixed: (In [63600]) Always use UTF-8 for GTK+ strings [backport of r63549 from …
- 16:15 Changeset [63600] by
- Always use UTF-8 for GTK+ strings [backport of r63549 from trunk]. …
- 15:45 Changeset [63599] by
- Fix crash when accessing clipboard before entering the main loop. Check …
- 15:41 Changeset [63598] by
- reSWIGged
- 15:39 Changeset [63597] by
- Lots of little changes and additions to help get caught up with wx trunk.
- 15:23 Changeset [63596] by
- Correct the test in table.IsEmpty
- 15:20 Changeset [63595] by
- Invalidate best size when the bitmap or bitmap position changes. Add …
- 14:54 Changeset [63594] by
- Use the correct event class for the window modal notification
- 13:56 Ticket #11772 (FindReplaceDialog seg faults on find or close) closed by
- 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
- 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
- Got 2 asserts while closing my window (wxFrame). It is caused by …
- 08:08 Ticket #11775 (wxToolBar crashes in destructor) created by
- This patch fixes crash in wxToolBar destructor in OSX Carbon version. …
- 07:30 Changeset [63593] by
- Have to implement wxPGProperty::DeleteChildren() differently so that it …
- 07:26 Changeset [63592] by
- 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
- 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
- Hi I am a member of Japanese translation team for GRASS GIS, that use …
- 16:12 Changeset [63591] by
- 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
- I modified the ListCtrl_virtual demo to add a FindReplaceDialog and I get …
- 09:29 Changeset [63590] by
- translate 0.5 offset into user space before applying translation, see …
- 09:27 Changeset [63589] by
- moving header for precomp builds
- 08:33 Changeset [63588] by
- add log message for when a plugins install path cant be resolved
- 06:46 Ticket #11771 (GraphicsContext.Rotate() moves origin) created by
- Presumably GraphicsContext.Rotate(...) rotates the transform about the …
- 03:30 Ticket #11741 (Scrollbars Top and Bottom do not behave as expected) closed by
- fixed: (In [63587]) Simplify and correct bugs in wxMSW wxScrollBar message …
- 03:30 Changeset [63587] by
- Simplify and correct bugs in wxMSW wxScrollBar message handling. For some …
- 03:30 Changeset [63586] by
- No real changes, just cleanup wxMSW wxScrollBar a little. Get rid of old, …
- 03:09 Changeset [63585] by
- Make it possible to use wxCharBuffer during program initialization. …
- 03:09 Changeset [63584] by
- Only add -woff 3970 to C[XX]FLAGS when using SGI mipsPro 7.4.4 or later. …
- 03:09 Changeset [63583] by
- Compilation fixes for wide char functions under IRIX with mipsPro. Use …
- 03:09 Changeset [63582] by
- Fix for wxStringCheck compilation under IRIX using mipsPro. IRIX mipsPro …
- 03:09 Changeset [63581] by
- Always declare wxCStrData::As[W]Char() as being inline. This fixes …
- 03:09 Changeset [63580] by
- Rearrange functions order so that they are effectively inlined. Define …
- 03:08 Changeset [63579] by
- Fix compilation with GTK+ 2.4. Support for ellipsization in GtkTreeView …
- 03:08 Changeset [63578] by
- Support IRIX version of OpenGL multi sampling constants. Although OpenGL …
- 03:08 Changeset [63577] by
- Fix the STC sources generation script to work with ancient Python. Don't …
- 03:08 Changeset [63576] by
- No real changes, just remove an unused variable. This fixes a warning …
- 03:08 Changeset [63575] by
- Remove unused NO_SORT constant. This fixrs an IRIX mipsPro compiler …
- 03:08 Changeset [63574] by
- Include <locale.h> to get LC_XXX constants declaration. This fixes a …
- 03:08 Changeset [63573] by
- Remove unnecessary comparison of unsigned variable with 0. m_httpsize is …
- 03:08 Changeset [63572] by
- Remove unused static constant. HOURS_PER_DAY was used only in the part of …
- 03:08 Changeset [63571] by
- 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
- 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
- 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
- fixed: (In [63570]) Sometimes change in varscrollable window's size can result in …
- 02:16 Changeset [63570] by
- Sometimes change in varscrollable window's size can result in unused empty …
Note: See TracTimeline
for information about the timeline view.
