]> git.saurik.com Git - wxWidgets.git/history - include
updated CodeWarrior 5.3 project with latest file changes
[wxWidgets.git] / include /
2003-10-12  Vadim Zeitlinadded LVSICF_NOINVALIDATEALL
2003-10-10  Václav Slavíkreturn false from wxXmlResource::Load if the resource...
2003-10-09  Robert Roebling Added wxBitmap::Rescale() from 2_4
2003-10-09  Stefan Csomoradded newline conversion
2003-10-08  Vadim Zeitlincheck directories passed to Append/Insert/PrependDir...
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-10-07  Vadim Zeitlinrestore status bar text after a menu has been shown
2003-10-07  Václav Slavíkadded .chm support for Unix (Markus Sinner)
2003-10-07  Vadim Zeitlinfixed FixedSizeTabs()
2003-10-07  Vadim Zeitlinsend END_EDIT label if label editing is cancelled
2003-10-06  David ElliottUse NSWindow delegate notification windowWillClose...
2003-10-06  David Elliott* Add bool parameter to WindowDidResignKey indicating...
2003-10-06  David ElliottUse an application delegate object
2003-10-04  Václav Slavíkadded gettext plural forms support (patch #785660 with...
2003-10-04  Robin DunnAdd some WXDLLIMPEXP's
2003-10-03  Vadim Zeitlinfixed wxMOUSE_BTN_XXX values, use them instead of hard...
2003-10-03  Stefan NeisAdded dummies for Enable and SetDelay.
2003-10-03  David ElliottRemoved MainLoop, ExitMainLoop, Pending, and Dispatch
2003-10-02  Robin DunnAdded a const to be consistent with the generic class
2003-10-02  Stefan NeisSwitches OS/2 back to generic ListCtrl and TreeCtrl...
2003-09-30  Stefan NeisFixed compilation problem.
2003-09-30  Vadim Zeitlinuse wxEvent::ShouldPropagate() instead of its own propg...
2003-09-30  Vadim ZeitlinUnicode fixes for Watcom (part of patch 813225)
2003-09-29  Vadim Zeitlinsupport creating larger minidumps; support WX_CRASH_FLA...
2003-09-28  Vadim ZeitlinSetValue() takes just bool, not const bool
2003-09-28  Vadim ZeitlinSetValue() takes just bool, not const bool
2003-09-28  Mattia Barbon MinGW compilation fixes.
2003-09-28  Vadim Zeitlinadded 3-state checkboxes (patch 813790)
2003-09-27  Vadim Zeitlinremoved Initialized()
2003-09-27  Vadim Zeitlinremoved duplicate UTF16/32 values
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-27  Vadim Zeitlindefine wxFONTENCODING_UNICODE as UTF16/32 depending...
2003-09-27  Vadim Zeitlinmade UTF-16/32 equivalent to the corresponding LE/BE...
2003-09-27  Vadim Zeitlinmerged wxDisplayModeInfo and wxVideoMode in a single...
2003-09-27  Vadim Zeitlincompilation fix for Mac (patch 813378)
2003-09-26  Vadim Zeitlinmake it possible to give focus to the notebook itself...
2003-09-26  Vadim Zeitlinadded wxGzipIOStreams (patch 792932)
2003-09-26  Vadim Zeitlinadded wxTextInputStream::ReadChar() (part of patch...
2003-09-26  Vadim ZeitlinwxZlibStreams fixes; allow them to be used as deflate...
2003-09-26  Vadim Zeitlinfixes to radio button handling (patch 803360)
2003-09-26  Vadim Zeitlindon't do anything non trivial (like creating wxFontMapp...
2003-09-26  Julian SmartClean up event hash tables in a timely fashion
2003-09-25  Vadim Zeitlincompilation fixes after making wxFontRefData private...
2003-09-25  Vadim ZeitlinwxPATH_NORM_ALL shouldn't include wxPATH_NORM_CASE
2003-09-24  Robin DunnSince wxGTK's wxGauge doesn't derive from wxGaugeBase...
2003-09-24  Robin Dunn#ifdef update for the old SWIG
2003-09-24  Vadim ZeitlinGetFilenames() always returned a single file only
2003-09-24  Vadim Zeitlinfinally reverted patch 782947 completely, it is broken...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-23  Vadim Zeitlinrefactored code to create hidden window in one place...
2003-09-23  Mattia Barbon Use glcanvas.cpp from wxX11 for wxMotif.
2003-09-23  Chris Elliottfix digitalmars 64 bug
2003-09-23  Chris Elliottfix watcom 64 bug (openwatcom1.1) (second try)
2003-09-23  Chris Elliottfix watcom 64 bug (openwatcom1.1)
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-22  Vadim Zeitlinmore wxMBConv classes cleanup, define wxConvLibc to...
2003-09-22  Vadim Zeitlinmade Convert() methods const
2003-09-22  Vadim Zeitlinassume sizeof(wchar_t) == 2 by default, not 4
2003-09-22  Vadim Zeitlinadded UTF-16/32-[LB]E conversions; got rid of wxCharact...
2003-09-22  Vadim ZeitlinwxLL is now in wx/defs.h together with (new) wxULL
2003-09-22  Vadim Zeitlinadded (and documented) wxULL(); fixes for wxINT64_SWAP...
2003-09-22  Vadim Zeitlinreorganized/improved fixed size int types definitions...
2003-09-22  Vadim Zeitlinadded Win64 detection
2003-09-22  Vadim Zeitlinmoved wxGA_XXX styles to gauge.h from defs.h; set wxGA_...
2003-09-22  Vadim Zeitlincleanup: derive wxGauge from wxGaugeBase; removed redun...
2003-09-22  Vadim Zeitlinadded IsVertical(); initialize members in ctor
2003-09-22  Vadim Zeitlinremoved some TABs
2003-09-22  Stefan NeisFixed wxGUIAppTraits declaration on OS/2.
2003-09-22  Vadim Zeitlinadded wxOwnerDrawn::SetOwnerDrawn() and SetDisabledBitm...
2003-09-22  Stefan NeisAdded GUI part of AppTraits for OS/2.
2003-09-22  Vadim Zeitlinadded conversions to/from UTF 16/32 LE/BE (patch 809685)
2003-09-22  Stefan NeisAdded AppTraits for OS/2.
2003-09-21  Stefan NeisSwitched over to using wxEventLoop.
2003-09-21  Stefan NeisAdded declaration for GetViewRect to fix compilo.
2003-09-21  Vadim Zeitlincheck the radio buttons when they get focus (closes...
2003-09-20  Vadim ZeitlinwxHTTP::GetResponse() added (patch 794394)
2003-09-20  Vadim Zeitlinfix after patch 802882
2003-09-20  Vadim Zeitlinexchanged the base classes order, wxObject must be...
2003-09-20  Vadim Zeitlinderive wxComboBox from wxItemContainer (via wxComboBoxB...
2003-09-20  Mattia Barbon Compilation fixes.
2003-09-19  Vadim Zeitlin(blind) compilation fix after recent KeywordSearch...
2003-09-19  Vadim ZeitlinwxTextCtrl::GetValue() lost (replaced with question...
2003-09-19  Vadim Zeitlinadded wxCSConv ctor taking wxFontEncoding
2003-09-19  Vadim Zeitlinattemps to make wxStreamToTextRedirector work with...
2003-09-19  Vadim Zeitlininclude wx/encinfo.h, not wx/fontenc.h, now
2003-09-19  Vadim Zeitlinextracted wxNativeEncodingInfo in a separate file to...
2003-09-19  Mattia Barbon Compilation fix for wxUSE_DRAG_AND_DROP==0.
2003-09-19  Vadim Zeitlinlinking fix (removed unused virtual methods declarations)
2003-09-19  Julian SmartAdded SQLTCHAR for non-Windows platforms, and added...
2003-09-18  Robin DunnAdded DoDragOver and DoDropText from Angelo Mandato...
2003-09-18  Vadim Zeitlindon't redefine wxUSE_UNICODE if already defined
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-09-18  Julian SmartAdded wxUSE_EXCEPTIONS
2003-09-18  Václav SlavíkwxMGL compilation fixes
2003-09-18  Václav SlavíkwxMGL compilation fixes
2003-09-18  Robin DunnUpdated to Scintilla 1.54
2003-09-17  Vadim Zeitlinmoved all event handlers callign code in ProcessEventIf...
2003-09-17  Vadim Zeitlinadded OnExit(); made event loop exception safe; added...
2003-09-17  Vadim Zeitlinadded HandleEvent() to allow handle exceptions in event...
next