wxWidgets.git
2005-01-21  Václav Slavíkcompilation fix
2005-01-21  Vadim Zeitlindon't include wx/popupwin.h in the header, use forward...
2005-01-21  Włodzimierz... Forgot to free string after usage.
2005-01-21  Włodzimierz... Start more than minimal TLW support.
2005-01-21  Włodzimierz... Reenable wxPalmOS status bar after recent changes....
2005-01-21  Kevin HockAdd support for wxSL_INVERSE using gtk_range_set_inverted
2005-01-21  Kevin HockwxSL_INVERSE added, noted as being wxGTK only (for...
2005-01-21  Kevin HockAdd wxSL_INVERSE flag
2005-01-21  Kevin HockFixed name strings to match documentation (Expanded...
2005-01-21  Vadim Zeitlinswitched to using wxPopupWindow
2005-01-21  Vadim Zeitlindefine wxDateEvent static stuff here
2005-01-21  Vadim Zeitlinuse ResetTime() in Today() instead of dealing with...
2005-01-20  Robin DunnFix typos
2005-01-20  David ElliottAdd support for Metrowerks compilers.
2005-01-20  Włodzimierz... WM_CONTEXTMENU available since WinCE.NET
2005-01-20  Włodzimierz... Missing define.
2005-01-20  David ElliottCheck for vsnprintf while using namespace std if its...
2005-01-20  Vadim Zeitlinexpanded the date picker part to show wxDP_XXX styles
2005-01-20  Vadim Zeitlinadded and implemented for MSW wxDP_SHOWCENTURY flag
2005-01-20  David ElliottMake sure -DNO_GCC_PRAGMA is in wx-config output regard...
2005-01-20  Włodzimierz... Simple wxBatteryPower API for the support in wxWinCE...
2005-01-20  Włodzimierz... Syntax error fixes.
2005-01-20  Vadim Zeitlincompilation fix for CE: don't use GetModuleHandleA...
2005-01-20  Vadim Zeitlincall InitCommonControlsEx() when using comtl32.dll...
2005-01-20  Vadim Zeitlinreport more information about the control whose creatio...
2005-01-20  Vadim Zeitlinfixed typo in testing whether wxUSE_NATIVE_STATUSBAR...
2005-01-20  Włodzimierz... PalmOS description.
2005-01-20  Vadim ZeitlinwxUSE_CRASHREPORT/STACKWALKER may be sued without wxUSE...
2005-01-20  Vadim Zeitlintrying to get wxUSE_NATIVE_STATUSBAR setting correctly...
2005-01-19  Robin DunnAdjust the bounding box of the labels to client coordinants
2005-01-19  Kevin HockAdditional header files required
2005-01-19  Stefan NeisCompilation fix for OS/2.
2005-01-19  Kevin HockAdditional header files required
2005-01-19  Stefan NeisCompilation fixes for OS/2 (OS/2 still defines __UNIX__...
2005-01-19  Vadim ZeitlinUnicode compilation fix
2005-01-19  Vadim Zeitlinuse wxDP_SPIN by default under Win32
2005-01-19  Vadim Zeitlincorrected #if tests to use correct wxUSE_DATEPICKCTRL...
2005-01-19  Vadim Zeitlinadded wxDP_SPIN/DROPDOWN styles (only Win32 native...
2005-01-19  Włodzimierz... wxTextPos for all GetLastPosition with constants for...
2005-01-19  Vadim Zeitlincompilation fixes; pruned API
2005-01-19  Włodzimierz... MinGW warning fix for hundreds of not initialized members.
2005-01-19  Włodzimierz... MinGW warning fix.
2005-01-19  Vadim Zeitlinadded generic version of wxDatePickerCtrl from Andres...
2005-01-19  Václav Slavíkhotfix for bakefile-0.1.5 bug: rpmspec format doesn...
2005-01-19  Włodzimierz... MinGW warning fix.
2005-01-19  Włodzimierz... MinGW warning fix.
2005-01-19  Włodzimierz... Cookie is not for dummy initialization due to condition...
2005-01-19  Włodzimierz... DMC PCH requires additional parameter in new bakefiles.
2005-01-19  Václav Slavíkregenerated autoconf files using bakefile-0.1.5
2005-01-19  Václav Slavíkrequire bakefile-0.1.5 and use it's features
2005-01-19  Vadim Zeitlinundef wxUSE_NATIVE_STATUSBAR before redefining it as...
2005-01-19  Włodzimierz... Fix for incomplete setup (wxPalmOS case).
2005-01-19  Włodzimierz... Fixes after removal of palmos/gccpriv.h.
2005-01-19  David ElliottUpdated aclocal.m4 using Bakefile's CVS HEAD bakefile...
2005-01-19  Vadim Zeitlinfixed crash in wxKill() introduced by 1.116 patch ...
2005-01-19  Vadim Zeitlinreenabled WM_MOUSELEAVE event handling (patch 1104551...
2005-01-19  Vadim Zeitlindon't return HTCLIENT for static bitmaps, this breaks...
2005-01-19  Vadim Zeitlin(harmless) VC++ warning fixes
2005-01-19  Vadim Zeitlindefine wxUSE_NATIVE_STATUSBAR as 1 for wxMSW builds
2005-01-19  Vadim Zeitlinclarified what needs to be done to get useful results...
2005-01-19  Vadim Zeitlindocumented wxStackWalker/Frame
2005-01-19  Vadim Zeitlinimplemented wxStackWalker for Unix (using glibc-specifi...
2005-01-18  Stefan NeisFixed some line breaks.
2005-01-18  Włodzimierz... Less MSW related files in wxPalmOS port.
2005-01-18  David ElliottTake -DWX_PRECOMP out of GCC_PRAGMA_FLAGS and put it...
2005-01-18  Robin DunnUse a panel
2005-01-18  Włodzimierz... Cleaning of headers.
2005-01-18  Włodzimierz... MinGW warning fix.
2005-01-18  Włodzimierz... MinGW warning fix.
2005-01-18  Włodzimierz... MinGW warning fix.
2005-01-18  Julian SmartSkip processing in OnTextEnter so normal return process...
2005-01-18  Włodzimierz... ctor/dtor not available in C code (MinGW fix).
2005-01-18  Vadim Zeitlinfixed memory leak in UpdateAttr[Rows][Or][Cols] (patch...
2005-01-18  Vadim Zeitlinfixed crash if an error happened inside WaitConnection...
2005-01-18  Kevin HockAdded DLL export for wxCommandEventStringHelper
2005-01-18  Kevin HockFixed wxTextCtrl being undefined when not using precomp...
2005-01-18  Kevin HockFor efficiency reasons, text controls no longer set...
2005-01-18  Kevin HockGetString() method queries the control for the string...
2005-01-18  Kevin HockEvent member variables hidden, text control efficiency...
2005-01-18  Kevin HockRemoved m_ variables from the documentation, since...
2005-01-18  Kevin HockMove member m_ variables to be protected rather than...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-18  Vadim Zeitlinregenerated with correct substitutions for COND_WXUNIV_...
2005-01-18  Vadim ZeitlinwxUSE_CRASHREPORT and wxUSE_STACKWALKER can't be used...
2005-01-18  Vadim Zeitlinreverted last commit, do this check in wx/chkconf.h...
2005-01-18  Vadim Zeitlinmore fixes to dllexport/import stuff for operator<...
2005-01-18  Vadim Zeitlinonly define globals when wxUSE_BASE to avoid duplicate...
2005-01-18  Vadim ZeitlinwxUSE_CRASHREPORT and wxUSE_STACKWALKER can't be used...
2005-01-18  Vadim ZeitlinUnicode compilation fix (patch 1104406)
2005-01-18  Vadim ZeitlinUnicode compilation fix for debugging code which is...
2005-01-18  Vadim Zeitlinadded WXDLLIMPEXP_BASE for operator<<() functions ...
2005-01-18  Włodzimierz... PalmOS native colour dialog.
2005-01-18  Włodzimierz... wxWinCE fixes.
2005-01-18  David ElliottDon't depend on m_cocoaWxToBoundsTransform not being...
2005-01-18  David ElliottSending copy to an instance infers ownership by the...
2005-01-17  David ElliottMoved Clear() implementation into wxDC using a new...
2005-01-17  Włodzimierz... Common default datetime formats.
2005-01-17  Włodzimierz... Fix for limited build required by headers of free DMC.
2005-01-17  Vadim Zeitlinregenrated after ADVANCED_SRC/HDR split in native/Univ...
2005-01-17  Włodzimierz... Stock buttons labels.
next