revert some stuff for 1.6
[wxWidgets.git] / include /
2005-04-18  Ryan Nortonrevert some stuff for 1.6
2005-04-18  Ryan NortonSome corefoundation wrappers, Implement Associate and...
2005-04-18  Julian SmartOS/2 fix
2005-04-18  Vadim Zeitlinupdated libraries names to 2.6
2005-04-17  Vadim Zeitlinadded more reserved functions
2005-04-17  Ryan Nortonput in some reserved funcs
2005-04-17  Julian SmartAdded some reserved functions
2005-04-17  Julian SmartwxStaticBitmap should have transparent background ...
2005-04-17  Julian SmartRegenerated makefiles for runtime lib change
2005-04-17  Julian SmartwxHelpController now wxCHMHelpController on Windows
2005-04-17  Ryan Nortonfix 10.2 shared unicode builds for mbstowcs and vice...
2005-04-16  Ryan Nortonfixed for w/o expat
2005-04-16  Robin DunnAdded Python methods to wxStyledTextCtrl that allow...
2005-04-16  Stefan NeisFixed wxSTD for old gcc versions.
2005-04-16  Vadim Zeitlincompilation fix: use wxSB_HORIZONTAL/VERTICAL instead...
2005-04-16  Vadim Zeitlinreplaced C++ comments with C ones
2005-04-16  Ryan NortonImplement wxMimeTypesManager on mac
2005-04-16  Julian SmartAdded destructor to fix crash on Mac due to focus event...
2005-04-16  Julian SmartApplied patch [ 1178610 ] datectlg.cpp: wxDropdownButto...
2005-04-16  Julian SmartSQLINTEGER typedef
2005-04-16  Julian SmartApplied patch [ 1183157 ] Compilation with GCC 4.0
2005-04-16  Robin DunnAdd several "Raw" functions for setting/getting text...
2005-04-16  Robin DunnAllow wxCharBuffer to be constructed without parameters...
2005-04-15  Robin DunnPatch #1183952, Create to return bool
2005-04-15  Robin DunnFor wxMSW capture and release the mouse as the cursor...
2005-04-14  Włodzimierz SkibaCorrection in comment in closing #endif.
2005-04-13  Vadim Zeitlinmade wxGridCellAttr dtor protected instead of private
2005-04-13  Michael WetherellMove G_FILENAME_ENCODING to wxGTK
2005-04-13  Julian SmartwxBestHelpController now used as default on Windows
2005-04-13  Włodzimierz SkibawxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDO...
2005-04-13  Kevin OllivierAdding accessor methods for URL and Title, and another...
2005-04-13  Stefan Csomorfixing compilo on carbon cfm with CW 9
2005-04-12  Włodzimierz Skibastd streams usage build fix under MSW
2005-04-12  Włodzimierz SkibaWinCE build fix (missing style).
2005-04-12  Włodzimierz SkibaMisplaced #endif (WinCE build fix).
2005-04-12  Robin Dunnchecked in just John's patch, will keep working my...
2005-04-12  Robin DunnGRR! Reverting last change. I broke some things that...
2005-04-12  Robin DunnFixes for wxPopupTransientWindow for wxMSW. Includes...
2005-04-11  Michael WetherellA better workaround for the link problem with mingw...
2005-04-11  Michael WetherellAdd a comment about covariant returns
2005-04-11  Julian SmartChanged version number
2005-04-11  Vadim Zeitlinafter latest changes background of radio buttons _not_...
2005-04-10  Vadim Zeitlinmodified AddFile() to copy file to the debug report...
2005-04-10  Vadim Zeitlinextended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
2005-04-10  Vadim Zeitlinmark slider as being transparent, otherwise it has...
2005-04-10  Kevin Hockth4ese -> these in comment
2005-04-10  Vadim Zeitlinundid flags values change, it's not as backwards compat...
2005-04-10  Vadim Zeitlinmoved wxSL_XXX styles to wx/slider.h; made wxSL_LEFT...
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-10  Mattia Barbon Check for wxUSE_STD_STRING with #if not with #ifdef,
2005-04-10  Mattia Barbon Correct harmless typos.
2005-04-10  Vadim Zeitlinadded wxCopyRectToRECT()
2005-04-10  Vadim Zeitlinadded HDCClipper() class which automatically unselects...
2005-04-10  Ryan NortonDon't include sys/socket.h on cygwin in windows mode
2005-04-10  Ryan Norton...and msw only of course
2005-04-10  Ryan Nortoncygwin only
2005-04-10  Ryan NortonFixes & Hacks to make sockets compile on CYGWIN with...
2005-04-10  Vadim Zeitlinadded WM_PRINTCLIENT
2005-04-09  Vadim Zeitlinadded AddText() function (trivial wrapper around AddFil...
2005-04-09  Vadim Zeitlinadded qa library
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-04-08  Ryan NortonVersion of [ 1177956 ] fix for wxString::operator=...
2005-04-08  Robin Dunnbumped subrelease number
2005-04-07  Robert Roebling Implemented text wrapping for GTK (1.2 and 2.X).
2005-04-07  Kevin HockDeclare CFRunLoopSourceRef rather than including the...
2005-04-07  Włodzimierz SkibaVC++ 1.5 no more supported.
2005-04-07  David WebsterNew classes for OS/2
2005-04-07  David WebsterAdd OS/2 to supported instances
2005-04-06  Julian SmartAs yet unsuccessful attempt to set the focus to the...
2005-04-06  Michael WetherellUse wxFileSystem for left hand side. Patches 1169934...
2005-04-06  Michael WetherellAdd m_allowSeeking for updated filesystem handler to...
2005-04-06  Vadim Zeitlinfixed wx/motif/chkconf.h include
2005-04-06  Ryan NortonGet rid of inline for methods not implemented in the...
2005-04-06  Vadim Zeitlindefine WM_CONTEXTMENU if the standard headers don't
2005-04-06  Vadim Zeitlinuse LVS_EX_LABELTIP by default
2005-04-05  Vadim Zeitlindon't let WM_RBUTTONDOWN reach def window proc as it...
2005-04-05  Vadim Zeitlinadded GetVisibleBegin/End() to complement/replace GetFi...
2005-04-05  Vadim Zeitlingive an error if wxMotif is built in Unicode mode ...
2005-04-05  Robert Roebling Added switch and define for wxUSE_STD_STRING
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-04-05  Włodzimierz SkibaWarning fix for wxUSE_LOG off.
2005-04-05  Włodzimierz SkibaFix the warning about code sensitive to packing (VisualC).
2005-04-04  Dimitri Schoolwerthfixed cases where __WXMAC_CLASSIC__, __WXMAC_CARBON__...
2005-04-03  Stefan NeisMade data variable used in inline function non-static...
2005-04-03  Stefan Csomoralways forcing a relayout when position changes, making...
2005-04-03  Julian SmartCross-hair cursor appears as an I-beam on WinXP for...
2005-04-03  Julian SmartNot all implementations of wxMDIChildFrame derive from...
2005-04-03  Ryan NortonUpdate wxURI for RFC 3986
2005-04-02  Vadim Zeitlinadded wxMemoryInputStream(wxMemoryOutputStream&) ctor...
2005-04-02  Václav Slavíkadded MDI support to XRC
2005-04-02  Julian SmartNo resize border on WinCE by default
2005-04-02  Julian SmartNo resize border on WinCE
2005-04-02  Vadim Zeitlinadded wxImage::IsTransparent(x, y)
2005-04-02  Vadim Zeitlinadded XYToIndex() to avoid duplicating the checks for...
2005-04-02  Julian SmartDefault border for a static box is wxBORDER_NONE
2005-04-02  Julian SmartThe wxDEFAULT_CONTROL_BORDER symbol can be used to...
2005-04-02  Robin DunnAdd static_data flag to SetData and SetAlpha so Python...
2005-04-02  Vadim Zeitlinfixes to static box borders calculations and significan...
2005-04-02  Vadim Zeitlinadded AutoHRGN class; corrected GetHbrush[Of]() macros
2005-04-02  Vadim Zeitlinadded wxSOLID default value for FindOrCreateBrush()
next