]> git.saurik.com Git - wxWidgets.git/history - include/wx/defs.h
Mods for Wine compilation
[wxWidgets.git] / include / wx / defs.h
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
2001-12-06  Robert RoeblingAdded wxSP_SASH_AQUA style
2001-12-01  Ron Leefix wxUINT64_SWAP macro to use wxULongLong now that...
2001-12-01  Ron LeeAdded 2 extra macros to handle all the flavours of...
2001-11-30  Vadim Zeitlinadded wxWS_EX_TRANSIENT, added code for handling it...
2001-11-26  Ron Leeadded wx(U)int64, then added it to wxDataStream so...
2001-11-25  Vadim Zeitlinchanged wxYES_NO to be equal to wxYES | wxNO freeing...
2001-11-02  Vadim Zeitlinpatch from Søren Erland Vestø for additional wxCalendar...
2001-10-31  Gilles Depeyrotcorrected access to NULL parameters in wxGetOsVersion
2001-10-29  Vadim Zeitlinextracted platform/compiler detection macros from wx...
2001-10-24  Mattia BarbonVarious cygwin compilation fixes.
2001-10-23  Vadim Zeitlinsimplified WXDLLEXPORT/IMPORT defines, added WXEXPORT...
2001-10-22  David WebsterSome OS/2 Modifications
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-08  Vadim Zeitlinadded and documented wxWS_EX_BLOCK_EVENTS flag
2001-10-01  Vadim Zeitlinrestored #include "chkconf.h"
2001-09-30  Vadim Zeitlinmoved WXUNUSED_UNLESS_DEBUG after wx/debug.h include...
2001-08-29  Václav Slavíkoops, forgot to check in a wxMGL define
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-08-18  Robert Roebling Applied Greg's patch to tree control and related.
2001-08-02  Vadim Zeitlinapplied patch 446014 (misc mingw fixes from Mattia)
2001-08-01  Vadim Zeitlinremoved duplicate typedef
2001-07-29  Vadim Zeitlin1. added wxTE_AUTO_URL style and support for it under...
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-10  Vadim Zeitlinadded wxBU_EXACTFIT style
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-05  Vadim Zeitlinadded virtual listctrl support
2001-07-02  Vadim Zeitlinminor WXWIN_COMPATIBILITY_2_2 fixes
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-27  Vadim ZeitlinwxSIZE_T_IS_UINT definition fix for mingw32 cross-compile
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-23  Gilles Depeyrotremove PM_USE_SESSION_APIS setting so that wxMac can...
2001-06-18  David Websterdefine this, wxSIZE_T_IS_UINT, for OS/2.
2001-06-15  Vadim Zeitlindefine wxSIZE_T_IS_UINT for Windows
2001-06-12  David WebsterGot rid of VisualAge true/false defs with db class...
2001-06-11  David WebsterNeeded a comment after last #endif and defined true...
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-05-27  Robert Roebling Tried to make wxTreeCtrl on Mac look more Maccy....
2001-05-08  Vadim Zeitlintry to autodetect Win32 macros
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-19  Gilles Depeyrotadded comment to explain __WXMAC_X__ define
2001-04-09  Vadim Zeitlinmingw32 compilation fix
2001-04-09  Vadim Zeitlin1. fixes to wxDC deleting logic (should fix ~wxPrinterD...
2001-04-08  Vadim Zeitlinapplied patch 411059 (mingw win32 api version check)
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-02-14  Vadim ZeitlinwxADJUST_MIN definition (forgot to ci last time)
2000-12-18  Vadim ZeitlinwxNativeFontInfo changes
2000-12-18  David WebsterOS2RGB def fix
2000-10-11  Vadim Zeitlinadded (MSW/GTK) and documented new frame and dialog...
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-10-04  Julian SmartRemoved wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead)
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-10-03  Julian SmartSmall fixes to defs.h; change "windows.h" to <windows...
2000-09-25  Julian SmartAdded wxID_IGNORE
2000-09-12  Julian SmartAdded wxHelpControllerHelpProvider, added DisplayContex...
2000-09-08  Julian SmartPut wxContextHelp into cshelp.h/cpp, added wxContextHel...
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-09-05  Julian SmartAdded rules to wxListCtrl (MSW now, GTK+ soon)
2000-09-01  David WebsterFix to properly define WXFARPROC for OS/2
2000-08-29  Julian SmartAdded wxCLIP_SIBLINGS. CVS also seems to think lots...
next