2011-06-07 |
Vadim Zeitlin | Update status bar fields widths from WM_SIZE handler. |
tree | commitdiff |
2011-05-20 |
Dimitri Schoolwerth | Fixed wxMessageBox with only an OK button returning... |
tree | commitdiff |
2011-05-17 |
Vadim Zeitlin | Fix client to screen translation in wxWindowMSW::PopupM... |
tree | commitdiff |
2011-05-16 |
Vadim Zeitlin | Ensure that we never return negative client size. |
tree | commitdiff |
2011-05-16 |
Vadim Zeitlin | No changes, just refactor the code in MSW wxGetOsDescri... |
tree | commitdiff |
2011-05-16 |
Vadim Zeitlin | Recognize Windows 7 and Server 2008 versions in wxGetOs... |
tree | commitdiff |
2011-05-13 |
Vadim Zeitlin | Make wxListCtrl sort function take wxIntPtr, not long... |
tree | commitdiff |
2011-05-10 |
Vadim Zeitlin | Rewrote wxMSW radio menu items code to support not... |
tree | commitdiff |
2011-05-05 |
Robin Dunn | When we're using GDI+, the DC might have transforms... |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Implement watching directory correctly in MSW wxFileSys... |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Don't watch directories recursively in wxMSW wxFileSyst... |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Fix wxFileSystemWatcher::Remove() in wxMSW. |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Fix assert when creating wxBitmapButton without a valid... |
tree | commitdiff |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | Change VIEWPORT_EXTENT constant in wxMSW wxDC code... |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | Avoid rounding errors in wxMSW wxDC scaling code. |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | Remove apparently erroneous -1 from DrawBitmap() in... |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | Ensure that message boxes with only "OK" can be closed... |
tree | commitdiff |
2011-04-23 |
Vadim Zeitlin | Change wxNotebook selection before sending page changed... |
tree | commitdiff |
2011-04-23 |
Vadim Zeitlin | Add wxDC::SetTransformMatrix() and related methods... |
tree | commitdiff |
2011-04-23 |
Vadim Zeitlin | Set event object correctly for the generated wxSizeEvents. |
tree | commitdiff |
2011-04-22 |
Václav Slavík | Compilation fix for DEFINE_GUID uses. |
tree | commitdiff |
2011-04-21 |
Vadim Zeitlin | Define ACO_AUTOAPPEND for MinGW/Cygwin. |
tree | commitdiff |
2011-04-21 |
Vadim Zeitlin | Use "wx" prefix for the GUIDs we (re)define in wxMSW... |
tree | commitdiff |
2011-04-21 |
Vadim Zeitlin | Redefine IAutoCompleteDropDown in our code as it's... |
tree | commitdiff |
2011-04-18 |
Vadim Zeitlin | Correct a typo in DoAutoCompleteCustom() stub in wxMSW. |
tree | commitdiff |
2011-04-17 |
Vadim Zeitlin | Refactor: extract wxTextCompleterFixed from wxMSW to... |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | Define wxTextEntry::DoAutoCompleteStrings() stub in... |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | Split wxTextCompleter into a base class and wxTextCompl... |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | Don't block the main UI thread while generating complet... |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | Use ACO_AUTOAPPEND option for text completion in wxMSW. |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | Added private wxEVT_AFTER_CHAR event for wxMSW implemen... |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | Add support for dynamic auto-completion in wxTextEntry. |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | No changes, just simplify preprocessor checks in wxMSW... |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | Refactor wxTextEntry::AutoComplete() to simply call... |
tree | commitdiff |
2011-04-16 |
Stefan Csomor | supprting flag for pixel offsetting for msw, see #11853 |
tree | commitdiff |
2011-04-08 |
Stefan Csomor | see #9715 |
tree | commitdiff |
2011-04-06 |
Vadim Zeitlin | Avoid dereferencing invalid iterator in wxMessageDialog... |
tree | commitdiff |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
tree | commitdiff |
2011-04-02 |
Vadim Zeitlin | Use wxPENSTYLE_XXX and wxBRUSHSTYLE_XXX instead of... |
tree | commitdiff |
2011-03-31 |
Vadim Zeitlin | Implement wxGraphicsContext::GetSize() for Cairo. |
tree | commitdiff |
2011-03-31 |
Vadim Zeitlin | Tentative compilation fix for wxMSW with MinGW after... |
tree | commitdiff |
2011-03-31 |
Vadim Zeitlin | Fix HMENU to wxMenu translation in wxMSW code. |
tree | commitdiff |
2011-03-30 |
Vadim Zeitlin | Add wxUSE_STD_CONTAINERS and turn it on by default. |
tree | commitdiff |
2011-03-24 |
Vadim Zeitlin | Set m_inheritBgCol flag in wxPanel with a background... |
tree | commitdiff |
2011-03-22 |
Vadim Zeitlin | Add wxUSE_THREADS checks around wxMSW functions dealing... |
tree | commitdiff |
2011-03-22 |
Vadim Zeitlin | Don't consider fully opaque bitmaps as having alpha... |
tree | commitdiff |
2011-03-22 |
Vadim Zeitlin | Use disabled version of normal bitmap for disabled... |
tree | commitdiff |
2011-03-22 |
Vadim Zeitlin | Correctly align background brush when erasing owner... |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | No code changes, removed tabs from source file. |
tree | commitdiff |
2011-03-22 |
Jaakko Salli | To have better support for themed and custom background... |
tree | commitdiff |
2011-03-21 |
Vadim Zeitlin | Fix wxMSW build without PCH after recent wxPanel changes. |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-03-20 |
Vadim Zeitlin | Add wxPanel::SetBackgroundBitmap(). |
tree | commitdiff |
2011-03-20 |
Vadim Zeitlin | Split wxPanel in wxPanelBase and platform-specific... |
tree | commitdiff |
2011-03-20 |
Vadim Zeitlin | No changes, just refactor wxMSW background brush methods. |
tree | commitdiff |
2011-03-19 |
Vadim Zeitlin | Fix wxRegKey::GetKeyInfo() output parameters in 64... |
tree | commitdiff |
2011-03-18 |
Vadim Zeitlin | Limit the search in wxMSW virtual wxListCtrl by time. |
tree | commitdiff |
2011-03-14 |
Vadim Zeitlin | Don't generate wxEVT_CHAR_HOOK events while the mouse... |
tree | commitdiff |
2011-03-14 |
Vadim Zeitlin | Don't intercept Escape key while IME is active. |
tree | commitdiff |
2011-03-14 |
Vadim Zeitlin | Fix changing the size of the bitmaps in wxMSW wxButton. |
tree | commitdiff |
2011-03-14 |
Vadim Zeitlin | Allow wxThread::Wait() and Delete() to block, even... |
tree | commitdiff |
2011-03-14 |
Vadim Zeitlin | Respect alignment flags for owner-drawn buttons in... |
tree | commitdiff |
2011-03-14 |
Julian Smart | Added initialisation and checks |
tree | commitdiff |
2011-03-09 |
Vadim Zeitlin | Fix search for item by text in wxMSW wxListCtrl. |
tree | commitdiff |
2011-03-09 |
Vadim Zeitlin | Don't assert if starting search position in LVN_ODFINDI... |
tree | commitdiff |
2011-02-27 |
Dimitri Schoolwerth | Fixed drawing glitch with vertical MSW toolbars. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add markup support to wxMSW wxButton and show it in... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxDC::GetFontMetrics() and implement it for wxMSW. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Restore height tweaking in wxMSWButton::GetFittingSize(). |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Initialize wxButton::m_authNeeded in ctor and not Creat... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Replace wxST_MARKUP style with wxControl::SetLabelMarkup(). |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Remove unnecessary use of RemoveMarkup() in wxMSW wxHyp... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add a simple wxStack<> template class based on wxVector<>. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Only use wxBU_EXACTFIT for width calculations in wxMSW... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Specify correct size for disabled image list in wxMSW... |
tree | commitdiff |
2011-02-25 |
Julian Smart | Added wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree... |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Add wxAutomationInstance_SilentIfNone flag for wxMSW... |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Fix out of bounds string access in wxMSW wxDirDialog. |
tree | commitdiff |
2011-02-14 |
Vadim Zeitlin | Don't increase button height in wxMSWButton::GetFitting... |
tree | commitdiff |
2011-02-14 |
Vadim Zeitlin | Don't make buttons with images too wide in wxMSW. |
tree | commitdiff |
2011-02-14 |
Vadim Zeitlin | Don't add margins for buttons with text and images... |
tree | commitdiff |
2011-02-14 |
Vadim Zeitlin | Clarify wxButton::AdjustForBitmapSize() semantics in... |
tree | commitdiff |
2011-02-08 |
Vadim Zeitlin | Define KEY_WOW64_64KEY if it is missing from SDK headers. |
tree | commitdiff |
2011-02-06 |
Vadim Zeitlin | Allow accessing 64 bit registry from 32 bit MSW code... |
tree | commitdiff |
2011-02-06 |
Vadim Zeitlin | Use Explorer style for wxTreeCtrl with wxTR_TWIST_BUTTO... |
tree | commitdiff |
2011-02-06 |
Vadim Zeitlin | Clean up wxMSW wxTreeCtrl code by removing obsolete... |
tree | commitdiff |
2011-02-05 |
Vadim Zeitlin | Re-enable generation of wxEVT_MOVE_{START,END} events... |
tree | commitdiff |
2011-02-05 |
Vadim Zeitlin | Don't adjust menu item positions for title for menubar... |
tree | commitdiff |
2011-02-05 |
Vadim Zeitlin | Deprecate second parameter of wxSlider::SetTickFreq(). |
tree | commitdiff |
2011-01-29 |
Vadim Zeitlin | OLE uses VARIANT_TRUE and not TRUE for its boolean... |
tree | commitdiff |
2011-01-29 |
Vadim Zeitlin | Revert "Set up pages range in the wxMSW print dialog... |
tree | commitdiff |
2011-01-27 |
Vadim Zeitlin | Fix link errors under Cygwin with wxUSE_GRAPHICS_CONTEX... |
tree | commitdiff |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
tree | commitdiff |
2011-01-17 |
Jaakko Salli | Changed wxMSW wxGraphicsContext font rendering and... |
tree | commitdiff |
2011-01-12 |
Jaakko Salli | In wxBitmapComboBox::RecreateControl(), only call Chang... |
tree | commitdiff |
2011-01-10 |
Vadim Zeitlin | Check index in wxItemContainer methods working with... |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | common rtti in nbkbase.cpp |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | remove non-xti classinfo |
tree | commitdiff |
next |