]> git.saurik.com Git - wxWidgets.git/history - include/wx/defs.h
split wxBase into wxBase and wxNet libraries
[wxWidgets.git] / include / wx / defs.h
2003-07-27  Václav Slavíksplit wxBase into wxBase and wxNet libraries
2003-07-24  Mattia Barbon Create a new wxStringBase class, providing a STL...
2003-07-22  David ElliottAdded NSImage definition
2003-07-22  Václav Slavíkcompilation fixes for Vadim's changes and Borland C++
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-21  Vadim Zeitlinvirtualized splitter drawing; removed/deprecated some...
2003-07-21  David ElliottAdded NSBitmapImageRep
2003-07-20  Václav Slavíkmoved XML classes to the core
2003-07-19  Vadim Zeitlinwarning 4284 doesn't have to be suppressed any more...
2003-07-18  Julian SmartAdded some standard further identifiers to help with...
2003-07-17  Václav Slavíkprevious commit removed WXDLLIMPEXP_HTML by mistake
2003-07-17  Václav Slavíkcompilation fixes for msw_gl
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Vadim Zeitlinadded wxTB_HORZ_TEXT (patch 713813); documented it...
2003-07-10  Julian SmartApplied patch [ 758687 ] RegisterHotkey implemented
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Vadim Zeitlingot rid of (unused since a long time) wxNO_3D and wxUSE...
2003-07-05  Vadim Zeitlinadded wxMAKE_UNIQUE_NAME to wx/defs.h, use it in wx...
2003-07-05  Václav Slavíkremoved WXUSINGDLL_FOO, one WXUSINGDLL is enough
2003-07-04  Václav Slavíkfix monodll build
2003-07-04  Václav Slavíkfixes for moving wxHTML files into their own DLL
2003-07-02  Václav Slavíkreverted previous change
2003-07-02  Václav Slavíkdon't required all WXMAKINGDLL_FOO defines
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-07-01  Vadim Zeitlinremoved wxFunction
2003-06-19  Vadim Zeitlinadded __WXBASE__ define; removed duplicated (in wx...
2003-06-19  David ElliottAdded NSColor declarataion
2003-06-08  David ElliottRestored Objective-C typesafety while retaining proper...
2003-06-02  Julian SmartAttempt to make wxWindows play better with XP themes
2003-05-02  Chris Elliotttypo fix
2003-05-02  Chris Elliottfix for digitalmars header
2003-04-30  Robin DunnShaped window support for wxMac, plus a wxSTAY_ON_TOP...
2003-04-19  Chris Elliottupdate to make digitalmars compile
2003-04-15  David WebsterOS/2 updates for lowercase bool values
2003-04-14  David ElliottAdded NSEvent class for wxCocoa
2003-04-12  David ElliottDECLARE_WXCOCOA_OBJC_CLASS now declares types as struct...
2003-04-05  David ElliottAdded declarations for NSLayoutManager, NSTextContainer...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-21  David ElliottVarious changes for wxCocoa
2003-03-10  Mattia Barbon Added configure test for const_cast<>(), and enabled it
2003-03-05  Mattia Barbon Added new __WXMOTIF20__ macro, which is true if the...
2003-02-27  Vadim Zeitlinadded WXK_WINDOWS_XXX key constants
2003-02-27  Václav SlavíkwxCLOSE->wxCLOSE_BOX
2003-02-26  Václav Slavíkadded wxCLOSE and unified wxDEFAULT_DIALOG_STYLE definition
2003-01-29  Stefan Csomoradditional mac alias types
2003-01-28  Stefan Csomoradded WXEVENTHANDLERREF for Mac
2003-01-17  Mattia Barbon Under Cygwin, in platform.h default to wxMSW unless...
2003-01-07  Vadim Zeitlindefine true/false if the compiler doesn't have them
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-04  Václav Slavíkgcc has __attribute__((deprecated)) since version 3.1
2003-01-03  Ron LeeThe exact version it was included doesn't appear to...
2003-01-02  Václav Slavíkadded wxDEPRECATED
2003-01-01  Vadim Zeitlinfix for HAVE_EXPLICIT for VC++ 6.0 (closes bug 651314)
2002-12-29  Vadim Zeitlinfixed wxALL_FILES definition in Unicode build
2002-12-07  Robert Roebling Various compile fixes for WinCE.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-08  Vadim Zeitlindefine HAVE_EXPLICIT for BC++ >= 0x520
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-30  Julian SmartMods for Wine compilation
2002-08-06  Robert Roebling Lots of work to set PangoFontDescription as the
2002-08-05  Robert Roebling Compile fix (include order) for Unicode under Unix.
2002-07-17  Vadim Zeitlinexplicit support for CW (patch 582581)
2002-07-16  Vadim Zeitlinadded wxEXPLICIT macro
2002-07-06  Mattia BarbonGCC can't test prototype if using wchar_t instead of...
2002-07-05  Vadim Zeitlincompilation error fix (trailing comma in an enum)
2002-07-03  Vadim Zeitlinadded wxID_ANY, replaced #define's with enum
2002-06-24  Stefan Csomoradded WXDisplay for Mac
2002-06-21  Gilles Depeyrotadded macro definitions for printf like function checks...
2002-05-25  Vadim Zeitlinchanges to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles...
2002-05-01  Vadim Zeitlinfixed definition of TRUE broken by the last commit
2002-05-01  Vadim Zeitlinadded WX_TRUE_DEFINED to allow preventing the redefinit...
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-16  Vadim Zeitlinbetter, more generic and backwards compatible, fix...
2002-04-15  Vadim Zeitlinredefined TRUE and FALSE to be of type bool
2002-04-10  Julian SmartAdded a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
2002-04-07  Vadim Zeitlinadded raw key code and flags support (based on patch...
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-03-25  Vadim Zeitlinadded and documented wxTB_NOICONS and wxTB_TEXT style...
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-03-15  Václav Slavíksafer definitions for wx(U)Int32,16 (taken from intl...
2002-03-12  Václav Slavík1. implemented system menu handling in wxUniv (win32...
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-03-06  Vadim Zeitlindefine wxFRAME_FLOAT_ON_PARENT as wxFRAME_TOOL_WINDOW
2002-02-24  Gilles Depeyrotchanges needed for compilation with Project Builder
2002-02-11  Robert Roebling wxX11:
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...
2002-01-27  Václav Slavíkmoved wxHtmlWindow flags out of defs.h
2002-01-20  Stefan NeisFixed compilation problems with gcc on OS/2.
2002-01-20  Stefan Csomorcorrect import and export statements for metrowerks
2002-01-18  David WebsterSome WXPM defs for dialog styles.
2002-01-12  Robert Roebling Some additions to the 12-bit patch.
2002-01-11  Vadim Zeitlinchanges wxFRAME_EX_CONTEXTHELP value to avoid clash...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2002-01-04  Stefan Csomorremoving dependany on mac headers from public wx headers
2001-12-30  Vadim Zeitlinadded Close All command support to wxDocView (patch...
2001-12-29  Ron Leeremoved dependency on windows.h from dynload.h
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-12-08  Václav Slavíkadded wxMGL_DOS platform
next