2013-05-06 |
Vadim Zeitlin | Fix a typo in wxNumberFormatter styles documentation.
|
commit | commitdiff | tree |
2013-05-06 |
Vadim Zeitlin | Add IEEE 754 single/double precision support to wxDataStream...
|
commit | commitdiff | tree |
2013-05-06 |
Vadim Zeitlin | Minor wording fixes in wxDataStream classes documentation.
|
commit | commitdiff | tree |
2013-05-06 |
Vadim Zeitlin | Test wxDataStream floating point methods in big endian...
|
commit | commitdiff | tree |
2013-05-06 |
Vadim Zeitlin | No changes, just a small optimization in DataStreamTestCase.
|
commit | commitdiff | tree |
2013-05-06 |
Vadim Zeitlin | No real changes, just rename double variables to "d".
|
commit | commitdiff | tree |
2013-05-06 |
Vadim Zeitlin | Extract common parts of wxData{In,Out}putStream in...
|
commit | commitdiff | tree |
2013-05-05 |
Vadim Zeitlin | Don't use gtk_file_chooser_set_filename() for save...
|
commit | commitdiff | tree |
2013-05-05 |
Vadim Zeitlin | Correct misleading error message in locale mismatch...
|
commit | commitdiff | tree |
2013-05-05 |
Vadim Zeitlin | Use wxWindow::Refresh() instead of artificial wxPaintEvent...
|
commit | commitdiff | tree |
2013-05-04 |
Vadim Zeitlin | Fix event handling order in doc/view framework.
|
commit | commitdiff | tree |
2013-05-04 |
Vadim Zeitlin | Forward events to active child at MSW, not wx, level...
|
commit | commitdiff | tree |
2013-05-04 |
Vadim Zeitlin | Factor out functions dealing with menus in the event...
|
commit | commitdiff | tree |
2013-05-04 |
Vadim Zeitlin | Add public wxDocManager::GetAnyUsableView().
|
commit | commitdiff | tree |
2013-05-04 |
Vadim Zeitlin | Use correct line numbers in assert failures in event...
|
commit | commitdiff | tree |
2013-05-04 |
Vadim Zeitlin | Consistently set wxMenuBar parent in all ports.
|
commit | commitdiff | tree |
2013-05-04 |
Vadim Zeitlin | Pass menu events to the handler in the associated menu...
|
commit | commitdiff | tree |
2013-05-04 |
Vadim Zeitlin | Fix menu event handlers calling order.
|
commit | commitdiff | tree |
2013-05-02 |
Vadim Zeitlin | Mention using wxString::c_str() with vararg functions...
|
commit | commitdiff | tree |
2013-05-02 |
Vadim Zeitlin | Expand wxString overview and document some problems...
|
commit | commitdiff | tree |
2013-05-01 |
Vadim Zeitlin | Copy max width of wxGridCellTextEditor when cloning it.
|
commit | commitdiff | tree |
2013-05-01 |
Vadim Zeitlin | Remove the apparently unneeded wxPGPropArgCls default...
|
commit | commitdiff | tree |
2013-04-30 |
Vadim Zeitlin | Compilation fix for wxFont in wxGTK1.
|
commit | commitdiff | tree |
2013-04-30 |
Vadim Zeitlin | Fix wxFont test compilation after wxFont(int flags...
|
commit | commitdiff | tree |
2013-04-30 |
Vadim Zeitlin | Use WXUNUSED() to suppress unused parameter warnings.
|
commit | commitdiff | tree |
2013-04-30 |
Vadim Zeitlin | Work around harmless g++ warning about possible uninitialize...
|
commit | commitdiff | tree |
2013-04-30 |
Vadim Zeitlin | Add a trivial virtual dtor to suppress g++ warnings.
|
commit | commitdiff | tree |
2013-04-30 |
Vadim Zeitlin | Add wxFontInfo class to allow using named parameters...
|
commit | commitdiff | tree |
2013-04-30 |
Vadim Zeitlin | Allow using wxDEFAULT as font size in wxOSX.
|
commit | commitdiff | tree |
2013-04-29 |
Vadim Zeitlin | Fix VC6 compilation after r73880.
|
commit | commitdiff | tree |
2013-04-29 |
Vadim Zeitlin | Fix assert when adding items with bitmaps wxBitmapComboBox.
|
commit | commitdiff | tree |
2013-04-29 |
Vadim Zeitlin | Trying to blindly fix WebTestCase unit test failure.
|
commit | commitdiff | tree |
2013-04-29 |
Vadim Zeitlin | Add empty paragraph in wxRichTextTable::AddColumns...
|
commit | commitdiff | tree |
2013-04-29 |
Vadim Zeitlin | Add support for wxICON_AUTH_NEEDED to wxMessageDialog.
|
commit | commitdiff | tree |
2013-04-28 |
Vadim Zeitlin | Really fix the problem with caret in wxGrid text editor...
|
commit | commitdiff | tree |
2013-04-28 |
Vadim Zeitlin | No real changes, just make wxGridCellEditor accessors...
|
commit | commitdiff | tree |
2013-04-26 |
Vadim Zeitlin | wxOSX: store the menu title when inserting it in the...
|
commit | commitdiff | tree |
2013-04-26 |
Vadim Zeitlin | Remove "Windows only" mention from wxTE_PROCESS_ENTER...
|
commit | commitdiff | tree |
2013-04-26 |
Vadim Zeitlin | Test wxTE_PROCESS_ENTER in the combobox page of the...
|
commit | commitdiff | tree |
2013-04-26 |
Vadim Zeitlin | Minor visual enhancement in the combobox page of the...
|
commit | commitdiff | tree |
2013-04-25 |
Vadim Zeitlin | Fix generic wxDataViewToggleRenderer hit testing with...
|
commit | commitdiff | tree |
2013-04-25 |
Vadim Zeitlin | Fix compilation-breaking typo in the previous commit.
|
commit | commitdiff | tree |
2013-04-25 |
Vadim Zeitlin | Fix wxWebView test setup failure under OS X.
|
commit | commitdiff | tree |
2013-04-25 |
Vadim Zeitlin | Fix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event...
|
commit | commitdiff | tree |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants.
|
commit | commitdiff | tree |
2013-04-25 |
Vadim Zeitlin | Small fixes after wxHtmlTagHandler::GetParser() addition.
|
commit | commitdiff | tree |
2013-04-24 |
Vadim Zeitlin | Fix showing back hidden columns and rows in wxGrid.
|
commit | commitdiff | tree |
2013-04-23 |
Vadim Zeitlin | Really fix hit testing in the generic wxDataViewToggleRenderer.
|
commit | commitdiff | tree |
2013-04-22 |
Vadim Zeitlin | Add wxSocketBase::GetSocket().
|
commit | commitdiff | tree |
2013-04-22 |
Vadim Zeitlin | Add test for correct short/long file names in wxDir.
|
commit | commitdiff | tree |
2013-04-21 |
Vadim Zeitlin | Fix hit testing in generic wxDataViewToggleRenderer.
|
commit | commitdiff | tree |
2013-04-21 |
Vadim Zeitlin | Reset sorting column in generic wxDataViewCtrl properly.
|
commit | commitdiff | tree |
2013-04-20 |
Vadim Zeitlin | Add wxTextEntryDialog::SetMaxLength().
|
commit | commitdiff | tree |
2013-04-20 |
Vadim Zeitlin | Standardize on using "Added" instead of "Add" in the...
|
commit | commitdiff | tree |
2013-04-19 |
Vadim Zeitlin | EVT_TREE_STATE_IMAGE_CLICK is not Windows-only any...
|
commit | commitdiff | tree |
2013-04-17 |
Vadim Zeitlin | Remove "ED" suffix from EVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLI...
|
commit | commitdiff | tree |
2013-04-17 |
Vadim Zeitlin | Document lack of wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK...
|
commit | commitdiff | tree |
2013-04-17 |
Vadim Zeitlin | Fix wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK name...
|
commit | commitdiff | tree |
2013-04-16 |
Vadim Zeitlin | Document that wxPoint(wxRealPoint) ctor truncates,...
|
commit | commitdiff | tree |
2013-04-11 |
Vadim Zeitlin | Check that focused window is non-NULL before using...
|
commit | commitdiff | tree |
2013-04-11 |
Vadim Zeitlin | Add missing t_str() call to fix wxUSE_STL build after...
|
commit | commitdiff | tree |
2013-04-10 |
Vadim Zeitlin | Added chainable wxWizardPageSimple::Chain() overload.
|
commit | commitdiff | tree |
2013-04-08 |
Vadim Zeitlin | Use API_VERSION_NUMBER for debug help API version check.
|
commit | commitdiff | tree |
2013-04-08 |
Vadim Zeitlin | Support Unicode module names in wxDynamicLibrary::MSWGetModu...
|
commit | commitdiff | tree |
2013-04-08 |
Vadim Zeitlin | Remove rightarr.cur which doesn't exist any more from...
|
commit | commitdiff | tree |
2013-04-08 |
Vadim Zeitlin | Check that files returned from wxDir::FindXXX() match...
|
commit | commitdiff | tree |
2013-04-05 |
Vadim Zeitlin | Allow to customize wxGrid column auto-sizing.
|
commit | commitdiff | tree |
2013-04-05 |
Vadim Zeitlin | Use LF eol-style svn property for all Unix-only files.
|
commit | commitdiff | tree |
2013-04-05 |
Vadim Zeitlin | Basque translations update from Xabier Aramendi.
|
commit | commitdiff | tree |
2013-04-04 |
Vadim Zeitlin | Document wxTextEntryDialog::SetTextValidator().
|
commit | commitdiff | tree |
2013-04-04 |
Vadim Zeitlin | Fix wxTextEntryDialog::GetValue() when using SetTextValidator().
|
commit | commitdiff | tree |
2013-04-01 |
Vadim Zeitlin | Don't use GetStandardCmdLineOptions() under non-Unix...
|
commit | commitdiff | tree |
2013-03-31 |
Vadim Zeitlin | Make wxToolBar styles consistent and add wxTB_DEFAULT_STYLE.
|
commit | commitdiff | tree |
2013-03-31 |
Vadim Zeitlin | Remove wxTextCtrl::OnEnabled() hack from wxGTK.
|
commit | commitdiff | tree |
2013-03-31 |
Vadim Zeitlin | Explicitly trigger wxNotebook layout in wxMSW to ensure...
|
commit | commitdiff | tree |
2013-03-31 |
Vadim Zeitlin | Added wxSearchCtrl to list of currently non-native...
|
commit | commitdiff | tree |
2013-03-31 |
Vadim Zeitlin | Fix the style value in wxWizard::Create() documentation.
|
commit | commitdiff | tree |
2013-03-31 |
Vadim Zeitlin | Fix the header to be included in wxStringTokenizer...
|
commit | commitdiff | tree |
2013-03-31 |
Vadim Zeitlin | Document wxDateTime arithmetic operators.
|
commit | commitdiff | tree |
2013-03-31 |
Vadim Zeitlin | Document wxDataView{List,Tree}Ctrl as only available...
|
commit | commitdiff | tree |
2013-03-31 |
Vadim Zeitlin | Remove wx{File,Dir}PickerCtrl::CheckPath() declaration.
|
commit | commitdiff | tree |
2013-03-31 |
Vadim Zeitlin | Remove remaining occurrences of wxUSE_XPM_IN_MSW.
|
commit | commitdiff | tree |
2013-03-31 |
Vadim Zeitlin | Add a comment with links to proper command line parsing...
|
commit | commitdiff | tree |
2013-03-29 |
Vadim Zeitlin | Fix program not shutting down when using Ubuntu app...
|
commit | commitdiff | tree |
2013-03-29 |
Vadim Zeitlin | Mention the relationship of wxDocument::Activate()...
|
commit | commitdiff | tree |
2013-03-29 |
Vadim Zeitlin | Minor documentation corrections in wxBookCtrlBase.
|
commit | commitdiff | tree |
2013-03-29 |
Vadim Zeitlin | Added wxBookCtrlBase::FindPage().
|
commit | commitdiff | tree |
2013-03-27 |
Vadim Zeitlin | Fix assert when constructing invalid wxGBSpan inside...
|
commit | commitdiff | tree |
2013-03-27 |
Vadim Zeitlin | Add wxDocManager::FindDocumentByPath() helper.
|
commit | commitdiff | tree |
2013-03-27 |
Vadim Zeitlin | Fix display of empty wxStaticBoxSizers.
|
commit | commitdiff | tree |
2013-03-26 |
Vadim Zeitlin | Add wxDocument::Activate() method.
|
commit | commitdiff | tree |
2013-03-26 |
Vadim Zeitlin | Initialize Unicode code when generating wxEVT_CHAR_HOOK...
|
commit | commitdiff | tree |
2013-03-26 |
Vadim Zeitlin | Use WXK_DELETE as Unicode key code for VK_DELETE in...
|
commit | commitdiff | tree |
2013-03-26 |
Vadim Zeitlin | Use wxCONTROL_PRESSED instead of wxCONTROL_SELECTED...
|
commit | commitdiff | tree |
2013-03-26 |
Vadim Zeitlin | No changes, just remove wxGtkIMData forward declarations.
|
commit | commitdiff | tree |
2013-03-22 |
Vadim Zeitlin | Add GdkEventKey declaration fix PCH-less build.
|
commit | commitdiff | tree |
2013-03-21 |
Vadim Zeitlin | Add IM and full wxEVT_CHAR support to wxTextCtrl and...
|
commit | commitdiff | tree |
2013-03-21 |
Vadim Zeitlin | Allow using either single or multi line wxTextCtrl...
|
commit | commitdiff | tree |
2013-03-21 |
Vadim Zeitlin | Refactor wxGTK IM-related code to allow future modifications.
|
commit | commitdiff | tree |
2013-03-21 |
Vadim Zeitlin | Tweak wxGTK keyboard handling to allow accelerators...
|
commit | commitdiff | tree |
next |