Timeline
05/26/09:
- 21:27 Changeset [60756] by
- document some undocumented parameters.
- 21:24 Changeset [60755] by
- tweak decorator to also call message handler when the context is None.
- 20:47 Changeset [60754] by
- Only listen for context sensitve page change messages when syncronzing the …
- 20:35 Changeset [60753] by
- Fix unicode handling issue in session file error handling.
- 19:33 Changeset [60752] by
- Add context attribute to all notebook messages.
- 19:28 Changeset [60751] by
- Use context sensitive checks for status bar updates to document related …
- 19:21 Changeset [60750] by
- Send mail notifications to wx-buildbot@…
- 19:10 Changeset [60749] by
- Re-implement the context sensitive messages by adding them as an attribute …
- 16:02 Changeset [60748] by
- Cleaning up remaining remnants of Mahogany name
- 14:43 Ticket #10842 (Opening small project causes catastrophic failure) closed by
- invalid: Dev-Cpp is here but AFAIK most …
- 12:21 Ticket #10842 (Opening small project causes catastrophic failure) created by
- Created a small project. Saved it and subsequently re-opened it. The …
- 10:32 Changeset [60747] by
- Rename from Mahogany to Ribbon, at least for now (see wx-dev for …
- 07:21 Ticket #10841 (doc defect for wxClient) created by
- The original line was ---- Note: Using Internet …
- 05:11 Changeset [60746] by
- Fix crash in filebrowser when an invalid notebook sync message was sent.
- 03:16 Ticket #10840 ([wxPNGHandler::SaveFile] invalid ASSERT_MSG of unsupported bit-depths) created by
- Hello, There's an assert message in wxPNGHandler::SaveFile() that warns …
- 03:10 Ticket #10839 (bug in wx.gizmos.TreeListCtrl) created by
- Using wx.Python the class wx.gizmos.TreeListCtrl shows duplicated items …
05/25/09:
- 14:58 Ticket #10838 (wxSocketClient: Connect fails with wxSOCKET_WOULDBLOCK) created by
- This one is complicated. I don't fully understand the issue, but let me …
- 13:48 Changeset [60745] by
- no changes, simply mention a possible misuse of API in a comment (see …
- 13:47 Ticket #10823 (wxTimer: 60296 breaks existing code in wxMSW) closed by
- invalid: Entering wxID_ANY in the event table is, I think, pretty common and I …
- 13:43 Ticket #10837 (oleauto sample works not in all cases) closed by
- fixed: (In [60744]) ensure that Excel is visible and has an opened workbook …
- 13:42 Changeset [60744] by
- ensure that Excel is visible and has an opened workbook (closes #10837)
- 13:32 Ticket #10837 (oleauto sample works not in all cases) created by
- msvc 9, xp sp3, trunk r60703 Automation sample do not works correctly if …
- 12:03 Changeset [60743] by
- Append the message context to the end of the message chain instead of the …
- 09:14 Changeset [60742] by
- Fix bus errors that were caused by recent patch. Ensure all message …
- 08:49 Changeset [60741] by
- Added MAGOHANY DLL import/export macro. Added additional (currently empty) …
- 06:49 Changeset [60740] by
- Fix Launch not updating on a save as action on Linux ( patch from Igor …
- 06:08 Changeset [60739] by
- correct a typo in wxSplitterWindow gravity parameter name
- 06:00 Changeset [60738] by
- add support for defining list control columns in XRC too (and correct a …
- 03:22 Changeset [60737] by
- Directory and bakefile setup for sample application
05/24/09:
- 22:43 Changeset [60736] by
- Fix bug in html autocomp where cursor would be incorrectly placed after …
- 15:35 Ticket #10743 (MinGW compilation fails for trunk) closed by
- fixed: This was fixed by r60396 almost a month ago but somehow the ticket wasn't …
- 12:40 Changeset [60735] by
- added a timer updating a counter in the background to be able to easily …
- 12:39 Changeset [60734] by
- remove wxMSW-specific (but copied into wxPalm too) …
- 12:37 Changeset [60733] by
- always dispatch messages for the hidden window which receives process …
- 11:04 Ticket #10820 (Empty Label for wxListCtrl item when it is right clicked) closed by
- fixed: (In [60732]) fill in the fields of wxListItem in a wxListEvent before …
- 11:04 Changeset [60732] by
- fill in the fields of wxListItem in a wxListEvent before handling the …
- 10:39 Ticket #10831 (Bad wxASSERT_MSG in wxListCtrl::MSWOnNotify since 60362) closed by
- fixed: (In [60731]) correct the inversed assert check in LVN_DELETEITEM handler …
- 10:39 Changeset [60731] by
- correct the inversed assert check in LVN_DELETEITEM handler (closes …
- 10:27 Ticket #10834 (src/osx/carbon/fontdlg.cpp doesn't compile with ...) closed by
- fixed: (In [60730]) compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG==0 …
- 10:27 Changeset [60730] by
- compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG==0 (closes #10834)
- 10:26 Ticket #10833 (src/osx/carbon/fontdlg.cpp doesn't compile with ...) closed by
- duplicate: Probably same as #10834.
- 09:47 Ticket #10836 (Crash with GetThemeTextDimensions and CFSTR) created by
- This patch is only needed when being used in modules that will be unloaded …
- 09:39 Ticket #10835 (Make Carbon ShowModal work with IMPLEMENT_APP_NO_MAIN) created by
- This makes Carbon more consistent with other ports. ShowModal currently …
- 09:34 Ticket #10834 (src/osx/carbon/fontdlg.cpp doesn't compile with ...) created by
- I tested this by turning wxOSX_USE_EXPERIMENTAL_FONTDIALOG off in …
- 09:32 Ticket #10833 (src/osx/carbon/fontdlg.cpp doesn't compile with ...) created by
- I tested this by changing fontdlg.h: #define …
- 08:51 Ticket #10832 (Patch to fix building OpenGL library correctly) created by
- When building wxGL library using USE_OPENGL=1, resulting dll doesn't …
- 08:36 Changeset [60729] by
- Fix crashes with new code browser sync feature (patch from Igor Dejonovic)
- 08:33 Changeset [60728] by
- update CRT environment block in wxSetEnv() too
- 05:00 Ticket #10831 (Bad wxASSERT_MSG in wxListCtrl::MSWOnNotify since 60362) created by
- I'm getting assertions here: src/msw/listctrl.cpp 2210: […] data is set …
- 02:40 Changeset [60727] by
- wxUSE_GSTREAMER is Unix-specific, remove it from common wx/setup_inc.h; it …
- 02:27 Changeset [60726] by
- PCH-less compilation fix
05/23/09:
- 14:21 Changeset [60725] by
- Branch for code lib reorganization and integration of codebrowsers taglib
- 11:59 Changeset [60724] by
- Find dialog remembers position throughout session.
- 09:32 Changeset [60723] by
- Directory creation, bakefile updates (and resulting generated makefiles, …
- 07:58 Ticket #10830 (Multiple selection in wxGenericDirCtrl) created by
- As per ticket #10824 I have uploaded a patch to add a new style to …
- 04:26 Changeset [60722] by
- make wxWindow::SetAutoLayout() now works for all windows, not just panels
- 00:49 Ticket #10829 (docview sample: enable canvas in --single mode) created by
- It is rather confusing being confronted with a disabled canvas, when …
- 00:46 Ticket #10828 (Hourglass in wxDocManager::OnPreview) created by
- It takes much too long for the hourglass to appear, in both branches. The …
05/22/09:
- 18:24 Changeset [60721] by
- apply patch from Hasan to fix some vi emulation issues related to screen …
- 16:21 Ticket #10827 (wxDocument: Adding an asterix to the title) created by
- Patch: Simply add the asterix before calling SetLabel(). Run the docview …
- 15:52 Ticket #10826 (Activate wxTextDocument.Modify() on text changes) closed by
- fixed: (In [60720]) mark the document as modified when its text control is …
- 15:52 Changeset [60720] by
- mark the document as modified when its text control is (closes #10826)
- 15:46 Ticket #10825 (docview sample is crashing) closed by
- fixed: (In [60719]) initialize wxDocChildFrameAnyBase before creating the real …
- 15:46 Changeset [60719] by
- initialize wxDocChildFrameAnyBase before creating the real window to …
- 15:45 Ticket #10826 (Activate wxTextDocument.Modify() on text changes) created by
- Paving the way for my next patch which will add the asterix to the title …
- 15:03 Ticket #10825 (docview sample is crashing) created by
- Due to uninitialized member variable.
- 12:54 Changeset [60718] by
- no real changes, just remove unneeded empty dtor
- 12:53 Ticket #10818 (wxGrid sets coloumn count to 0 if grid has no rows) closed by
- fixed: (In [60717]) return the correct number of columns from wxGridStringTable, …
- 12:53 Changeset [60717] by
- return the correct number of columns from wxGridStringTable, even when we …
- 12:37 Changeset [60716] by
- fix unused parameter warning after r60715
- 12:27 Ticket #10822 (Overriding OnMenuHighlight on Windows) closed by
- fixed: I think the bug is fixed by the above commit (for svn trunk).
- 12:25 Changeset [60715] by
- don't clear the status bar help text if the wxEVT_MENU_HIGHLIGHT event was …
- 11:40 Ticket #10824 (wxGenericDirCtrl::ShowHidden asserts if its treectrl has the wxTR_MULTIPLE ...) created by
- Revision 49571 introduced a wxASSERT_MSG in wxTreeCtrl::GetSelection, …
- 11:14 Ticket #10809 ([wxDFB] wxGetActiveWindow() missing) closed by
- fixed: (In [60714]) implement wxGetActiveWindow() which is now used by wx itself …
- 11:14 Changeset [60714] by
- implement wxGetActiveWindow() which is now used by wx itself (closes …
- 11:00 Ticket #10823 (wxTimer: 60296 breaks existing code in wxMSW) created by
- 60296 is causing problems in wxMSW. Code like in the documentation …
- 07:02 Changeset [60713] by
- allow 2 step creation of wxDocChildFrameAnyBase and derived classes
- 05:38 Changeset [60712] by
- Fix a few more issues with refreshing the codebrowser. (patch from Igor …
05/21/09:
- 16:34 Changeset [60711] by
- Add buffer position change message. Use in codebrowser so tree sync can …
- 15:20 Changeset [60710] by
- Codebrowser syncronizes with caret position. (patch from Igor Dejanovic)
- 13:27 Changeset [60709] by
- Fixed windows specific bug where closing the pref dialog after the last …
- 10:59 Ticket #3900 (BadMatch error when reparenting glcanvas in wxGTK 2.8.0) closed by
- fixed: I don't know why I didn't see this before, but I can reproduce it now. …
- 10:58 Changeset [60708] by
- fix crash when reparenting, #3900
- 10:45 Changeset [60707] by
- Fix bug in batch file comment command, ensure a space is between 'rem' and …
- 09:14 Ticket #9929 (wx.lib.plot.py: Improve SaveFile) closed by
- fixed: Replying to jaredhobbs: > Removed dlg1.Destroy(). dlg1 is …
- 09:12 Ticket #10822 (Overriding OnMenuHighlight on Windows) created by
- I've attached a sample that doesn't mess with my statusbar text on …
- 06:48 Ticket #10821 ([PATCH] stc: Optionally output minFound & maxFound from FindText) created by
- When calling FindText, our application selects the entire matching string, …
- 06:47 Ticket #10820 (Empty Label for wxListCtrl item when it is right clicked) created by
- Hi, I have a problem with wxListCtrl. When an item is activated (selected, …
- 04:33 Ticket #10819 (wxBitmap::UnShare should be called from GetRawData() and make exact copy ...) created by
- Thank you for such an excellent library! We've encountered some problems …
- 03:17 Changeset [60706] by
- COrrected my misapplied fix, sorry
- 03:17 Changeset [60705] by
- COrrected my misapplied fix, sorry
- 01:34 Changeset [60704] by
- Added a TR_NO_HEADER style to HyperTreeList to hide the header
- 01:08 Ticket #10818 (wxGrid sets coloumn count to 0 if grid has no rows) created by
- wxPort: wxMSW - 2.9.0RC3 OS: windows XP, SP2 Description: when creating …
05/20/09:
- 23:32 Ticket #10817 (stray caret in read-only wxRichText on OS X) created by
- Hi there, I'm creating a read-only RichText widget (from wxPython …
- 20:51 Ticket #10816 (please add in documentation of wxFilePickerCtrl that it doesn't support ...) created by
- And pls list the controls wxGenericValidator supports in the section …
- 16:18 Ticket #3900 (BadMatch error when reparenting glcanvas in wxGTK 2.8.0) reopened by
- I have wxWidgets 2.8.7.1 and I still see this issue. I rebuilt the …
- 16:03 Ticket #10815 (wxURL does not initialize m_useProxy in all cases.) closed by
- fixed: I think a better solution is to not use this variable at all in this case …
- 16:02 Changeset [60703] by
- don't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see #10815)
- 15:58 Changeset [60702] by
- compilation fix in FindPaperType() after latest change
- 07:09 Ticket #10815 (wxURL does not initialize m_useProxy in all cases.) created by
- If wxUSE_PROTOCOL_HTTP is not set for your source(IE a none supported …
- 06:31 Ticket #10814 (Provide a mix-in handling "user-modified" status flag) created by
- I'm using this class quite often, might just as well refactor it into the …
- 06:18 Changeset [60701] by
- Avoid resetting size if paper id not found
- 06:18 Changeset [60700] by
- Avoid resetting size if paper id not found
- 06:16 Changeset [60699] by
- do allow calling Hide() on the window before it is created
- 06:16 Changeset [60698] by
- Fixed invisible CHM tooltip text bug when window text colour is black.
- 06:15 Changeset [60697] by
- Removed duplicate semicolon
- 06:08 Changeset [60696] by
- Added a comment about DMPAPER_USER not always working
- 06:07 Changeset [60695] by
- Added a comment about DMPAPER_USER not always working
- 05:25 Changeset [60694] by
- apply patch to make confdir flags match that in the help printout. (from …
- 04:56 Changeset [60693] by
- Fixed a problem with unrecognised paper id conversions
- 04:56 Changeset [60692] by
- Fixed a problem with unrecognised paper id conversions
- 01:44 Changeset [60691] by
- Added support for AquaButtons and GradientButtons to GenericMessageDialog …
- 01:05 Changeset [60690] by
- - Made FloatSpin (hopefully) locale-aware for the decimal separator
- 01:02 Changeset [60689] by
- - Made FloatSpin (hopefully) locale-aware for the decimal separator
05/19/09:
- 21:53 Ticket #10813 (wxGTK - Clipboard (partially) stops working after some hours) created by
- This solves the problem with the clipboard loosing functionality after …
- 18:54 Changeset [60688] by
- Apply patch to combine common parts popup lists to a single base class. …
- 14:35 Ticket #10812 (In wxGTK trunk, a disabled wxTextCtrl is no longer greyed) created by
- In wxGTK-2.8 and earlier, a disabled wxTextCtrl had a nice, restful …
- 14:19 Ticket #10811 (Image in docview sample) created by
- I think this wxImage doc and view code makes a neat addition to the …
- 14:15 Changeset [60687] by
- removed Ok() for bitmap and colour, use IsOk() instead
- 14:07 Changeset [60686] by
- removed Ok() for bitmap and colour, use IsOk() instead
- 08:39 Ticket #10810 (window crashes when drag over list control) created by
- I have a frame with a list control and above the list a window label …
- 05:39 Ticket #10809 ([wxDFB] wxGetActiveWindow() missing) created by
- since r60573 src/common/dlgcmn.cpp calls wxGetActiveWindow(), …
- 05:16 Changeset [60685] by
- Fix bug in parsing of new configuration command line option. (patch from …
- 03:51 Changeset [60684] by
- added Asturian language entry (see #10808)
- 02:06 Ticket #10808 (Add support for Asturian language) created by
- Hi! I use Ubuntu, and Poedit appears always in english :( The Poedit …
- 01:25 Ticket #10807 (wxTextIn/OutputStream getter) created by
- So you can get to the methods of the underlying stream: wxInputStream* …
Note: See TracTimeline
for information about the timeline view.
