2010-09-20 |
Vadim Zeitlin | Correctly recognize when wglChoosePixelFormatARB()... |
tree | commitdiff |
2010-09-20 |
Vadim Zeitlin | Always use native task dialog for wxProgressDialog... |
tree | commitdiff |
2010-09-20 |
Vadim Zeitlin | Ignore time component of SYSTEMTIME in wxMSW wxDatePick... |
tree | commitdiff |
2010-09-20 |
Vadim Zeitlin | Don't use native MSW functions in wxString::CmpNoCase(). |
tree | commitdiff |
2010-09-18 |
Vadim Zeitlin | Really fix setting fonts in RichEdit 4.1 controls. |
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-17 |
Dimitri Schoolwerth | Set svn properties on .cpp files. |
tree | commitdiff |
2010-09-16 |
Vadim Zeitlin | Allow setting Mac-specific menu item ids to wxID_NONE... |
tree | commitdiff |
2010-09-16 |
Vadim Zeitlin | Allow use of report mode non-native wxListCtrl in wxLis... |
tree | commitdiff |
2010-09-16 |
Vadim Zeitlin | Compilation fixes for non-MSVC 9 compilers after r65555. |
tree | commitdiff |
2010-09-16 |
Václav Slavík | Fix wxMSW rendering artifacts with modal dialogs. |
tree | commitdiff |
2010-09-15 |
Vadim Zeitlin | Remove display information caching from MSW wxDisplay... |
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-15 |
Vadim Zeitlin | Fix wxTextEntry::SelectAll() in presence of hints in... |
tree | commitdiff |
2010-09-14 |
Václav Slavík | Click on wxOwnerDrawnComboBox's animating popup should... |
tree | commitdiff |
2010-09-14 |
Peter Cawley | Fix incorrect behaviour of wxRibbonGallery::EnsureVisib... |
tree | commitdiff |
2010-09-14 |
Vadim Zeitlin | Fix drawing of items with custom background in wxGeneri... |
tree | commitdiff |
2010-09-14 |
Vadim Zeitlin | Fix hang on termination of wxProgressDialog with wxPD_A... |
tree | commitdiff |
2010-09-13 |
Robert Roebling | Further work on wxDataViewListModel::Reset() |
tree | commitdiff |
2010-09-12 |
Vadim Zeitlin | Delete wxListCtrl item data after handling its deletion... |
tree | commitdiff |
2010-09-12 |
Vadim Zeitlin | Fix compilation of EnumerateLoadedModules() call for... |
tree | commitdiff |
2010-09-12 |
Vadim Zeitlin | Define MAPVK_VK_TO_CHAR to fix wxMSW compilation with... |
tree | commitdiff |
2010-09-12 |
Robert Roebling | Moved more code from wxDataViewCtrl to wxDataViewCtrlIn... |
tree | commitdiff |
2010-09-12 |
Julian Smart | Fix for % symbols going missing from style parameter |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Compilation fix for wxOSX. |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Generate the same flags for modifier key events in... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Generate unshifted Unicode key codes in wxEVT_KEY_XXX... |
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 | No real changes, just use KF_EXTENDED instead of hard... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Generate correct events for extended keys in wxMSW... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Remember the last key event in wxGTK before passing... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Explicitly send events for modifier keys in wxUIActionS... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Remove assert checking for wxMOD_CONTROL from wxUIActio... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | No real changes, just some small cleanup in wxMSW keybo... |
tree | commitdiff |
2010-09-11 |
Stefan Csomor | fixing 'main screen' |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Use wxLocale::GetInfo() to get date format in wxDatePic... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Don't add spurious NULs at the end of wxTextDataObject... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Initialize wxGenericProgressDialog button members in... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Fix closing logic in wxMSW native wxProgressDialog. |
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 | No changes, just use less long progress dialog states... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Use determinate mode in native wxMSW wxProgressDialog... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Don't use wxGenericProgressDialog::m_windowStyle for... |
tree | commitdiff |
2010-09-10 |
Stefan Csomor | adjusting to new gui mutex for osx, see #12411 |
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-09 |
Vadim Zeitlin | Fix infinite loop in wxDateTime::Format() when fields... |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | Initialize all fields of struct tm used by wxDateTime... |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | Fix wxKill(wxSIGNONE) always returning true for child... |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | Use minimal required process access mask in wxMSW wxKill(). |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | Use the same logic for closing dialogs as for handling... |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | Remove the unused "monolithic" MSW wxMediaCtrl file. |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | No real changes, just don't use obsolete FORCE_LINK_ME... |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | Remove debugging wxLogMessage from wxMediaCtrl::Create(). |
tree | commitdiff |
2010-09-08 |
Robert Roebling | Unregister configure callback,part of #12447: wxGTK... |
tree | commitdiff |
2010-09-07 |
Stefan Csomor | resetting the wrapper flag later, otherwise the native... |
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-09-04 |
Vadim Zeitlin | Remove unused wxProgressDialogTaskRunner::m_parent... |
tree | commitdiff |
2010-09-04 |
Vadim Zeitlin | Fix crash in wxMSW wxProgressDialog without wxPD_APP_MO... |
tree | commitdiff |
2010-09-04 |
Vadim Zeitlin | Improve main and extended messages handling in new... |
tree | commitdiff |
2010-09-03 |
Václav Slavík | Fix wxOwnerDrawnComboBox keyboard navigation with dupli... |
tree | commitdiff |
2010-09-01 |
Steve Lamerton | Fix compilation under MinGW, also add missing SVN prope... |
tree | commitdiff |
2010-09-01 |
Julian Smart | wxRichTextCtrl::ApplyStyle now applies a paragraph... |
tree | commitdiff |
2010-09-01 |
Václav Slavík | Reduce flicker when removing wxNotebook page. |
tree | commitdiff |
2010-08-30 |
Vadim Zeitlin | Add wxGrid::RefreshAttr() method to force attribute... |
tree | commitdiff |
2010-08-30 |
Vadim Zeitlin | Don't center wxGenericMessageDialog elements. |
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-30 |
Vadim Zeitlin | Fix button order in wxStdDialogButtonSizer in all cases... |
tree | commitdiff |
2010-08-30 |
Vadim Zeitlin | Rewrite GTK section of wxStdDialogButtonSizer using... |
tree | commitdiff |
2010-08-30 |
Julian Smart | Fixed wrong line spacing calculation |
tree | commitdiff |
2010-08-30 |
Julian Smart | Don't add space before para twice in paragraph layout |
tree | commitdiff |
2010-08-29 |
Robert Roebling | include wx/sizer.h as buildbot complained |
tree | commitdiff |
2010-08-29 |
Robert Roebling | Add possibility to use sizers in ribbon panel, fixes... |
tree | commitdiff |
2010-08-28 |
Václav Slavík | Scale sizes more accurately in generic SetWindowVariant(). |
tree | commitdiff |
2010-08-26 |
Jaakko Salli | Changed wxArrayStringProperty default delimiter to... |
tree | commitdiff |
2010-08-26 |
Jouk Jansen | correcting wxX11 for wxkeysym as was done for wxMOTIF |
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 |
Vadim Zeitlin | Remove unused wxDisplay implementation using DirectDraw... |
tree | commitdiff |
2010-08-24 |
Jouk Jansen | wxKeysym problem for wxMOTIF fixed |
tree | commitdiff |
2010-08-23 |
Jouk Jansen | Update openVMS compile support |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Remove unused src/osx/cocoa/bmpbuttn.mm file. |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Don't use uninitialized variable in wxCharCodeWXToOSX(). |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Fix selection corner cases in wxOSX wxComboBox. |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Don't crash in wxOSX::wxClipboard::Clear() if initializ... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Work around a crash on starting editing in wxGrid under... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Don't send event from wxMSW::wxListCtrl::DeleteAllItems... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Extract X11 Display wrapper class in a private header. |
tree | commitdiff |
2010-08-21 |
Vadim Zeitlin | Don't report spurious errors from wxSocket in "no wait... |
tree | commitdiff |
next |