Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoor...
[wxWidgets.git] / include / wx / defs.h
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-29  Julian SmartFirst step in background erase optimization
2004-07-30  Vadim Zeitlindefine WXMSG same as Win32 MSG instead of untyped pointer
2004-06-26  Václav Slavíkmore fixes to keypress handling in wxGTK:
2004-06-24  Václav Slavíkuse GtkIMContext variable, not GtkIMMulticontext, we...
2004-06-24  Robin DunnwxDefaultCoord
2004-06-23  Włodzimierz SkibaMake some long #ifs shorter but multiline so diffs...
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-06-11  Robert Roebling Added compatibility fix for wxADJUST_MINSIZE
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-18  Vadim Zeitlinremoved work around for 16 bit compilers not defining...
2004-04-16  Vadim Zeitlinadded and documented wx_const/static_cast<>
2004-04-13  Vadim Zeitlinmoved dialog/frame styles to their own headers; don...
2004-04-07  Robin DunnChanged name to wxFIXED_MINSIZE since that is more...
2004-04-07  Robin DunnAdded wxFIXED_SIZE.
2004-03-29  Vadim Zeitlinmade wxADJUST_MINSIZE default
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-27  Stefan Csomortype safe proxy typedefs
2004-02-28  Stefan NeisCompilation fix for OS/2 specific "Innotek gcc" port.
2004-02-25  Stefan NeisFixed various types like e.g. WXHWND for OS/2 that...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-10  Vadim Zeitlinallow generating PS on an output stream and not only...
2004-02-10  Vadim Zeitlinreverted wxStaticCast change which obviously can't...
2004-02-10  Vadim Zeitlinadded wxStaticCast, moved wxConstCast from wx/object...
2004-02-10  Vadim ZeitlinWin64 compilation fixes: define SIZEOF_SIZE_T, added...
2004-02-08  Julian SmartFixed bug [ 865999 ] wxRETAINED windows appear blank...
2004-02-05  Václav SlavíkwxMGL fixes (patch #884758)
2004-02-04  Robin DunnUsing a -1 (wxID_ANY) for menu or toolbar item IDs...
2003-12-18  Gilles Depeyrotcorrected comments for wxMac compilation
2003-12-18  Ryan Norton1.
2003-12-17  Ryan NortonHeader Cosmetics
2003-12-17  Ryan NortonHeader Cosmetics
2003-12-17  Ryan Norton1.
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
next