2011-08-27 |
Vadim Zeitlin | Add wxTextEntry::AutoCompleteDirectories(). |
tree | commitdiff |
2011-08-25 |
Dimitri Schoolwerth | Fixed MSW/Univ compilation of toplevel.cpp. |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Return (16,16) as the default list icons size in wxMSW. |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | Add wxWithImages helper mix-in with {Set,Get,Assign... |
tree | commitdiff |
2011-08-17 |
Julian Smart | Better text control non-selection solution |
tree | commitdiff |
2011-08-16 |
Julian Smart | Implemented non-selection of content when setting focus... |
tree | commitdiff |
2011-08-16 |
Vadim Zeitlin | wxMSW compilation fix when not using PCH. |
tree | commitdiff |
2011-08-09 |
Vadim Zeitlin | Don't reset wxTLW::m_iconized when hiding the window... |
tree | commitdiff |
2011-08-08 |
Vadim Zeitlin | Don't manually centre dialogs created with default... |
tree | commitdiff |
2011-08-08 |
Vadim Zeitlin | Added wxTopLevelWindow::MSWGetSystemMenu() method. |
tree | commitdiff |
2011-08-08 |
Vadim Zeitlin | Added private wxMenu::MSWNewFromHMENU() method. |
tree | commitdiff |
2011-08-07 |
Vadim Zeitlin | Use 0 instead of NULL to avoid g++ warning. |
tree | commitdiff |
2011-08-04 |
Vadim Zeitlin | Add support for wxHELP button to wxMessageDialog. |
tree | commitdiff |
2011-08-04 |
Vadim Zeitlin | Use wxWindowMSW instead of wxWindow to fix wxUniv/MSW... |
tree | commitdiff |
2011-08-02 |
Robin Dunn | If -1 is passed to InsertItem for the imageIndex then... |
tree | commitdiff |
2011-08-02 |
Robin Dunn | Initialize the native printer info for ConvertFromNativ... |
tree | commitdiff |
2011-08-02 |
Vadim Zeitlin | Don't un-maximize the window when Iconize(false) is... |
tree | commitdiff |
2011-07-29 |
Vadim Zeitlin | Add wxTextCtrl::PositionToCoords() functions for wxMSW... |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Ignore WM_CLOSE generated by wxMSW edit control when... |
tree | commitdiff |
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 |
next |