]> git.saurik.com Git - wxWidgets.git/history - src
Fix for crash in ~wxWindow() on solaris
[wxWidgets.git] / src /
2005-09-25  Michael WetherellFix for crash in ~wxWindow() on solaris
2005-09-24  Vadim ZeitlinwxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN...
2005-09-24  Vadim Zeitlinfix wxExecute() return code checks and removed not...
2005-09-24  Vadim Zeitlinset error to GSOCK_TIMEOUT if the socket timed out...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-24  Vadim Zeitlindon't set focus to a hidden notebook (patch 1299005)
2005-09-24  Vadim Zeitlinmade absence of wxCHANGE_DIR flag work even under NT...
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
2005-09-24  Michael WetherellMemory corruption fix
2005-09-23  David ElliottAs of src/common/framecmn.cpp revision 1.60 the wxFrame...
2005-09-23  David ElliottAdded Cocoa_acceptsFirstMouse.
2005-09-23  David ElliottAdded Cocoa_canBecomeKeyWindow.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-22  Vadim ZeitlinUnicode build fix
2005-09-22  Vadim Zeitlingcc compilation fixes after last commit
2005-09-22  Vadim Zeitlintry all known UCS-[24] synonyms in wxMBConv_iconv,...
2005-09-22  Vadim Zeitlinmore synonyms for UCS-2/4
2005-09-21  Julian SmartDon't skip after writing tab or we could get another...
2005-09-21  Mart Raudsepp[wxGTK] Remove wxTLW::RequestUserAttention related...
2005-09-20  Vadim Zeitlindon't define constants unused in release build (SGI...
2005-09-20  David ElliottCall [super dealloc] from overridden dealloc methods.
2005-09-20  Vadim Zeitlinreally fix binary backwards compatibility for wxMotif
2005-09-20  Stefan Csomoradding missing file
2005-09-20  Michael WetherellFix wxGTK crash on startup on 64-bit solaris 10
2005-09-20  Julian SmartDon't assert if the window doesn't accept the focus.
2005-09-20  Julian SmartIsModal now has the newer meaning.
2005-09-20  Julian SmartRemoved unnecessary IsModal call
2005-09-20  Julian SmartIsModal() now has the newer meaning (equivalent of...
2005-09-20  Vadim Zeitlinblind compilation fix for cygwin Unicode build (bug...
2005-09-19  Vadim Zeitlinonly call fsync() on disk files, otherwise we get an...
2005-09-19  Julian SmartFix for modal/modeless wizards
2005-09-19  Julian SmartMissing end of comment
2005-09-19  Kevin HockMake sure Enable_Events is called when a connection...
2005-09-19  Vadim Zeitlintemporarily reverted binary backwards incompatible...
2005-09-18  Vadim Zeitlinworkaround for buggy setlocale() under AIX (without...
2005-09-18  Stefan NeisAdded (dummy) handler for loading bitmap from file...
2005-09-18  Vadim Zeitlincondensed 2 very similar trace messages into one
2005-09-18  Vadim Zeitlinadded ifconfig and ping locations for AIX
2005-09-18  Mattia Barbon Send wxInitDialogEvent under wxMotif.
2005-09-18  Vadim ZeitlinUnicode compilation fix
2005-09-18  Vadim ZeitlinGetSystemEncodingName() cleanup: we don't need to check...
2005-09-18  Vadim Zeitlinadd CP-xxx as synonyms for WINDOWS-xxx
2005-09-18  Vadim Zeitlinlook in codeset-specific directory for locale files...
2005-09-18  Vadim Zeitlinmore encoding names for AIX/Solaris/IRIX
2005-09-18  Stefan Csomortentative fix for BestSize problems (non-native toolbar)
2005-09-18  Vadim Zeitlindon't pass NULL pointer to printf(), this crashes Solar...
2005-09-18  Vadim Zeitlindon't create conversion objects unless we really need...
2005-09-18  Vadim Zeitlinadded trace message to wxCSConv creation code
2005-09-18  Vadim Zeitlinavoid unnecessary conversions when loading the catalog...
2005-09-18  Vadim Zeitlincompate charset names case-insensitively in GetEncoding...
2005-09-18  Vadim Zeitlinsigned/unsigned comparison warning
2005-09-18  Vadim Zeitlinremoved unused variable
2005-09-18  Vadim Zeitlinadded GetAllEncodingNames(), use it to select the corre...
2005-09-18  Julian SmartCorrected behaviour for modeless wizards -- can't detec...
2005-09-18  Julian SmartApplied patch 1283609 GTK window dtor + wxGrid + cellEd...
2005-09-18  Vadim Zeitlinget rid of wxClientDC::m_oldFont, it wasn't really...
2005-09-17  Julian SmartInclude settings.h
2005-09-17  Vadim Zeitlinremoved weird comparison of m_oldFont with -1 (this...
2005-09-17  Vadim Zeitlinuse wxPtrToUInt() instead of casting pointers to int...
2005-09-17  Vadim Zeitlin64 bit compilation fix (pointer can't be cast to int...
2005-09-17  Vadim Zeitlinadded wx_truncate_cast and use it (sometimes instead...
2005-09-17  Vadim Zeitlinadded ping location for IRIX
2005-09-17  Vadim Zeitlinavoid assigning 64 bit ints to a 16 bit one
2005-09-17  Vadim Zeitlinremoved unused variables and constant
2005-09-17  Vadim Zeitlintremoved unused variable
2005-09-17  Vadim Zeitlinuse unsgined int instead of int for 1 bit bitfields...
2005-09-17  Vadim Zeitlinchecking whether a size_t page index is >= 0 is unneces...
2005-09-17  Vadim ZeitlincolourSize was probably supposed to be used and not...
2005-09-17  Vadim Zeitlinremove unused wxTrue
2005-09-17  Julian SmartApplied [ 1294048 ] [wxMSW] Correct splitter sash drawi...
2005-09-17  Julian SmartApplied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix
2005-09-17  Stefan Csomorfixing visibility checks for native toolbars
2005-09-16  Włodzimierz SkibaAssert correction.
2005-09-16  Włodzimierz SkibaNative spline drawing.
2005-09-16  Julian SmartDefine SQLUINTEGER
2005-09-16  Julian SmartApplied patch [ 1286701 ] fix for compiling odbc with...
2005-09-15  Włodzimierz SkibawxUSE_SPLINES markup and other cleanings.
2005-09-14  Vadim Zeitlinrenamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW...
2005-09-14  Vadim Zeitlindialog creation function should be extern C
2005-09-14  Vadim Zeitlinrenamed arg[cv] parameters to not hide wxApp members
2005-09-14  Vadim Zeitlinmore non-const string literal warnings correction
2005-09-14  Dimitri Schoolwerthreverted last changes which were false alarm
2005-09-14  Stefan Csomoradding Robert Lang's native CG-Bezier patch
2005-09-13  Vadim Zeitlinmade XPM data const
2005-09-13  Vadim Zeitlinadded wxMOTIF_STR() macro casting away string literal...
2005-09-13  Vadim Zeitlinclipboard handler must be extern C (Sun CC warning)
2005-09-13  Vadim ZeitlinX error handler should be extern C (SunCC warning fix)
2005-09-13  Vadim Zeitlinwarning fixes for Sun CC: extern C, non-const string...
2005-09-13  Włodzimierz SkibaBetter fix for 'int i' used twice in the same block.
2005-09-13  Włodzimierz SkibaWarning fix.
2005-09-13  Włodzimierz SkibaMissing includes.
2005-09-13  Vadim Zeitlinuse WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes...
2005-09-13  Vadim Zeitlinuse extern C around signal handler declaration (fixes...
2005-09-13  Vadim Zeitlinqsort() should be passedonly extern C functions
2005-09-13  Vadim Zeitlinfixed Sun CC warning about local variable read hiding...
2005-09-13  Vadim Zeitlinfixed Sun CC warning about arg[cv] parameters hiding...
2005-09-13  Vadim Zeitlinand now it even compiles
2005-09-13  Vadim Zeitlinfix for last commit
2005-09-13  Vadim Zeitlinremoved strcpy to fixed buffer (do it the right way...
2005-09-13  Dimitri Schoolwerthfixed uninitialized variable (depending on wxChoice...
next