2010-09-22 |
Vadim Zeitlin | Better checks for wxMSWKeyboard::VKToWX() return value. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Vadim Zeitlin | Fix recently broken generation of wxEVT_CHAR_HOOK event... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Steve Lamerton | Re-enable disabled wxWindow label tests under wxGTK... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Steve Lamerton | Send generic wxTreeCtrl wxEVT_COMMAND_TREE_KEY_DOWN... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Steve Lamerton | Send generic wxListCtrl wxEVT_COMMAND_LIST_KEY_DOWN... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Vadim Zeitlin | Compilation fixes for old SDKs (VC6) after recent commit. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Vadim Zeitlin | Compilation fix of wxSocket code for older Solaris... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Vadim Zeitlin | Correct drawing of mnemonics in wxStaticBox label under... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Vadim Zeitlin | Fix wxStaticBox label redrawing when "Alt" is pressed... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Jaakko Salli | Call SetToolTip() for the property editor control when... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Vadim Zeitlin | PCH-less compilation fix to GDI+ wxMSW code. |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Vadim Zeitlin | Correctly recognize when wglChoosePixelFormatARB()... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Vadim Zeitlin | Always use native task dialog for wxProgressDialog... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Vadim Zeitlin | Ignore time component of SYSTEMTIME in wxMSW wxDatePick... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Vadim Zeitlin | Don't use native MSW functions in wxString::CmpNoCase(). |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Vadim Zeitlin | Add benchmarks for various ways to compare strings. |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Vadim Zeitlin | Flush output after every benchmark. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Steve Lamerton | Increase the number of expected events in TreeCtrlTestC... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Vadim Zeitlin | Really fix setting fonts in RichEdit 4.1 controls. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Vadim Zeitlin | No changes, just refactor wxTextCtrl::SetStyle() in... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Vadim Zeitlin | Set wxTextCtrl::m_verRichEdit to 4 for RichEdit 4.1. |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Robert Roebling | Postpone EnsureVisible() to idle as this sometimes... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Dimitri Schoolwerth | Set svn properties on .cpp files. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Vadim Zeitlin | Allow setting Mac-specific menu item ids to wxID_NONE... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Vadim Zeitlin | Allow use of report mode non-native wxListCtrl in wxLis... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Vadim Zeitlin | Only use wxFORCE_LINK_MODULE() in mediaplayer sample... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Vadim Zeitlin | Compilation fixes for non-MSVC 9 compilers after r65555. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Václav Slavík | Fix wxMSW rendering artifacts with modal dialogs. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Vadim Zeitlin | Remove display information caching from MSW wxDisplay... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Dimitri Schoolwerth | Fix possible errors introduced while generating Xcode... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Vadim Zeitlin | Document limitations of the generic wxTextEntry hints. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Vadim Zeitlin | Update the text hint display correctly when ChangeValue... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Vadim Zeitlin | Fix several bugs in generic text entry hints implementa... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Vadim Zeitlin | Fix wxTextEntry::SelectAll() in presence of hints in... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Dimitri Schoolwerth | Use a unique namespace for generating identifiers. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Dimitri Schoolwerth | Make Xcode identifier consecutive when there is a colli... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Václav Slavík | Click on wxOwnerDrawnComboBox's animating popup should... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Peter Cawley | Fix incorrect behaviour of wxRibbonGallery::EnsureVisib... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vadim Zeitlin | Fix drawing of items with custom background in wxGeneri... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vadim Zeitlin | Fix hang on termination of wxProgressDialog with wxPD_A... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Robert Roebling | Document wxDataViewListModel as common abstract base... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Robert Roebling | Further work on wxDataViewListModel::Reset() |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Vadim Zeitlin | Update wxRibbonPanel documentation to mention use of... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Vadim Zeitlin | Delete wxListCtrl item data after handling its deletion... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Vadim Zeitlin | Fix compilation of EnumerateLoadedModules() call for... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Vadim Zeitlin | Define MAPVK_VK_TO_CHAR to fix wxMSW compilation with... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Robert Roebling | Moved more code from wxDataViewCtrl to wxDataViewCtrlIn... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Julian Smart | Fix for % symbols going missing from style parameter |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Compilation fix for wxOSX. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Generate the same flags for modifier key events in... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Generate unshifted Unicode key codes in wxEVT_KEY_XXX... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Fix generation of key events for non-alphabetic keys... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Improve printing out of pressed keys in the keyboard... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Rename wxCharCode{MSWToWX,WXToMSW}() and move them... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Fixes to key codes in keyboard events generated by... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Add WXK_NONE symbolic constant indicating absence of... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | No real changes, just use KF_EXTENDED instead of hard... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Add a simple test for keyboard events generation. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Generate correct events for extended keys in wxMSW... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Remember the last key event in wxGTK before passing... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Explicitly send events for modifier keys in wxUIActionS... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Remove assert checking for wxMOD_CONTROL from wxUIActio... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | Add a convenient wxREGISTER_UNIT_TEST() macro. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vadim Zeitlin | No real changes, just some small cleanup in wxMSW keybo... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Stefan Csomor | fixing 'main screen' |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Use wxLocale::GetInfo() to get date format in wxDatePic... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Don't add spurious NULs at the end of wxTextDataObject... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Initialize wxGenericProgressDialog button members in... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Fix closing logic in wxMSW native wxProgressDialog. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Block in wxMSW wxProgressDialog::Update(max) until... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Fix errors in handling of maximum field in wxGenericPro... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Rename wxGenericProgressDialog::ProgressDialogState... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | No changes, just use less long progress dialog states... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Use determinate mode in native wxMSW wxProgressDialog... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Add a possibility to show a progress dialog on dialog... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Don't use wxGenericProgressDialog::m_windowStyle for... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Stefan Csomor | adjusting to new gui mutex for osx, see #12411 |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Create temporary wxEventLoop in wxGenericProgressDialog... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Initialize wxGenericProgressDialog::m_winDisabler properly. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vadim Zeitlin | Don't return false from IsOk() for accelerators without... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Fix infinite loop in wxDateTime::Format() when fields... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Fix cast of pointer to int in artprov sample. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Initialize all fields of struct tm used by wxDateTime... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Fix wxKill(wxSIGNONE) always returning true for child... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Remember last values used in exec sample "Kill" menu... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Very minor fixes to wxKill() documentation. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Use minimal required process access mask in wxMSW wxKill(). |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Don't filter out Cairo libraries from GTK libraries... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Use the same logic for closing dialogs as for handling... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Remove the unused "monolithic" MSW wxMediaCtrl file. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | No real changes, just don't use obsolete FORCE_LINK_ME... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Force linking of all wxMSW wxMediaCtrl backends in... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | No changes, just remove cruft from mediactrl sample. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Remove debugging wxLogMessage from wxMediaCtrl::Create(). |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Vadim Zeitlin | Don't exclude "contrib" from wxMSW setup.exe generation. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Dimitri Schoolwerth | use svn:keywords instead of eol:keywords |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Robert Roebling | Unregister configure callback,part of #12447: wxGTK... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Dimitri Schoolwerth | Make Xcode identifiers in generated project files be... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Vadim Zeitlin | Use correct Unicode define for wxScintilla compilation. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Stefan Csomor | resetting the wrapper flag later, otherwise the native... |
commit | commitdiff | tree | snapshot |
next |