Timeline
10/14/10:
- 20:10 Ticket #12568 (wxComboBox::SetSelection() wrongly generates an event in wxGTK) created by
- When loading an XRC, any EVT_COMBOBOX event handler is run when loading …
- 17:04 Ticket #12567 (Update wxGTK.spec for make rpm to work) created by
- This is a patch to update wxGTK.spec to be able to run "make rpm" to build …
- 11:06 Ticket #12566 (wxRichTextCtrl: delete fails) closed by
- fixed: (In [65805]) Fixed #12566 (assert on deletion) due to inconsistent commit
- 11:06 Changeset [65805] by
- Fixed #12566 (assert on deletion) due to inconsistent commit
- 06:45 Ticket #12566 (wxRichTextCtrl: delete fails) created by
- Hi, any deletion in wxRichTextCtrl fails with a debug alert: assert "obj …
- 04:24 Ticket #9991 (wxGrid crashes on destroy if cell editor is active) reopened by
- Hello, I have attached a zip file of a Visual Studio 2005 solution file …
10/13/10:
- 22:18 Ticket #12565 (Gnome Yes No Cancel button ordering) created by
- In SVN trunk, the buttons on wxMessageDialog in wxGTK are in the order …
- 20:39 Ticket #12564 (Abnormal behavior with invalid input and wxIntProperty) created by
- Related issues: 1) You can enter decimals in a wxIntProperty. 2) If you …
- 20:10 Ticket #12563 (Assert/invalid behavior with wxIntProperty) created by
- wxFAIL_MSG(wxT("Could not convert to a long long")); You can reproduce …
- 17:25 Ticket #12560 (Can't create build.cfg for wxWidgets-2.9.1) closed by
- fixed
- 16:08 Ticket #12534 (wxUniversal build broken on MSW) closed by
- fixed: (In [65804]) wxUniv/MSW compilation fix. wxUniv/MSW compilation was …
- 16:08 Changeset [65804] by
- wxUniv/MSW compilation fix. wxUniv/MSW compilation was broken by r65589, …
- 16:02 Changeset [65803] by
- Regenerate Makefile.in after recent changes to make_dist.mk. Rebake with …
- 15:53 Changeset [65802] by
- Remove obsolete files from "make dist" rules. Avoid errors due to …
- 15:53 Changeset [65801] by
- Skip Windows-only samples when making Unix distribution. Some samples are …
- 15:53 Changeset [65800] by
- Include include/wx/generic/private/*.h files in distribution. We must …
- 15:10 Ticket #12562 (wxLIST_FORMAT_RIGHT on the first column of a wxListCtrl is misaligned on ...) closed by
- fixed: (In [65799]) Fix display of right aligned columns in wxGenericListCtrl. …
- 15:10 Changeset [65799] by
- Fix display of right aligned columns in wxGenericListCtrl. Take into …
- 15:10 Ticket #12537 (wxWizardEvent GetPage() returns NULL on wxWizard finish) closed by
- fixed: (In [65798]) Pass last page in wxEVT_WIZARD_FINISHED event. Delay …
- 15:10 Changeset [65798] by
- Pass last page in wxEVT_WIZARD_FINISHED event. Delay resetting the wizard …
- 15:10 Ticket #12556 (Format strings in wxImage with wxBitmapType fail wxFormatString assert) closed by
- fixed: (In [65797]) Fix print format specifiers used for enum values. Enums are …
- 15:10 Changeset [65797] by
- Fix print format specifiers used for enum values. Enums are ints, not …
- 15:10 Changeset [65796] by
- Don't return "false" when a pointer is needed. Return NULL and not false …
- 14:00 Changeset [65795] by
- Fix bug that could cause an unhandled exception when attempting to report …
- 12:39 Ticket #12562 (wxLIST_FORMAT_RIGHT on the first column of a wxListCtrl is misaligned on ...) created by
- Steps to reproduce: Apply attached patch to the listctrl sample, then …
- 07:10 Changeset [65794] by
- Fix issue where using pane navigator would result in all event handlers …
- 01:38 Ticket #11879 (wxRibbonBar tooltips) reopened by
- Any chance of another look at this given that #11899 will not be applied. …
10/12/10:
- 22:11 Ticket #12561 ([wxOSX-Cocoa] Enter Window, Motion, Leave Window Events) created by
- wxOSX-Cocoa and wxOSX-Carbon seem to report mouse events differently to wx …
- 18:05 Ticket #12560 (Can't create build.cfg for wxWidgets-2.9.1) created by
- Hello, I build wxWidgets2.9.1 (.7z from SF.net) with gcc 4.5, but it can't …
- 09:46 Changeset [65793] by
- Minor cleanup and removal of dead code
- 05:17 Ticket #12559 (wxDataViewCtrl with wxDataViewVirtualListModel returns invalid selections ...) created by
- This problem is specific to the generic implementation. When the new size …
10/11/10:
- 20:47 Ticket #12558 (borland 551 fix for wxMSW 2.9.x branch) created by
- This is a patch submission for the latest wxMSW-trunk. The changes in the …
- 00:52 Ticket #12557 (Allow hiding wxGrid columns) created by
- Hello friends! There are two useful functions in wxGrid class: …
10/10/10:
- 17:54 Ticket #12556 (Format strings in wxImage with wxBitmapType fail wxFormatString assert) created by
- Several calls to wxLogError and wxLogWarning in src/common/image.cpp …
- 14:28 Changeset [65792] by
- Tag Editra 0.5.86
- 12:50 Changeset [65791] by
- bump version number
- 12:47 Changeset [65790] by
- Handle and ignore errors on shutdown
- 05:48 Changeset [65789] by
- Move wxList::Member() to pseudo-template base list class. Member() should …
- 04:55 Ticket #12555 (Unify the check for valid styles in wxCheckBox) created by
- Every wxCheckBox port is basically doing the same style flag check, but …
- 03:10 Ticket #12554 (wxCocoa app crashes) created by
- App crashes with First case: ./src/osx/core/bitmap.cpp(590): assert "err …
- 02:34 Ticket #12552 (Crash when adding columns to any wxPGProperty) closed by
- fixed: (In [65788]) When wxPGProperty is un-attached from wxPropertyGrid, keep …
- 02:34 Changeset [65788] by
- When wxPGProperty is un-attached from wxPropertyGrid, keep its 'default' …
- 02:16 Ticket #12553 ("Task dialog support unexpectedly not available" in msgdlg.cpp(773)) created by
- wxMessageDialog* dialog = new …
- 01:32 Ticket #11787 (propertygrid module init/exit incomplete, causes crash in second wxEntry, ...) closed by
- fixed: (In [65787]) Also reset DatePicker property editor's global pointer (fixes …
- 01:32 Changeset [65787] by
- Also reset DatePicker property editor's global pointer (fixes #11787)
10/09/10:
- 22:56 Ticket #12552 (Crash when adding columns to any wxPGProperty) created by
- I ran into a problem where I was trying to show a property grid with 3 …
10/08/10:
- 15:17 Changeset [65786] by
- Compile fix
- 14:51 Changeset [65785] by
- Blind fix for Mac compile problem
- 09:39 Ticket #12551 (wxMemoryFS bug with Windows filenames) created by
- I added a file to a MemoryFS […] but then I couldn't retrieve it: …
- 08:15 Ticket #12550 (wxBitmapButton does not draw correctly up button presses when a "selected' ...) created by
- Note: I have only verified that this bug exists under Windows XP. When a …
- 04:16 Changeset [65784] by
- Fix for wxChm
- 04:16 Changeset [65783] by
- Fix for wxChm
10/07/10:
- 14:25 Ticket #12548 (Add wxCommandLineUsageMessageBox()) reopened by
- Ok, let's have it even though I really am not sure how is this …
- 13:57 Ticket #12548 (Add wxCommandLineUsageMessageBox()) closed by
- fixed
- 13:57 Changeset [65782] by
- Don't use default "Error" title for wxMessageOutputBest message box. Use …
- 13:43 Changeset [65781] by
- Remove unnecessary check from IPC sample. No real changes, just remove a …
- 10:11 Ticket #12549 (Usage dialog: bad text) created by
- If you have this sequence in your app the text in the usage dialog …
- 09:58 Ticket #12548 (Add wxCommandLineUsageMessageBox()) created by
- 09:00 Ticket #12547 (Controls in a frame that are re-enabled while showing a modal dialog ...) created by
- I'm attaching a patch to the minimal sample showing what I think is a …
Note: See TracTimeline
for information about the timeline view.
