]> git.saurik.com Git - wxWidgets.git/history - src/msw
new wxHtmlParser core and changes implied by it
[wxWidgets.git] / src / msw /
2001-07-17  Julian SmartCorrection to icon index code
2001-07-17  Julian SmartAdded support for extracting icon using specified index
2001-07-17  Vadim Zeitlinadded wxOPEN/SAVE flags to wxDefaultFileSelector
2001-07-17  Vadim Zeitlindon't use static box as a parent
2001-07-17  Vadim Zeitlinrenamed wxDynamicThisCast to wxDynamicCastThis, removed...
2001-07-17  Robin DunnAdded rules to build the regex library from the main...
2001-07-14  Vadim Zeitlinbug fix to the recent wxConvertFromMSW change
2001-07-14  Vadim Zeitlinuse LVM_SETITEMSTATE instead of LVM_SETITEM for virtual...
2001-07-14  Vadim Zeitlinblind fix for clearing font attributes in SetStyle()
2001-07-14  Vadim Zeitlinremoved obsolete comment
2001-07-14  Vadim Zeitlinmerged NULL wxFrame parent HWND fix from 2.2 branch
2001-07-14  Vadim Zeitlinmerged MapBitmap() from 2.2 branch
2001-07-14  Robin DunnAdded RTTI macros to wxToolTip
2001-07-14  Vadim Zeitlinimplemented RefreshItem(s) under MSW
2001-07-14  Vadim Zeitlinfixed setting/attaching menubar
2001-07-13  Vadim Zeitlinregenerated the makefiles to include regex.cpp
2001-07-13  Julian SmartFixed typo in cache management code
2001-07-13  Vadim Zeitlinremoved incorrect 'static' keyword from var declarations
2001-07-12  Vadim Zeitlinfixed crash in wxRegion::Empty
2001-07-12  Vadim Zeitlinimplemented attributes support for native virtual list...
2001-07-12  Vadim Zeitlinmenu bar wasn't set properly internally after my previo...
2001-07-11  Julian SmartCompilo correction
2001-07-11  Julian SmartMade DC cacheing less obstrusive
2001-07-11  Julian SmartRemoved cacheing option
2001-07-11  Vadim Zeitlinadded support for item attributes in virtual list control
2001-07-11  Vadim Zeitlinmoved some headers inside #ifndef WX_PRECOMP
2001-07-11  Václav Slavíkmingw compilation fixes
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-09  Vadim Zeitlindetabified some more
2001-07-09  Vadim Zeitlindetabified
2001-07-09  Vadim Zeitlinset m_itemIndex in the list events for key down event too
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-07-07  Vadim Zeitlinapplied some minor patches from chuckm to wxListCtrl
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-07  Vadim Zeitlincheck for LVS_OWNERDATA availability at compile and...
2001-07-06  Julian SmartImplemented input disabling for disabled windows since...
2001-07-06  Julian SmartAdded WS_POPUP for MicroWindows dialogs
2001-07-05  Julian SmartMisc fixes, now menus are almost working on MicroWindows
2001-07-05  Julian SmartCorrected cleanwx target
2001-07-05  Vadim Zeitlinadded virtual listctrl support
2001-07-04  Julian SmartChanged the pragmas to allow debugging under Linux
2001-07-04  Julian SmartDon't complain under MicroWindows if a wxDC's HDC is...
2001-07-04  Julian SmartGetting wxMicroWindows compiled again
2001-07-04  Julian SmartFixed HRGN leak in DoSetClippingRegion
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-07-03  Julian SmartAdded nbkbase.cpp
2001-07-03  Julian SmartMSW fixes; added wxUSE_XPM to wxUniv's setup.h so now...
2001-07-02  Vadim Zeitlinfixed deleting pages from the notebook
2001-07-02  Vadim Zeitlin1. fixed wxGTK notebook which was completely broken...
2001-07-02  Julian SmartMore wxMicroWindows fixes
2001-07-02  Vadim Zeitlinprocess WM_ACTIVATEAPP in wxMSW too, not only wxUniv
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-07-02  Vadim Zeitlinregenerated with tmake
2001-07-02  Julian SmartUpdated MicroWindows makefile
2001-07-02  Vadim Zeitlinchanged wxUSE_DRAGIMAG to wxUSE_DRAGIMAGE and use it...
2001-07-01  Julian SmartRemoved arbitrary window-shrinking code; corrected...
2001-06-29  Julian SmartFurther wxUniv fixes
2001-06-29  Julian SmartAdded project files for wxUniv under MSW
2001-06-29  Julian SmartAdded some more files
2001-06-29  Julian SmartSome wxUniv compile fixes
2001-06-29  Julian SmartAdded extra MicroWindows functions
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-27  Julian SmartNow wxFrame derives from wxFrameMSW/GTK in non-wxUniv...
2001-06-27  Julian SmartAdded wxUSE_NUMBERDLG to setup.h; added some files...
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-26  Vadim Zeitlinno changes
2001-06-22  Vadim Zeitlin1. fixed wxBase RPM template
2001-06-18  Václav Slavíkapplied patch #432997 (wxHTML added to Watcom makefiles)
2001-06-17  Julian SmartCanvas lib precompiled header fix; doc typos fixes...
2001-06-17  Vadim Zeitlinfixed clip rect when logical coords != device ones
2001-06-16  Vadim Zeitlinwarning fix
2001-06-16  Vadim Zeitlinapplied patch #428104 (SetSizeHints() for wxMDIChildFrame)
2001-06-16  Vadim Zeitlinapplied patch 433505 (MDI parent activation fix)
2001-06-16  Vadim Zeitlin1. improved wxKill() implementation for Win32
2001-06-15  Vadim Zeitlinsubclass status bar as any normal window to ensure...
2001-06-15  Julian SmartAdded missing settings.h include (sorry)
2001-06-15  Julian SmartMoved metafile helpers from utilsexc.cpp to utils.cpp...
2001-06-15  Julian SmartSync'ed show-window flag in MDI child constructor;...
2001-06-15  Vadim Zeitlinapplied patch 430963 (fix for wxRegConfig::SetPath...
2001-06-14  Kendall BennettReverted wxFileSystem changes to image.cpp and dib.cpp
2001-06-14  Vadim Zeitlinregenerated from templates
2001-06-14  Julian SmartFixed MDIS_ALLCHILDSTYLES bug (WS_VISIBLE needed to...
2001-06-14  Julian SmartAdded SetOption,GetOption[Int] to wxSystemSettings...
2001-06-13  Julian SmartAdded wxUSE_MENUS to setup0.h to make menu sample compile;
2001-06-12  Kendall BennettCommited latest SciTech changes into CVS. This includes...
2001-06-12  Julian SmartRemoved fstream include which seemed unnecessary, and...
2001-06-11  Julian SmartTex2RTF: underscores now only checked for if syntax...
2001-06-09  Vadim Zeitlinuse SetForegroundWindow instead of BringWindowToTop
2001-06-09  Vadim Zeitlinapplied patch 428783 (fix B32 makefiles)
2001-06-09  Julian SmartUpdates for 2.3.1; fixed syntax error in makefile.b32...
2001-06-09  Vadim Zeitlinfixed bug 418496 (wxDC::SetClippingRegion doesn't clear...
2001-06-09  Vadim Zeitlinfixed bug 424212 (unworking close button in the progres...
2001-06-09  Vadim Zeitlinfix for crash when pressing TAB in the tree text control
2001-06-08  Vadim Zeitlinregenerated files with tmake
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
next