]> git.saurik.com Git - wxWidgets.git/history - src
don't set SO_REUSEADDR by default; added GSocket_SetReuseAddr()
[wxWidgets.git] / src /
2004-02-01  Stefan NeisFixed typo in MBN's extensions.
2004-02-01  Ryan NortonFixed setup.h logic again
2004-02-01  Ryan NortonFix for [ 877037 ] It is no longer possible to build...
2004-02-01  Václav Slavíkuse at most -O1 with BCC, it is broken and cannot corre...
2004-02-01  David ElliottAssert that m_pendingEvents is not NULL (patch #886852...
2004-01-31  Mattia Barbon Compilation fix for !WXWIN_COMPATIBILITY_2_4.
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-31  Stefan NeisReordered includes to have OS2EMX_PLAIN_CHAR defined...
2004-01-31  Václav SlavíkwxClassInfo (un)registration now happens automatically...
2004-01-31  Mattia Barbon Fixed idle event processing in wxMotif.
2004-01-31  Václav Slavíkcleanup: all definitions missing from std headers shoul...
2004-01-31  Stefan NeisFixed variable name mismatch.
2004-01-31  Stefan NeisFixed compile error with gcc-3.2.
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2004-01-30  Václav Slavík(blind) fix for gcc warning on some platforms
2004-01-30  Václav Slavíkprefix symbols with wx_ to reduce risk of collision
2004-01-30  Václav Slavíkreverted rev 1.113
2004-01-29  Ryan Nortonadded newline
2004-01-29  Stefan Csomorxcode native target adaption
2004-01-29  David ElliottUse wxBitmap::GetNSImage(false) instead of duplicating...
2004-01-29  David ElliottConvertToImage: Check !Ok() (we may not have any ref...
2004-01-28  Dimitri SchoolwerthApplied patch #886192: "Minor fix to XRC contrib";...
2004-01-28  Dimitri SchoolwerthApplied remainder of patch #876969: "Fixes to Borland...
2004-01-27  Robin DunnSend an extra size event after creation to work around...
2004-01-27  Dimitri SchoolwerthApplied patch #876969: "Fixes to Borland warnings"...
2004-01-27  Julian SmartPatch from "Viktor Voroshylo" <viktor@voroshylo.com>
2004-01-27  David ElliottwxCocoa: Better icon support
2004-01-27  David ElliottMoved @interface wxNSApplicationDelegate to new header
2004-01-26  Robin DunnwxMac needs the scroll styles
2004-01-26  Julian SmartAdded RTTI
2004-01-26  Václav Slavíkdon't include GetShortcutTarget if OLE is not available...
2004-01-25  Stefan Csomorreopen app apple event
2004-01-25  Stefan Csomorcompositing and transition changes
2004-01-25  Stefan Csomormozilla fixes
2004-01-25  Stefan Csomorrendering adjustments for OSX
2004-01-25  Stefan Csomorpanther adjustements in size
2004-01-25  Stefan CsomorRyan's display extension
2004-01-25  Stefan Csomorextensions management unified
2004-01-25  Stefan NeisCompute update rectangle only when needed [i.e. if...
2004-01-25  Mattia Barbon Cleaner fix.
2004-01-24  Dimitri SchoolwerthRenamed PATPAINT to PATTERNPAINT (The former is an...
2004-01-24  David ElliottBaked bakefiles
2004-01-23  Vadim Zeitlinjust clarified an incorrect comment
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-23  Ryan NortonCheck for WCHAR_T (thanks to ABX for pointing this...
2004-01-23  Julian SmartApplied patch [ 882493 ] Added XRC support for wxStatusBar
2004-01-23  Ryan NortonHID support (preliminary - not added to bakefiles yet)
2004-01-23  Robin DunnFixed a "comparison is always false" warning
2004-01-23  Robin DunnMoved wxMacGetSystemEncFromFontEnc and wxMacGetFontEncF...
2004-01-23  Dimitri SchoolwerthFixed DDE memory leaks.
2004-01-22  Stefan Csomorno message
2004-01-22  Václav Slavíkfixed wrong handling of magenta (patch #882201)
2004-01-22  Stefan Csomorfont encoding support added
2004-01-22  Stefan Csomorsetting the default locale during startup
2004-01-22  Stefan Csomormoved system-fontencoding conversions to fontutil.cpp
2004-01-22  Stefan Csomormac encodings support
2004-01-22  Stefan Csomorsysten encoding for mac
2004-01-22  Vadim Zeitlinimplemented SetSelection
2004-01-22  Vadim Zeitlinpreselect the text in the dialog to allow replacing...
2004-01-22  Vadim Zeitlinimplemented HitTest() (modified patch 875957)
2004-01-22  Vadim Zeitlinfix what seems to be a big memory leaks in SetPageImage()
2004-01-22  Vadim Zeitlinminimal changes needed to allow linking wxCocoa as...
2004-01-22  Vadim Zeitlinuse wxColourDatabase::Find(), not obsolete FindColour...
2004-01-22  Vadim Zeitlinsuppress warnings about implicit float -> int conversions
2004-01-22  Vadim Zeitlinwarning about returning something from a void function
2004-01-22  Vadim Zeitlinsuppress warnings about implicit double -> int conversions
2004-01-22  Vadim Zeitlindon't crash when restoring focus after showing a modal...
2004-01-22  Vadim Zeitlinmake it possible to restart timer with a simple Start...
2004-01-22  Vadim Zeitlinfixed compilation when wxUSE_THREADS == 0
2004-01-22  David ElliottUnicode build fixes
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2004-01-22  David ElliottApplied correct filename case for header imports from...
2004-01-22  David ElliottBaked files with Bakefile 0.1.2 (Mac OS 10.3 Python...
2004-01-21  Václav Slavíkfixed typo
2004-01-21  Julian SmartFilter index wasn't being set for multiple file dialog
2004-01-20  Stefan Csomorpreliminary fix, for using the correct output encoding...
2004-01-20  Stefan Csomoradded mac conversions
2004-01-20  Stefan Csomorwchar_t (4 bytes) / unichar (2 bytes) problems first...
2004-01-20  Stefan Csomorstring conversion implemented for mac
2004-01-20  Stefan Csomorambiguous operator[] access
2004-01-20  Stefan Csomorsystem includes instead of user
2004-01-20  Stefan Csomorgcc warnings
2004-01-20  Dimitri SchoolwerthRemoved obsolete file and added 2 new required ones.
2004-01-20  Dimitri SchoolwerthAdded ../../include/wx/ to path.
2004-01-20  Chris Elliottfix for DMC missing mouse defines - linking of minimal...
2004-01-20  David ElliottWhen inserting a new menu don't try to find th epositio...
2004-01-19  Ryan Norton- Got rid of warnings
2004-01-19  Julian SmartSometimes the clipping region can become bigger than the
2004-01-19  David ElliottReverting wxAppTraits GSocket patch
2004-01-19  Chris Elliottfix for DMC missing mouse defines
2004-01-18  David ElliottCopied gsockpm.c revision 1.4
2004-01-18  David ElliottCopied gsockmsw.c revision 1.20
2004-01-18  Julian Smartencinfo.h was missing
2004-01-18  David ElliottCopied gsockmot.c revision 1.7
2004-01-18  David ElliottRemoved this file since it was only stubs and we now...
2004-01-18  David ElliottCopied gsockx11.c revision 1.7
2004-01-18  David ElliottCopied gsockosx.c revision 1.4
2004-01-18  David ElliottCopied gsockgtk.c revision 1.16
2004-01-18  David Elliott* Add my name to authors as the new maintainer.
next