]> git.saurik.com Git - wxWidgets.git/history - include/wx/defs.h
Added wxUnusedVar for Borland and fixed 2 release mode warnings for Borland (patch...
[wxWidgets.git] / include / wx / defs.h
2003-11-10  Dimitri SchoolwerthAdded wxUnusedVar for Borland and fixed 2 release mode...
2003-10-23  Stefan Csomorfix for gcc MacOS
2003-10-22  Stefan Csomoradding support for mach unicode builds
2003-10-20  Vadim ZeitlinOpen Watcom doesn't like typename, use class (patch...
2003-10-17  Jouk Jansen Committing in .
2003-10-16  Vadim Zeitlinmoved DLL import/export declarations from wx/defs.h...
2003-09-30  Vadim ZeitlinUnicode fixes for Watcom (part of patch 813225)
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-23  Chris Elliottfix digitalmars 64 bug
2003-09-23  Chris Elliottfix watcom 64 bug (openwatcom1.1) (second try)
2003-09-23  Chris Elliottfix watcom 64 bug (openwatcom1.1)
2003-09-22  Vadim Zeitlinassume sizeof(wchar_t) == 2 by default, not 4
2003-09-22  Vadim Zeitlinadded (and documented) wxULL(); fixes for wxINT64_SWAP...
2003-09-22  Vadim Zeitlinreorganized/improved fixed size int types definitions...
2003-09-22  Vadim Zeitlinmoved wxGA_XXX styles to gauge.h from defs.h; set wxGA_...
2003-09-09  Stefan CsomorwxID_PREFERENCES added for the preferences menu item
2003-09-06  David ElliottwxCocoa: CodeWarrior (like GCC) mangles struct X and...
2003-09-06  David ElliottwxCocoa: Added NSNotification
2003-08-20  Stefan NeisSplit src/os2/utils.cpp in two to support non-monolithi...
2003-08-18  David ElliottwxCocoa: Added NSMutableArray and NSTableColumn
2003-08-17  Stefan Csomoradded WXK_COMMAND
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-14  David ElliottwxCocoa: Added NSScrollView definition
2003-08-13  Vadim Zeitlinsuppress warnings about not being able to inline a...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-06  David ElliottwxCocoa: Added NSThread
2003-08-03  Václav Slavíkadded wxDbGrid
2003-08-02  Václav Slavíkmoved DB classes into wxODBC library
2003-08-02  Václav Slavíkcreated wxAdvanced library
2003-07-31  Julian SmartAdded back the copy ctor and assignment warning suppression
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...
next