2003-01-29 |
Stefan Csomor | additional mac alias types |
blob | commitdiff | raw |
2003-01-28 |
Stefan Csomor | added WXEVENTHANDLERREF for Mac |
blob | commitdiff | raw | diff to current |
2003-01-17 |
Mattia Barbon | Under Cygwin, in platform.h default to wxMSW unless... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Vadim Zeitlin | define true/false if the compiler doesn't have them |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Václav Slavík | gcc has __attribute__((deprecated)) since version 3.1 |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Ron Lee | The exact version it was included doesn't appear to... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Václav Slavík | added wxDEPRECATED |
blob | commitdiff | raw | diff to current |
2003-01-01 |
Vadim Zeitlin | fix for HAVE_EXPLICIT for VC++ 6.0 (closes bug 651314) |
blob | commitdiff | raw | diff to current |
2002-12-29 |
Vadim Zeitlin | fixed wxALL_FILES definition in Unicode build |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Robert Roebling | Various compile fixes for WinCE. |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-08 |
Vadim Zeitlin | define HAVE_EXPLICIT for BC++ >= 0x520 |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
blob | commitdiff | raw | diff to current |
2002-08-06 |
Robert Roebling | Lots of work to set PangoFontDescription as the |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Robert Roebling | Compile fix (include order) for Unicode under Unix. |
blob | commitdiff | raw | diff to current |
2002-07-17 |
Vadim Zeitlin | explicit support for CW (patch 582581) |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Vadim Zeitlin | added wxEXPLICIT macro |
blob | commitdiff | raw | diff to current |
2002-07-06 |
Mattia Barbon | GCC can't test prototype if using wchar_t instead of... |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Vadim Zeitlin | compilation error fix (trailing comma in an enum) |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Vadim Zeitlin | added wxID_ANY, replaced #define's with enum |
blob | commitdiff | raw | diff to current |
2002-06-24 |
Stefan Csomor | added WXDisplay for Mac |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Gilles Depeyrot | added macro definitions for printf like function checks... |
blob | commitdiff | raw | diff to current |
2002-05-25 |
Vadim Zeitlin | changes to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles... |
blob | commitdiff | raw | diff to current |
2002-05-01 |
Vadim Zeitlin | fixed definition of TRUE broken by the last commit |
blob | commitdiff | raw | diff to current |
2002-05-01 |
Vadim Zeitlin | added WX_TRUE_DEFINED to allow preventing the redefinit... |
blob | commitdiff | raw | diff to current |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
blob | commitdiff | raw | diff to current |
2002-04-16 |
Vadim Zeitlin | better, more generic and backwards compatible, fix... |
blob | commitdiff | raw | diff to current |
2002-04-15 |
Vadim Zeitlin | redefined TRUE and FALSE to be of type bool |
blob | commitdiff | raw | diff to current |
2002-04-10 |
Julian Smart | Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog ... |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Vadim Zeitlin | added raw key code and flags support (based on patch... |
blob | commitdiff | raw | diff to current |
2002-04-04 |
Julian Smart | Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows... |
blob | commitdiff | raw | diff to current |
2002-03-25 |
Vadim Zeitlin | added and documented wxTB_NOICONS and wxTB_TEXT style... |
blob | commitdiff | raw | diff to current |
2002-03-22 |
Václav Slavík | wxITEM_FOO instead of wxItem_Foo, for the sake of consi... |
blob | commitdiff | raw | diff to current |
2002-03-18 |
Vadim Zeitlin | 1. implemented radio menu items for wxGTK |
blob | commitdiff | raw | diff to current |
2002-03-15 |
Václav Slavík | safer definitions for wx(U)Int32,16 (taken from intl... |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Václav Slavík | 1. implemented system menu handling in wxUniv (win32... |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
blob | commitdiff | raw | diff to current |
2002-03-06 |
Vadim Zeitlin | define wxFRAME_FLOAT_ON_PARENT as wxFRAME_TOOL_WINDOW |
blob | commitdiff | raw | diff to current |
2002-02-24 |
Gilles Depeyrot | changes needed for compilation with Project Builder |
blob | commitdiff | raw | diff to current |
2002-02-11 |
Robert Roebling | wxX11: |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Julian Smart | Reformatted Motif headers; added __WXX11__ symbol suppo... |
blob | commitdiff | raw | diff to current |
2002-01-27 |
Václav Slavík | moved wxHtmlWindow flags out of defs.h |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Stefan Neis | Fixed compilation problems with gcc on OS/2. |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Stefan Csomor | correct import and export statements for metrowerks |
blob | commitdiff | raw | diff to current |
2002-01-18 |
David Webster | Some WXPM defs for dialog styles. |
blob | commitdiff | raw | diff to current |
2002-01-12 |
Robert Roebling | Some additions to the 12-bit patch. |
blob | commitdiff | raw | diff to current |
2002-01-11 |
Vadim Zeitlin | changes wxFRAME_EX_CONTEXTHELP value to avoid clash... |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Stefan Csomor | removing dependany on mac headers from public wx headers |
blob | commitdiff | raw | diff to current |
2001-12-30 |
Vadim Zeitlin | added Close All command support to wxDocView (patch... |
blob | commitdiff | raw | diff to current |
2001-12-29 |
Ron Lee | removed dependency on windows.h from dynload.h |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
blob | commitdiff | raw | diff to current |
2001-12-08 |
Václav Slavík | added wxMGL_DOS platform |
blob | commitdiff | raw | diff to current |
2001-12-06 |
Robert Roebling | Added wxSP_SASH_AQUA style |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Ron Lee | fix wxUINT64_SWAP macro to use wxULongLong now that... |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Ron Lee | Added 2 extra macros to handle all the flavours of... |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Vadim Zeitlin | added wxWS_EX_TRANSIENT, added code for handling it... |
blob | commitdiff | raw | diff to current |
2001-11-26 |
Ron Lee | added wx(U)int64, then added it to wxDataStream so... |
blob | commitdiff | raw | diff to current |
2001-11-25 |
Vadim Zeitlin | changed wxYES_NO to be equal to wxYES | wxNO freeing... |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Vadim Zeitlin | patch from Søren Erland Vestø for additional wxCalendar... |
blob | commitdiff | raw | diff to current |
2001-10-31 |
Gilles Depeyrot | corrected access to NULL parameters in wxGetOsVersion |
blob | commitdiff | raw | diff to current |
2001-10-29 |
Vadim Zeitlin | extracted platform/compiler detection macros from wx... |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Mattia Barbon | Various cygwin compilation fixes. |
blob | commitdiff | raw | diff to current |
2001-10-23 |
Vadim Zeitlin | simplified WXDLLEXPORT/IMPORT defines, added WXEXPORT... |
blob | commitdiff | raw | diff to current |
2001-10-22 |
David Webster | Some OS/2 Modifications |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Vadim Zeitlin | added and documented wxWS_EX_BLOCK_EVENTS flag |
blob | commitdiff | raw | diff to current |
2001-10-01 |
Vadim Zeitlin | restored #include "chkconf.h" |
blob | commitdiff | raw | diff to current |
2001-09-30 |
Vadim Zeitlin | moved WXUNUSED_UNLESS_DEBUG after wx/debug.h include... |
blob | commitdiff | raw | diff to current |
2001-08-29 |
Václav Slavík | oops, forgot to check in a wxMGL define |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | applied patch 446836: removed qt headers |
blob | commitdiff | raw | diff to current |
2001-08-18 |
Robert Roebling | Applied Greg's patch to tree control and related. |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Vadim Zeitlin | applied patch 446014 (misc mingw fixes from Mattia) |
blob | commitdiff | raw | diff to current |
2001-08-01 |
Vadim Zeitlin | removed duplicate typedef |
blob | commitdiff | raw | diff to current |
2001-07-29 |
Vadim Zeitlin | 1. added wxTE_AUTO_URL style and support for it under... |
blob | commitdiff | raw | diff to current |
2001-07-15 |
Gilles Depeyrot | modified configure to allow configuration of wxMotif... |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | added wxBU_EXACTFIT style |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Vadim Zeitlin | 1. fixed typo ('&' instead of '|') in wxNotebook |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Vadim Zeitlin | added virtual listctrl support |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Vadim Zeitlin | minor WXWIN_COMPATIBILITY_2_2 fixes |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Julian Smart | First pass at adding MicroWindows support |
blob | commitdiff | raw | diff to current |
2001-06-27 |
Vadim Zeitlin | wxSIZE_T_IS_UINT definition fix for mingw32 cross-compile |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-06-23 |
Gilles Depeyrot | remove PM_USE_SESSION_APIS setting so that wxMac can... |
blob | commitdiff | raw | diff to current |
2001-06-18 |
David Webster | define this, wxSIZE_T_IS_UINT, for OS/2. |
blob | commitdiff | raw | diff to current |
2001-06-15 |
Vadim Zeitlin | define wxSIZE_T_IS_UINT for Windows |
blob | commitdiff | raw | diff to current |
2001-06-12 |
David Webster | Got rid of VisualAge true/false defs with db class... |
blob | commitdiff | raw | diff to current |
2001-06-11 |
David Webster | Needed a comment after last #endif and defined true... |
blob | commitdiff | raw | diff to current |
2001-06-06 |
Vadim Zeitlin | applied patch for compilation with gcc 3.0 |
blob | commitdiff | raw | diff to current |
2001-05-27 |
Robert Roebling | Tried to make wxTreeCtrl on Mac look more Maccy.... |
blob | commitdiff | raw | diff to current |
2001-05-08 |
Vadim Zeitlin | try to autodetect Win32 macros |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-04-19 |
Gilles Depeyrot | added comment to explain __WXMAC_X__ define |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Vadim Zeitlin | mingw32 compilation fix |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Vadim Zeitlin | 1. fixes to wxDC deleting logic (should fix ~wxPrinterD... |
blob | commitdiff | raw | diff to current |
2001-04-08 |
Vadim Zeitlin | applied patch 411059 (mingw win32 api version check) |
blob | commitdiff | raw | diff to current |
2001-02-15 |
Gilles Depeyrot | modifications for compilation under Mac OS X |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Vadim Zeitlin | wxADJUST_MIN definition (forgot to ci last time) |
blob | commitdiff | raw | diff to current |
next |