Removed the SaveBG hack. The real incompatibility is that the MemoryDC
[wxWidgets.git] / include /
2004-02-19  Ron LeeRemoved the SaveBG hack. The real incompatibility...
2004-02-18  Julian SmartVC++ correction
2004-02-17  Julian SmartFixed source for WinCE compatibility
2004-02-16  Dimitri SchoolwerthFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
2004-02-16  Dimitri SchoolwerthAdded config checks for wxUSE_IMAGE = 0.
2004-02-16  Robert Roebling Added better visual feedback for tree control
2004-02-16  Dimitri SchoolwerthRemoved c++ style comments.
2004-02-16  Vadim Zeitlinfixed IsOk() for root directory paths
2004-02-15  Stefan NeisAdded accelerator handling for buttons and infrastructu...
2004-02-15  Stefan NeisFixed separator handling for menus.
2004-02-15  Vadim Zeitlinadded wrapper header for CppUnit headers
2004-02-15  Vadim Zeitlininclude stdlib.h to get malloc/free decl
2004-02-15  Robert Roebling InitAsNeeded no longer inline in the header.
2004-02-12  Julian SmartDMC doesn't have #warning
2004-02-12  Robin DunnFixed to use wxNcPaintEvent types where needed
2004-02-12  Vadim Zeitlindon't override GetSize(), this doesn't work (bug 732758)
2004-02-12  Vadim Zeitlinhopefully fixed strings.h mess completely now by not...
2004-02-12  Vadim Zeitlindefine DWORD_PTR &c for Win32 compilation whatever...
2004-02-12  Robin DunnAdded wxDC::GetPartialTextExtents
2004-02-11  Robin DunnAdded wxDC:GetPartialTextExtents
2004-02-11  Robin DunnUse extraFontFlag to specify if anti-aliased fonts...
2004-02-11  Vadim Zeitlinanother part of adding error checking to event table...
2004-02-11  Stefan Csomorcommon code
2004-02-11  Chris Elliotttry to fix D Mars compilation for Unicode
2004-02-11  Robin DunnAdded missing wxNcPaintEventFunction and used it in...
2004-02-10  Vadim Zeitlinreversed last accidental commit
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-10  Robin DunnFixed a compliation error, event args should not be...
2004-02-10  Vadim Zeitlinallow generating PS on an output stream and not only...
2004-02-10  Vadim Zeitlinreverted wxStaticCast change which obviously can't...
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-10  Vadim Zeitlinadded wxStaticCast, moved wxConstCast from wx/object...
2004-02-10  Vadim Zeitlincompilation fix for wxUSE_LOG == 0 (part of patch 843206)
2004-02-10  Vadim Zeitlinimplemented SelectItem(item, bool); UnselectItem()...
2004-02-10  Vadim Zeitlinadded wxTreeCtrl::UnselectItem() and ToggleItemSelectio...
2004-02-10  Chris Elliottfix for non-unicode DMC builds
2004-02-10  Vadim Zeitlinfixed the value returned by GetSize()
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2004-02-10  Vadim ZeitlinWin64 compilation fixes: define SIZEOF_SIZE_T, added...
2004-02-10  Vadim Zeitlinadded base array of size_t as under Win64 size_t >...
2004-02-10  Vadim Zeitlinadded wxGet/SetWindowProc/UserData()
2004-02-09  Vadim Zeitlinno changes, simply added a comment
2004-02-09  Robin DunnwxUSE_VC_CRTDBG needs to be dependent on wxUSE_MEMORY_T...
2004-02-09  Julian SmartFix needed for free MS SDK
2004-02-08  Vadim Zeitlinadded WC_NO_BEST_FIT_CHARS
2004-02-08  Vadim Zeitlinresolving conflicts in files I had forgot to commit...
2004-02-08  Julian SmartAdded missing MSWGetStyle prototype
2004-02-08  Vadim ZeitlinwxBUFFER_DC_DEFAULT should be wxBUFFER_DC_OVERWRITE_BG...
2004-02-08  Vadim Zeitlinugly attempt to fix compilation for BCB 6 (bug 819700)
2004-02-08  Julian SmartFixed bug [ 865999 ] wxRETAINED windows appear blank...
2004-02-08  Vadim Zeitlinadded GetHbrush() and GetHbrushOf()
2004-02-08  Vadim Zeitlinfixed operator=(), ==() and !=() for wxPen
2004-02-08  Vadim Zeitlinadded GetHpen() and GetHpenOf()
2004-02-08  Julian SmartApplied patch [ 892543 ] wxUniversal: Bitmaps in disabl...
2004-02-08  Mattia Barbon Compilation fix for wxUSE_STL == 1 and wxUSE_UNICODE...
2004-02-08  David ElliottAdd wxCocoa-specific trace masks
2004-02-08  Stefan Csomorfont-encodings additions
2004-02-08  Stefan Csomorunicode targets cleanup for cw and xcode
2004-02-08  Stefan Csomorgetting rid of old pragma for CW Pro 9
2004-02-08  Vadim Zeitlinbackground colour of a combobox may now be set (bug...
2004-02-07  Vadim Zeitlinadded WM_UPDATEUISTATE and related stuff
2004-02-07  Vadim Zeitlintrying to fix breakage in wxBufferedPaintDC after the...
2004-02-07  Vadim Zeitlinuse new style creation (MSWCreateControl() and MSWGetSt...
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2004-02-07  Vadim Zeitlinmultiple fixes to wxChoice/wxCombobox height getting...
2004-02-07  Vadim Zeitlinmade it possible to preserve background when using...
2004-02-07  Vadim Zeitlinmade wxFFile a bit more safe: don't crash when Tell...
2004-02-07  Vadim ZeitlinwxURL implementation using WinInet functions under...
2004-02-07  Vadim ZeitlinDigital Mars compilation warnings and Unicode fixes...
2004-02-07  Vadim Zeitlinbetter leak error reporting using VC CRT (patch 828250)
2004-02-07  Vadim Zeitlinmade wxNumberEntryDialog public; extracted it and wxGet...
2004-02-07  Vadim Zeitlinfix for memory leaks (patch 885242)
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2004-02-07  Vadim Zeitlintrying to make comments readable again after their...
2004-02-07  Vadim Zeitlinfixed wxIsctrl/wxIscntrl confusion (modified patch...
2004-02-07  Vadim Zeitlinfixed the mess (nested C/C++ comments) intorduced by...
2004-02-06  Robin DunnCorrect export declarations
2004-02-06  Robin DunnUpdated Scintilla to version 1.58
2004-02-05  Václav SlavíkwxMGL fixes (patch #884758)
2004-02-05  Vadim Zeitlindon't call Init() twice when dialog is created in 2...
2004-02-05  Vadim Zeitlinremoved wxTE_HT_XXX constants which are now in wx/textc...
2004-02-05  Václav Slavíkrestored wxPluginLibrary::ms_classes handling code...
2004-02-04  Robin DunnUsing a -1 (wxID_ANY) for menu or toolbar item IDs...
2004-02-04  Vadim Zeitlinadded wxTextCtrl::HitTest(); implemented it for MSW
2004-02-04  Julian SmartReverted last change (use of regex) that broke eVC4...
2004-02-04  Václav Slavíkblind attempt to fix wxMac compilation (__UNIX__ define...
2004-02-03  Robin DunnAdded export decl
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-02-02  Václav Slavíkhopefully better description of GetSocketGUIFunctionsTa...
2004-02-02  Václav Slavíkrenamed wxWave to wxSound; compatibility fixes
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-02-02  David ElliottApplied modified 3-state checkbox patch from Mathew...
2004-02-02  Václav Slavíkfixed flags to make and tests easier
2004-02-02  Václav SlavíkAPI and code changes to allowing stopping playback
2004-02-01  Václav Slavíkrenamed wxWave to wxSound
2004-02-01  Václav Slavíkadded support for async playback to Unix implementation...
2004-02-01  Václav Slavíkprefix symbols with wx, for smaller risk of collision
2004-02-01  Dimitri SchoolwerthReverted part of patch #876969 ("Fixes to Borland warni...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-31  Václav SlavíkwxClassInfo (un)registration now happens automatically...
next