Fixes compile warnings
[wxWidgets.git] / docs /
2005-03-20  Vadim ZeitlinSeek(-1, mode) should work instead of giving an error...
2005-03-20  Julian SmartFixes for WinCE toolbar
2005-03-19  Julian SmartFixed toolbar bitmap bug introduced by deriving wxToolM...
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
2005-03-18  Julian SmartExpanded wxSystemOptions docs, documented wxTE_CAPITALIZE
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-18  Julian SmartDoc tweaks
2005-03-18  Julian SmartSetSashSize doc'ed
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-17  Vadim Zeitlinfixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-16  Julian SmartAdded wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE
2005-03-15  Julian SmartUPdated notes
2005-03-15  Julian SmartFixed wxToolBar for WinCE so normal bitmaps can be...
2005-03-14  Julian SmartAdded wxPropertySheetDialog for implementing settings...
2005-03-14  Julian SmartUpdated symbols
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-03-14  Vadim Zeitlinmade GetDataDir() return the directory where the progra...
2005-03-13  Michael WetherellAdd wxTempFileOutputStream, patch 1152042 by Stas Sergeev
2005-03-13  Julian SmartAdded wxNB_FLAT for WinCE property sheet tabs
2005-03-13  Julian SmartAdded wxNB_FLAT for WinCE property sheet tabs
2005-03-13  Michael WetherellAdd wxTempFileOutputStream
2005-03-12  Vadim Zeitlinchanged wxDL_DEFAULT to be same as wxDL_NOW as this...
2005-03-12  Robert Roebling gtk updates
2005-03-12  Robert Roebling Applied patch for ArtProvider.
2005-03-11  Vadim Zeitlinadded wxDebugReport
2005-03-11  Vadim Zeitlingave default value of wxID_ANY to id parameter of wxSta...
2005-03-11  Vadim Zeitlinadded wxSizerFlags::Left/Right()
2005-03-10  Włodzimierz SkibaMissing API of wxMenuItem. const corrections. PalmOS...
2005-03-09  Václav SlavíkAddFile usage clarifications
2005-03-09  Dimitri Schoolwerthminor cleanup (doc typos fixed, removed tabs)
2005-03-08  Kevin HockRemoved descriptions of now-private m_ variables and...
2005-03-08  Włodzimierz SkibaCorrect header filename (part of bug #1154011).
2005-03-08  Vadim Zeitlinmention Linux/AMD64 build fix
2005-03-08  Vadim Zeitlinremoved wx_dynamic_cast(), it can't be implemented...
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-03-06  Julian SmartRemoved spurious comment
2005-03-06  Julian SmartDoc tweaks
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2005-03-04  Robert Roebling Changed wxFileName::SetExt() as per the discussion...
2005-03-03  Vadim Zeitlinadded wx_dynamic_cast()
2005-03-03  Julian SmartAdded wxBUFFER_VIRTUAL_AREA, wxBUFFER_CLIENT_AREA to...
2005-03-02  Ryan Norton*** empty log message ***
2005-03-02  Ryan Nortonnote that GetFromWindow is windows only
2005-03-02  Ryan NortonDocument wxDisplay::GetFromWindow
2005-03-02  Ryan Nortonfix unresolved reference
2005-03-02  Ryan Nortonfix backslashes
2005-03-02  Ryan Nortongrammer
2005-03-02  Ryan Nortonclear up the 'something'
2005-03-02  Ryan Nortonreword a bit - get rid of mention of the platforms...
2005-03-02  Kevin HockAdd missing wxFileDialog flags to both dialog overview...
2005-03-01  Julian SmartTypo fixes
2005-02-28  Julian SmartSearch path correction (in line with intl.cpp)
2005-02-28  Ryan Nortonnote wxURI change
2005-02-28  Ryan Nortonrename wxURI::GetUser to wxURI::GetUserInfo and add...
2005-02-28  Julian SmartDocumented wxImage XPM data ctor
2005-02-28  Vadim Zeitlinsupport filenames with empty extension (foo.) (bug...
2005-02-27  Vadim Zeitlinadded support for saving grey and grey-red PNG images...
2005-02-27  Julian SmartTweaks to install guide
2005-02-27  Julian SmartAdded GetIcon, GetBitmap to wxImageList
2005-02-23  Włodzimierz SkibawxDocManager::GetTemplates was missing (#1149847)
2005-02-22  Włodzimierz SkibaLicence name correction.
2005-02-22  Włodzimierz SkibaMore connections between wxWindow and wxRadioBox.
2005-02-22  Włodzimierz SkibawxRect::SetSize documented.
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-02-21  Julian SmartUpdated FAQs from web site
2005-02-21  Dimitri Schoolwerthreworded parts of the 'alpha channel support' paragraph
2005-02-21  Vadim Zeitlindeclare variable used in source code example (bug 1093638)
2005-02-21  Vadim Zeitlinremoved mention of client data, there is none in this...
2005-02-20  Vadim Zeitlindefine wxNO_(THREADS|RTTI|EXCEPTIONS) if the correspond...
2005-02-20  Julian SmartDuplicate label corrections
2005-02-20  Vadim Zeitlinmention [_]UNICODE
2005-02-20  Vadim Zeitlinmore minor doc corrections (patch 1144628)
2005-02-20  Julian SmartDoc fixes
2005-02-20  Vadim Zeitlinminor docs corrections (patch 1144566)
2005-02-19  Vadim Zeitlinadded InitAlpha() (replaces patch 991168)
2005-02-19  Vadim ZeitlinwxGenericListCtrl::SetItemState(-1) now changes the...
2005-02-19  Vadim ZeitlinwxCommandProcessor::MarkAsSaved() and IsDirty() added...
2005-02-19  Vadim Zeitlindocument GetOptionInt() as returning 0 for the options...
2005-02-19  Vadim Zeitlinadded wxMBConv parameter for wxFFile::ReadAll() and...
2005-02-19  Vadim ZeitlinVK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)
2005-02-19  Kevin HockDocumentation - wxTE_AUTO_URL for wxGTK2 from Mart...
2005-02-18  Robin DunnwxStdButtonSizer Finalise --> Realize
2005-02-16  Dimitri Schoolwerthminor typo fixes
2005-02-15  Robert Roebling Typo.
2005-02-15  Robert Roebling Implemented wxBitmap::HasAlpha() and ::UseAlpha().
2005-02-15  Julian SmartTypo correction
2005-02-15  Julian SmartSmall doc corrections
2005-02-15  Vadim Zeitlin(blind) fix for ambiguity between Disconnect() overloads
2005-02-15  Vadim Zeitlindocumented new overloaded Connect() and wxFooEventHandl...
2005-02-15  Włodzimierz SkibawxDatePicker and wxDateTime for PalmOS. Remove conflict...
2005-02-15  Ryan NortonNote the media lib
2005-02-14  Ryan NortonFinalize wxJoystick on mac. Note change. Pretty up...
2005-02-14  Julian SmartAdded wxContextMenuEvent
2005-02-14  Włodzimierz SkibaInversed slider and wrapper for datepicker control...
2005-02-13  Vadim Zeitlinadded support for background bitmap specified in backgr...
2005-02-13  Michael WetherellAdd some information for HP-UX 11i
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
next