fix for wx-config --inplace --rezflags output in wxCocoa (and reorganization of code...
[wxWidgets.git] / include /
2004-01-22  David ElliottUnicode build fixes
2004-01-22  David Elliott* Add Unicode support for wxNSStringWithWxString and...
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2004-01-22  David ElliottApplied correct filename case for header imports from...
2004-01-20  Stefan Csomoradded mac conversions
2004-01-20  Stefan Csomorturn off unknown pragma for CW 9
2004-01-19  David ElliottReverting wxAppTraits GSocket patch
2004-01-19  Chris Elliottfix for DMC missing mouse defines
2004-01-19  Chris Elliottfix for DMC missing TVS_INFOTIP
2004-01-19  Julian SmartAdded back constructor implementations
2004-01-18  David ElliottAdded wxAppTraits::CreateGSocket() as well as implement...
2004-01-18  David ElliottMove GSocketBSDGUIShim from source file to header ...
2004-01-18  David ElliottAdd virtual methods to GSocketBSD for calling the event...
2004-01-18  David ElliottInitial move from C to C++. The functionality of the...
2004-01-17  Mattia Barbon Compilation fix for MSVC 6 and wxUSE_STL=1.
2004-01-17  Mattia Barbon Add wxRTTI information.
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-14  David ElliottAdded MSWPositionForWxMenu() method which is used to...
2004-01-14  Robin DunnFix compile warning when building DLLs
2004-01-12  Julian SmartUnicode and ODBC are now compatible
2004-01-11  Julian SmartApplied patch [ 827399 ] sqltypes.h included without...
2004-01-11  Julian SmartApplied patch [ 858324 ] Calling EndModal inside an...
2004-01-11  Julian SmartApplied patch [ 837515 ] wxIPaddress + docs patch
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2004-01-11  Julian SmartApplied patch [ 842285 ] comparison for wxIPV4address
2004-01-08  Julian SmartApplied patch [ 871014 ] Adding size of control to...
2004-01-08  Julian SmartApplied patch [ 871762 ] Solution to losing strings...
2004-01-07  Julian SmartAdded wxFULL_REPAINT_ON_RESIZE style
2004-01-02  Julian SmartCure link error under wxGTK on Mac
2003-12-31  Julian SmartUse on-idle updating of menus in wxUniversal
2003-12-30  Ryan Nortonmore ifdef C++ stuff
2003-12-28  Julian SmartAdded wxUSE_POCKETPC_UI to distinguish between using
2003-12-27  Julian SmartSome further missing symbols for WinCE 4
2003-12-24  Václav Slavíkfixing the regex mess that Ryan wasn't yet able to...
2003-12-23  Julian SmartSome WinCE fixes from ABX
2003-12-21  Ryan NortonCommitted Mike's Update Patch
2003-12-21  Ryan NortonCommitted Mike's Update Patch
2003-12-20  Julian SmartAdded wxPATH_NORM_SHORTCUT
2003-12-18  Dimitri SchoolwerthInclude wx/confbase.h which is needed by this file.
2003-12-18  Gilles Depeyrotcorrected comments for wxMac compilation
2003-12-18  Ryan Norton1.
2003-12-17  Robin DunnwxPython needs wxRTTI info for wxToolBarToolBase in...
2003-12-17  Ryan Norton1.
2003-12-17  Ryan NortonHeader Cosmetics
2003-12-17  Ryan NortonHeader Cosmetics
2003-12-17  Ryan Norton1.
2003-12-16  David ElliottwxCocoa: New native wxToolBar
2003-12-16  David ElliottVery basic wxToolBar implementation
2003-12-16  David ElliottMake UpdateFrameNSView public for new native wxToolBar
2003-12-16  Julian SmartOpen Watcom correction
2003-12-15  Václav Slavíkcompilation fix for tooltip patch code applied by Julia...
2003-12-15  Václav Slavíkcompilation fix for tooltip patch code applied by Julia...
2003-12-15  David ElliottAdd wxBitmap::GetNSImage() which creates an autorelease...
2003-12-15  Ryan Nortonreversed some parts of wxGetKeyState for linkage reasons...
2003-12-15  David ElliottImproved idle event processing.
2003-12-14  Ryan NortonwxGetKeyState as per feature request :).
2003-12-14  Ryan NortonReneabled inlining, but kept warnings disabled....
2003-12-14  Ryan NortonFixed 2 warnings -
2003-12-13  Mattia Barbon Moved wxArrayString::GetStringArray() out of
2003-12-13  Ryan NortonAdded some placeholders...
2003-12-11  Dimitri SchoolwerthFixed notebook redraw problems when using XP theme...
2003-12-11  Julian SmartApplied patch [ 840721 ] convenience function wxRect...
2003-12-11  Julian SmartApplied patch [ 856318 ] A few Wine fixes
2003-12-11  Julian SmartApplied [ 841609 ] wxFile::m_error not initialised
2003-12-11  Julian SmartApplied patch [ 857446 ] wxStaticCast evaluates argumen...
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-12-11  Julian SmartApplied [ 827604 ] missing method for wxCalendarEvent
2003-12-11  Julian SmartApplied [ 827600 ] wxCalendarCtrl missing public
2003-12-11  Julian SmartApplied patch [ 817734 ] fix for cvs head with wxUSE_ST...
2003-12-11  Julian SmartApplied patch [ 818336 ] Add timestamp to gzip out...
2003-12-11  Julian SmartApplied patch [ 819044 ] Adds MSW wxPen::GetDashCount
2003-12-11  Julian SmartApplied patch [ 827011 ] Event-based processing of...
2003-12-11  Julian SmartApplied [ 799292 ] wxWizard and Validator Bug and Fix
2003-12-08  David ElliottImplement wxMask given a wxBitmap and a mask wxColour.
2003-12-06  David ElliottAdded simple implementation of (Get|Unget)RawData.
2003-12-06  David ElliottwxCocoa: Added wxNativePixelFormat and defined wxPIXEL_...
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-12-03  Robin DunnGive wxTimer a GetId accessor
2003-11-30  Vadim Zeitlinremoved wxLogTrace() without mask to fix DMC compilation
2003-11-30  Vadim Zeitlinmarked FindColour() as deprecated; removed AddColour...
2003-11-26  Vadim Zeitlinresolved conflict (because I forgot to commit before)
2003-11-26  Dimitri SchoolwerthDeclaration of CopySelection is bool instead of void.
2003-11-26  Václav Slavíkassert if wxLocale::Init called twice
2003-11-24  Dimitri SchoolwerthApplied patch #809019 (Adds embedded/plugin capabilitie...
2003-11-23  Stefan NeisTry to insure usability of this file in non-PM ports.
2003-11-23  Stefan NeisInsure suitable choices of path/drive separator on...
2003-11-23  Mattia Barbon Avoid double free in wxComboBox::SetClientObject.
2003-11-23  Mattia Barbon New wxHashTable implementation when wxUSE_STL ==...
2003-11-23  Mattia Barbon Compilation fix.
2003-11-22  Vadim Zeitlinfixed HAVE_STD_WSTRING test
2003-11-19  Václav Slavíkdon't define ngettext, causes problems
2003-11-19  Dimitri SchoolwerthImplemented missing pure virt functions (stub functions...
2003-11-19  George TaskerAdded a parameter 'failOnDataTypeUnsupported' to getDbI...
2003-11-19  Robin DunnAdded accessors for m_rowHeights, m_colWidths
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-11-18  Robin DunnAdded FindItemAtPoint
2003-11-16  Mattia Barbon Changes corresponding to patch #841324 from Ian...
2003-11-15  Julian SmartFixes for previous fixes
2003-11-15  Dimitri SchoolwerthInitial revision; Ignore setup.h.
2003-11-14  Julian SmartFixes for later WinCE versions
next