]> git.saurik.com Git - wxWidgets.git/history - include
regenerated after adding gzstream.* and vidmode.h
[wxWidgets.git] / include /
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...
2003-09-17  Vadim Zeitlinadded tied scoped pointers
2003-09-17  Vadim Zeitlincorrected wxCATCH_ALL usage
2003-09-17  Vadim Zeitlinuse wxON_BLOCK_EXIT instead of just ON_BLOCK_EXIT
2003-09-17  Vadim Zeitlinadded some trivial macros for exception handling
2003-09-17  Vadim Zeitlinadded wxUSE_STL and wxUSE_XTI
2003-09-17  Vadim Zeitlinadded wxUSE_EXCEPTIONS
2003-09-16  Mattia Barbon wxX11 compilation fix.
2003-09-16  Vadim Zeitlinfixed modal dialogs after event loop change
2003-09-16  Vadim Zeitlin(blind) fix for wxMac compilation
2003-09-15  Vadim Zeitlinno changes
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlinadded check for wxUSE_VALIDATORS
2003-09-15  Vadim Zeitlinadded and documented wxDEFINE_SCOPED_PTR_TYPE; improved...
2003-09-15  David ElliottClean up comments
2003-09-15  Vadim Zeitlinadded wxUSE_EXCEPTIONS
2003-09-15  Julian SmartWinCE bitmap patch from Johannes Schindelin <Johannes...
2003-09-14  Julian SmartChanged version to 2.5.1
2003-09-14  Vadim Zeitlindisabled (conditionally) separating static line; improv...
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-14  Vadim Zeitlinfixed GetItemSpacing() inconsistency by deprecating...
2003-09-14  Vadim Zeitlinadded wxListCtrl::GetViewRect()
2003-09-13  Stefan Csomorfixed GetFilenames bug
2003-09-13  Mattia Barbon wxUniversal STL-ification.
2003-09-13  Stefan Csomorunicode correction for mac
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
2003-09-11  Mattia Barbon Added, documented and used wxGridCellChoiceEditor
2003-09-11  Mattia Barbon No real changes, just refactoring.
next