]> git.saurik.com Git - wxWidgets.git/history - src
Fix incorrect #if in OnSysTell
[wxWidgets.git] / src /
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.
2004-01-18  David ElliottAdded wxAppTraits::CreateGSocket() as well as implement...
2004-01-18  David ElliottMove GSocketBSDGUIShim from source file to header ...
2004-01-18  David ElliottAdd virtual methods to GSocketBSD for calling the event...
2004-01-18  David ElliottInitial move from C to C++. The functionality of the...
2004-01-17  Mattia Barbon MinGW compilation fixes.
2004-01-17  David ElliottCopied gsocket.c revision 1.80
2004-01-17  Mattia Barbon Add wxRTTI information.
2004-01-17  Mattia Barbon Handle client data correctly.
2004-01-17  David ElliottReverted patch [ 832096 ] Final separation for GUI...
2004-01-17  Julian SmartApplied [ 876737 ] menu item with bitmap uses wrong...
2004-01-16  Ryan NortonRemoved bogus configuration
2004-01-16  Ryan NortonAdded setup.h stuff
2004-01-16  Robin DunnSend menu highlight events and fix statusbar to update...
2004-01-16  Robin DunnSend window create events
2004-01-16  Robin DunnPatch [ 877891 ] Share the DC from DoPaint with FullPai...
2004-01-15  David ElliottAllow Clear() to clear the control even when it is...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-15  Dimitri SchoolwerthApplied patch #877159: Joinable threads might crash...
2004-01-14  Stefan Csomorremove some duplicate defines under Mach
2004-01-14  David ElliottAdded MSWPositionForWxMenu() method which is used to...
2004-01-14  David ElliottIsInAssert is only available (and only makes sense...
2004-01-14  David ElliottAdded empty base class constructors. This will still...
2004-01-14  David Elliott* In _GSocket_Get_Mac_Socket(), do not call CFSocketSet...
2004-01-14  David Elliott* Revert Darwin specific changes to GSocket_destroy.
2004-01-14  David Elliott* _GSocket_Enable_Events() and _GSocket_Disable_Events...
2004-01-13  Julian SmartImproved colours in wxUniv -- white (window colour...
2004-01-13  Julian SmartSuppress spurious icon-related log messages
2004-01-13  Julian SmartAdded extra check in case CopyFromIcon fails
2004-01-11  Julian SmartApplied patch [ 838940 ] notebook labels are not shown...
next