2008-04-13 |
Vadim Zeitlin | removed a TODO comments, it actually doesn't seem neces... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | no real changes but replace manual calls to Set{Text... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | test for pen validity before calling GetStyle() on... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | wxThread::Sleep() is the same as wxMilliSleep() on... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | correct CallHtmlHelp() overload being called in Quit() |
tree | commitdiff |
2008-04-11 |
Vadim Zeitlin | ENDSESSION_LOGOFF is a bit flag, test for it using... |
tree | commitdiff |
2008-04-07 |
Vadim Zeitlin | don't ask for bounding rectangle of a hidden root,... |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Compilo after wxVideoMode change, MSW part |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | use kind, not id, of a menu item to test whether it... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | removed (unused) occurrences of _WX_DEFINE_DATE_EVENTS_... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | refresh the item after adding its first child as, appar... |
tree | commitdiff |
2008-04-05 |
Vadim Zeitlin | include more headers for PCH-less compilation |
tree | commitdiff |
2008-04-05 |
Vadim Zeitlin | fix for g++ signed/unsigned comparison warning |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | set focus to the control when it's clicked |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | use wxWANTS_CHARS to allow arrows to work inside the... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented toggling of wxCAL_MONDAY_FIRST in the nativ... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented Mark() in the native MSW version of wxCalen... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | generate double click events in the native MSW version... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | generate the correct events in the native MSW version... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented HitTest() in the native MSW version; added... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implement EnableMonthChange() by restricting the dates... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | compilation fix for PCH-less build |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | initial native implementation of wxCalendarCtrl for MSW |
tree | commitdiff |
2008-04-02 |
Vadim Zeitlin | log error before returning, not after |
tree | commitdiff |
2008-04-01 |
Vadim Zeitlin | suppress VC++ /Wp64 warnings |
tree | commitdiff |
2008-03-31 |
Vadim Zeitlin | fix unused parameter warning |
tree | commitdiff |
2008-03-28 |
Francesco Montorsi | add more pure virtuals to wxBrushBase; fix the GetColou... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | compilation fix for ANSI build: use reinterptre_, not... |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | don't blit too much when copying static box border... |
tree | commitdiff |
2008-03-27 |
Stefan Csomor | graphics bitmap implementation, fix for bitmap scaling |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | Several fixes for removing/readding controls to the... |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... |
tree | commitdiff |
2008-03-25 |
Vadim Zeitlin | ANSI mode compilation fix |
tree | commitdiff |
2008-03-24 |
Vadim Zeitlin | fix wxExecute() compilation in ANSI build |
tree | commitdiff |
2008-03-23 |
Vadim Zeitlin | avoid needless Unicode<->MB conversions in Unix wxExecu... |
tree | commitdiff |
2008-03-22 |
Václav Slavík | fixes to Freeze/Thawn when the window is shown or hidde... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | return bool from wxStreamTempInputBuffer::Update()... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
tree | commitdiff |
2008-03-19 |
Francesco Montorsi | further wxPenStyle/wxBrushStyle fixes for builds with... |
tree | commitdiff |
2008-03-17 |
Benjamin Williams | vista tree crash fix |
tree | commitdiff |
2008-03-17 |
Vadim Zeitlin | don't provide unnecessary (as default) arguments to... |
tree | commitdiff |
2008-03-17 |
Francesco Montorsi | some more build fix for wxPen/wxBrush style changes |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix typos and update MSW code to use new wxPENSTYLE_... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix wxMSW build after wxBrush changes: return wxBRUSHST... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
tree | commitdiff |
2008-03-16 |
Václav Slavík | ShowWithEffect must call wxWindowBase::Show |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | rename fobr95.{cpp,h} files to foobar.{cpp,h} |
tree | commitdiff |
2008-03-15 |
Václav Slavík | wxMSW: generate wxClipboardTextEvent from wxTextCtrl... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | implement wxSpinCtrl::Reparent() to properly reparent... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | fix crash in DoGetBestSize() if default widths are... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | refactored code reused in several different places... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | no real changes, just use more readable helper wxTextEn... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | no real changes, just use more readable helper wxTextEn... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | don't generate duplicate resume events for PBT_APMRESUM... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | call OnNativeDestroyed() if the native window is destro... |
tree | commitdiff |
2008-03-14 |
Vadim Zeitlin | don't delete the context in ~wxGLCanvas(), the base... |
tree | commitdiff |
2008-03-14 |
Julian Smart | Corrected typecasts (Sebastian Gottschalk) |
tree | commitdiff |
2008-03-14 |
Julian Smart | Fixed bug in wxDialUpManagerMSW::GetISPNames - uses... |
tree | commitdiff |
2008-03-14 |
Julian Smart | Fixed bug for chars with ASCII value > 127, explicitly... |
tree | commitdiff |
2008-03-12 |
Václav Slavík | indent app name + version from the rest in about dialog... |
tree | commitdiff |
2008-03-11 |
Vadim Zeitlin | delete wxNativeContainerWindow when the native window... |
tree | commitdiff |
2008-03-10 |
Vadim Zeitlin | added wxNativeContainerWindow and implemented it for... |
tree | commitdiff |
2008-03-08 |
Vadim Zeitlin | wxUniv compilation fix for gs_windowHandles assignment |
tree | commitdiff |
2008-03-08 |
Václav Slavík | fixed 'Select All' context menu in wxTextCtrl with... |
tree | commitdiff |
2008-03-05 |
Vadim Zeitlin | check that parent is non-NULL in CreateWindowFromHWND... |
tree | commitdiff |
2008-03-05 |
Vadim Zeitlin | call SetHWND(hWnd) from SubclassWin(), this is consiste... |
tree | commitdiff |
2008-03-03 |
Václav Slavík | made Freeze/Thaw recursively (un)freeze child windows too |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | always draw toolbar background ourselves under XP as... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | don't post WM_NULL if there is already a WM_NULL in... |
tree | commitdiff |
2008-03-01 |
Vadim Zeitlin | no real changes, just refactor/simplify the code to... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | added DFCS_CHECKED to DrawCheckMark() (part of patch... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | use GlobalPtrLock (modified to allow not initializing... |
tree | commitdiff |
2008-02-27 |
Julian Smart | Take into account explorer associations and CurVer... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | forward WM_HELP from the buddy control to the main... |
tree | commitdiff |
2008-02-26 |
Vadim Zeitlin | /Wp64 warnings fixes (mostly simply use wxUIntToPtr... |
tree | commitdiff |
2008-02-26 |
Julian Smart | Removed redundant Init call (bug 1724495) |
tree | commitdiff |
2008-02-26 |
Julian Smart | Fixed [ 1764805 ] wxSeek with negative offset fails... |
tree | commitdiff |
2008-02-25 |
Václav Slavík | compilation fix for pch-less build |
tree | commitdiff |
2008-02-25 |
Vadim Zeitlin | implement support for display enumeration under WinCE... |
tree | commitdiff |
2008-02-25 |
Vadim Zeitlin | correct radio button best size calculation under CE... |
tree | commitdiff |
2008-02-25 |
Vadim Zeitlin | added more includes of wx/msw/dc.h needed since r52054... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | use wxLogLastError() to show the last error value when... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | always return 471 from wxApp::GetComCtl32Version()... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | don't define, nor use, LVS_EX_LABELTIP under WinCE |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | don't use hook code for positioning message box under... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | restore checks for SM_SWAPBUTTON, it is not defined... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | don't include wx/msw/dc.h from wx/msw/private.h, this... |
tree | commitdiff |
2008-02-21 |
Vadim Zeitlin | restore generic DrawEllipticArc() used by CE which... |
tree | commitdiff |
2008-02-19 |
Vadim Zeitlin | implement wxRadioBox::Reparent(): it didn't reparent... |
tree | commitdiff |
2008-02-16 |
Julian Smart | Removed unnecessary include |
tree | commitdiff |
2008-02-15 |
Vadim Zeitlin | don't clutter the code with (apparently) unnecessary... |
tree | commitdiff |
2008-02-14 |
Julian Smart | Cut down on unnecessary update events |
tree | commitdiff |
2008-02-13 |
Vadim Zeitlin | use listctrl coordinates for the wxEVT_COMMAND_LIST_COL... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | set selection anchor to the focused item in SetItemState() |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | pass correct data size to DdeClientTransaction() in... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | add GetMDIParent() and use it to reduce the number... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | don't lose the contents of the combobox if it was set... |
tree | commitdiff |
2008-02-06 |
Vadim Zeitlin | correction after the previous commit which introduced... |
tree | commitdiff |
next |