Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
[wxWidgets.git] / src / msw /
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-26  Vadim Zeitlindocument that the workaround used to make popup menus...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-24  Robert Roebling Committed Jaako's renderer patch
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2006-04-21  Vadim Zeitlinfix for Win64 after last sizeof(OPENFILENAME) change
2006-04-21  Vadim Zeitlinno real changes, just (unsuccessful) attempts to make...
2006-04-21  Włodzimierz SkibaRemoved outdated build files.
2006-04-21  Vadim Zeitlinalways use V5 OPENFILENAME struct first and fall back...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-19  Vadim Zeitlinimplemented DrawCheckButton() for XP renderer; code...
2006-04-19  Vadim Zeitlindon't duplicate wxDCBase::DoDrawCheckMark() code in...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-17  Vadim Zeitlinadded wxStandardPaths::GetDocumentsDir() (patch 1214360)
2006-04-16  Vadim Zeitlinsimplify/cleanup wxTheXXXList and wxGDIObject code...
2006-04-16  Vadim Zeitlinbuild fixes for wxUSE_LOG==0 (modified patch 1450207)
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-04-15  Vadim Zeitlinmade width computation in GetTextExtent() more precise...
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-04-11  Vadim Zeitlinremoved spurious if in DoGradientFillLinear()
2006-04-10  Vadim Zeitlindon't generate wxEVT_CONTEXT_MENU messages for right...
2006-04-08  Vadim Zeitlinchanged DoMessageFromThreadWait() to not block if there...
2006-04-01  Julian SmartReset the position when auto-sizing toolbar
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-03-30  Vadim Zeitlindon't compile DirectDraw code when wxUSE_DIRECTDRAW...
2006-03-30  Julian SmartReverted wxChoice size fix due to problems in W2K and...
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-25  Vadim Zeitlindiscard the debug directories at the end of the executa...
2006-03-25  Vadim Zeitlinadded wxStandardPaths::GetResourcesDir() and GetLocaliz...
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-23  Vadim Zeitlinfixed last commit which accidentally included parts...
2006-03-23  Julian SmartAdded missing declarations required for e.g. VC++ 6
2006-03-23  Vadim ZeitlinMinor fixes after last commit:
2006-03-23  Julian SmartAdded an optimization that fixes a recursive paint...
2006-03-23  Włodzimierz SkibaCentering maximized wxTLWs on screen should do nothing.
2006-03-23  Włodzimierz SkibaWarning fix.
2006-03-23  Vadim Zeitlinremoved unneeded (and provoking warnings in DLL build...
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-03-20  Vadim Zeitlinprovide stubs for conversion to/from image functions...
2006-03-20  Vadim Zeitlinremoved hard tabs
2006-03-17  Vadim Zeitlinuse correct string in wxEVT_COMMAND_COMBOBOX_SELECTED...
2006-03-16  Vadim Zeitlinadded wxDisplay::GetClientArea() (currently implemented...
2006-03-16  Włodzimierz SkibawxDisplay build fix for missing Direct Draw.
2006-03-16  Julian SmartMobile 5 Smartphone fixes
2006-03-16  Włodzimierz Skibaforward port from 2.6 - eVC3 fix.
2006-03-16  Vadim ZeitlinwxDisplay cleanup/rewrite:
2006-03-15  Vadim Zeitlinuse wxDynamicLibrary::GetSymbolAorW() instead of duplic...
2006-03-15  Julian SmartFix for WinCE
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-15  Julian SmartFix for command bar not painting in Windows Mobile 5
2006-03-15  Julian SmartAdd menus even if we have no menubar HMENU (Windows...
2006-03-15  Julian SmartCorrected wrong include
2006-03-15  Julian SmartFix compile problem with VS 2005
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-14  Włodzimierz SkibawxComboBox with SmartphoneCE has different members...
2006-03-13  Włodzimierz SkibaWarning fixes.
2006-03-12  Vadim Zeitlinfixed event generation for wxComboBox to be consistent...
2006-03-12  Vadim Zeitlinfixed event generation for wxChoice: it now sends one...
2006-03-12  Vadim Zeitlindon't send EVT_CHOICE events while the dropdown is...
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-12  Vadim Zeitlindon't require multimon.h any more now (patch 1446030...
2006-03-12  Włodzimierz SkibawxTinderbox build fix (!PCH support).
2006-03-12  Vadim Zeitlinmore accurate best size calculation logic (use the...
2006-03-11  Włodzimierz SkibaWXUNUSED is our coding standard.
2006-03-11  Julian SmartApplied patch [ 1443707 ] kill "cast truncates constant...
2006-03-11  Julian SmartApplied [ 1425529 ] Tooltip was not removed on deletion
2006-03-11  Julian SmartApplied patch [ 1447184 ] Elimination of a warning...
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-10  Włodzimierz SkibaWarning fix.
2006-03-09  Włodzimierz SkibaFontEnum fix: use NULL for global enumeration.
2006-03-09  Vadim Zeitlincall SetWindowPos(SWP_FRAMECHANGED) after changing...
2006-03-09  Vadim Zeitlindefine UDM_{SETRANGE|SETPOS|GETPOS}32 if we don't have...
2006-03-09  Vadim Zeitlindon't clear clipboard if it was changed by another...
2006-03-09  Vadim Zeitlinfix gcc4 warning for wndproc casts (patch 1431939)
2006-03-09  Vadim Zeitlinadded wxListBox::HitTest() from Ryan (patch 1446207)
2006-03-09  Vadim Zeitlindon't check that the cursor is over the window calling...
2006-03-08  Vadim Zeitlindon't draw focus rect for custom drawn items when the...
2006-03-08  Vadim Zeitlingenerate wxEVT_COMMAND_TEXT_ENTER for multiline control...
2006-03-07  Włodzimierz SkibaRemoved unused and outdated Watcom build files.
2006-03-07  Włodzimierz SkibaBorland build fix.
2006-03-05  Vadim Zeitlinfix to last custom draw fix: only leave space for the...
2006-03-05  Vadim Zeitlinanother custom draw fix: leave space for the image...
2006-03-05  Vadim Zeitlindon't trust CDIS_FOCUS flag vale in custom drawing...
2006-03-04  Julian SmartIf context menu not handled, treat as left click instead.
2006-03-03  Vadim Zeitlinmove the code freeing temporary argv array to wxEntry...
2006-03-02  Julian SmartApplication clipping region can be set to null without...
2006-02-28  Julian SmartAdded context menu support under PocketPC
2006-02-26  Włodzimierz SkibaCorrect wxCheckListBox insertion.
2006-02-25  Włodzimierz SkibaRevitalise SIP support in all toplevel wince windows.
2006-02-25  Jamie GaddFixes for WinCE build caused by my last commit.
2006-02-25  Vadim Zeitlincleaned up and disabled by default the toolbar buttons...
2006-02-25  Vadim ZeitlinDT_WORD_ELLIPSIS is not defined under CE
2006-02-24  Julian SmartFixed interpretation of selection and added selection...
2006-02-24  Jamie GaddMake wx{List,Tree}Ctrl resize their standard font if...
2006-02-23  Jamie GaddFix bug where labels were multicoloured if their length...
2006-02-22  Václav Slavíkskip the paint event instead of calling wxControl versi...
next