]> git.saurik.com Git - wxWidgets.git/history - src/common
on mac using macroman only created once a successful wxCSConv, because the iconv...
[wxWidgets.git] / src / common /
2006-08-01  Stefan Csomoron mac using macroman only created once a successful...
2006-07-31  Vadim Zeitlinrelease build unused variable warning fix
2006-07-31  Václav Slavíkmade the rest of wxEncodingConverter tables const
2006-07-31  Václav Slavíkwarnings fixes for !wxUSE_FONTMAP
2006-07-31  Václav Slavíkcompilation fix for !wxUSE_FONTMAPstrconv.cpp
2006-07-31  Václav Slavíkdon't pass window argument to NotifyCaptureLost, it...
2006-07-31  Václav SlavíkwxFileModificationTime() needs wxDateTime, put it insid...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-29  Vadim Zeitlinmoved combobox styles from defs.to to combobox.h; added...
2006-07-28  Vadim Zeitlinremoved wxLANGUAGE_SERBIAN, we must explicitly use...
2006-07-27  Mart RaudseppKill typo noticed by Priit Laes.
2006-07-25  Vadim Zeitlinadded possibility to strip only mnemonics, not accels...
2006-07-25  Włodzimierz Skiba[ 1528248 ] Fix to the width of the wxGenericColourButton
2006-07-25  Włodzimierz SkibaAllow wxUSE_INTL==0 builds.
2006-07-25  Włodzimierz SkibaInclude wx/stopwatch.h according to precompiled headers...
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-25  Vadim Zeitlincompilation fix for platforms where size_t is unsigned...
2006-07-25  Vadim Zeitlinimprovements to wxPickerBase default proportion values...
2006-07-25  Vadim Zeitlinhandlers added using AddHandler() last must have the...
2006-07-25  Vadim ZeitlinwxPathList cleanup by Francesco (patch 1521481)
2006-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2006-07-24  Vadim Zeitlinadd default value for the encoding parameter of wxMacCF...
2006-07-24  Vadim Zeitlinadded HasHandlerForPath() (modified patch 1514524)
2006-07-24  Vadim Zeitlinadded static casts to void * for pointers used with...
2006-07-24  Vadim Zeitlinadded FindFileInPath() (part of an otherwise rejected...
2006-07-24  Włodzimierz Skiba[ 1517666 ] suppression of wxVsnprintf() warnings ...
2006-07-22  Stefan Csomoradding back-conversion to filenames (wide composed)
2006-07-20  Włodzimierz Skiba[ 1523907 ] Remove unnecessary wxComboCtrl window style.
2006-07-20  Vadim Zeitlinhandle negative time spans correctly in Format()
2006-07-17  Vadim Zeitlinfixed crash in wxDb::Open() in Unicode build due to...
2006-07-17  Włodzimierz Skiba[ 1519202 ] wxComboCtrl::SetButtonPosition() to support...
2006-07-17  Włodzimierz Skiba[ 1522987 ] wxComboCtrl crashes if TAB is pressed while...
2006-07-16  Vadim Zeitlinfix Open(wxDbConnectInf) when using connection string...
2006-07-16  Vadim Zeitlindisable pixel size comparison in operator==() for wxGTK...
2006-07-16  Vadim Zeitlinmin size of an empty sizer should be (0, 0) and not...
2006-07-16  Vadim Zeitlindon't add 7 and 14 pixel horz/vertical padding in DoGet...
2006-07-16  Stefan NeisFixed apparent typo.
2006-07-15  Michael WetherellPut the reentrance check inside #ifdef __DEBUG__
2006-07-15  Michael WetherellHandle reentrance in the first part of wxClassInfo...
2006-07-15  Václav Slavíkfixed crashes in wxFile/DirPickerCtrl::GetPath() due...
2006-07-14  Vadim Zeitlindon't create non-existing groups in HasEntry()
2006-07-14  Vadim Zeitlinfix the bug with the current path being restored if...
2006-07-06  Alex BlighwxComboCtrlBase: Fix SEGV due to double deletion where...
2006-07-06  Vadim Zeitlinuse ZIP entry modification time, not the (inexistent...
2006-07-04  Stefan Csomorwas crashing wxCocoa builds (decomposition will be...
2006-07-04  Vadim Zeitlindon't assert in SetStringSelection() if the item isn...
2006-07-04  Vadim Zeitlinfix -Wundef gcc warnings about wxUSE_MS_HTML_HELP
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-07-03  Włodzimierz Skiba[ 1515217 ] wxComboCtrl textctrl event propagation...
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-07-02  Vadim Zeitlintake pixel sizes into account as well when comparing...
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-07-02  Vadim Zeitlinadded ExpandAllChildrne() (patch 1498343)
2006-07-02  Vadim Zeitlindon't use old name for wxTE_PROCESS_ENTER unavailable...
2006-06-30  Stefan Csomormaking sure mac filenames are always decomposed D Unico...
2006-06-29  Vadim Zeitlinflush stderr in wxSafeShowMessage(): this might be...
2006-06-28  Julian SmartFixed zoom problem (Robert J.Lang)
2006-06-27  Robin DunnPut back the old wxTreeEvent ctor for compatibility
2006-06-27  Robin DunnwxPickerBase derives from wxControl, not wxWindow
2006-06-27  Vadim Zeitlinadded a wxTreeEvent ctor taking the associated wxTreeCt...
2006-06-27  Vadim Zeitlinlook in the environment for the options values
2006-06-27  Vadim Zeitlinfix handling of % in our printf implementation (part...
2006-06-27  Vadim Zeitlincreate text control with wxTE_PROCESS_ENTER style if...
2006-06-27  Vadim Zeitlinuse wxBoxSizer in wxPickerBase instead of doing the...
2006-06-26  Vadim Zeitlinpicker controls improvements: fixes to valid paths...
2006-06-26  Vadim Zeitlinremove the item from proportions arrays as well as...
2006-06-26  Vadim Zeitlinexplicitely include <shellapi.h>, apparently needed...
2006-06-25  Vadim Zeitlinfix gcc warnings about in printf format (partly modifi...
2006-06-21  Włodzimierz SkibaInclude wx/containr.h according to precompiled headers...
2006-06-20  Włodzimierz SkibaInclude wx/hashmap.h according to precompiled headers...
2006-06-19  Włodzimierz Skiba[ 1508778 ] Fix for wxOwnerDrawnComboBox list selection...
2006-06-19  Włodzimierz SkibaInclude wx/gdicmn.h according to precompiled headers...
2006-06-18  Vadim Zeitlinallow claling Unassociate() on previously not initializ...
2006-06-17  Paul Cornettuse AllocExclusive in wxImage
2006-06-16  Vadim Zeitlindon't loop needlessly in OnHelp() if the event comes...
2006-06-15  Włodzimierz SkibaFinal fix for Bug #1472688 'wxString::Trim() is broken'
2006-06-15  Włodzimierz Skiba[ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argum...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/font.h according to precompiled headers...
2006-06-14  Włodzimierz Skiba[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDr...
2006-06-14  Vadim Zeitlinmore fixes to OnHelp() to avoid infinite recursion...
2006-06-14  Vadim Zeitlinshow native-looking (with 3D shadow) help tooltips...
2006-06-14  Włodzimierz SkibaInclude wx/colour.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaCode symetry for both directions of trimming towards...
2006-06-14  Vadim Zeitlinfill in flags parameter of HitTest() for all book contr...
2006-06-14  Włodzimierz SkibaSource cleaning.
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-06-13  Włodzimierz SkibaInclude wx/toplevel.h according to precompiled headers...
2006-06-13  Włodzimierz SkibaInclude wx/arrstr.h according to precompiled headers...
2006-06-12  Vadim Zeitlinwe don't need to manually propagate wxHelpEvents upward...
2006-06-12  Vadim Zeitlinredirect to the page only the help events coming from...
2006-06-11  Vadim Zeitlinadded possibility to specify modules dependencies
2006-06-11  Vadim Zeitlinmake it possible to associate context help text with...
2006-06-11  Vadim Zeitlinmade it possible to associate context help to a region...
2006-06-11  Kevin HockFix socket crash in wxURL by safely Destroying the...
2006-06-09  Włodzimierz SkibaInclude wx/validate.h and wx/valtext.h according to...
2006-06-09  Włodzimierz SkibaInclude wx/choicdlg.h, wx/textdlg.h and wx/filedlg...
2006-06-09  Vadim Zeitlinadded the cast to wxFontMapperBase erroneously removed...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/mdi.h according to precompiled headers of...
next