]> git.saurik.com Git - wxWidgets.git/history - include
disable drag and drop
[wxWidgets.git] / include /
2005-03-10  Vadim Zeitlindisable drag and drop
2005-03-10  Vadim ZeitlinwxGetEnv() should return wxChar *, even if it's a macro...
2005-03-10  Włodzimierz SkibaApart smartphones use choicebook when notebook is not...
2005-03-10  Vadim Zeitlindefine wxGetEnv() as macro, not inline function, for...
2005-03-10  Vadim Zeitlindefine wxGetenv() for WinCE which doesn't have _tgetenv...
2005-03-10  Vadim Zeitlinmoved WinCE-specific part into wx/msw/wince/chkconf...
2005-03-10  Vadim Zeitlindisable wxUSE_EXCEPTIONS when compiling with VC++ but...
2005-03-10  Vadim Zeitlingenerate (common part of) include/wx/msw/wince/setup...
2005-03-09  Ryan Nortoncgimagecreate from wxbitmap crashes 10.2 - turn off...
2005-03-09  Dimitri Schoolwerthminor cleanup (doc typos fixed, removed tabs)
2005-03-09  Włodzimierz SkibaMissing casts to event handling functions.
2005-03-09  Vadim Zeitlinmade wxStaticCast more backwards compatible by allowing...
2005-03-09  Włodzimierz SkibaMissing flags.
2005-03-08  Robert Roebling Applied DnD patch, adding a field for setting a defau...
2005-03-08  Włodzimierz SkibaCasting fix for events. Needs check by ARM eVC4 users.
2005-03-08  Vadim Zeitlinreturn name and extension by const ref, not by value...
2005-03-08  Vadim Zeitlinuse static_cast<> for wxStaticCast; updated comment...
2005-03-08  Vadim Zeitlinremoved wx_dynamic_cast(), it can't be implemented...
2005-03-08  Vadim Zeitlinset wxDIALOG_UNIT_COMPATIBILITY to 0 by default
2005-03-08  Włodzimierz SkibaAllow forward declaration of wxSlider in wxMSW (bug...
2005-03-08  Włodzimierz SkibaMissing flags.
2005-03-08  Włodzimierz SkibaXTI has own wxObjectEventFunction and has to follow...
2005-03-08  Robin DunnAllow wxBufferedDC to be constructed with just a wxDC.
2005-03-08  Vadim Zeitlininit member variables properly (patch 1156088)
2005-03-08  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Vadim Zeitlinfix top margin for static box sizer when wxDIALOG_UNIT_...
2005-03-07  Vadim Zeitlinextracted platform-specific code to determine static...
2005-03-07  Vadim Zeitlinadded file with WinCE-specific configuration options...
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Vadim Zeitlincompilation fix for VC6 (patch 1158433)
2005-03-07  Julian SmartAdded wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal...
2005-03-07  Julian SmartRemoved very very obsolete flags from 1.x
2005-03-07  Vadim Zeitlinfix to avoid eVC crashes: restored wxObjectEventFunctio...
2005-03-07  Włodzimierz SkibaInform settings about wxWindow class existence.
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-03-07  Vadim Zeitlinadded wxUSE_DATEPICKCTRL
2005-03-06  Vadim Zeitlinreplaced C++ comment with a C one
2005-03-05  Michael WetherellFix for problem with wxGetFileKind on WinCE
2005-03-05  Mattia Barbon Use the correct WXDLLIMPEXT declaration for
2005-03-04  Włodzimierz SkibaRemoved ambiguity between deprecated and new constructor.
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2005-03-04  Robert Roebling Changed wxFileName::SetExt() as per the discussion...
2005-03-03  Robert Roebling Adapt SetExt() to new availability of m_hasExt. I...
2005-03-03  Vadim Zeitlinadded wx_dynamic_cast()
2005-03-03  Julian SmartAdded wxBUFFER_VIRTUAL_AREA, wxBUFFER_CLIENT_AREA to...
2005-03-02  Robin DunnAdd GetToolTip accessor
2005-03-02  Stefan Csomorunicode character events
2005-03-02  Włodzimierz SkibaIn MSWUniv wxWindow and wxWindowMSW are different class...
2005-03-02  Julian SmartFixed wxBufferedPaintDC for scrolled windows
2005-03-01  Mattia Barbon Revert my last commit, GetClientAreaOrigin was alread...
2005-03-01  Vadim Zeitlindon't use WXDLLEXPORT with nested template classes...
2005-03-01  Stefan Csomorhave CGImage Support in all OSX builds
2005-03-01  Vadim Zeitlinadded accessor function to hide __VISAGECPP__ ugliness...
2005-02-28  Robert Roebling Implemented wxRadioBox using a GtkTable.
2005-02-28  Ryan Nortonrename wxURI::GetUser to wxURI::GetUserInfo and add...
2005-02-28  Włodzimierz SkibaXRC for wxListbook [patch 1152306] and wxChoicebook...
2005-02-28  Vadim Zeitlintrying to fix dmc warning about potential overload...
2005-02-28  Vadim Zeitlinreturn const ref to label from GetLabel() and other...
2005-02-28  Chris Elliottfix missing defines with DMC
2005-02-28  Julian SmartAdded XPM ctor
2005-02-28  Dimitri Schoolwerthremoved trailing comma from enum
2005-02-28  Robert Roebling Add PrivData() field to wxPrintData since MSW's printer
2005-02-28  Vadim Zeitlinshow tooltips for the text control part of the spin...
2005-02-28  Vadim Zeitlinmade Add() public so that it could be called for additi...
2005-02-28  Vadim Zeitlinsupport filenames with empty extension (foo.) (bug...
2005-02-27  Michael WetherellMove wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW out of the...
2005-02-27  Vadim Zeitlinadded default ctor and fixed copying of wxFileData...
2005-02-27  Vadim Zeitlinrefresh bitmap when it's label changes, this is necessa...
2005-02-27  Vadim Zeitlinbetter compatibility with old wxList in wxUSE_STL=...
2005-02-27  Vadim Zeitlinadded support for saving grey and grey-red PNG images...
2005-02-27  Vadim Zeitlinfix for BCC compilation (see patch 1101702)
2005-02-27  Stefan Csomorcleanup, adding common methods
2005-02-27  Julian SmartFixes
2005-02-27  Julian SmartAdded GetBitmap, GetIcon to wxImageList
2005-02-27  Ryan Nortonfix compilation - Stefan see my last commit bundle :)
2005-02-27  Stefan Csomorreintroducing non-composited functionality due to DataB...
2005-02-26  Robert Roebling Commited fix for HP compiler in raw bitmap code.
2005-02-26  Mattia Barbon Add implementation for pure virtual method.
2005-02-26  Michael WetherellMove wxGetOSFHandle to include/wx/msw/private.h since...
2005-02-26  Ryan Nortonguess it wasn't
2005-02-26  Ryan NortonI'm assuming this was meant to be included
2005-02-26  Ryan Nortonsetup.h regeration
2005-02-26  Ryan Nortonuse_gstreamer fix
2005-02-26  Ryan Nortonchange superflous elif to else
2005-02-26  Ryan Nortonfix for nonsupporting carbon builds
2005-02-25  Julian SmartAdded wxIMAGE_OPTION_QUALITY
2005-02-25  Włodzimierz SkibaUse of date picker control flag must be somehow defined.
2005-02-25  Włodzimierz SkibaCompleted sync of BASE_CMN_SRC between PalmOS and bakef...
2005-02-24  Robin Dunnbumped subrelease number
2005-02-24  Włodzimierz SkibaNext step on bringing PalmOS build to the same filelist...
2005-02-24  Włodzimierz SkibaProvide to Borland the same fix as for Cygwin due to...
2005-02-24  Vadim Zeitlinadded missing virtual dtors to base classes (patch...
2005-02-24  Stefan Csomorforwarding position changed events to peer
2005-02-24  Włodzimierz SkibaPalmOS headers have ssize_t with no sign of it so we...
2005-02-24  Julian SmartRestored mouse sensitivity for static box and static...
2005-02-23  Włodzimierz SkibaMore support in wxRadioBox for PalmOS. Refreshing fixes.
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-23  Vadim Zeitlindon't redefine NOMINMAX if already defined (mingw32...
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-23  Vadim Zeitlinremoved checks for compilers supporting wxUSE_ON_FATAL_...
next