]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
OnIdle -> OnInternalIdle
[wxWidgets.git] / include / wx / msw /
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Vadim Zeitlinwarnings fixes
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-07  Vadim Zeitlincompilation fix (extra semicolon)
2003-07-06  Vadim Zeitlinimplemented GetDefaultBorder() in wxControl, override...
2003-07-06  Vadim ZeitlinwxNotebook::HitTest() for wxMSW added (patch 748469)
2003-07-05  Václav Slavíkworkaround a Watcom build
2003-07-05  Václav Slavíkdefine wxCHECK_W32API_VERSION for OpenWatcom and Digita...
2003-07-05  Václav Slavíkdefine wxCHECK_W32API_VERSION for OpenWatcom and Digita...
2003-07-04  Václav Slavíkfixed compilation of multilib dll
2003-07-04  Václav Slavíkcompilation fix
2003-07-04  Václav Slavíkdefine __GNUWIN32__ if __MINGW32__ is defined, so that...
2003-07-04  Václav Slavíkfixes for moving wxHTML files into their own DLL
2003-07-04  Václav Slavíkcompilation fixes for multilib/DLL build
2003-07-02  Julian SmartFixed ambiguity
2003-07-02  Julian SmartRemoved BC++ hidden virtual function warning
2003-07-02  Vadim Zeitlingot rid of wxBuffer (finally!!!)
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-07-01  Mattia Barbon MinGW compilation fixes.
2003-07-01  Vadim Zeitlinremoved wxFunction
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-28  Vadim Zeitlinfixed fatal crash in Create() after my last change
2003-06-27  Vadim Zeitlinmoved GetOSVersion() to the base traits class; implemen...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-23  Vadim ZeitlinGetIcon() returns wxIconLocation, not wxIcon, now
2003-06-21  Mattia Barbon Add a missing structure definition, move all rich...
2003-06-21  Vadim Zeitlinremoved Win16 horrors
2003-06-21  Vadim Zeitlinadded wxIconLocation; minor fixes to wxIcon on some...
2003-06-20  Julian SmartExtended wxTextAttr and added wxTextCtrl::GetStyle...
2003-06-17  Julian SmartAdded corrected Show() to wxPopupWindow
2003-06-16  Julian SmartPlatform and compiler-specific checking for MSW and...
2003-06-14  Julian SmartCan now skip default manifest inclusion by defining...
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-06-14  Vadim Zeitlinadded a few #ifdefs needed to build a smaller library...
2003-06-11  Julian SmartAdd back #endif
2003-06-11  Julian SmartRemoving vestiges of wxUSE_NEW_GRID
2003-06-08  Julian SmartAdded shaped sample copying
2003-06-02  Julian SmartAttempt to make wxWindows play better with XP themes
2003-06-01  Julian SmartFix for bug [ 744199 ] wxBringWindowToTop, child window...
2003-06-01  Julian SmartApplied patch [ 619386 ] uxtheme.dll support
2003-06-01  Julian SmartPartially applied patch [ 531199 ] new EVT_MOVING and...
2003-06-01  Julian SmartApplied patch [ 619539 ] patch to get small icon via...
2003-06-01  Julian SmartApplied patch [ 743194 ] HitTest for wxNotebook
2003-06-01  Julian SmartApplied [ 745533 ] implemented wxNotebook::DoGetBestSize
2003-05-27  Vadim Zeitlinforce wxUSE_IOSTREAMH to 0 with VC 7.1
2003-05-26  Chris Elliottfix SF bug 742496
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-21  Julian SmartApplied patch [ 740012 ] GetKeyState returns 16-Bit...
2003-05-11  Vadim Zeitlinfixed bug in WinStruct<> ctor
2003-05-11  Vadim Zeitlinadded WinStruct<>
2003-05-11  Vadim Zeitlinmoved missing constants definitions to their right...
2003-05-10  Vadim Zeitlinadded LVSICF_NOSCROLL
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-05-06  Julian SmartRevamped border handling.
2003-05-03  Robin DunnReversed the meaning of black and white in wxRegion...
2003-05-02  Julian SmartAdded m_isOpened variable to simulate opening/closing
2003-05-02  Chris Elliottdigital mars updated
2003-05-01  Vadim Zeitlinshow the taskbar icon even after Explorer restart ...
2003-05-01  Vadim Zeitlinfix the wrong size of the first page when it's added...
2003-04-28  Chris ElliottSF patch [ 708702 ] Wide character filename support...
2003-04-28  Vadim Zeitlinnew template-based more flexible and hopefully more...
2003-04-24  Chris Elliottexplicit cast for digital mars to use OLE
2003-04-23  Chris Elliottdigital mars compiler updated - test no longer needed
2003-04-19  Chris Elliottupdate to make digitalmars compile
2003-04-13  Vadim Zeitlinremoved accidentally left #ifdef WATCOM
2003-04-13  Vadim Zeitlinrenamed GlobalHandle class to GlobalPtr to avoid confli...
2003-04-13  Vadim Zeitlinpremultiply the colours by the alpha value
2003-04-13  Vadim Zeitlinadded wxBitmap::UseAlpha()
2003-04-11  Václav Slavíkadded WindowsXP manifest directly into application...
2003-04-11  Vadim Zeitlinfixes for user dash handling (patch 717736)
2003-04-07  Vadim Zeitlinsupport for optionnally using DirectX for display manip...
2003-04-06  Vadim Zeitlinadded assert to check that notebook page does have...
2003-04-05  Chris Elliottchanges to watcom makefiles for OpenWatcom
2003-04-04  Václav Slavíkpreparation for X11 wxTaskBarIcon version:
2003-03-30  Julian SmartRemoving deprecated classes
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-24  Vadim ZeitlinwxDIB::Create(wxBitmap) shouldn't do any conversions...
2003-03-24  Vadim Zeitlinoops, forgot default value for MemoryHDC ctor parameter
2003-03-24  Vadim ZeitlinMemoryHDC can now be used to create DCs compatible...
2003-03-24  Vadim Zeitlinfix Alt-letter navigation with spin controls (bug 672974)
2003-03-23  Vadim Zeitlinremoved wxUSE_IMAGE_LOADING_IN_MSW and wxUSE_RESOURCE_L...
2003-03-23  Vadim Zeitlinadded wxDIB::Save() and wxDIB to/from wxBitmap) convers...
2003-03-23  Vadim Zeitlinadded GlobalHandle
2003-03-23  Julian SmartRemoved obsolete wxDate and wxTime classes.
2003-03-23  Julian SmartRemoved 16-bit gauge code (Microsoft)
2003-03-23  Julian SmartRemoved dibutils
2003-03-23  Vadim Zeitlingot rid of more duplicated code for working with DIBs
2003-03-23  Vadim Zeitlinremoved GetBitmapForDC() and supporting functions
2003-03-23  Vadim Zeitlinadded CreateDDB() and CreatePalette()
2003-03-23  Vadim Zeitlinadded CopyFromDIB()
2003-03-23  Vadim ZeitlinWin16 cursor/icon functions are not needed any longer
2003-03-22  Vadim Zeitlinadded wxBitmapToHICON/CURSOR helper functions
2003-03-22  Vadim Zeitlinmodifications for raw bitmap support and for using...
2003-03-21  Václav Slavíkfixed MSLU link
2003-03-18  Julian SmartSome code tidying; removing dibutils.cpp which
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-14  Chris Elliottfix build for borland 5.0
2003-03-04  Vadim Zeitlinnew wxDIB class
next