]> git.saurik.com Git - wxWidgets.git/history - include/wx/defs.h
1. implemented system menu handling in wxUniv (win32 theme only)
[wxWidgets.git] / include / wx / defs.h
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...
2000-08-09  Stefan Csomormerge of wxMac into main repository
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-08-03  Julian SmartAdded ability to call wxWindow::OnPaint under Windows...
2000-07-24  Guillermo Rodrigue... Corrected comment about Norlander headers (no changes...
2000-07-22  Julian SmartCygwin 1.1 mods (main branch)
2000-07-19  Ove KaavenMay as well also add a GTK_CLASS_TYPE macro for compati...
2000-07-19  Ove KaavenAdded "stand-ins" for a couple of Pango (Owen Taylor...
2000-07-19  Ove KaavenReplaced WXGTK13 with WXGTK20
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Vadim Zeitlin1. corrected HAVE_PW_GECOS detection in configure ...
2000-03-10  Julian SmartSmall fixes for Tex2RTF but alas, we still get memory...
2000-03-09  Julian SmartMmedia, OGL lib directory changes; omitted naughty...
2000-03-09  Vadim Zeitlindon't define __cplusplus for DECCXX if it is already...
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-02-06  Julian SmartSome BC++ 4.5 and other compile fixes; changed FAR...
2000-02-04  Robert Roebling ROP changes.
2000-02-01  Julian SmartSet/GetWindowMenu added to MDI parent frame under MSW
2000-01-25  Vadim Zeitlin1. kbd interface for wxScrolledWindow
2000-01-25  Vadim Zeitlin__GNUWIN32_OLD__ is defined if __GNUC__ is and NORLANDE...
2000-01-24  Vadim Zeitlinvalue of wxTE_PASSWORD changed to be different from...
2000-01-24  Vadim Zeitlinpatches for wxSTIPPLE_MASK_OPAQUE from Klass Holwerda
2000-01-20  Vadim Zeitlinoops... extra #endif removed
next