]> git.saurik.com Git - wxWidgets.git/history - src
Forgot to free string after usage.
[wxWidgets.git] / src /
2005-01-21  Włodzimierz SkibaForgot to free string after usage.
2005-01-21  Włodzimierz SkibaStart more than minimal TLW support.
2005-01-21  Włodzimierz SkibaReenable wxPalmOS status bar after recent changes....
2005-01-21  Kevin HockAdd support for wxSL_INVERSE using gtk_range_set_inverted
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-20  Włodzimierz SkibaWM_CONTEXTMENU available since WinCE.NET
2005-01-20  Włodzimierz SkibaMissing define.
2005-01-20  Vadim Zeitlinadded and implemented for MSW wxDP_SHOWCENTURY flag
2005-01-20  Włodzimierz SkibaSimple wxBatteryPower API for the support in wxWinCE...
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  Włodzimierz SkibaPalmOS description.
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  Kevin HockAdditional header files required
2005-01-19  Stefan NeisCompilation fixes for OS/2 (OS/2 still defines __UNIX__...
2005-01-19  Vadim Zeitlinuse wxDP_SPIN by default under Win32
2005-01-19  Vadim Zeitlinadded wxDP_SPIN/DROPDOWN styles (only Win32 native...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-19  Vadim Zeitlincompilation fixes; pruned API
2005-01-19  Włodzimierz SkibaMinGW warning fix.
2005-01-19  Vadim Zeitlinadded generic version of wxDatePickerCtrl from Andres...
2005-01-19  Włodzimierz SkibaMinGW warning fix.
2005-01-19  Włodzimierz SkibaMinGW warning fix.
2005-01-19  Włodzimierz SkibaCookie is not for dummy initialization due to condition...
2005-01-19  Włodzimierz SkibaFix for incomplete setup (wxPalmOS case).
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 Zeitlinimplemented wxStackWalker for Unix (using glibc-specifi...
2005-01-18  Włodzimierz SkibaLess MSW related files in wxPalmOS port.
2005-01-18  Włodzimierz SkibaMinGW warning fix.
2005-01-18  Włodzimierz SkibaMinGW warning 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 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 HockUse event modifiers and accessors rather than m_ variab...
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 ZeitlinUnicode compilation fix (patch 1104406)
2005-01-18  Vadim ZeitlinUnicode compilation fix for debugging code which is...
2005-01-18  Włodzimierz SkibaPalmOS native colour dialog.
2005-01-18  Włodzimierz SkibawxWinCE 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 SkibaCommon default datetime formats.
2005-01-17  Włodzimierz SkibaFix for limited build required by headers of free DMC.
2005-01-17  Włodzimierz SkibaStock buttons labels.
2005-01-17  Julian SmartAdded AddWindowStyles() call
2005-01-17  Włodzimierz SkibaMinGW fixes.
2005-01-17  Vadim Zeitlinremoved #ifndef __WXUNIVERSAL__ added in last commit...
2005-01-17  Włodzimierz SkibaCheck wxMSWUniv condition earlier.
2005-01-17  Włodzimierz SkibawxMSWUniv build fix.
2005-01-17  Vadim Zeitlinfixed GetModuleHandleExA() call after last fix
2005-01-17  Włodzimierz SkibaWarning fix.
2005-01-17  Włodzimierz SkibaBuild fixes.
2005-01-17  Włodzimierz SkibaMissing include.
2005-01-17  David ElliottMake this compile on Darwin. Vadim, could you please...
2005-01-17  Vadim Zeitlinadded GenerateNow()
2005-01-17  Vadim Zeitlindisable an apparently harmless VC++ warning about ...
2005-01-17  Vadim Zeitlinmoved fatal exception handling code to msw/main.cpp...
2005-01-17  Vadim Zeitlinadded {debughlp|stackwalk}.{h|cpp}
2005-01-17  Vadim Zeitlinadded wxStackWalker class
2005-01-17  Vadim Zeitlinrefactored wxCrashReport to use new wxDbgHelpDLL class...
2005-01-17  Vadim Zeitlincreated a reusable interface to dbghelp API
2005-01-17  Vadim Zeitlincompilation fixes for !USE_PCH
2005-01-17  Vadim Zeitlinremove obsolete wxUSE_CTL3D code
2005-01-17  Vadim Zeitlinimplement date events here if wxDatePickerCtrl is not...
2005-01-16  Vadim Zeitlinimplemented wxDynamicLibrary::ListLoaded() for Linux...
2005-01-16  Vadim Zeitlinextracted Unix code in a separate new file (src/unix...
2005-01-16  Vadim Zeitlinregenerated to include msw/dlmsw.cpp and datectrl.cpp
2005-01-16  Vadim Zeitlin1. extracted MSW-specific part of wxDynamicLibrary...
2005-01-16  Robert Roebling Use connect_signal_after for list events. This should
2005-01-16  Robert Roebling Applied patch for correct feedback from DND
2005-01-16  Robert Roebling Applied patch which solved conflicts between wxWidgets
2005-01-16  Robert Roebling Commited scrollbar patch which sends lineup, linedown
2005-01-16  Robert Roebling Applied patch for rounded rectangle.
2005-01-16  Vadim Zeitlinfixed export of hex values
2005-01-16  Vadim Zeitlinimplemented Export(file)
2005-01-15  Vadim Zeitlinadded mode parameter to wxFFileStream ctors taking...
2005-01-15  Vadim Zeitlinmoved styles logic to MSWGetStyle() (no real changes)
2005-01-15  Vadim Zeitlinremoved obsolete wxUSE_CTL3D
2005-01-15  Vadim Zeitlinadded API, docs and Win32 implementation of wxDatePicke...
2005-01-14  David ElliottSplit some of the recent code out to make it more reusable.
2005-01-14  Robin DunnBug fix for [ 1059381 ] Mouse wheel does not work in...
2005-01-14  David ElliottForgot to initialize m_cocoaWxToBoundsTransform = nil;
2005-01-14  David ElliottSeparate NSAffineTransform creation out of wxDC::CocoaA...
2005-01-14  Włodzimierz SkibaCommon wxListCtrl control name.
2005-01-13  Robin DunnEnsure that the windows are shown when Initialize is...
2005-01-13  Robin DunnEnsure that the windows are shown when splitting
2005-01-13  Robin Dunnadded a missing \n the source
2005-01-13  Włodzimierz SkibaCommon default notebook name.
2005-01-12  David ElliottAdd new methods to transform coordinates expressed...
next