Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04
Changelog for wxWidgets (70435 changes):
2010-08-05 12:04 SJL, revision 65199- A /wxWidgets/branches/SOC2010_GUI_TEST/tests/controls/hyperlinkctrltest.cpp
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/test.bkl
2010-08-04 18:34 SJL, revision 65194Add a set of tests for wxHyperLinkCtrl. This adds tests for colour and url getters and setters and click events.
2010-08-04 16:57 VS, revision 65192A series of new wxWindow tests for cursor and caret, property, tooltip, help, parent and sibling functions.
2010-08-04 16:49 SJL, revision 65191Fix attributes escaping when writing XML. wxXmlDocument didn't correctly escape some characters that the spec says must be escaped. Behaves correctly now. Fixes #12275.
2010-08-04 16:48 SJL, revision 65190Many new tests for wxRichTextCtrl.
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/controls/itemcontainertest.cpp
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/controls/itemcontainertest.h
2010-08-04 16:46 SJL, revision 65189Remove a few un-needed calls to Clear in the existing wxItemContainer tests. Add a new test for the SetString function.
2010-08-04 16:45 SJL, revision 65188Add a set of new wxListBox tests for item click events, hit testing and a specific test for bug #12143.
2010-08-04 16:45 SJL, revision 65187Add a basic test for RowCount to NotebookTestCase in wxMSW.
2010-08-04 16:43 SJL, revision 65186Add tests for item tooltip support, selection, count and setstring to RadioBoxTest.
2010-08-04 16:42 SJL, revision 65185Add missing radiobutton entry to the bakefile.
2010-08-04 16:37 SJL, revision 65184Add a new set of tests for wxRadioButton. This adds tests for events, Get/SetValue and button grouping.
2010-08-04 16:36 SJL, revision 65183Add a test for thumb events to the wxSlider tests.
2010-08-04 16:35 SJL, revision 65182Tidy up the wxUIActionSimulator documentation, remove the out of date note, improve some formatting and update the keyboard functions.
2010-08-04 16:34 SJL, revision 65181Clarify a few parts of the wxHtmlWindow documentation, especially for LoadFile and SetPage. Also tidy a few grammatical errors.
2010-08-04 16:33 SJL, revision 65180Add tests for correctly parsing the page title, correct events for clicking cells and links and a test for AppendToPage for wxHtmlWindow.
2010-08-04 16:29 SJL, revision 65179Add new tests to GridTestCase for various selection modes, cell formatting options, editability and read only status. Also use the various existing column tests to check the correct functionality under native column labels as well as native column headers.
2010-08-04 16:27 SJL, revision 65178Add an extra check to ensure that GetBitmapSize returns the correct value.
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/controls/choicebooktest.cpp
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/controls/listbooktest.cpp
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/controls/toolbooktest.cpp
2010-08-04 16:26 SJL, revision 65177Add tests to ensure that the various two part wxBookCtrl implementations return a correct sub-control, for example wxListBook returns a valid wxListView.
2010-08-04 16:08 SJL, revision 65176Expand the ButtonTestCase example to include tests for Set/GetAuthNeeded, bitmap margins and bitmap setting.
2010-08-04 16:05 SJL, revision 65175Add extras tests for menu popup and dismissal under wxMSW and recent wxGTK, item sorting and correct handling of readonly to ComboBoxTestCase.
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/controls/listbasetest.cpp
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/controls/listbasetest.h
2010-08-04 15:44 SJL, revision 65174Add new ListBaseTestCase tests for label edit events, image list assigning and item sorting.
2010-08-04 15:38 SJL, revision 65173Add new wxTreeCtrl tests for item focus, bold, visibility, sorting and keyboard navigation.
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/asserthelper.cpp
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/asserthelper.h
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/sizers/boxsizer.cpp
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/test.bkl
- M /wxWidgets/branches/SOC2010_GUI_TEST/tests/window/setsize.cpp
2010-08-04 01:41 RAW, revision 65172Move wxSize helper function to asserthelper and add the missing entry to bakefile.
- M /wxWidgets/branches/SOC2010_WIN7_UI/build/bakefiles/files.bkl
- M /wxWidgets/branches/SOC2010_WIN7_UI/build/msw/makefile.bcc
- M /wxWidgets/branches/SOC2010_WIN7_UI/build/msw/makefile.gcc
- M /wxWidgets/branches/SOC2010_WIN7_UI/build/msw/makefile.vc
- M /wxWidgets/branches/SOC2010_WIN7_UI/build/msw/makefile.wat
- M /wxWidgets/branches/SOC2010_WIN7_UI/build/msw/wx_core.dsp
- M /wxWidgets/branches/SOC2010_WIN7_UI/build/msw/wx_vc7_core.vcproj
- M /wxWidgets/branches/SOC2010_WIN7_UI/build/msw/wx_vc8_core.vcproj
- M /wxWidgets/branches/SOC2010_WIN7_UI/build/msw/wx_vc9_core.vcproj
- M /wxWidgets/branches/SOC2010_WIN7_UI/include/wx/generic/progdlgg.h
- A /wxWidgets/branches/SOC2010_WIN7_UI/include/wx/msw/progdlg.h
- M /wxWidgets/branches/SOC2010_WIN7_UI/include/wx/progdlg.h
- M /wxWidgets/branches/SOC2010_WIN7_UI/Makefile.in
- M /wxWidgets/branches/SOC2010_WIN7_UI/samples/dialogs/dialogs.cpp
- M /wxWidgets/branches/SOC2010_WIN7_UI/src/generic/printps.cpp
- M /wxWidgets/branches/SOC2010_WIN7_UI/src/generic/progdlgg.cpp
- A /wxWidgets/branches/SOC2010_WIN7_UI/src/msw/progdlg.cpp
2010-08-03 21:31 JTN, revision 65171Native MSW wxProgressDialog implementation using task dialogs.
- M /wxWidgets/branches/wxQT/include/wx/qt/dc.h
- M /wxWidgets/branches/wxQT/include/wx/qt/window.h
- M /wxWidgets/branches/wxQT/src/qt/dc.cpp
- M /wxWidgets/branches/wxQT/src/qt/dcclient.cpp
- M /wxWidgets/branches/wxQT/src/qt/dcmemory.cpp
- M /wxWidgets/branches/wxQT/src/qt/window.cpp
2010-08-03 19:15 JS, revision 65170Changes to wxDC: - Implemented raster operations - Moved QImage buffer from wxDC to wxWindow. This allows multiple wxPaintDC's to be used in the same paint event - Fixed GetFont/Brush/Pen... - Take into account pen width when drawing rectangles and the like
2010-08-03 19:14 JS, revision 65169Don't reset bullet number and outline number when applying style sheet.
2010-08-03 15:37 JTN, revision 65168Don't reset bullet number and outline number when applying style sheet.
- M /wxWidgets/branches/wxQT/include/wx/qt/dc.h
- M /wxWidgets/branches/wxQT/include/wx/qt/dcclient.h
- M /wxWidgets/branches/wxQT/include/wx/qt/dcmemory.h
- M /wxWidgets/branches/wxQT/src/qt/dc.cpp
- M /wxWidgets/branches/wxQT/src/qt/dcclient.cpp
- M /wxWidgets/branches/wxQT/src/qt/dcmemory.cpp
2010-08-03 14:59 VS, revision 65167wxDC: Blitting support (Implemented painting to a QImage first, then to the actual device)
2010-08-03 13:28 JTN, revision 65166Fix MSVC warning about int->bool conversion.
2010-08-02 23:14 RAW, revision 65162wxDC: useMask implemented
2010-08-02 15:26 JS, revision 65157Removed use of a compatibility header.
2010-08-01 21:48 JTN, revision 65156Don't create a font when converting to wxTextAttrEx unless one exists in the wxRichTextAttr
- M /wxWidgets/branches/wxQT/include/wx/qt/frame.h
- M /wxWidgets/branches/wxQT/include/wx/qt/toplevel.h
- M /wxWidgets/branches/wxQT/include/wx/qt/window.h
- M /wxWidgets/branches/wxQT/include/wx/qt/window_qt.h
- M /wxWidgets/branches/wxQT/src/qt/frame.cpp
- M /wxWidgets/branches/wxQT/src/qt/msgdlg.cpp
- M /wxWidgets/branches/wxQT/src/qt/toplevel.cpp
- M /wxWidgets/branches/wxQT/src/qt/window.cpp
- M /wxWidgets/branches/wxQT/src/qt/window_qt.cpp
2010-08-01 15:40 PMO, revision 65155Window styles for wxWindow, wxTopLevelWindow, wxFrame, wxMessageDialog. Changed wxWindow implementation to QFrame (to allow for borders)
- M /wxWidgets/branches/wxQT/build/bakefiles/files.bkl
- M /wxWidgets/branches/wxQT/include/wx/qt/bmpbuttn.h
- M /wxWidgets/branches/wxQT/include/wx/qt/button.h
- M /wxWidgets/branches/wxQT/include/wx/qt/checkbox.h
- M /wxWidgets/branches/wxQT/include/wx/qt/checklst.h
- M /wxWidgets/branches/wxQT/include/wx/qt/choice.h
- M /wxWidgets/branches/wxQT/include/wx/qt/combobox.h
- A /wxWidgets/branches/wxQT/include/wx/qt/combobox_qt.h
- M /wxWidgets/branches/wxQT/include/wx/qt/control.h
- M /wxWidgets/branches/wxQT/include/wx/qt/converter.h
- M /wxWidgets/branches/wxQT/include/wx/qt/gauge.h
- M /wxWidgets/branches/wxQT/include/wx/qt/listbox.h
- M /wxWidgets/branches/wxQT/include/wx/qt/notebook.h
- M /wxWidgets/branches/wxQT/include/wx/qt/radiobut.h
- M /wxWidgets/branches/wxQT/include/wx/qt/slider.h
- M /wxWidgets/branches/wxQT/include/wx/qt/statbmp.h
- M /wxWidgets/branches/wxQT/include/wx/qt/stattext.h
- M /wxWidgets/branches/wxQT/include/wx/qt/textctrl.h
- M /wxWidgets/branches/wxQT/include/wx/qt/textentry.h
- M /wxWidgets/branches/wxQT/Makefile.in
- M /wxWidgets/branches/wxQT/src/qt/bmpbuttn.cpp
- M /wxWidgets/branches/wxQT/src/qt/button.cpp
- M /wxWidgets/branches/wxQT/src/qt/checkbox.cpp
- M /wxWidgets/branches/wxQT/src/qt/checklst.cpp
- M /wxWidgets/branches/wxQT/src/qt/choice.cpp
- M /wxWidgets/branches/wxQT/src/qt/combobox.cpp
- A /wxWidgets/branches/wxQT/src/qt/combobox_qt.cpp
- M /wxWidgets/branches/wxQT/src/qt/control.cpp
- M /wxWidgets/branches/wxQT/src/qt/converter.cpp
- M /wxWidgets/branches/wxQT/src/qt/gauge.cpp
- M /wxWidgets/branches/wxQT/src/qt/listbox.cpp
- M /wxWidgets/branches/wxQT/src/qt/notebook.cpp
- M /wxWidgets/branches/wxQT/src/qt/radiobut.cpp
- M /wxWidgets/branches/wxQT/src/qt/scrolbar.cpp
- M /wxWidgets/branches/wxQT/src/qt/slider.cpp
- M /wxWidgets/branches/wxQT/src/qt/statbmp.cpp
- M /wxWidgets/branches/wxQT/src/qt/stattext.cpp
- M /wxWidgets/branches/wxQT/src/qt/textctrl.cpp
- M /wxWidgets/branches/wxQT/src/qt/textentry.cpp
- M /wxWidgets/branches/wxQT/src/qt/window.cpp
2010-08-01 12:11 VS, revision 65154Minimum implementation for wxCheckList, wxRadioButton, wxTextCtrl, wxButton, wxNotebook, wxBitmapButton, wxComboBox, wxStaticBitmap, wxSlider, wxStaticText, wxListBox, wxCheckBox, wxGauge, wxChoice
- M /wxWidgets/trunk/include/wx/msw/window.h
- M /wxWidgets/trunk/src/msw/radiobox.cpp
- M /wxWidgets/trunk/src/msw/spinctrl.cpp
- M /wxWidgets/trunk/src/msw/window.cpp
2010-08-01 01:51 RAW, revision 65153Fix Tab navigation when focused control is disabled.
2010-08-01 01:31 RAW, revision 65152Fully filled out configure.in with the settings for wxCommandLinkButton and wxRichMessageDialog.
- M /wxWidgets/branches/SOC2010_WIN7_UI/src/generic/commandlinkbuttong.cpp
- M /wxWidgets/branches/SOC2010_WIN7_UI/src/generic/richmsgdlgg.cpp
- M /wxWidgets/branches/SOC2010_WIN7_UI/src/msw/commandlinkbutton.cpp
- M /wxWidgets/branches/SOC2010_WIN7_UI/src/msw/richmsgdlg.cpp
2010-08-01 01:22 RAW, revision 65151Added wxRTTI information to platforms using generic wrappers for wxCommandLinkButton and wxRichMessageDialog.
- M /wxWidgets/branches/SOC2010_WIN7_UI/include/wx/msw/private/msgdlg.h
- M /wxWidgets/branches/SOC2010_WIN7_UI/src/msw/msgdlg.cpp
- M /wxWidgets/branches/SOC2010_WIN7_UI/src/msw/richmsgdlg.cpp
2010-07-31 21:53 JTN, revision 65150HasNativeTaskDialog() always returns false when task dialogs are not available at compile-time and moved to the wxMSWMessageDialog namespace.
2010-07-31 20:43 JTN, revision 65149Dialog fixes (crashed when exiting by clicking on top-right X)
- M /wxWidgets/branches/wxQT/include/wx/qt/accel.h
- M /wxWidgets/branches/wxQT/include/wx/qt/window.h
- M /wxWidgets/branches/wxQT/include/wx/qt/window_qt.h
- M /wxWidgets/branches/wxQT/src/qt/accel.cpp
- M /wxWidgets/branches/wxQT/src/qt/window.cpp
- M /wxWidgets/branches/wxQT/src/qt/window_qt.cpp
2010-07-30 12:15 JWE, revision 65142Accelerator implementation. Documented in wx/qt/accel.h
- M /wxWidgets/branches/SOC2010_MASKED_CTRL/src/common/maskedfield.cpp
- M /wxWidgets/branches/SOC2010_MASKED_CTRL/src/common/textcmn.cpp
- M /wxWidgets/branches/SOC2010_MASKED_CTRL/tests/masked/maskedfield.cpp
2010-07-30 11:19 JWE, revision 65141add F formatCodes and remove printf
- M /wxWidgets/branches/SOC2010_MASKED_CTRL/docs/doxygen/mainpages/samples.h
- M /wxWidgets/branches/SOC2010_MASKED_CTRL/include/wx/maskededit.h
- M /wxWidgets/branches/SOC2010_MASKED_CTRL/interface/wx/maskededit.h
- M /wxWidgets/branches/SOC2010_MASKED_CTRL/interface/wx/maskedfield.h
- M /wxWidgets/branches/SOC2010_MASKED_CTRL/interface/wx/textctrl.h
2010-07-29 22:54 VS, revision 65140add docs and sample doc
- M /wxWidgets/trunk/include/wx/dataview.h
- M /wxWidgets/trunk/src/generic/datavgen.cpp
- M /wxWidgets/trunk/src/gtk/dataview.cpp
2010-07-29 18:57 RR, revision 65139Fix wxDataViewCtrl to omit expander space for all kinds of lists. List-only models don't have expanders and so the control shouldn't reserve any space for them; the notion of expander column doesn't make sense here. Previously, this was done correctly only for wxDataViewVirtualListModel; "ordinary" list models, such as the one used by wxDataViewListCtrl, were treated as generic tree models and 0th column had ugly empty space reserved for (never used) expander. This patch fixes it by adding IsListModel() helper function in addition to existing IsVirtualListModel(). Some of the IsVirtualListModel() tests were changed into IsListModel() checks as appropriate.
2010-07-29 17:30 VS, revision 65138Add ability to render checkbox in undeterminate state, fixes #12290: wxRendererGTK does not support wx.CONTROL_UNDETERMINED for checkboxes
2010-07-28 20:22 VZ, revision 65131Fix gcc warning in wxDataViewListCtrl::ItemToRow().
2010-07-28 20:22 VZ, revision 65130Fix wxOSX wxTextCtrl refactoring of r65129. Add the Init() calls in wxNSTextFieldControl ctors forgotten the last time. Closes #12284.
2010-07-28 13:27 VZ, revision 65129Allow non-modal windows shown from modal dialogs to work in wxOSX. Use kCGUtilityWindowLevel for such windows instead of kCGFloatingWindowLevel and also call setWorksWhenModal:YES. Closes #12187.
- M /wxWidgets/trunk/include/wx/osx/cocoa/private/textimpl.h
- M /wxWidgets/trunk/include/wx/osx/core/private.h
- M /wxWidgets/trunk/src/osx/carbon/textctrl.cpp
- M /wxWidgets/trunk/src/osx/cocoa/combobox.mm
- M /wxWidgets/trunk/src/osx/cocoa/textctrl.mm
2010-07-28 13:26 VZ, revision 65128Add association between wxOSX wxTextWidgetImpl and wxTextEntry. This allows to always find the correct wxTextEntry to use in the implementation of text-related widgets without using any casts. Notably, the wrong up-cast of wxWindow to wxTextCtrl in wxNSTextFieldControl::controlAction() which resulted in a crash when the window was actually a wxComboBox can now be fixed. Closes #12284.
2010-07-28 13:26 VZ, revision 65127Correct the check for MRU menu items range. The last id of the range if offset by the first one by the number of items in the menu, not the base id of the file history menu. Closes #12141.
2010-07-28 13:26 VZ, revision 65126Correct id in the wxRichTextCtrl::OnUndo() documentation. wxID_PASTE was wrongly used instead of wxID_UNDO. Closes #12278.
Return after activating already opened document in wxDocManager. Add accidentally omitted "return" in wxDocManager::CreateDocument() to prevent recreating already opened documents. Closes #12277.