2010-10-13 |
Vadim Zeitlin | wxUniv/MSW compilation fix. |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Update CRT environment in wxSetEnv() for MinGW too. |
tree | commitdiff |
2010-10-03 |
Jaakko Salli | In wxBitmapComboBox::RecreateControl(), always get... |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont... |
tree | commitdiff |
2010-09-26 |
Vadim Zeitlin | Compilation fix for MinGW STL build. |
tree | commitdiff |
2010-09-26 |
Vadim Zeitlin | Compilation fix for MinGW 4.x in new keyboard code. |
tree | commitdiff |
2010-09-26 |
Vadim Zeitlin | Correct g++ 4.x warnings about suggested explicit braces. |
tree | commitdiff |
2010-09-22 |
Vadim Zeitlin | Better checks for wxMSWKeyboard::VKToWX() return value. |
tree | commitdiff |
2010-09-22 |
Vadim Zeitlin | Fix recently broken generation of wxEVT_CHAR_HOOK event... |
tree | commitdiff |
2010-09-21 |
Vadim Zeitlin | Compilation fixes for old SDKs (VC6) after recent commit. |
tree | commitdiff |
2010-09-21 |
Vadim Zeitlin | Correct drawing of mnemonics in wxStaticBox label under... |
tree | commitdiff |
2010-09-21 |
Vadim Zeitlin | Fix wxStaticBox label redrawing when "Alt" is pressed... |
tree | commitdiff |
2010-09-20 |
Vadim Zeitlin | PCH-less compilation fix to GDI+ wxMSW code. |
tree | commitdiff |
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-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-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-14 |
Vadim Zeitlin | Fix hang on termination of wxProgressDialog with wxPD_A... |
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-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 | 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 | Explicitly send events for modifier keys in wxUIActionS... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | No real changes, just some small cleanup in wxMSW keybo... |
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-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 | 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-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-01 |
Steve Lamerton | Fix compilation under MinGW, also add missing SVN prope... |
tree | commitdiff |
2010-09-01 |
Václav Slavík | Reduce flicker when removing wxNotebook page. |
tree | commitdiff |
2010-08-24 |
Vadim Zeitlin | Remove unused wxDisplay implementation using DirectDraw... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Don't send event from wxMSW::wxListCtrl::DeleteAllItems... |
tree | commitdiff |
2010-08-20 |
Robert Roebling | Make it compile |
tree | commitdiff |
2010-08-19 |
Robert Roebling | Make it compile a bit more |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Compilation fix for old SDKs in new native MSW wxHyperL... |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | VC6 compilation fix for native wxProgressDialog impleme... |
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 | Add wxRichMessageDialog class. |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Provide a task-dialog based wxMSW wxMessageDialog imple... |
tree | commitdiff |
2010-08-17 |
Vadim Zeitlin | Provide native wxHyperlinkCtrl implementation for wxMSW. |
tree | commitdiff |
2010-08-17 |
Vadim Zeitlin | Add new wxCommandLinkButton class. |
tree | commitdiff |
2010-08-15 |
Vadim Zeitlin | Fix wxMSW compilation in wxUSE_STL==1 case. |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Inherit notebook background recursively under wxMSW. |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Fix wxBitmapButton initial best size determination... |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Keep the button bitmap centered if the button has no... |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Revert MSW window classes uniquification patch. |
tree | commitdiff |
2010-08-03 |
Václav Slavík | Fix MSVC warning about int->bool conversion. |
tree | commitdiff |
2010-08-01 |
Václav Slavík | Fix Tab navigation when focused control is disabled. |
tree | commitdiff |
2010-07-25 |
Francesco Montorsi | make POSIX and Windows implementation of wxThread:... |
tree | commitdiff |
2010-07-24 |
Vadim Zeitlin | Remove asserts in wxMSW::wxTLW::SetIcons() and always... |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Fix MSW compilation with wxUSE_DEFERRED_SIZING==0. |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Allow passing multi-line strings to wxDC::DrawText... |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Fix Cygwin 1.7 build. |
tree | commitdiff |
2010-07-18 |
Vadim Zeitlin | Correct printf parameter mismatch in wxWndProc. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Don't use dangling pointers in wxWindowMSW::HandleMenuC... |
tree | commitdiff |
2010-06-26 |
Francesco Montorsi | fix error (more arguments for wxString::Format than... |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Gracefully disconnect clients in wxDDEServer dtor. |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use PBM_SETMARQUEE to implement indeterminate mode... |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Don't enable scrollbar if it can't do anything in wxMSW. |
tree | commitdiff |
2010-06-19 |
Francesco Montorsi | Remove identic implementations of wxDir::Exists from... |
tree | commitdiff |
2010-06-12 |
Vadim Zeitlin | Fix scrolling to the bottom in wxTextCtrl::AppendText(). |
tree | commitdiff |
2010-06-12 |
Vadim Zeitlin | Avoid sending spurious socket read notifications in... |
tree | commitdiff |
2010-06-09 |
Francesco Montorsi | fix bug in wxGDIPlusMatrixData::Rotate: it must take... |
tree | commitdiff |
2010-06-05 |
Vadim Zeitlin | Don't send selection events for an already selected... |
tree | commitdiff |
2010-06-05 |
Vadim Zeitlin | Don't send listbox selection events when mouse wasn... |
tree | commitdiff |
2010-06-05 |
Vadim Zeitlin | Use mouse position to find the item for selection event... |
tree | commitdiff |
2010-06-05 |
Vadim Zeitlin | No changes, just refactor wxListBox initialization... |
tree | commitdiff |
2010-06-05 |
Vadim Zeitlin | Refactor listbox event sending code to avoid duplication. |
tree | commitdiff |
2010-06-03 |
Jaakko Salli | Greatly reduce rare animation garbage in wxOwnerDrawnCo... |
tree | commitdiff |
2010-06-01 |
Jaakko Salli | Interpret arrow keys correctly in wxMSW wxComboCtrl... |
tree | commitdiff |
2010-05-30 |
Vadim Zeitlin | Fix wxFont::IsFixedWidth() under MSW to always return... |
tree | commitdiff |
2010-05-30 |
Václav Slavík | Fix Shift+TAB navigation from wxNotebook. |
tree | commitdiff |
2010-05-29 |
Vadim Zeitlin | Show OLE errors using wxLogDebug() in wxAutomationObject. |
tree | commitdiff |
2010-05-27 |
Vadim Zeitlin | Ignore "%*" in the shell command strings in MSW registry. |
tree | commitdiff |
2010-05-27 |
Vadim Zeitlin | Fall back on using tree/list control item text in wxDra... |
tree | commitdiff |
2010-05-25 |
Vadim Zeitlin | Fix setting the fonts for wxMSW wxTextCtrl with wxTE_RI... |
tree | commitdiff |
next |