]> git.saurik.com Git - wxWidgets.git/history - docs
respecting DoDragDrop flags like CopyOnly
[wxWidgets.git] / docs /
2005-08-19  Vadim Zeitlindon't forget to modify include/msvc/wx/setup.h and...
2005-08-19  Michael WetherellDocument the current behaviour of OnDestroy
2005-08-17  Mart RaudseppSpecify that "Backward compatibility" is a topic overvi...
2005-08-17  Vadim Zeitlinmade wxChoice and wxComboBox::GetSelection() return...
2005-08-16  Vadim Zeitlinadded newsince note
2005-08-16  Vadim Zeitlinadded wxStaticText::Wrap()
2005-08-13  Michael WetherellMake the backward compatibility section a topic overview.
2005-08-13  Julian SmartFixed dangling pointers bug; radio button was not remov...
2005-08-12  Michael WetherellTypo
2005-08-12  Michael WetherellTranslate '&Help' to '&' for italian Windows only
2005-08-12  Julian SmartAdaptations for PDA-sized screens
2005-08-12  Julian SmartAdded support for "help" parameter (context help text).
2005-08-11  Vadim Zeitlinadded wxSIZE_FORCE flag for SetSize()
2005-08-10  Michael WetherellMention converting ANSI->Unicode, patch 1247339 Eric Kow
2005-08-10  Václav Slavíkmake sure all licence texts are really the same
2005-08-09  Mart Raudsepp"Include file" -> "Include files" - as in all other...
2005-08-08  Mart Raudsepp[wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x...
2005-08-06  Michael WetherellAdd wxMGL and Cygwin changes to the changelog
2005-08-06  Vadim Zeitlinadded char/wxChar note (bug 1252854)
2005-08-06  Vadim Zeitlinadded ldconfig-not-in-path note and removed duplicate...
2005-08-06  Michael WetherellAdditional information
2005-08-06  Michael WetherellNotes on compiling MGL 5.1
2005-08-04  Vadim Zeitlincorrected wxUnix2DosFilename signature, added deprecati...
2005-08-04  Mart Raudsepp[wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALI...
2005-08-04  Mart RaudseppwxFont wxMSW specific ctor first arg is a const wxSize...
2005-08-03  Mart RaudseppDocument wxTextCtrl::XYToPosition, PositionToXY and...
2005-08-02  Julian SmartSmall corrections to licence
2005-07-31  Mattia Barbon Allow displaying Japanese character with wxMotif...
2005-07-29  Vadim Zeitlintake border into account in best size calculations
2005-07-29  Vadim Zeitlinadded wxDynamicLibrary::GetSymbolAorW()
2005-07-29  Vadim Zeitlincompilation fix for IBM xlC (closes 1230392)
2005-07-29  Vadim Zeitlinasync playback and object lifetime remarks
2005-07-29  Vadim Zeitlinadded http://www.wxwidgets.org/bincompat.html link
2005-07-28  Vadim Zeitlinmany improvements/bug fixes to media control: new wxEVT...
2005-07-28  Mart RaudseppwxGTK: Implemented wxTLW::RequestUserAttention()
2005-07-28  Vadim Zeitlinclarifications about MRU menu workings (patch 1221797)
2005-07-28  Vadim Zeitlindon't reserve space in the header for the column image...
2005-07-28  Vadim Zeitlinadded wxImage::RotateHue() and RGB <-> HSV conversions...
2005-07-28  Vadim Zeitlinmention VC8 support
2005-07-28  Vadim ZeitlinCtrl+mouse wheel changes zoom factor in print preview...
2005-07-28  Vadim ZeitlinShowFullScreen() shows the window if it was still hidde...
2005-07-28  Vadim Zeitlincorrected event type for standalone scrollbars (patch...
2005-07-28  Vadim Zeitlindocument wxDb::ExecSql() 3 params overload (patch 1240839)
2005-07-28  Vadim ZeitlinRyan's binary compatibility technote (patch 1242898)
2005-07-28  Vadim Zeitlintypo (patch 1246614)
2005-07-28  Vadim Zeitlinadded wxZipFSHandler::Cleanup() (modified patch 1213615)
2005-07-27  Włodzimierz SkibaDefaults in wxWinCE documented.
2005-07-26  Vadim Zeitlinremoved (non existing) default argument for DrawRounded...
2005-07-26  Kevin HockUpdating wording in description of Skip to be less...
2005-07-26  Włodzimierz SkibaHeader correction.
2005-07-25  Julian SmartVersion number update
2005-07-25  Włodzimierz SkibaTypo.
2005-07-24  Robert Roebling Unicode is not the default.
2005-07-22  Michael WetherellAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
2005-07-22  Włodzimierz SkibawxOS2 with Open Watcom.
2005-07-21  Vadim Zeitlinposition of wxEVT_MOUSEWHEEL events is now in client...
2005-07-19  Włodzimierz SkibaUpdated info after recent PODS 1.2 release.
2005-07-16  Vadim Zeitlinfixed a rare crash due to malformed HTML
2005-07-16  Vadim Zeitlinfixed handling of the accelerators of menu items added...
2005-07-15  Włodzimierz SkibaPossibility of modeless wxWizard dialog (with presentat...
2005-07-14  Vadim Zeitlinadded wxID_NONE
2005-07-14  Mart Raudsepp"Separators are now correctly shown in the toolbars...
2005-07-14  Mart RaudseppwxGLCanvas ctors have default values for pos and size...
2005-07-14  Mart RaudseppwxProgressDialog is inherited from wxDialog, not wxFrame.
2005-07-13  Vadim Zeitlinadded wxXmlResource::Unload() (replaces patch 1178853)
2005-07-13  Vadim Zeitlincommented and documented wxXRC_NO_RELOADING flag
2005-07-04  Michael WetherellTypo fixes
2005-07-04  Michael WetherellAdd chapter on backward compatibility
2005-07-04  Michael WetherellMention that entry names are full paths after feedback...
2005-07-03  Mart RaudseppNo default args in headers for SetSizeHints minimal...
2005-07-02  Vadim Zeitlinmade more clear that GetItemRect() returns physical...
2005-07-02  Kevin HockFix BOTTOM events to use BOTTOM in their description...
2005-06-30  Włodzimierz SkibaDMC/PCH info.
2005-06-30  Mart RaudseppNote on need for build environment support for PCH...
2005-06-27  Mart RaudseppAdd wxArray, wxArrayString, wxDateEvent and wxSplitterE...
2005-06-27  Mart RaudseppLink fix in XML Resource overview.
2005-06-27  Mart RaudseppRemove references to wxValidator in wxSpinButton docs...
2005-06-26  Mattia Barbon Documented wxListItemAttr.
2005-06-23  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-23  Julian SmartClarified wx[NO_]FULL_REPAINT_ON_RESIZE docs
2005-06-23  Julian SmartCorrections
2005-06-22  Kevin HockRemoved duplicate end list tag. Whoops, sorry.
2005-06-22  Kevin HockDocument EVT_TREE_STATE_IMAGE_CLICK (Windows only)
2005-06-21  Vadim ZeitlinwxDragImage is not in wxAdv
2005-06-20  Chris ElliottFix Error between Get and Set
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-06-19  Vadim Zeitlindocumented that wxFileModificationTime() returns 0...
2005-06-17  Vadim Zeitlinfixed typo in GetSelEnd() which made that the function...
2005-06-17  Włodzimierz SkibaPatch #1222244: Fixes for bug #1212853 with unit test.
2005-06-16  Vadim Zeitlindocumented wxScopeGuard; this class is too useful to...
2005-06-16  Julian SmartChange log update
2005-06-14  Włodzimierz SkibaDue to wxStringBase::CopyBeforeWrite() we need to resen...
2005-06-09  Vadim Zeitlinalways set flat toolbar style, even under XP with theme...
2005-06-08  Vadim Zeitlinadded tech note for MSW programmers
2005-06-06  Vadim ZeitlinDECLARE_DYNAMIC_CLASS() requires a default ctor
2005-06-02  Vadim Zeitlintypo in last commit
2005-06-02  Julian SmartAdded changes
2005-06-01  Vadim Zeitlinadded wxPLURAL() macro
2005-06-01  Václav Slavíkpretified libs.bmp/gif: use antialiasing
2005-06-01  Julian SmartAdded documentation for wxWindowCreateEvent, wxWindowDe...
next