2010-11-16 |
Vadim Zeitlin | Correct wxMSW wxToolTip behaviour for wxRadioBox items... |
tree | commitdiff |
2010-11-15 |
Vadim Zeitlin | VC6 compilation fix in wxDIB::Create(). |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Don't require skipping "page changed" event in wxMSW... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Update all windows associated with the tooltip when... |
tree | commitdiff |
2010-11-04 |
Vadim Zeitlin | Use explicit menu item background if it's given under... |
tree | commitdiff |
2010-11-04 |
Vadim Zeitlin | No changes, just use RAII-based classes in MSW owner... |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Avoid events when implicitly selecting first wxBookCtrl... |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Reposition wxSpinCtrl correctly after reparenting it... |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Destroy correct HWND in wxMSW wxSpinCtrl::Reparent(). |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | No changes, just use AutoHBITMAP instead of manual... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Fix conversion of bitmaps with alpha to icons/cursors... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Add bitmaps in non-premultiplied format to wxImageList... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Allow creating DIBs storing pixels in non-premultiplied... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Fix fatal bug in wxGetWindowFromHWND() for radio buttons. |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Fix confusion with LOGFONT{A,W} parameters to MSW GetTh... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | No real changes, just cleanup of wxMSW MenuDrawData. |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Add wxRenderer::GetHeaderButtonMargin(). |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | Improve positioning of wxSlider min/max labels in wxMSW. |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | Don't crash when waiting for thread termination in... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Don't send SELECTED events for an already selected... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Refactor: use wxBookCtrlBase::m_selection in all derive... |
tree | commitdiff |
2010-10-26 |
Vadim Zeitlin | Don't dispatch messages while waiting in worker thread... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Always create new OLE objects with reference count... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Fix problems with reference counting in wxActiveXContainer. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't consider lack of connection points an error in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't activate the window when updating its styles... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Avoid duplicate wxEVT_COMMAND_TREE_SEL_CHANG{ING,ED... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't grab focus when calling wxTreeCtrl::SelectItem(). |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't send wxEVT_COMMAND_TREE_ITEM_MENU event without... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | No real changes, just inline wxDIB::Create(). |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Remove wxDIB::m_hasAlpha from wxMSW. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Fix conversion of 32 bit ARGB bitmaps to wxImage in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't hard code "open" verb in wxMSW wxLaunchDefaultApp... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env... |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Added wxThread::OnKill() and OnDelete() callbacks. |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | No real changes, just use const_cast<> instead of C... |
tree | commitdiff |
2010-10-18 |
Vadim Zeitlin | Correctly handle S_FALSE return value of IActiveMovie... |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Improve validation of wxCheckBox styles. |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Add wx{Pen,Brush}::Is[Non]Transparent() methods and... |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Check for task dialog availability even under Vista... |
tree | commitdiff |
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 |
next |