]> git.saurik.com Git - wxWidgets.git/history - docs/changes.txt
added wxMutex::LockTimeout() (modified patch 1671637)
[wxWidgets.git] / docs / changes.txt
2007-03-08  Vadim Zeitlinadded wxMutex::LockTimeout() (modified patch 1671637)
2007-03-07  Vadim Zeitlinfix handling of wxSOCKET_REUSEADDR in wxDatagramSocket...
2007-03-07  Vadim Zeitlinfix base64 computation for strings whose length modulo...
2007-03-07  Vadim Zeitlinfix hang on startup in Unicode build if any standard...
2007-03-07  Vadim Zeitlinfixed detection of number of processors under Linux...
2007-03-07  Vadim Zeitlinnative wxHyperlinkCtrl implementation for GTK+ 2.10...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-03-07  Vadim Zeitlinreturn correct client area for at least the primary...
2007-03-05  Julian SmartUpdated change log
2007-03-04  Vadim ZeitlinwxCreateGreyedImage() deprecated, use wxImage::ConvertT...
2007-02-14  Vadim ZeitlinSlovak translation added
2007-02-11  Vadim Zeitlinadded support for colour cursors in wxGTK (patch 1655576)
2007-02-11  Vadim ZeitlinwxTopLevelWindow::GetClientSize() returns 0x0 when...
2007-02-11  Vadim Zeitlinreturn the restored window size from GetSize() when...
2007-02-10  Vadim Zeitlinmake GetSize() return the size of the window including...
2007-02-06  Włodzimierz SkibaFixed wxComboBox always sorted in all univ builds ...
2007-02-06  Paul Cornettsimplify wxGTK DoSetSizeHints logic, respect size incre...
2007-02-04  Vadim Zeitlinadd accessors using wxFileName to wxFile/DirPickerCtrl...
2007-02-02  Vadim Zeitlindon't wake up on Windows messages when waiting for...
2007-02-02  Vadim Zeitlinadded support for underlined fonts
2007-01-31  Vadim ZeitlinAdded wxSizerFlags::Top() and Bottom()
2007-01-31  Vadim Zeitlinremoved 2.6 incompatibilities section
2007-01-20  Vadim Zeitlindon't crash in dtor if the X11 window hadn't been creat...
2007-01-20  Robin DunnAdded support for the wxFRAME_FLOAT_ON_PARENT style
2007-01-19  Robin DunnAdd a note about wxSearchCtrl::[Get|Set]DescriptiveText
2007-01-18  Vadim Zeitlinadded wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2007-01-18  Vadim Zeitlinmake wxTextFile work with unseekable files again (patch...
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2007-01-14  Vadim Zeitlincorrected drawing of the bitmaps for the disabled menu...
2007-01-14  Vadim Zeitlinadded wxSizerFlags::Shaped() and FixedMinSize() methods
2007-01-11  Vadim Zeitlinfix lack of spin control update event when control...
2007-01-07  Vadim Zeitlinadded EVT_TASKBAR_CLICK and use it to show taskbar...
2007-01-07  Vadim Zeitlinfix attribute memory leak in wxGrid::ShowCellEditContro...
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2007-01-07  Vadim Zeitlinmention RTL fixes by Diaa Sami
2007-01-07  Vadim Zeitlinadded wxTreeCtrl::CollapseAll[Children]() and IsEmpty...
2006-12-21  Vadim Zeitlinrestored (as deprecated) accidentally removed wx{Dir...
2006-12-15  Vadim Zeitlinfix compilation with wxUSE_STL=1 for VC6 (and presumabl...
2006-12-15  Vadim Zeitlinrespect background colour of wxStaticText in wxUniv
2006-12-15  Vadim Zeitlincorrect GetBestSize() to return correct best size,...
2006-12-13  Vadim Zeitlinmention bcc Unicode build fix
2006-12-13  Vadim Zeitlindon't crash in Unicode build if command line arguments...
2006-12-11  Vadim Zeitlinmention wxSearchCtrl
2006-12-09  Vadim Zeitlinmention wxCSConv(utf-16/32) fix
2006-12-04  Vadim Zeitlinenable gnomeprint code by default
2006-12-04  Vadim Zeitlinfix (harmless) assert in virtual list control under...
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-12-03  Vadim Zeitlinremove pointer to the changelog in the docs which isn...
2006-11-25  Vadim Zeitlincorrected wxTreeCtrl::GetBestSize() for a control with...
2006-11-24  Vadim ZeitlinFixed bug in wxCalendarCtrl::HitTest() when clicking...
2006-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2006-07-24  Vadim Zeitlindon't send duplicate set/kill focus events when the...
2006-11-19  Michael WetherellAdd notes on wxZip changes.
2006-11-19  Michael WetherellCorrect the comments on wxFileSystem changes.
2006-11-19  Vadim Zeitlinunmultiply by alpha when converting from wxDIB to wxIma...
2006-11-18  Robert Roebling [ 1598662 ] Fix some mispelled event macros in docs
2006-11-18  Michael WetherellDocument wxFS_XXXX flags for wxFileSystem::OpenFile.
2006-11-17  Vadim Zeitlindon't set A4 paper size, use the system default instead
2006-11-12  Julian SmartAdded some more 2.8 large features
2006-11-11  Vadim Zeitlinfix the bug with renaming groups leaving wxFileConfig...
2006-11-09  Vadim Zeitlindon't use version script under cygwin/mingw32, it's...
2006-11-09  Michael WetherellForgot to remove wxBackingFile from the changes.txt...
2006-11-08  Vadim ZeitlinwxArrayString::Alloc() shouldn't clear the array contents
2006-11-07  Vadim Zeitlinfixed typo
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim Zeitlinmention comparison operators changes
2006-10-30  Vadim Zeitlingenerate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow
2006-10-29  Vadim Zeitlinmention wxTB_RIGHT patch
2006-10-29  Václav Slavíkadd events API to wxHtmlWindow (patch #1504493 by Franc...
2006-10-29  Vadim Zeitlinadded TGA handler (somewhat modified patch 1393912)
2006-10-29  Michael WetherellRemove extra newline.
2006-10-29  Michael WetherellMention GetC and wxFileSystem in incompatible changes.
2006-10-28  Vadim Zeitlinadded wxString::ToLongLong() and ToULongLong() (feature...
2006-10-28  Vadim ZeitlinAlloc() doesn't clear the array any more, for consisten...
2006-10-27  Michael WetherellAdd wxArchiveFSHandler.
2006-10-27  Julian SmartRobert Lang's patch and wxRTC changes documented
2006-10-26  Michael WetherellAdd wxFilterFSHandler.
2006-10-24  Julian SmartAdded GetTempDir change log
2006-10-23  Robert Roebling Mention that GTK now supports wxALWAYS_SHOW_SB.
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-10-22  Vadim Zeitlininitial draft of wxCollapsiblePane (patch 1577412 by...
2006-10-22  Vadim Zeitlinadded wxSimpleHtmlListBox (patch 1576109 by Francesco)
2006-10-22  Vadim Zeitlinsmall refactoring to avoid code duplication; renamed...
2006-10-22  Vadim Zeitlinmoved last change under the correct (2.7.2) version
2006-10-22  Vadim Zeitlinadded autopackage-related files
2006-10-19  Vadim Zeitlinsplit the incompatible changes section in silent change...
2006-10-13  Robin DunnReverted wxBuffered[Paint]DC to nearly the pre 2.7...
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-12  Vadim Zeitlinmention that wxBufferedDC doesn't inherit from wxMemory...
2006-10-11  Vadim Zeitlinmention more changes done by Francesco
2006-10-11  Mart RaudseppImplement left indentation and tab stops support in...
2006-10-09  Vadim Zeitlinadded CreateSeparatedButtonSizer(), changed signature...
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::IsEmpty()
2006-10-08  Vadim Zeitlindocument wxAboutBox &c
2006-10-04  Vadim Zeitlinhonour wxBU_EXACTFIT in wxToggleButton (patch 1567892)
next