]> git.saurik.com Git - wxWidgets.git/history - include
Specify tree control in event table to avoid problems with stray tree events
[wxWidgets.git] / include /
2004-02-28  Václav Slavíkfixed wxDebugContext to work with global and static...
2004-02-28  Stefan NeisCompilation fix for OS/2 specific "Innotek gcc" port.
2004-02-28  Robert Roebling GPE uses generic dialogs.
2004-02-27  David ElliottMake wxMenuItemAction: and validateMenuItem: delegate...
2004-02-25  David WebsterUpdated depricated stuff
2004-02-25  Stefan NeisFixed various types like e.g. WXHWND for OS/2 that...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-23  Václav Slavíkcreate wxPrintData instance on demand
2004-02-21  Stefan NeisRemoved zipped-up version of OS/2-specific configure...
2004-02-21  Robin DunnRestored old wxBufferedDC functionality until it can...
2004-02-21  Stefan Csomormwerks addition
2004-02-21  Stefan Csomorimplementation for mac added
2004-02-20  David ElliottImplement wxMenuItemAction: and validateMenuItem: deleg...
2004-02-19  Robin DunnSince this class is fully inline don't specify an impor...
2004-02-19  Václav Slavíkapplied patch 890642: wxRE_ADVANCED flag and docs
2004-02-19  Julian SmartGetSubcontrols now const
2004-02-19  David ElliottUse one wxNSWindowDelegate instance per wxCocoaNSWindow...
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...
next