]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-01-22  Robert Roebling Probably a bug in the MINGW32 header.
2005-01-22  Stefan NeisRemoved setup0.h - we are using configure generated...
2005-01-22  Stefan NeisBlind fix for bug [ 1106890 ] (undeclared symbols on...
2005-01-22  Kevin Hockgtk_range_set_inverted only available on GTK2
2005-01-22  Mattia Barbon Warning fixes.
2005-01-22  Mattia Barbon Fix wxSortedArray::Index() when wxUSE_STL == 1, with...
2005-01-21  Robin DunnDisable wxDatePickerCtrl if wxPopupWindow is not available
2005-01-21  Włodzimierz... Headers cleaning.
2005-01-21  Vadim Zeitlinadded wxStaticBoxSizer ctor creating a new static box
2005-01-21  Robin Dunn* Some WXWIN_COMPATIBILITY_2_4 changes, as well as...
2005-01-21  Robin DunnAdded setter to wxMoveEvent
2005-01-21  Kevin HockDo not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab...
2005-01-21  Włodzimierz... Warning fixes for MinGW.
2005-01-21  Włodzimierz... Warning fixes for MinGW.
2005-01-21  Robin DunnPatch #1106564, corrects possible 100% CPU load condition.
2005-01-21  Włodzimierz... Warning fixes for MinGW.
2005-01-21  Vadim Zeitlinmore forward declarations (trying to fix bug 1106829)
2005-01-21  Vadim Zeitlinremove margins in the bitmap button
2005-01-21  Vadim Zeitlinimplemented DrawComboBoxDropButton() for classic Win32
2005-01-21  Vadim Zeitlinadded DrawComboBoxDropButton()
2005-01-21  Vadim Zeitlincompilation fix when used together with native control
2005-01-21  Vadim Zeitlinadded possibility to use generic date control if configured
2005-01-21  Vadim Zeitlincheck for error in GetSelection(long *, long *); clean...
2005-01-21  Vadim Zeitlindefine wxHAS_NATIVE_DATEPICKCTRL in the header file...
2005-01-21  Vadim Zeitlinmoved code working around combobox selection bug to...
2005-01-21  Vadim Zeitlinadded wxUSE_DATEPICKCTRL_GENERIC
2005-01-21  Vadim Zeitlinrenamed generic version to wxDatePickerCtrlGeneric...
2005-01-21  Vadim Zeitlinput datectlg.cpp in ADVANCED_SRC so that it can be...
2005-01-21  Vadim Zeitlinadded wxUSE_DATEPICKCTRL
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...
next