2011-07-23 |
Vadim Zeitlin | Don't try to pop from an empty stack in wxGDIPlusContex... |
tree | commitdiff |
2011-07-23 |
Vadim Zeitlin | Don't create an unnecessary extra button in wxMSW wxPro... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Set wxDidCreatePaintDC to true even if we reused a... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Don't pass spin text control messages processed at... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Refactor wxWindow::MSWHandleMessage() out from MSWWindo... |
tree | commitdiff |
2011-07-18 |
Vadim Zeitlin | Fix memory leak in wxPanel::SetBackgroundBirmap() in... |
tree | commitdiff |
2011-07-12 |
Vadim Zeitlin | Centre wxSlider value correctly when wxSL_MIN_MAX_LABEL... |
tree | commitdiff |
2011-07-11 |
Vadim Zeitlin | Fix showing slider label in wxMSW when wxSL_MIN_MAX_LAB... |
tree | commitdiff |
2011-07-11 |
Vadim Zeitlin | No real changes, just make some wxSlider members local... |
tree | commitdiff |
2011-07-11 |
Vadim Zeitlin | Don't handle "Return" key as "TAB" even when the defaul... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Immediately update MSW cursor when ::SetCursor(wxNullCu... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Fix wxMSW wxSlider best size calculation and label... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Make coordinates transformations in wxDC really maximal... |
tree | commitdiff |
2011-07-07 |
Vadim Zeitlin | Add wxDCImpl::MSWApplyGDIPlusTransform() to formalize... |
tree | commitdiff |
2011-07-04 |
Vadim Zeitlin | Fix harmless warning about double to long long conversion. |
tree | commitdiff |
2011-07-04 |
Vadim Zeitlin | Also accept VT_R4 (float) VARIANTs in wxMSW OLE code. |
tree | commitdiff |
2011-07-02 |
Vadim Zeitlin | Avoid g++ warnings about breaking strict aliasing rules... |
tree | commitdiff |
2011-06-29 |
Vadim Zeitlin | Fix two harmless gcc warnings about missing initializers. |
tree | commitdiff |
2011-06-22 |
Vadim Zeitlin | Fix bug with out of range date in wxMSW wxDatePickerCtr... |
tree | commitdiff |
2011-06-19 |
Vadim Zeitlin | Fix bug when setting an out of range date in wxMSW... |
tree | commitdiff |
2011-06-19 |
Vadim Zeitlin | Suppress harmless gcc warnings about enum elements... |
tree | commitdiff |
2011-06-17 |
Vadim Zeitlin | Fix g++ warnings about initialized variables being... |
tree | commitdiff |
2011-06-17 |
Vadim Zeitlin | Use GdipStringFormatCachedGenericTypographic hack for... |
tree | commitdiff |
2011-06-17 |
Vadim Zeitlin | Avoid problems with conflicting UINT16 definitions... |
tree | commitdiff |
2011-06-16 |
Vadim Zeitlin | Suppress various harmless warnings in MinGW build with... |
tree | commitdiff |
2011-06-16 |
Vadim Zeitlin | Make wxUIActionSimulator mouse move events marginally... |
tree | commitdiff |
2011-06-16 |
Vadim Zeitlin | Use symbolic WAIT_FAILED constant instead of raw -1. |
tree | commitdiff |
2011-06-16 |
Vadim Zeitlin | Round the values in wxDC coordinate calculations. |
tree | commitdiff |
2011-06-15 |
Vadim Zeitlin | Fall back to the valid normal bitmap if no state-specif... |
tree | commitdiff |
2011-06-14 |
Vadim Zeitlin | Refactor wxButton and wxToggleButton to derive from... |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | adding placeholders for interpolation setting |
tree | commitdiff |
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 |
next |