]> git.saurik.com Git - wxWidgets.git/history - src
added operator>>(wchar_t)
[wxWidgets.git] / src /
2004-11-16  Vadim Zeitlinadded operator>>(wchar_t)
2004-11-16  Vadim Zeitlinmade default background colour BTNFACE (so that panels...
2004-11-16  Václav Slavíkfixed wxEncodingConverter-base wxCSConv to report failu...
2004-11-16  Václav Slavíkmodified wxEncodingConverter API to report failures
2004-11-16  Vadim Zeitlinremoved unused variable to suppress warning (and put...
2004-11-16  Stefan Csomoronsize event not needed anymore
2004-11-16  David ElliottPrevent crashes in wxFFile(Input|Output)Stream: Do...
2004-11-15  David ElliottUse wxUint16 instead of WORD and wxUint8 instead of...
2004-11-15  Stefan Csomorchanged fonts on OSX to use OSX system fonts having...
2004-11-15  Stefan Csomoradapted to current filelist
2004-11-15  Stefan Csomorcorrecting include type
2004-11-15  Vadim Zeitlinset bg style to custom as we overwrite it anyhow
2004-11-15  Vadim Zeitlinfixed XP sash rendering to really do something (using...
2004-11-15  Vadim Zeitlindon't draw background at all if bg style is custom
2004-11-15  Vadim Zeitlinremoved unnecessary (now that we leave Windows paint...
2004-11-15  Vadim Zeitlinrestored OnEraseBackground(), we do need it but only...
2004-11-15  Włodzimierz SkibaWarning fixes.
2004-11-15  Włodzimierz SkibaVertical tabs orientation in gtk renderer of wxUniv.
2004-11-15  Vadim Zeitlindon't always erase the background ourselves as this...
2004-11-15  Włodzimierz SkibaPartial fix to bug #1040607: support for vertical orien...
2004-11-15  Václav Slavíkfixed to work with themes that redefine icons (e.g...
2004-11-15  Ryan Nortonfix technical accuracy of statement
2004-11-15  Ryan NortonWXUNUSED warning fixes - unicode compilo fix
2004-11-15  Ryan Nortonfix for [ 1066432 ] wxTextOutputStream: endl doesn...
2004-11-15  Włodzimierz SkibawxUniv use wxBU flags [bug #1040584]
2004-11-14  Václav Slavíkcompilation fix
2004-11-14  Ryan NortonMassive reworking of wxMediaCtrl code - backend everyth...
2004-11-14  Václav Slavíkfixed rendering of bitmaps with alpha channel under...
2004-11-14  Václav Slavíkadded system colours and fonts support to XRC (based...
2004-11-14  Ryan Nortonspelling/grammer (lol) :)
2004-11-14  Václav Slavíkmade wxMBConv_iconv MT-safe
2004-11-13  Robin DunnFix for uninitialized pointer access from wxPrintData...
2004-11-12  Václav Slavíkmore wxPostEvent MT fixes
2004-11-12  David ElliottMoved wxStandardPathsCF into base library when using...
2004-11-12  David ElliottFix build on platforms without any real source in the...
2004-11-12  Julian SmartNotebook page bitmaps now supported.
2004-11-12  Włodzimierz SkibaWarning fixes.
2004-11-12  Ryan Nortonfix for when zlib is not compiled in
2004-11-12  Włodzimierz SkibadwCallback if DWORD.
2004-11-12  Ryan Nortonexplanation of getdefaultattributes
2004-11-12  Ron LeewxUSE_POSTSCRIPT is not a sufficient test by itself for
2004-11-12  Ryan Nortonmingw evidently doesn't have digitalv.h according to...
2004-11-12  Ryan Nortonworkaround to call directshow drivers without actually...
2004-11-12  Ron LeeCruft cleanup from MJW, strip the tabs out of sound.cpp
2004-11-12  Ron LeePatch from MJW for ssize_t
2004-11-11  Vadim Zeitlinfixes to ZIP/archive patch (patch 1064426); should...
2004-11-11  Vadim Zeitlinensure that g_timerMap is always initialized before...
2004-11-11  Vadim Zeitlinfix reading beyond the end of the string if the last...
2004-11-11  Vadim Zeitlinremoved 2.0 compatibility stuff (patch 1054261)
2004-11-11  Ryan Nortonmci can't play video on win2k - disable for now
2004-11-11  Ryan Nortontweak stopping - nicen up sample some more
2004-11-11  Ryan Nortonfixup
2004-11-11  Ryan Nortonmci backend for wxMediaCtrl. Better workaround for...
2004-11-11  Vadim Zeitlinfile not needed any longer after ZIP r/w patch
2004-11-11  Ryan Norton1) fix border styles in wxMediaCtrl, 2) regenerate...
2004-11-11  Ron Leegcc < 3.4 warns about friendless private dtors.
2004-11-11  Ryan Nortonfix unsigned/signed warnings
2004-11-11  Ryan Nortonfix some comp errors on DMC
2004-11-11  Ryan Nortonbase wxMediaCtrl files
2004-11-11  Robin DunnFix compilation error by #including imaglist.h
2004-11-10  Vadim Zeitlinadded ZIP classes by M.J.Wetherell (patch 1030239)
2004-11-10  Vadim Zeitlinfixed creation of the mask in wxImage -> wxBitmap conve...
2004-11-10  Vadim Zeitlinuse TB_GETMAXSIZE in GetBestSize() (patch 1050045)
2004-11-10  Vadim Zeitlinbetter (more precise) values for wxGetOsDescription...
2004-11-10  Vadim Zeitlinconstruct icon from wxIconLocation, not just the file...
2004-11-10  Vadim Zeitlinreplaced wxStream::GetSize() with GetLength() (still...
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-11-10  Robin DunnWhen using an external scrollbar ensure that the built...
2004-11-10  Włodzimierz SkibaOW fixes.
2004-11-10  Włodzimierz SkibawxTreeEvent::Clone() support [patch #1061198].
2004-11-10  Ron LeeThis size/offset stuff is a mess, but leaving this...
2004-11-10  Stefan Csomortext attributes corrected
2004-11-10  George TaskerAdded support for SQL_C_UCHAR (unicode builds), SQL_C_L...
2004-11-09  Stefan Csomortoplevel creation respecting wxDefaultPosition again
2004-11-09  Kevin Hock[1001483] wxGetPasswordFromUser now uses wxPasswordEntr...
2004-11-09  Kevin Hock[1001483] Added default prompt for new wxPasswordEntryD...
2004-11-09  Kevin Hock[1001483] Added wxPasswordEntryDialog analagous to...
2004-11-09  Włodzimierz SkibaWarning fixes, IsEmpty->empty.
2004-11-09  Włodzimierz SkibawxSizer::Add/Insert now returns pointer to wxSizerItem...
2004-11-09  Stefan Csomormove offscreen before in order to avoid transitions...
2004-11-09  Stefan Csomorallow arbitrary positions for toplevel windows (also...
2004-11-09  David ElliottCast 4th parameter of getsockopt to char* and of setsoc...
2004-11-08  Włodzimierz SkibaWarning fixes.
2004-11-08  Włodzimierz SkibaGet shorter code with new wxRect constructor.
2004-11-08  Włodzimierz SkibaUnused warning fix.
2004-11-08  Włodzimierz SkibaUnfortunatelly compiler does not know which bits play...
2004-11-08  George TaskerUnicode corrections in new SqlExec() overload
2004-11-08  Ryan Norton*** empty log message ***
2004-11-08  Ryan Nortonfixup authorship
2004-11-08  Ryan Nortonfix playbackrate
2004-11-08  Ryan Nortonfinalize MAC implementation
2004-11-08  Ryan Nortonfinalize MSW implementation
2004-11-08  Ryan Nortoncorrect to int32 for range comparison
2004-11-07  Kevin HockThe spacing just isn't right without the 4 pixel border...
2004-11-07  Vadim Zeitlinhandle volume part of the path correctly in wxFileName...
2004-11-07  Vadim Zeitlinmade IsPathSeparator(NUL) work (by returning false)
2004-11-07  Václav Slavíkuse wxART_BUTTON for stock bitmap buttons
2004-11-07  Ryan Nortonsome setup.h changes for wxMovieCtrl
2004-11-07  Ryan Nortonfix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx...
2004-11-07  Ryan Nortonfix for [ 1055191 ] wxTextCtrl::GetStyle() wrong attr...
next