Timeline
12/08/09:
- 23:38 Changeset [62834] by
- avoiding string conversions on 1st param of wxStat, as the latter is …
- 23:29 Changeset [62833] by
- using on all OSX variants
- 23:28 Changeset [62832] by
- fixing toolbar support, adding iphone
- 23:27 Changeset [62831] by
- make sure it is compilable w/o menus (eg on iPhone)
- 23:26 Changeset [62830] by
- remove workaround
- 23:24 Changeset [62829] by
- avoid double define warnings
- 21:25 Changeset [62828] by
- Add OSX prefix, and be clear that this is OS X only API to avoid any …
- 19:47 Changeset [62827] by
- Attempt to remove old source files before installing new ones. Old files …
- 17:50 Ticket #11483 (when m_commandProcessor is NULL, ~wxDocument() will error) closed by
- invalid
- 17:33 Ticket #11532 (when wxFSFile::OpenFile open an unicode file, it throw error!) created by
- wxFileSystem fs; wxFSFile* pFSFile = …
- 14:22 Changeset [62826] by
- Make right button working on AuiNotebook
- 12:25 Ticket #11531 (Crash in wxButton::UnsetTmpDefault if winOldDefault does'nt exists anymore) created by
- It's a little tricky to reproduce the crash (heap damage) My szenario was …
- 08:36 Ticket #10711 (Wrong linker option in makefile.vc) closed by
- fixed: (In [62825]) Use X64 machine type for MSVC linker instead of old AMD64. …
- 08:36 Changeset [62825] by
- Use X64 machine type for MSVC linker instead of old AMD64. The officially …
- 08:35 Ticket #11425 (Eliminate Duplicated Keyboard Shortcut in Animation Sample) closed by
- fixed: (In [62824]) Fix duplicate accelerator use in animate sample. Both "Play" …
- 08:35 Changeset [62824] by
- Fix duplicate accelerator use in animate sample. Both "Play" and "Stop" …
- 08:35 Ticket #11393 (enum wxPrintOrientation instead of #define's) closed by
- fixed: (In [62823]) Make wxPORTRAIT and wxLANDSCAPE elements of …
- 08:35 Changeset [62823] by
- Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum. …
- 08:11 Ticket #11428 (Correct wxStatusBar and wxFrame Documentation) closed by
- wontfix: Sorry but arrays and pointers are the same thing in C (and C++). And in …
- 07:56 Ticket #11456 (layout sample enhancement) closed by
- fixed: (In [62822]) Visually show the cells boundaries in layout sample grid …
- 07:56 Changeset [62822] by
- Visually show the cells boundaries in layout sample grid sizer test. …
- 07:56 Changeset [62821] by
- Don't override DoGetBestSize() in wxGenericStaticText, it's unnecessary. …
- 07:56 Changeset [62820] by
- Implement wxWindow::DoGetBorderSize() in the trivial case of …
- 07:56 Changeset [62819] by
- Fix unused parameter warning after last commit (r62818).
- 07:36 Ticket #11458 (BUG in wxWindowBase::OnSysColourChanged(), trunk) closed by
- fixed: (In [62818]) Fix event object in wxSysColourChangedEvent. The handler for …
- 07:36 Changeset [62818] by
- Fix event object in wxSysColourChangedEvent. The handler for this event …
- 07:24 Changeset [62817] by
- Don't set the initial size as minimal size for top level windows. Correct …
- 07:09 Ticket #11530 (Add wxStandardPaths::GetSystemAppDir()) created by
- I need to get the system application directory (%ProgramFiles%, /usr/bin, …
- 06:07 Changeset [62816] by
- Speed up adding pages during freezing
- 06:07 Changeset [62815] by
- Speed up adding pages during freezing
- 03:44 Ticket #11529 (wxTreeCtrl with item tooltips) created by
- It should be possible to set tooltips for each tree item in a wxTreeCtrl. …
- 02:58 Ticket #11528 (wxMSW: socket-based IPC hangs) created by
- In a wxMSW release-build IPC stops working after the exchange of a few …
- 00:58 Ticket #11527 (wxGridCellChoiceEditor editor not shown back when SetCellValue() is called) created by
- In order to reproduce, change the GridFrame::OnCellLeftClick() to read …
12/07/09:
- 17:58 Ticket #11526 (wxLogWindow assertion FAIL, with WXWIN_COMPATIBILITY_2_8==0) created by
- Assuming no previous loggers were created, the following code: new …
- 17:14 Ticket #11387 (Can the base color for wxAuiDefaultTabArt be publicly exposed) closed by
- duplicate: Duplicate of 11411.
- 17:03 Ticket #11209 (wx.chm Search tab doesn't find anything) closed by
- wontfix
- 17:02 Ticket #11329 (Can't print with wxHtmlPrintout on OSX with snapshot) closed by
- fixed: Fixed from recent 64-bit print updates to OSX port.
- 15:37 Changeset [62814] by
- Set initial window size as its minimal size. The change of r62306 broke …
- 13:05 Ticket #11519 (wxOSX/Carbon SetCursor patching) reopened by
- 09:03 Ticket #11525 (Crash when closing App : RemovePendingEventHandler) closed by
- fixed: (In [62813]) Reset wxTheApp when starting to destroy the object it points …
- 09:03 Changeset [62813] by
- Reset wxTheApp when starting to destroy the object it points to. Using …
- 08:27 Changeset [62812] by
- Add a very simple example of a Win32 application using wx DLL.
- 08:27 Changeset [62811] by
- Use declspec(dllexport) instead of WXEXPORT in dll sample header. This …
- 07:26 Ticket #11523 (wxListCtrl FindItem documentation) closed by
- fixed: (In [62810]) Document wxListCtrl::FindItem() return value. In particular …
- 07:26 Changeset [62810] by
- Document wxListCtrl::FindItem() return value. In particular mention that …
- 07:23 Changeset [62809] by
- Don't crash if no document
- 07:22 Changeset [62808] by
- Don't crash if no document
- 07:10 Ticket #11525 (Crash when closing App : RemovePendingEventHandler) created by
- When closing an App, the wxApp instance is destroyed, but the destructor …
- 07:06 Changeset [62807] by
- Safer access of member variables
- 07:05 Changeset [62806] by
- Safer access of member variables
- 06:58 Ticket #11524 (Destructor of wxView may use NULL pointer.) created by
- The destructor of wxView uses GetDocumentManager() , but this may be NULL …
- 06:33 Ticket #11523 (wxListCtrl FindItem documentation) created by
- long wxListCtrl::FindItem i don't see any explaination about the return …
- 05:37 Ticket #11514 (wxToolBar theme issue) closed by
- fixed: (In [62805]) Generate erase background events for native controls too …
- 05:37 Changeset [62805] by
- Generate erase background events for native controls too under MSW. …
- 03:30 Ticket #11507 (background colour problem on Win7) closed by
- invalid: There is no bug here, your code does exactly what it's written to do. It …
- 01:28 Ticket #11522 (In wxGTK-2.8.9,vertical level connectors of wxTreeCtrl disappeared.) created by
- When I upgrade my project from 2.6.2 to 2.8.9, in linux platform, vertical …
12/06/09:
- 21:01 Changeset [62804] by
- Use white background by default for multiline readonly wxTextCtrl under …
- 21:01 Changeset [62803] by
- Move wxMSW wxTextCtrl::GetDefaultAttributes() to wxTextCtrlBase. This …
- 20:57 Ticket #11521 (Add wxTextCtrl::SetTextBackgroundKind()) created by
- As discussed in …
- 19:04 Changeset [62802] by
- Define MY_DLL_BUILDING symbol for dll sample DLL build. This is necessary …
- 19:04 Changeset [62801] by
- Add semi-public wxDynamicLibrary::MSWGetModuleHandle(). Rename old …
- 19:04 Changeset [62800] by
- Correct placement of calling convention keyword: must follow the return …
- 19:04 Changeset [62799] by
- Regenerate dll samples makefiles using the correct source file name. The …
- 18:20 Changeset [62798] by
- Remove a couple of VC6 workspace files for the samples. See r62797.
- 18:18 Changeset [62797] by
- Remove the MSVC solution files added with the new dll sample. We don't …
- 17:54 Changeset [62796] by
- Add wxTLW::SetModified to allow apps to set the TLW's dirty state. On Mac …
- 15:28 Ticket #11520 (found a resource leak in wxWidgets-2.8/utils/HelpGen/src/scriptbinder.cpp) created by
- During a check of the current svn head from wxWidgets with the static code …
- 08:32 Changeset [62795] by
- Handle deprecated style so we don't assert and then crash.
- 07:31 Changeset [62794] by
- Restore TAB in accelerator string wrong removed by r62791. See #11512.
- 07:30 Ticket #11512 (wx accelerator separator is currently "-", not "+") closed by
- fixed: Replying to troelsk: > - r62791: I think \t must stay. Oops, …
- 02:21 Ticket #11519 (wxOSX/Carbon SetCursor patching) closed by
- fixed: Part of my reasoning behind the change from patch 1 to patch 2 was the …
- 01:52 Ticket #11512 (wx accelerator separator is currently "-", not "+") reopened by
- - r62791: I think \t must stay. - Ticket has patch for stable 2.8 branch …
12/05/09:
- 18:31 Ticket #11519 (wxOSX/Carbon SetCursor patching) created by
- Here is a patch that improves wxOSX/Carbon's handling of custom cursors. …
- 18:30 Ticket #11486 (Fix FromWChar implementation) closed by
- fixed: (In [62793]) Correct two bugs in wxMBConv::FromWChar() with non …
- 18:30 Changeset [62793] by
- Correct two bugs in wxMBConv::FromWChar() with non NUL-terminated strings. …
- 18:29 Changeset [62792] by
- Minor corrections to ToWChar() comment. Don't refer to the non-existent …
- 18:29 Ticket #11512 (wx accelerator separator is currently "-", not "+") closed by
- fixed: (In [62791]) Use wxAcceleratorEntry::ToString() for undo/redo accelerator …
- 18:29 Changeset [62791] by
- Use wxAcceleratorEntry::ToString() for undo/redo accelerator labels. …
- 18:29 Ticket #11517 (Broken compilation with intel compiler) closed by
- fixed: (In [62790]) Fix wxFD_CLR() definition for Intel compiler under Linux. …
- 18:29 Changeset [62790] by
- Fix wxFD_CLR() definition for Intel compiler under Linux. wxFD_CLR() …
- 17:38 Ticket #11518 (Update wxMBConv_win32 to implement To/FromWChar() instead of MB2WC/WC2MB()) created by
- wxMBConv_win32 class in src/common/strconv.cpp uses Win32 functions …
- 11:57 Changeset [62789] by
- minor cleanup
- 11:45 Changeset [62788] by
- remove unused variables, minor cleanup
- 11:29 Changeset [62787] by
- remove -I on nonexistent directory
- 11:26 Changeset [62786] by
- remove unnecessary DoGetBestSize
- 11:25 Changeset [62785] by
- simplify Enable()
- 10:54 Changeset [62784] by
- Added samples/dll for showing how to use wxWidgets to implement a DLL that …
- 09:41 Ticket #11516 (application autostart) closed by
- wontfix: Personally I don't think this functionality belongs to wxWidgets at all. …
- 09:31 Ticket #11503 (wxNativeContainerWindow IsShown() implementation) closed by
- fixed: (In [62783]) Implement wxNativeContainerWindow::IsShown() for MSW. Simply …
- 09:31 Changeset [62783] by
- Implement wxNativeContainerWindow::IsShown() for MSW. Simply use native …
- 09:31 Ticket #8874 (support for windows unique volume names) closed by
- fixed: (In [62782]) Add support for MSW unique volume names to wxFileName. …
- 09:31 Changeset [62782] by
- Add support for MSW unique volume names to wxFileName. Recognize the …
- 09:30 Ticket #11501 (Fixed deadlock with pthread-implemented wxThread deletion.) closed by
- fixed: (In [62781]) Don't lock global mutex when deleting wxThread to avoid …
- 09:30 Changeset [62781] by
- Don't lock global mutex when deleting wxThread to avoid deadlocks. …
- 09:24 Changeset [62780] by
- correct parameter type
- 08:52 Ticket #11517 (Broken compilation with intel compiler) created by
- A small mistake in fd.h was causing problems with compilation using intel …
- 07:14 Ticket #11516 (application autostart) created by
- I discussed it on the lists some weeks before. On windows I can edit the …
- 06:25 Changeset [62779] by
- Don't crash in wxActiveXContainer if FindConnectionPoint() failed. This …
- 04:27 Ticket #11515 (wxDataViewSortedListModel get/setters) created by
- Patch: Get/setters to access private data members. Notes: - The reason …
- 01:05 Changeset [62778] by
- Documented that wxCriticalSection can be used before wxInitialize(), as a …
12/04/09:
- 23:10 Ticket #11514 (wxToolBar theme issue) created by
- wxToolBar in trunk seems to partially use the classic Windows theme even …
- 17:32 Changeset [62777] by
- Fix wxLogChain (and wxLogWindow deriving from it) broken by wxLog changes. …
- 12:29 Ticket #11513 (wxCENTRE_ON_SCREEN causes window to be placed at top left corner on OSX) created by
- OSX 10.6.2 64-bit When I call this: […] With any dialog or window, …
- 12:26 Ticket #11219 (wxIsNaN doesn't compile on Snow Leopard if cmath is included after ...) closed by
- wontfix
- 12:25 Ticket #11272 (Could wxSplashscreen use ShowModal instead of Show?) closed by
- invalid
- 10:57 Ticket #11512 (wx accelerator separator is currently "-", not "+") created by
- Patch: Replace "Ctrl+" with "Ctrl-" Topic for another patch: Make the …
- 10:10 Ticket #11510 (Windows bitmap using wxBitmap only partly drawn) closed by
- invalid: There is no wxBitmap(wxString, int) ctor. What you are getting is …
- 06:47 Changeset [62776] by
- FloatCanvas2 commit: - added config module - more minor optimizations
- 06:12 Changeset [62775] by
- FloatCanvas2 commit: - performance improvements - optionally use the …
- 02:20 Ticket #11511 (wxHtmlParser un-underlined links) closed by
- wontfix: I'm closing this ticket as I'm now using an application-specific tag …
12/03/09:
- 13:47 Ticket #11511 (wxHtmlParser un-underlined links) created by
- Here is a patch-in-progress for toggling underlining for links in …
- 13:01 Changeset [62774] by
- Only log generation time when a generator is actual run and not when for …
- 11:08 Ticket #3950 (wx.aui.AuiManager manage standard window) closed by
- invalid: The differences between using wxFrame and wxWindow shown in your example …
- 10:19 Changeset [62773] by
- Exit wxPropertyGrid::RecalculateVirtualSize() immediately if it was called …
- 10:08 Changeset [62772] by
- Handle the rare case where wxPropertyGrid::HandleCustomEditorEvent() may …
- 09:20 Changeset [62771] by
- make access for virtuals match base
- 08:26 Changeset [62770] by
- Suppress errors from static bitmap page of widgets sample. Don't fail …
- 08:26 Changeset [62769] by
- Don't assert if the path is not absolute in wxFileDialog::SetPath(). …
- 04:54 Ticket #11510 (Windows bitmap using wxBitmap only partly drawn) created by
- I am using wxGTK-2.8.10 under Ubuntu 9.10. I am using Windows bitmaps to …
- 04:48 Ticket #11509 (member function OnCloseWindow() in PyInformationalMessagesFrame in ...) created by
- It would be more useful if closing the window set self.Enabled to 0 rather …
- 01:20 Changeset [62768] by
- Revision 0.2.0-6. Copying of implicit attributes (sizeritem, etc.).
12/02/09:
- 21:00 Changeset [62767] by
- +Fix index error in BackTab functionality +Fix BackTab at end of line …
- 20:50 Changeset [62766] by
- Fix issue where page index could be out of range when synchronizing tree …
- 20:27 Ticket #11508 (FIX for wxLaunchDefaultApplication not working on OSX if path contains ...) created by
- On OSX, if you call wxLaunchDefaultApplication with a document path which …
- 18:32 Changeset [62765] by
- Fix error in menu handler for shelf items that could occur when shelf was …
- 09:28 Changeset [62764] by
- make array data fully const
- 09:27 Changeset [62763] by
- use const_cast where appropriate
- 08:36 Changeset [62762] by
- check for self assignment in operator=
- 08:28 Ticket #11507 (background colour problem on Win7) created by
- I try to change the default background colour of a wxPanel. On WinXP it …
- 05:27 Changeset [62761] by
- Compilation fix after r62754. Don't pass second argument to …
- 04:46 Ticket #11505 (wxListBox does not honor multiple selection flag on wxGTK) closed by
- invalid: Replying to oneeyeman: > This is not how the wxMSW …
- 04:24 Ticket #11492 ([samples, msw] Crash in Dialogs sample) closed by
- fixed: Fixed in r62733.
12/01/09:
- 19:23 Ticket #11506 (Add wxComboBox::Popup() and Dismiss() methods) created by
- This ticket will add an ability to show the list box of the combo box. It …
- 18:24 Ticket #11505 (wxListBox does not honor multiple selection flag on wxGTK) created by
- I'm using svn TRUNK rev 62664. It compiled with the following configure …
- 16:57 Ticket #11435 (wxAuiManager and wxTimer in same Window causes Timer failed.) closed by
- fixed: (In [62760]) Removed hard-coded timer Id in wxAUI for the transparent hint …
- 16:57 Changeset [62760] by
- Removed hard-coded timer Id in wxAUI for the transparent hint fade …
- 13:07 Ticket #11504 (Sizing of panes does not take into account min size of other pane being ...) created by
- It looks like the code in framemanager.cpp has been modified from 2.8.10 …
- 12:53 Ticket #11503 (wxNativeContainerWindow IsShown() implementation) created by
- Hi, attached patch implements IsShown() method for …
- 12:23 Changeset [62759] by
- Forward-port of r62758 (Added wxHtmlEasyPrinting name accessor and …
- 12:21 Changeset [62758] by
- Added wxHtmlEasyPrinting name accessor and modifier (only one …
- 11:40 Ticket #11502 (MenuBar doesn't run well with globalmenu) created by
- Hi, I use globalmenu applet in ubuntu …
- 09:43 Changeset [62757] by
- FloatCanvas2 commit: - Mac fixes for demo and main code (flipped y-axis)
- 09:16 Changeset [62756] by
- remove m_backing_window member, to keep people from trying to use it
- 08:47 Changeset [62755] by
- Add wxOSX_10_6_AND_LATER macro and use it. Replace all occurrences of …
- 08:23 Changeset [62754] by
- remove unused data member
- 08:13 Ticket #11501 (Fixed deadlock with pthread-implemented wxThread deletion.) created by
- A deadlock occurs if one wxThread waits for another wxThread to finish in …
Note: See TracTimeline
for information about the timeline view.
