2010-09-30 |
Vadim Zeitlin | Correct handling of %hs and %ls in our wxPrintf() imple... |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Fix handling of asterisks in wxPrintf() implementation. |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Use Unix EOL format for the new files. |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Include correct headers from richtextimagedlg.*. |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Remove interface/implementation #pragmas from richtexti... |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Merge of SOC2010_RTC_IMAGES branch. |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Add EVT_RIBBONBAR_TAB_LEFT_DCLICK event. |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont... |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Improve mouse handling code in wxAuiToolBar. |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Include wx/defs.h before testing for wxUSE_RADIOBOX. |
tree | commitdiff |
2010-09-27 |
Vadim Zeitlin | Fix wx/event.h compilation with Sun CC compiler. |
tree | commitdiff |
2010-09-27 |
Vadim Zeitlin | Fix typo in wxStandardPathsBase::ResourceCat descriptio... |
tree | commitdiff |
2010-09-26 |
Vadim Zeitlin | Make wxDateTime::Tm::yday public and document it. |
tree | commitdiff |
2010-09-24 |
Jaakko Salli | Fixed PCH-less build |
tree | commitdiff |
2010-09-24 |
Jaakko Salli | Have wxPropertyGrid inherit from wxControl and wxScroll... |
tree | commitdiff |
2010-09-23 |
Robin Dunn | CanSetTransparent needs to be virtual |
tree | commitdiff |
2010-09-23 |
Jaakko Salli | Streamline wxPropertyGrid tooltip code |
tree | commitdiff |
2010-09-22 |
Vadim Zeitlin | Better checks for wxMSWKeyboard::VKToWX() return value. |
tree | commitdiff |
2010-09-22 |
Steve Lamerton | Send generic wxTreeCtrl wxEVT_COMMAND_TREE_KEY_DOWN... |
tree | commitdiff |
2010-09-21 |
Vadim Zeitlin | Compilation fixes for old SDKs (VC6) after recent commit. |
tree | commitdiff |
2010-09-21 |
Vadim Zeitlin | Compilation fix of wxSocket code for older Solaris... |
tree | commitdiff |
2010-09-20 |
Vadim Zeitlin | Always use native task dialog for wxProgressDialog... |
tree | commitdiff |
2010-09-18 |
Vadim Zeitlin | No changes, just refactor wxTextCtrl::SetStyle() in... |
tree | commitdiff |
2010-09-18 |
Vadim Zeitlin | Set wxTextCtrl::m_verRichEdit to 4 for RichEdit 4.1. |
tree | commitdiff |
2010-09-17 |
Robert Roebling | Postpone EnsureVisible() to idle as this sometimes... |
tree | commitdiff |
2010-09-16 |
Václav Slavík | Fix wxMSW rendering artifacts with modal dialogs. |
tree | commitdiff |
2010-09-15 |
Vadim Zeitlin | Update the text hint display correctly when ChangeValue... |
tree | commitdiff |
2010-09-15 |
Vadim Zeitlin | Fix several bugs in generic text entry hints implementa... |
tree | commitdiff |
2010-09-14 |
Vadim Zeitlin | Fix drawing of items with custom background in wxGeneri... |
tree | commitdiff |
2010-09-13 |
Robert Roebling | Document wxDataViewListModel as common abstract base... |
tree | commitdiff |
2010-09-13 |
Robert Roebling | Further work on wxDataViewListModel::Reset() |
tree | commitdiff |
2010-09-12 |
Robert Roebling | Moved more code from wxDataViewCtrl to wxDataViewCtrlIn... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Fix generation of key events for non-alphabetic keys... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Rename wxCharCode{MSWToWX,WXToMSW}() and move them... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Fixes to key codes in keyboard events generated by... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Add WXK_NONE symbolic constant indicating absence of... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Generate correct events for extended keys in wxMSW... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Explicitly send events for modifier keys in wxUIActionS... |
tree | commitdiff |
2010-09-11 |
Stefan Csomor | fixing 'main screen' |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Block in wxMSW wxProgressDialog::Update(max) until... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Fix errors in handling of maximum field in wxGenericPro... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Rename wxGenericProgressDialog::ProgressDialogState... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Don't use wxGenericProgressDialog::m_windowStyle for... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Create temporary wxEventLoop in wxGenericProgressDialog... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Initialize wxGenericProgressDialog::m_winDisabler properly. |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Don't return false from IsOk() for accelerators without... |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | Use the same logic for closing dialogs as for handling... |
tree | commitdiff |
2010-09-07 |
Stefan Csomor | modeling subclassing along msw, unsubclassing filedialo... |
tree | commitdiff |
2010-09-06 |
Stefan Csomor | using non-sleep version for GUI mutex, solves #12411 |
tree | commitdiff |
2010-08-30 |
Vadim Zeitlin | Add wxGrid::RefreshAttr() method to force attribute... |
tree | commitdiff |
2010-08-30 |
Vadim Zeitlin | Allow using custom labels for wxGenericMessageDialog... |
tree | commitdiff |
2010-08-30 |
Vadim Zeitlin | Extract CreateSeparatedSizer() from wxDialog::CreateSep... |
tree | commitdiff |
2010-08-26 |
Jaakko Salli | Added missing wx/defs.h includes in propgrid headers |
tree | commitdiff |
2010-08-25 |
Václav Slavík | Fix wxListBox selection handling broken by r64500. |
tree | commitdiff |
2010-08-24 |
Robert Roebling | Make sorting of wxListBox, wxChoice and wxComboBox... |
tree | commitdiff |
2010-08-24 |
Jouk Jansen | wxKeysym problem for wxMOTIF fixed |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Extract X11 Display wrapper class in a private header. |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Add missing header required if wx/mousestate.h is inclu... |
tree | commitdiff |
2010-08-21 |
Robert Roebling | make Set/GetLabel() set and return something (albeit... |
tree | commitdiff |
2010-08-21 |
Robert Roebling | make Set/GetLabel() set and return title in wxTLW,... |
tree | commitdiff |
2010-08-19 |
Vadim Zeitlin | Make the main message of wxGenericMessageDialog stand... |
tree | commitdiff |
2010-08-19 |
Vadim Zeitlin | Compilation fix for STL build in wxGtkCollatableString... |
tree | commitdiff |
2010-08-19 |
Vadim Zeitlin | Compilation fix for non-PCH build in wxGenericRichMessa... |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Use task dialog for wxProgressDialog implementation... |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Only use native wxHyperlinkCtrl in Unicode build under... |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Don't use native MSW wxCommandLinkButton in wxUniversal. |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Add wxRichMessageDialog class. |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Provide a task-dialog based wxMSW wxMessageDialog imple... |
tree | commitdiff |
2010-08-18 |
Robert Roebling | make wxChoice and wxComboBox sort in a case insensitive... |
tree | commitdiff |
2010-08-18 |
Julian Smart | Use common inline version of wxHexToDec |
tree | commitdiff |
2010-08-17 |
Vadim Zeitlin | Provide native wxHyperlinkCtrl implementation for wxMSW. |
tree | commitdiff |
2010-08-17 |
Vadim Zeitlin | Compilation fix: include wx/button.h from wx/commandlin... |
tree | commitdiff |
2010-08-17 |
Vadim Zeitlin | Export wxMSWButton::GetFittingSize() private function. |
tree | commitdiff |
2010-08-17 |
Vadim Zeitlin | Add new wxCommandLinkButton class. |
tree | commitdiff |
2010-08-16 |
Robert Roebling | Ignore non-existant string selection in wxComboBox... |
tree | commitdiff |
2010-08-11 |
Vadim Zeitlin | Make wxTopLevelWindow::GetDefaultSize() public and... |
tree | commitdiff |
2010-08-11 |
Vadim Zeitlin | Add wxPoint::IsFullySpecified() and SetDefaults(). |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Inherit notebook background recursively under wxMSW. |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Add wxDataViewCtrl::{Set,Get}CurrentItem(). |
tree | commitdiff |
2010-08-08 |
Jaakko Salli | Moved wxPGProperty::SetFlag() to protected API since... |
tree | commitdiff |
2010-08-08 |
Jaakko Salli | Removed spurious semicolon that prevented compilation |
tree | commitdiff |
2010-08-08 |
Jaakko Salli | Added wxPGProperty::Enable() for conveniency. Refactore... |
tree | commitdiff |
2010-08-08 |
Vadim Zeitlin | Add name argument to wxDataViewCtrl ctor for consistency. |
tree | commitdiff |
2010-08-08 |
Vadim Zeitlin | Add wxDataViewCtrl::GTKPathToItem() function and use it. |
tree | commitdiff |
2010-08-08 |
Vadim Zeitlin | Include wx/defs.h before testing for wxUSE_CHECKLISTBOX. |
tree | commitdiff |
2010-08-01 |
Václav Slavík | Fix Tab navigation when focused control is disabled. |
tree | commitdiff |
2010-07-29 |
Václav Slavík | Fix wxDataViewCtrl to omit expander space for all kinds... |
tree | commitdiff |
2010-07-29 |
Václav Slavík | Fix gcc warning in wxDataViewListCtrl::ItemToRow(). |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Add association between wxOSX wxTextWidgetImpl and... |
tree | commitdiff |
2010-07-27 |
Václav Slavík | Add index-based selection functions to wxDataViewListCtrl. |
tree | commitdiff |
2010-07-27 |
Václav Slavík | Add item<->row mapping helpers to wxDataViewListCtrl. |
tree | commitdiff |
2010-07-25 |
Vadim Zeitlin | Build fix: don't test for __WXMSW__ using #if in wx... |
tree | commitdiff |
2010-07-25 |
Jaakko Salli | Refactored validation of numeric properties (wxIntPrope... |
tree | commitdiff |
2010-07-25 |
Jaakko Salli | Added wxVariant::Convert() implementations for wx(U... |
tree | commitdiff |
2010-07-25 |
Jaakko Salli | Make SetFont() public (fixes #9641) |
tree | commitdiff |
2010-07-24 |
Robert Roebling | Make calls wxDataViewModel::ItemDeleted() etc. non... |
tree | commitdiff |
2010-07-24 |
Vadim Zeitlin | Add EVT_RIBBONGALLERY_CLICKED event. |
tree | commitdiff |
2010-07-24 |
Vadim Zeitlin | Remove hard limit on number of pages in wxHtmlPrintout. |
tree | commitdiff |
next |