No resize border on WinCE by default
[wxWidgets.git] / include / wx / defs.h
2005-04-02  Julian SmartThe wxDEFAULT_CONTROL_BORDER symbol can be used to...
2005-03-31  Julian SmartFixed MSWClipBoxRegion
2005-03-19  Vadim Zeitlinremoved C++ comment added by last commit
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-16  Julian SmartNot forgetting PalmOS
2005-03-16  Julian SmartAdded wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE
2005-03-13  Julian SmartAdded wxNB_FLAT for WinCE property sheet tabs
2005-03-08  Vadim Zeitlinremoved wx_dynamic_cast(), it can't be implemented...
2005-03-07  Julian SmartAdded wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal...
2005-03-07  Julian SmartRemoved very very obsolete flags from 1.x
2005-03-03  Vadim Zeitlinadded wx_dynamic_cast()
2005-02-26  Ryan Nortonchange superflous elif to else
2005-02-24  Włodzimierz SkibaPalmOS headers have ssize_t with no sign of it so we...
2005-02-16  Włodzimierz SkibaNative PalmOS wxLongLong. Introduction of wxULongLong_t...
2005-02-14  Włodzimierz SkibaInversed slider and wrapper for datepicker control...
2005-02-12  Stefan CsomorMac Core Graphics Implementation
2005-02-06  Julian SmartCan suppress themed notebook page with wxNB_NOPAGETHEME or
2005-02-01  Włodzimierz SkibaReadable style name.
2005-02-01  Włodzimierz SkibaFurther cleaning of the wxPalmOS radiobox code. Sending...
2005-01-25  Włodzimierz Skibacomment in C code fix
2005-01-21  Kevin HockAdd wxSL_INVERSE flag
2004-12-30  Włodzimierz SkibawxPD_CAN_SKIP for skipping parts of progress and reintr...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-03  Włodzimierz SkibawxBrushBase between wxBrush and wxGDIObject (class...
2004-12-01  Robert Roebling Applied Freeze()/Thaw() patch for wxTextCtrtl.
2004-11-30  Włodzimierz SkibaAdditional wx*_HATCH styles comment.
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-13  Robin DunnThe assumption that if SIZEOF_INT is defined then SIZEO...
2004-11-12  Włodzimierz SkibaMinGW fix.
2004-11-12  Ryan Nortonspelling
2004-11-12  Ron LeePatch from MJW for ssize_t
2004-11-09  Ryan Nortonremove fixme and explain unicode characters
2004-11-08  Ryan Nortonworkback defs for OSX
2004-11-06  Ryan Nortonfix for [ 1042972 ] Keycodes above WXK_START conflict...
2004-10-20  Vadim Zeitlinonly VC++ >= 7.0 has __COUNTER__
2004-10-20  Vadim Zeitlindefine wxMAKE_UNIQUE_NAME so that it works even in...
2004-10-16  Vadim Zeitlinsuppress VC++ warning about long -> void * conversion too
2004-10-15  Vadim Zeitlinremoved pragma interface which resulted in link errors...
2004-10-12  Włodzimierz SkibaRemove old pragmas for avoiding warnings with Open...
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-10-02  Vadim Zeitlinadded wxVaCopy() and use it to fix wxVsnprintf() crash...
2004-09-29  Włodzimierz SkibaC++ removed from C syntax.
2004-09-28  Vadim Zeitlinadded wxPtrToUInt() to cast pointer to an integer type...
2004-09-28  Vadim Zeitlinadded wx_reinterpret_cast() macro
2004-09-25  Ryan NortonwxDrawerWindow - [ 909351 ] Drawer window for OS X...
2004-09-17  Włodzimierz SkibawxChoicebook follows wxListBook internal changes. Style...
2004-09-11  Vadim Zeitlindefine wxWCHAR_T_IS_REAL_TYPE macro: 1 for compilers...
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
next