2013-05-06 |
Vadim Zeitlin | No changes, just a small optimization in DataStreamTest... |
commit | commitdiff | tree | snapshot |
2013-05-06 |
Vadim Zeitlin | No real changes, just rename double variables to "d". |
commit | commitdiff | tree | snapshot |
2013-05-06 |
Vadim Zeitlin | Extract common parts of wxData{In,Out}putStream in... |
commit | commitdiff | tree | snapshot |
2013-05-05 |
Vadim Zeitlin | Don't use gtk_file_chooser_set_filename() for save... |
commit | commitdiff | tree | snapshot |
2013-05-05 |
Steve Lamerton | Speculative fix for wxWebView unit tests on OSX. |
commit | commitdiff | tree | snapshot |
2013-05-05 |
Vadim Zeitlin | Correct misleading error message in locale mismatch... |
commit | commitdiff | tree | snapshot |
2013-05-05 |
Vadim Zeitlin | Use wxWindow::Refresh() instead of artificial wxPaintEv... |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Vadim Zeitlin | Fix event handling order in doc/view framework. |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Vadim Zeitlin | Forward events to active child at MSW, not wx, level... |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Vadim Zeitlin | Factor out functions dealing with menus in the event... |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Vadim Zeitlin | Add public wxDocManager::GetAnyUsableView(). |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Vadim Zeitlin | Use correct line numbers in assert failures in event... |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Vadim Zeitlin | Consistently set wxMenuBar parent in all ports. |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Vadim Zeitlin | Pass menu events to the handler in the associated menu... |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Vadim Zeitlin | Fix menu event handlers calling order. |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Vadim Zeitlin | Mention using wxString::c_str() with vararg functions... |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Vadim Zeitlin | Expand wxString overview and document some problems... |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Vadim Zeitlin | Copy max width of wxGridCellTextEditor when cloning it. |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Vadim Zeitlin | Remove the apparently unneeded wxPGPropArgCls default... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Robin Dunn | export wxRichTextObjectPtrArrayArray since it is used... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Robin Dunn | Richtext interface fixes and additions for Phoenix |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Robin Dunn | Richtext interface fixes and additions for Phoenix |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Robin Dunn | Documentation tweaks for wxFontInfo |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Robin Dunn | Add wxICON_AUTH_NEEDED |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Vadim Zeitlin | Compilation fix for wxFont in wxGTK1. |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Vadim Zeitlin | Fix wxFont test compilation after wxFont(int flags... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Vadim Zeitlin | Use WXUNUSED() to suppress unused parameter warnings. |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Vadim Zeitlin | Work around harmless g++ warning about possible uniniti... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Vadim Zeitlin | Add a trivial virtual dtor to suppress g++ warnings. |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Vadim Zeitlin | Add wxFontInfo class to allow using named parameters... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Vadim Zeitlin | Allow using wxDEFAULT as font size in wxOSX. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Vadim Zeitlin | Fix VC6 compilation after r73880. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Vadim Zeitlin | Fix assert when adding items with bitmaps wxBitmapComboBox. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Vadim Zeitlin | Trying to blindly fix WebTestCase unit test failure. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Vadim Zeitlin | Add empty paragraph in wxRichTextTable::AddColumns... |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Vadim Zeitlin | Add support for wxICON_AUTH_NEEDED to wxMessageDialog. |
commit | commitdiff | tree | snapshot |
2013-04-28 |
Vadim Zeitlin | Really fix the problem with caret in wxGrid text editor... |
commit | commitdiff | tree | snapshot |
2013-04-28 |
Vadim Zeitlin | No real changes, just make wxGridCellEditor accessors... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
Vadim Zeitlin | wxOSX: store the menu title when inserting it in the... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
Vadim Zeitlin | Remove "Windows only" mention from wxTE_PROCESS_ENTER... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
Vadim Zeitlin | Test wxTE_PROCESS_ENTER in the combobox page of the... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
Vadim Zeitlin | Minor visual enhancement in the combobox page of the... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
Robin Dunn | revert part of last change, run configure from the... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
Robin Dunn | Add wxEVT_DIRCTRL_CHANGED |
commit | commitdiff | tree | snapshot |
2013-04-26 |
Robin Dunn | Changes needed to help builder.py be more generic and... |
commit | commitdiff | tree | snapshot |
2013-04-25 |
Vadim Zeitlin | Fix generic wxDataViewToggleRenderer hit testing with... |
commit | commitdiff | tree | snapshot |
2013-04-25 |
Vadim Zeitlin | Fix compilation-breaking typo in the previous commit. |
commit | commitdiff | tree | snapshot |
2013-04-25 |
Vadim Zeitlin | Fix wxWebView test setup failure under OS X. |
commit | commitdiff | tree | snapshot |
2013-04-25 |
Vadim Zeitlin | Fix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event... |
commit | commitdiff | tree | snapshot |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
commit | commitdiff | tree | snapshot |
2013-04-25 |
Vadim Zeitlin | Small fixes after wxHtmlTagHandler::GetParser() addition. |
commit | commitdiff | tree | snapshot |
2013-04-24 |
Vadim Zeitlin | Fix showing back hidden columns and rows in wxGrid. |
commit | commitdiff | tree | snapshot |
2013-04-24 |
Robin Dunn | Add documentation for some additional cell types so... |
commit | commitdiff | tree | snapshot |
2013-04-24 |
Robin Dunn | Add ctor for wxHtmlWinTagHandler |
commit | commitdiff | tree | snapshot |
2013-04-24 |
Robin Dunn | Add GetParser methods for the tag handlers |
commit | commitdiff | tree | snapshot |
2013-04-23 |
Vadim Zeitlin | Really fix hit testing in the generic wxDataViewToggleR... |
commit | commitdiff | tree | snapshot |
2013-04-22 |
Vadim Zeitlin | Add wxSocketBase::GetSocket(). |
commit | commitdiff | tree | snapshot |
2013-04-22 |
Vadim Zeitlin | Add test for correct short/long file names in wxDir. |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Vadim Zeitlin | Fix hit testing in generic wxDataViewToggleRenderer. |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Vadim Zeitlin | Reset sorting column in generic wxDataViewCtrl properly. |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Vadim Zeitlin | Add wxTextEntryDialog::SetMaxLength(). |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Vadim Zeitlin | Standardize on using "Added" instead of "Add" in the... |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Vadim Zeitlin | EVT_TREE_STATE_IMAGE_CLICK is not Windows-only any... |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Vadim Zeitlin | Remove "ED" suffix from EVT_DATAVIEW_COLUMN_HEADER_RIGH... |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Vadim Zeitlin | Document lack of wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_C... |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Vadim Zeitlin | Fix wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK name... |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Robin Dunn | Add missing interface items for Phoenix |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Vadim Zeitlin | Document that wxPoint(wxRealPoint) ctor truncates,... |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Robin Dunn | Ensure there is valid context for DrawRectangle |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Vadim Zeitlin | Check that focused window is non-NULL before using... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Vadim Zeitlin | Add missing t_str() call to fix wxUSE_STL build after... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Robin Dunn | also check for the SDK in subtrees used by newer XCodes |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Vadim Zeitlin | Added chainable wxWizardPageSimple::Chain() overload. |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Robin Dunn | Cut is documented in wxTextEntry now |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Robin Dunn | Add missing doc for Cut() |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Stefan Csomor | removing codewarrior support |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Vadim Zeitlin | Use API_VERSION_NUMBER for debug help API version check. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Vadim Zeitlin | Support Unicode module names in wxDynamicLibrary::MSWGe... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Vadim Zeitlin | Remove rightarr.cur which doesn't exist any more from... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Vadim Zeitlin | Check that files returned from wxDir::FindXXX() match... |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Vadim Zeitlin | Allow to customize wxGrid column auto-sizing. |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Vadim Zeitlin | Use LF eol-style svn property for all Unix-only files. |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Vadim Zeitlin | Basque translations update from Xabier Aramendi. |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Julian Smart | Don't reset URL if applying character style |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Robin Dunn | /dev/null may not exist, be smarter about it |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Václav Slavík | Fix spurious errors about removing nonexistent files... |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Vadim Zeitlin | Document wxTextEntryDialog::SetTextValidator(). |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Vadim Zeitlin | Fix wxTextEntryDialog::GetValue() when using SetTextVal... |
commit | commitdiff | tree | snapshot |
2013-04-03 |
Václav Slavík | Use the same wxDEBUG_LEVEL settings for Xcode projects... |
commit | commitdiff | tree | snapshot |
2013-04-03 |
Robin Dunn | Add wxRect::SetPosition |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Vadim Zeitlin | Don't use GetStandardCmdLineOptions() under non-Unix... |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Julian Smart | Corrected code that re-encodes the book title. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Make wxToolBar styles consistent and add wxTB_DEFAULT_S... |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Remove wxTextCtrl::OnEnabled() hack from wxGTK. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Explicitly trigger wxNotebook layout in wxMSW to ensure... |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Added wxSearchCtrl to list of currently non-native... |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Fix the style value in wxWizard::Create() documentation. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Fix the header to be included in wxStringTokenizer... |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Document wxDateTime arithmetic operators. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Document wxDataView{List,Tree}Ctrl as only available... |
commit | commitdiff | tree | snapshot |
next |